@atlaskit/smart-card 26.15.8 → 26.15.9
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 +7 -0
- package/dist/cjs/extractors/block/index.js +4 -5
- package/dist/cjs/extractors/common/actions/extractPreviewAction.js +2 -4
- package/dist/cjs/i18n/cs.js +8 -1
- package/dist/cjs/i18n/da.js +8 -1
- package/dist/cjs/i18n/de.js +8 -1
- package/dist/cjs/i18n/es.js +8 -1
- package/dist/cjs/i18n/fi.js +8 -1
- package/dist/cjs/i18n/fr.js +8 -1
- package/dist/cjs/i18n/hu.js +8 -1
- package/dist/cjs/i18n/it.js +8 -1
- package/dist/cjs/i18n/ja.js +8 -1
- package/dist/cjs/i18n/ko.js +8 -1
- package/dist/cjs/i18n/nb.js +8 -1
- package/dist/cjs/i18n/nl.js +8 -1
- package/dist/cjs/i18n/pl.js +8 -1
- package/dist/cjs/i18n/pt_BR.js +8 -1
- package/dist/cjs/i18n/ru.js +8 -1
- package/dist/cjs/i18n/sv.js +8 -1
- package/dist/cjs/i18n/th.js +8 -1
- package/dist/cjs/i18n/tr.js +8 -1
- package/dist/cjs/i18n/uk.js +8 -1
- package/dist/cjs/i18n/vi.js +8 -1
- package/dist/cjs/i18n/zh.js +8 -1
- package/dist/cjs/i18n/zh_TW.js +8 -1
- package/dist/cjs/messages.js +0 -6
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/actions/PreviewAction.js +2 -4
- package/dist/cjs/view/BlockCard/index.js +1 -3
- package/dist/cjs/view/FlexibleCard/components/actions/action/preview-action/index.js +1 -4
- package/dist/cjs/view/FlexibleCard/components/actions/utils.js +2 -2
- package/dist/cjs/view/HoverCard/components/views/resolved/index.js +8 -16
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/extractors/block/index.js +4 -5
- package/dist/es2019/extractors/common/actions/extractPreviewAction.js +2 -4
- package/dist/es2019/i18n/cs.js +8 -1
- package/dist/es2019/i18n/da.js +8 -1
- package/dist/es2019/i18n/de.js +8 -1
- package/dist/es2019/i18n/es.js +8 -1
- package/dist/es2019/i18n/fi.js +8 -1
- package/dist/es2019/i18n/fr.js +8 -1
- package/dist/es2019/i18n/hu.js +8 -1
- package/dist/es2019/i18n/it.js +8 -1
- package/dist/es2019/i18n/ja.js +8 -1
- package/dist/es2019/i18n/ko.js +8 -1
- package/dist/es2019/i18n/nb.js +8 -1
- package/dist/es2019/i18n/nl.js +8 -1
- package/dist/es2019/i18n/pl.js +8 -1
- package/dist/es2019/i18n/pt_BR.js +8 -1
- package/dist/es2019/i18n/ru.js +8 -1
- package/dist/es2019/i18n/sv.js +8 -1
- package/dist/es2019/i18n/th.js +8 -1
- package/dist/es2019/i18n/tr.js +8 -1
- package/dist/es2019/i18n/uk.js +8 -1
- package/dist/es2019/i18n/vi.js +8 -1
- package/dist/es2019/i18n/zh.js +8 -1
- package/dist/es2019/i18n/zh_TW.js +8 -1
- package/dist/es2019/messages.js +0 -6
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/actions/PreviewAction.js +12 -16
- package/dist/es2019/view/BlockCard/index.js +1 -3
- package/dist/es2019/view/FlexibleCard/components/actions/action/preview-action/index.js +1 -4
- package/dist/es2019/view/FlexibleCard/components/actions/utils.js +2 -2
- package/dist/es2019/view/HoverCard/components/views/resolved/index.js +4 -10
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/extractors/block/index.js +4 -5
- package/dist/esm/extractors/common/actions/extractPreviewAction.js +2 -4
- package/dist/esm/i18n/cs.js +8 -1
- package/dist/esm/i18n/da.js +8 -1
- package/dist/esm/i18n/de.js +8 -1
- package/dist/esm/i18n/es.js +8 -1
- package/dist/esm/i18n/fi.js +8 -1
- package/dist/esm/i18n/fr.js +8 -1
- package/dist/esm/i18n/hu.js +8 -1
- package/dist/esm/i18n/it.js +8 -1
- package/dist/esm/i18n/ja.js +8 -1
- package/dist/esm/i18n/ko.js +8 -1
- package/dist/esm/i18n/nb.js +8 -1
- package/dist/esm/i18n/nl.js +8 -1
- package/dist/esm/i18n/pl.js +8 -1
- package/dist/esm/i18n/pt_BR.js +8 -1
- package/dist/esm/i18n/ru.js +8 -1
- package/dist/esm/i18n/sv.js +8 -1
- package/dist/esm/i18n/th.js +8 -1
- package/dist/esm/i18n/tr.js +8 -1
- package/dist/esm/i18n/uk.js +8 -1
- package/dist/esm/i18n/vi.js +8 -1
- package/dist/esm/i18n/zh.js +8 -1
- package/dist/esm/i18n/zh_TW.js +8 -1
- package/dist/esm/messages.js +0 -6
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/actions/PreviewAction.js +2 -4
- package/dist/esm/view/BlockCard/index.js +1 -3
- package/dist/esm/view/FlexibleCard/components/actions/action/preview-action/index.js +1 -4
- package/dist/esm/view/FlexibleCard/components/actions/utils.js +2 -2
- package/dist/esm/view/HoverCard/components/views/resolved/index.js +8 -16
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/extractors/block/index.d.ts +2 -2
- package/dist/types/extractors/block/types.d.ts +0 -1
- package/dist/types/extractors/common/actions/extractPreviewAction.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +7 -0
- package/dist/types/i18n/da.d.ts +7 -0
- package/dist/types/i18n/de.d.ts +7 -0
- package/dist/types/i18n/es.d.ts +7 -0
- package/dist/types/i18n/fi.d.ts +7 -0
- package/dist/types/i18n/fr.d.ts +7 -0
- package/dist/types/i18n/hu.d.ts +7 -0
- package/dist/types/i18n/it.d.ts +7 -0
- package/dist/types/i18n/ja.d.ts +7 -0
- package/dist/types/i18n/ko.d.ts +7 -0
- package/dist/types/i18n/nb.d.ts +7 -0
- package/dist/types/i18n/nl.d.ts +7 -0
- package/dist/types/i18n/pl.d.ts +7 -0
- package/dist/types/i18n/pt_BR.d.ts +7 -0
- package/dist/types/i18n/ru.d.ts +7 -0
- package/dist/types/i18n/sv.d.ts +7 -0
- package/dist/types/i18n/th.d.ts +7 -0
- package/dist/types/i18n/tr.d.ts +7 -0
- package/dist/types/i18n/uk.d.ts +7 -0
- package/dist/types/i18n/vi.d.ts +7 -0
- package/dist/types/i18n/zh.d.ts +7 -0
- package/dist/types/i18n/zh_TW.d.ts +7 -0
- package/dist/types/messages.d.ts +1 -1
- package/dist/types/view/BlockCard/actions/PreviewAction.d.ts +1 -2
- package/dist/types/view/BlockCard/views/ResolvedView.d.ts +0 -2
- package/dist/types/view/HoverCard/components/views/resolved/index.d.ts +1 -1
- package/dist/types/view/HoverCard/types.d.ts +1 -1
- package/dist/types-ts4.5/extractors/block/index.d.ts +2 -2
- package/dist/types-ts4.5/extractors/block/types.d.ts +0 -1
- package/dist/types-ts4.5/extractors/common/actions/extractPreviewAction.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +7 -0
- package/dist/types-ts4.5/i18n/da.d.ts +7 -0
- package/dist/types-ts4.5/i18n/de.d.ts +7 -0
- package/dist/types-ts4.5/i18n/es.d.ts +7 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +7 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +7 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +7 -0
- package/dist/types-ts4.5/i18n/it.d.ts +7 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +7 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +7 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +7 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +7 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +7 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +7 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +7 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +7 -0
- package/dist/types-ts4.5/i18n/th.d.ts +7 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +7 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +7 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +7 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +7 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +7 -0
- package/dist/types-ts4.5/messages.d.ts +1 -1
- package/dist/types-ts4.5/view/BlockCard/actions/PreviewAction.d.ts +1 -2
- package/dist/types-ts4.5/view/BlockCard/views/ResolvedView.d.ts +0 -2
- package/dist/types-ts4.5/view/HoverCard/components/views/resolved/index.d.ts +1 -1
- package/dist/types-ts4.5/view/HoverCard/types.d.ts +1 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 26.15.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f64123c5b1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f64123c5b1e) - [ux] Update Full screen view button to Open preview
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
3
10
|
## 26.15.8
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -35,7 +35,7 @@ var extractBlockDetails = function extractBlockDetails(jsonLd) {
|
|
|
35
35
|
return !!detail;
|
|
36
36
|
});
|
|
37
37
|
};
|
|
38
|
-
var extractBlockActions = function extractBlockActions(props, jsonLd, opts, platform, meta
|
|
38
|
+
var extractBlockActions = function extractBlockActions(props, jsonLd, opts, platform, meta) {
|
|
39
39
|
if (opts) {
|
|
40
40
|
var handleInvoke = opts.handleInvoke;
|
|
41
41
|
var actions = (0, _extractActions.extractActions)(jsonLd, handleInvoke);
|
|
@@ -43,8 +43,7 @@ var extractBlockActions = function extractBlockActions(props, jsonLd, opts, plat
|
|
|
43
43
|
viewProps: props,
|
|
44
44
|
jsonLd: jsonLd,
|
|
45
45
|
platform: platform,
|
|
46
|
-
meta: meta
|
|
47
|
-
enableImprovedPreviewAction: enableImprovedPreviewAction
|
|
46
|
+
meta: meta
|
|
48
47
|
}));
|
|
49
48
|
|
|
50
49
|
// The previewAction should always be the last action
|
|
@@ -77,7 +76,7 @@ var extractBlockUsers = function extractBlockUsers(jsonLd) {
|
|
|
77
76
|
}
|
|
78
77
|
};
|
|
79
78
|
exports.extractBlockUsers = extractBlockUsers;
|
|
80
|
-
var extractBlockProps = function extractBlockProps(jsonLd, meta, opts, renderers, platform
|
|
79
|
+
var extractBlockProps = function extractBlockProps(jsonLd, meta, opts, renderers, platform) {
|
|
81
80
|
var props = {
|
|
82
81
|
link: (0, _linkExtractors.extractLink)(jsonLd),
|
|
83
82
|
title: (0, _linkExtractors.extractTitle)(jsonLd),
|
|
@@ -93,7 +92,7 @@ var extractBlockProps = function extractBlockProps(jsonLd, meta, opts, renderers
|
|
|
93
92
|
isTrusted: (0, _extractIsTrusted.extractIsTrusted)(meta)
|
|
94
93
|
};
|
|
95
94
|
return _objectSpread(_objectSpread({}, props), {}, {
|
|
96
|
-
actions: extractBlockActions(props, jsonLd, opts, platform, meta
|
|
95
|
+
actions: extractBlockActions(props, jsonLd, opts, platform, meta)
|
|
97
96
|
});
|
|
98
97
|
};
|
|
99
98
|
exports.extractBlockProps = extractBlockProps;
|
|
@@ -64,8 +64,7 @@ var extractPreviewAction = function extractPreviewAction(_ref) {
|
|
|
64
64
|
_ref$source = _ref.source,
|
|
65
65
|
source = _ref$source === void 0 ? 'block' : _ref$source,
|
|
66
66
|
analytics = _ref.analytics,
|
|
67
|
-
meta = _ref.meta
|
|
68
|
-
enableImprovedPreviewAction = _ref.enableImprovedPreviewAction;
|
|
67
|
+
meta = _ref.meta;
|
|
69
68
|
// Extract metadata from view props & raw JSON-LD.
|
|
70
69
|
var metadataFromJsonLd = getMetadataFromJsonLd(jsonLd, platform);
|
|
71
70
|
var metadataFromViewProps = getMetadataFromResolvedProps(viewProps);
|
|
@@ -84,8 +83,7 @@ var extractPreviewAction = function extractPreviewAction(_ref) {
|
|
|
84
83
|
onViewActionClick: function onViewActionClick() {
|
|
85
84
|
handleInvoke(getInvokeOpts(key, 'ViewAction'));
|
|
86
85
|
},
|
|
87
|
-
isSupportTheming: (0, _extractIsSupportTheming.extractIsSupportTheming)(meta)
|
|
88
|
-
enableImprovedPreviewAction: enableImprovedPreviewAction
|
|
86
|
+
isSupportTheming: (0, _extractIsSupportTheming.extractIsSupportTheming)(meta)
|
|
89
87
|
}));
|
|
90
88
|
// Setup props to go through proper Redux 'invocation' flow
|
|
91
89
|
// for analytics, further state management if required in future.
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': 'Akce',
|
|
17
17
|
'fabric.linking.add_account': 'Přidat účet',
|
|
18
|
+
'fabric.linking.assigned_to': 'Přiřazeno k: {context}',
|
|
18
19
|
'fabric.linking.cancel': 'Zrušit',
|
|
19
20
|
'fabric.linking.cannot_connect': 'Nelze se připojit, zkuste to znovu.',
|
|
20
21
|
'fabric.linking.cannot_find_link': 'Nepodařilo se najít odkaz.',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': 'Připojte svůj účet {context}',
|
|
30
31
|
'fabric.linking.connect_to': 'Připojit k {name}',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': 'Připojit k: {context}',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': '
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': 'Propojte {context} a Atlassian a budete moci sledovat další podrobnosti o své práci a spolupracovat na jednom místě.',
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Připojte Atlassian a budete moci sledovat další podrobnosti o své práci a spolupracovat na jednom místě.',
|
|
33
35
|
'fabric.linking.continue': 'Pokračovat',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': 'Kopírovat odkaz',
|
|
35
37
|
'fabric.linking.couldnt_load_link': 'Tento odkaz se z neznámého důvodu nepodařilo načíst.',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': 'Nízká',
|
|
74
76
|
'fabric.linking.priority_trivial': 'Triviální',
|
|
75
77
|
'fabric.linking.priority_undefined': 'Nedefinováno',
|
|
78
|
+
'fabric.linking.read_time': '{context} min. čtení',
|
|
76
79
|
'fabric.linking.request_access': 'Požádat o přístup',
|
|
77
80
|
'fabric.linking.request_access_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup k řešení {context}.',
|
|
78
81
|
'fabric.linking.request_access_pending': 'Čeká se na vyřízení přístupu',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': 'Aktualizace stavu se nezdařila',
|
|
91
94
|
'fabric.linking.try_again': 'Zkusit znovu',
|
|
92
95
|
'fabric.linking.try_another_account': 'Zkuste jiný účet',
|
|
96
|
+
'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.',
|
|
97
|
+
'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.',
|
|
98
|
+
'fabric.linking.unauthorised_account_name': 'Soukromé stránky ze zdroje {context} nejde zobrazit.',
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Soukromé stránky nejde zobrazit.',
|
|
93
100
|
'fabric.linking.unlink_account': 'Odpojit účet',
|
|
94
101
|
'fabric.linking.updated_by': 'Upravil(a) {context}',
|
|
95
102
|
'fabric.linking.view': 'Zobrazit'
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': 'Handlinger',
|
|
17
17
|
'fabric.linking.add_account': 'Tilføj konto',
|
|
18
|
+
'fabric.linking.assigned_to': 'Tildelt til {context}',
|
|
18
19
|
'fabric.linking.cancel': 'Annuller',
|
|
19
20
|
'fabric.linking.cannot_connect': 'Kan ikke oprette forbindelse. Prøv igen.',
|
|
20
21
|
'fabric.linking.cannot_find_link': 'Kan ikke finde linket',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': 'Forbind din {context}-konto',
|
|
30
31
|
'fabric.linking.connect_to': 'Forbind til {name}',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': 'Forbind til {context}',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': '
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': 'Knyt {context} til Atlassian for at se flere oplysninger om dit arbejde og samarbejde fra ét sted.',
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Opret tilknytning til Atlassian for at se flere oplysninger om dit arbejde og samarbejde fra ét sted.',
|
|
33
35
|
'fabric.linking.continue': 'Fortsæt',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': 'Kopiér link',
|
|
35
37
|
'fabric.linking.couldnt_load_link': 'Af en ukendt årsag kunne vi ikke indlæse dette link.',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': 'Mindre',
|
|
74
76
|
'fabric.linking.priority_trivial': 'Triviel',
|
|
75
77
|
'fabric.linking.priority_undefined': 'Ikke defineret',
|
|
78
|
+
'fabric.linking.read_time': 'Kan læses på {context} min.',
|
|
76
79
|
'fabric.linking.request_access': 'Anmod om adgang',
|
|
77
80
|
'fabric.linking.request_access_description': 'Anmod om adgang til {context} for at se denne forhåndsvisning.',
|
|
78
81
|
'fabric.linking.request_access_pending': 'Afventer adgang',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': 'Vi kunne ikke opdatere statussen',
|
|
91
94
|
'fabric.linking.try_again': 'Prøv igen',
|
|
92
95
|
'fabric.linking.try_another_account': 'Prøv en anden konto',
|
|
96
|
+
'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.",
|
|
97
|
+
'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.",
|
|
98
|
+
'fabric.linking.unauthorised_account_name': 'Vi kan ikke vise private sider fra {context}',
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Vi kan ikke vise private sider',
|
|
93
100
|
'fabric.linking.unlink_account': 'Fjern link til konto',
|
|
94
101
|
'fabric.linking.updated_by': 'Ændret af {context}',
|
|
95
102
|
'fabric.linking.view': 'Vis'
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': 'Aktionen',
|
|
17
17
|
'fabric.linking.add_account': 'Account hinzufügen',
|
|
18
|
+
'fabric.linking.assigned_to': 'Zugewiesen an {context}',
|
|
18
19
|
'fabric.linking.cancel': 'Abbrechen',
|
|
19
20
|
'fabric.linking.cannot_connect': 'Verbindung nicht möglich, versuchen Sie es erneut',
|
|
20
21
|
'fabric.linking.cannot_find_link': 'Link konnte nicht gefunden werden',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': 'Verbinden Sie Ihr {context}-Konto',
|
|
30
31
|
'fabric.linking.connect_to': 'Mit {name} verbinden',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': 'Mit {context} verbinden',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': '
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': 'Verbinden Sie {context} mit Atlassian, damit mehr Details zu Ihrer Arbeit und Zusammenarbeit an einem zentralen Ort angezeigt werden.',
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Mit Atlassian verbinden, damit mehr Details zu Ihrer Arbeit und Zusammenarbeit an einem zentralen Ort angezeigt werden.',
|
|
33
35
|
'fabric.linking.continue': 'Weiter',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': 'Link kopieren',
|
|
35
37
|
'fabric.linking.couldnt_load_link': 'Dieser Link konnte aus unbekannten Gründen nicht geladen werden.',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': 'Geringfügig',
|
|
74
76
|
'fabric.linking.priority_trivial': 'Unwesentlich',
|
|
75
77
|
'fabric.linking.priority_undefined': 'Nicht definiert',
|
|
78
|
+
'fabric.linking.read_time': 'Lesedauer: {context} Min.',
|
|
76
79
|
'fabric.linking.request_access': 'Zugriff anfordern',
|
|
77
80
|
'fabric.linking.request_access_description': 'Sie müssen Zugriff auf {context} anfordern, um diese Vorschau anzeigen zu können.',
|
|
78
81
|
'fabric.linking.request_access_pending': 'Zugriff ausstehend',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': 'Der Status konnte nicht aktualisiert werden',
|
|
91
94
|
'fabric.linking.try_again': 'Versuchen Sie es erneut.',
|
|
92
95
|
'fabric.linking.try_another_account': 'Versuchen Sie es mit einem anderen Konto erneut.',
|
|
96
|
+
'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.',
|
|
97
|
+
'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.',
|
|
98
|
+
'fabric.linking.unauthorised_account_name': 'Private Seiten von {context} können nicht angezeigt werden',
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Private Seiten können nicht angezeigt werden',
|
|
93
100
|
'fabric.linking.unlink_account': 'Kontoverknüpfung löschen',
|
|
94
101
|
'fabric.linking.updated_by': 'Geändert von {context}',
|
|
95
102
|
'fabric.linking.view': 'Anzeigen'
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': 'Acciones',
|
|
17
17
|
'fabric.linking.add_account': 'Añadir cuenta',
|
|
18
|
+
'fabric.linking.assigned_to': 'Asignado a {context}',
|
|
18
19
|
'fabric.linking.cancel': 'Cancelar',
|
|
19
20
|
'fabric.linking.cannot_connect': 'No se podido establecer la conexión. Inténtalo de nuevo',
|
|
20
21
|
'fabric.linking.cannot_find_link': 'No se ha podido encontrar el enlace',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': 'Conecta tu cuenta de {context}',
|
|
30
31
|
'fabric.linking.connect_to': 'Conectarse a {name}',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': 'Conectarse a {context}',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': '
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': 'Conecta {context} con Atlassian para ver más detalles de tu trabajo y colaborar desde un único lugar.',
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Conéctate con Atlassian para ver más detalles de tu trabajo y colaborar desde un único lugar.',
|
|
33
35
|
'fabric.linking.continue': 'Continuar',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': 'Copiar enlace',
|
|
35
37
|
'fabric.linking.couldnt_load_link': 'Por algún motivo que desconocemos, no hemos podido cargar este enlace.',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': 'No importante',
|
|
74
76
|
'fabric.linking.priority_trivial': 'Trivial',
|
|
75
77
|
'fabric.linking.priority_undefined': 'Sin definir',
|
|
78
|
+
'fabric.linking.read_time': '{context} min de lectura',
|
|
76
79
|
'fabric.linking.request_access': 'Solicitar acceso',
|
|
77
80
|
'fabric.linking.request_access_description': 'Solicita acceso a {context} para ver esta vista previa.',
|
|
78
81
|
'fabric.linking.request_access_pending': 'Acceso pendiente',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': 'No hemos podido actualizar el estado',
|
|
91
94
|
'fabric.linking.try_again': 'Volver a intentarlo',
|
|
92
95
|
'fabric.linking.try_another_account': 'Probar otra cuenta',
|
|
96
|
+
'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.',
|
|
97
|
+
'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.',
|
|
98
|
+
'fabric.linking.unauthorised_account_name': 'No podemos mostrar las páginas privadas de {context}',
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'No podemos mostrar páginas privadas',
|
|
93
100
|
'fabric.linking.unlink_account': 'Desvincular cuenta',
|
|
94
101
|
'fabric.linking.updated_by': 'Modificado por {context}',
|
|
95
102
|
'fabric.linking.view': 'Ver'
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': 'Toiminnot',
|
|
17
17
|
'fabric.linking.add_account': 'Lisää tili',
|
|
18
|
+
'fabric.linking.assigned_to': 'Määrätty käyttäjälle {context}',
|
|
18
19
|
'fabric.linking.cancel': 'Peruuta',
|
|
19
20
|
'fabric.linking.cannot_connect': 'Ei voi muodostaa yhteyttä, yritä uudelleen',
|
|
20
21
|
'fabric.linking.cannot_find_link': 'Linkkiä ei löydy',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': 'Yhdistä {context}-tilisi',
|
|
30
31
|
'fabric.linking.connect_to': 'Yhdistä kohteeseen {name}',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': 'Yhdistä kohteeseen {context}',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': 'Yhdistä Atlassianiin
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': 'Yhdistä {context} Atlassianiin, jotta saat lisätietoja työstäsi ja voit tehdä yhteistyötä yhdessä paikassa.',
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Yhdistä Atlassianiin nähdäksesi lisää tietoja työstäsi ja tehdäksesi yhteistyötä yhdessä paikassa.',
|
|
33
35
|
'fabric.linking.continue': 'Jatka',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': 'Kopioi linkki',
|
|
35
37
|
'fabric.linking.couldnt_load_link': 'Tämän linkin lataaminen epäonnistui tuntemattomasta syystä.',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': 'Vähäinen',
|
|
74
76
|
'fabric.linking.priority_trivial': 'Mitätön',
|
|
75
77
|
'fabric.linking.priority_undefined': 'Määrittelemätön',
|
|
78
|
+
'fabric.linking.read_time': 'Lukuaika: {context}',
|
|
76
79
|
'fabric.linking.request_access': 'Pyydä pääsyä',
|
|
77
80
|
'fabric.linking.request_access_description': 'Pyydä sovelluksen {context} käyttöoikeutta tämän esikatselun katsomista varten.',
|
|
78
81
|
'fabric.linking.request_access_pending': 'Käyttöoikeuksia odotetaan',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': 'Tilan päivitys epäonnistui',
|
|
91
94
|
'fabric.linking.try_again': 'Yritä uudelleen',
|
|
92
95
|
'fabric.linking.try_another_account': 'Kokeile toista tiliä',
|
|
96
|
+
'fabric.linking.unauthorised_account_description': 'Yrität esikatsella yksityisen {context}-sivun linkkiä. Suosittelemme, että tarkistat URL-osoitteen tai otat yhteyden sivun omistajaan.',
|
|
97
|
+
'fabric.linking.unauthorised_account_description_no_provider': 'Yrität esikatsella yksityisen sivun linkkiä. Suosittelemme, että tarkistat URL-osoitteen tai otat yhteyden sivun omistajaan.',
|
|
98
|
+
'fabric.linking.unauthorised_account_name': 'Yksityisiä sivuja ei voida näyttää kohteesta {context}',
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Yksityisiä sivuja ei voida näyttää',
|
|
93
100
|
'fabric.linking.unlink_account': 'Poista tilin linkitys',
|
|
94
101
|
'fabric.linking.updated_by': 'Muokannut: {context}',
|
|
95
102
|
'fabric.linking.view': 'Näytä'
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': 'Actions',
|
|
17
17
|
'fabric.linking.add_account': 'Ajouter un compte',
|
|
18
|
+
'fabric.linking.assigned_to': 'Assigné à {context}',
|
|
18
19
|
'fabric.linking.cancel': 'Annuler',
|
|
19
20
|
'fabric.linking.cannot_connect': 'Connexion impossible, réessayez',
|
|
20
21
|
'fabric.linking.cannot_find_link': 'Le lien est introuvable',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': 'Connectez votre compte {context}',
|
|
30
31
|
'fabric.linking.connect_to': 'Se connecter à {name}',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': 'Se connecter à {context}',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': "Connectez
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': "Connectez {context} à Atlassian pour obtenir plus d'informations sur votre travail et collaborer depuis un seul et même endroit.",
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': "Connectez-vous à Atlassian pour obtenir plus d'informations sur votre travail et collaborer depuis un seul et même endroit.",
|
|
33
35
|
'fabric.linking.continue': 'Continuer',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': 'Copier le lien',
|
|
35
37
|
'fabric.linking.couldnt_load_link': 'Impossible de charger ce lien pour une raison inconnue.',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': 'Mineure',
|
|
74
76
|
'fabric.linking.priority_trivial': 'Superficielle',
|
|
75
77
|
'fabric.linking.priority_undefined': 'Non définie',
|
|
78
|
+
'fabric.linking.read_time': '{context} min de lecture',
|
|
76
79
|
'fabric.linking.request_access': "Demander l'accès",
|
|
77
80
|
'fabric.linking.request_access_description': 'Demandez un accès à {context} pour voir cet aperçu.',
|
|
78
81
|
'fabric.linking.request_access_pending': 'Accès en attente',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': "Impossible de mettre à jour l'état",
|
|
91
94
|
'fabric.linking.try_again': 'Réessayez',
|
|
92
95
|
'fabric.linking.try_another_account': 'Essayez un autre compte',
|
|
96
|
+
'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.",
|
|
97
|
+
'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.",
|
|
98
|
+
'fabric.linking.unauthorised_account_name': "Impossible d'afficher les pages privées de {context}",
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': "Impossible d'afficher les pages privées",
|
|
93
100
|
'fabric.linking.unlink_account': 'Dissocier le compte',
|
|
94
101
|
'fabric.linking.updated_by': 'Modification par {context}',
|
|
95
102
|
'fabric.linking.view': 'Afficher'
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': 'Műveletek',
|
|
17
17
|
'fabric.linking.add_account': 'Fiók hozzáadása',
|
|
18
|
+
'fabric.linking.assigned_to': 'Hozzárendelve a következő személyhez: {context}',
|
|
18
19
|
'fabric.linking.cancel': 'Mégse',
|
|
19
20
|
'fabric.linking.cannot_connect': 'Nem sikerült kapcsolódni, próbálkozz újra',
|
|
20
21
|
'fabric.linking.cannot_find_link': 'A link nem található',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': 'Kapcsold össze a fiókodat: {context}',
|
|
30
31
|
'fabric.linking.connect_to': 'Csatlakozás ehhez: {name}',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': 'Csatlakozás ehhez: {context}',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': 'Az Atlassian csatlakoztatásával egy helyen nézhetsz meg további részleteket a munkádról és működhetsz együtt másokkal.',
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': 'Az Atlassian és a(z) {context} csatlakoztatásával egy helyen nézhetsz meg további részleteket a munkádról és működhetsz együtt másokkal.',
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Az Atlassian csatlakoztatásával egy helyen nézhetsz meg további részleteket a munkádról és működhetsz együtt másokkal.',
|
|
33
35
|
'fabric.linking.continue': 'Folytatás',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': 'Link másolása',
|
|
35
37
|
'fabric.linking.couldnt_load_link': 'Ismeretlen okból nem tudtuk betölteni ezt a linket.',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': 'Kevésbé jelentős',
|
|
74
76
|
'fabric.linking.priority_trivial': 'Triviális',
|
|
75
77
|
'fabric.linking.priority_undefined': 'Nincs meghatározva',
|
|
78
|
+
'fabric.linking.read_time': '{context} perc olvasási idő',
|
|
76
79
|
'fabric.linking.request_access': 'Hozzáférés kérése',
|
|
77
80
|
'fabric.linking.request_access_description': 'Kérj hozzáférést a következő termékhez az előnézet megtekintése érdekében: {context}.',
|
|
78
81
|
'fabric.linking.request_access_pending': 'Hozzáférés függőben',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': 'Nem sikerült frissíteni az állapotot',
|
|
91
94
|
'fabric.linking.try_again': 'Próbáld újra',
|
|
92
95
|
'fabric.linking.try_another_account': 'Próbálkozz másik fiókkal',
|
|
96
|
+
'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.',
|
|
97
|
+
'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.',
|
|
98
|
+
'fabric.linking.unauthorised_account_name': 'Nem tudunk privát oldalakat megjeleníteni a(z) {context} felületéről',
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Nem tudunk privát oldalakat megjeleníteni',
|
|
93
100
|
'fabric.linking.unlink_account': 'Fiók leválasztása',
|
|
94
101
|
'fabric.linking.updated_by': 'Módosította: {context}',
|
|
95
102
|
'fabric.linking.view': 'Megtekintés'
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': 'Azioni',
|
|
17
17
|
'fabric.linking.add_account': 'Aggiungi account',
|
|
18
|
+
'fabric.linking.assigned_to': 'Assegnato a {context}',
|
|
18
19
|
'fabric.linking.cancel': 'Annulla',
|
|
19
20
|
'fabric.linking.cannot_connect': 'Impossibile connettersi, riprova',
|
|
20
21
|
'fabric.linking.cannot_find_link': 'Impossibile trovare il link',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': 'Connetti il tuo account {context}',
|
|
30
31
|
'fabric.linking.connect_to': 'Collegati a {name}',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': 'Connetti a {context}',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': "
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': "Connetti {context} ad Atlassian per visualizzare maggiori dettagli sul lavoro e collaborare da un'unica posizione.",
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': "Effettua la connessione ad Atlassian per visualizzare maggiori dettagli sul lavoro e collaborare da un'unica posizione.",
|
|
33
35
|
'fabric.linking.continue': 'Continua',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': 'Copia il link',
|
|
35
37
|
'fabric.linking.couldnt_load_link': 'Non è stato possibile caricare questo link per un motivo sconosciuto.',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': 'Minore',
|
|
74
76
|
'fabric.linking.priority_trivial': 'Banale',
|
|
75
77
|
'fabric.linking.priority_undefined': 'Non definita',
|
|
78
|
+
'fabric.linking.read_time': '{context} minuti di lettura',
|
|
76
79
|
'fabric.linking.request_access': 'Richiedi accesso',
|
|
77
80
|
'fabric.linking.request_access_description': "Richiedi l'accesso a {context} per visualizzare questa anteprima.",
|
|
78
81
|
'fabric.linking.request_access_pending': 'Accesso in sospeso',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': 'Impossibile aggiornare lo stato',
|
|
91
94
|
'fabric.linking.try_again': 'Riprova',
|
|
92
95
|
'fabric.linking.try_another_account': 'Prova con un altro account',
|
|
96
|
+
'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.",
|
|
97
|
+
'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.",
|
|
98
|
+
'fabric.linking.unauthorised_account_name': 'Non è possibile visualizzare le pagine private di {context}',
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Impossibile visualizzare le pagine private',
|
|
93
100
|
'fabric.linking.unlink_account': 'Scollega account',
|
|
94
101
|
'fabric.linking.updated_by': 'Modificato da {context}',
|
|
95
102
|
'fabric.linking.view': 'Visualizza'
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': 'アクション',
|
|
17
17
|
'fabric.linking.add_account': 'アカウントを追加',
|
|
18
|
+
'fabric.linking.assigned_to': '割り当て先: {context}',
|
|
18
19
|
'fabric.linking.cancel': 'キャンセル',
|
|
19
20
|
'fabric.linking.cannot_connect': '接続できません、もう一度お試しください。',
|
|
20
21
|
'fabric.linking.cannot_find_link': 'リンクが見つかりません。',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': 'ご使用の {context} アカウントを接続',
|
|
30
31
|
'fabric.linking.connect_to': '{name} に接続',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': '{context} に接続',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': '
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': '{context} をアトラシアンに接続すると、作業やコラボレーションの詳細を 1 か所で確認できます。',
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'アトラシアンに接続すると、作業やコラボレーションの詳細を 1 か所で確認できます。',
|
|
33
35
|
'fabric.linking.continue': '続行',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': 'リンクをコピー',
|
|
35
37
|
'fabric.linking.couldnt_load_link': '不明な理由によって、このリンクを読み込めませんでした。',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': 'マイナー',
|
|
74
76
|
'fabric.linking.priority_trivial': '軽度',
|
|
75
77
|
'fabric.linking.priority_undefined': '未定義',
|
|
78
|
+
'fabric.linking.read_time': '読了時間 {context} 分',
|
|
76
79
|
'fabric.linking.request_access': 'アクセスをリクエスト',
|
|
77
80
|
'fabric.linking.request_access_description': 'このプレビューを表示するための{context}へのアクセスをリクエストします。',
|
|
78
81
|
'fabric.linking.request_access_pending': 'アクセス保留中',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': 'ステータスを更新できませんでした。',
|
|
91
94
|
'fabric.linking.try_again': '再試行',
|
|
92
95
|
'fabric.linking.try_another_account': '別のアカウントでお試しください',
|
|
96
|
+
'fabric.linking.unauthorised_account_description': '{context} の非公開ページへのリンクをプレビューしようとしています。URL を確認するか、ページの所有者に問い合わせることをお勧めします。',
|
|
97
|
+
'fabric.linking.unauthorised_account_description_no_provider': '非公開ページへのリンクをプレビューしようとしています。URL を確認するか、ページの所有者に問い合わせることをお勧めします。',
|
|
98
|
+
'fabric.linking.unauthorised_account_name': '{context} の非公開ページは表示できません',
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': '非公開ページは表示できません',
|
|
93
100
|
'fabric.linking.unlink_account': 'アカウントのリンクを解除',
|
|
94
101
|
'fabric.linking.updated_by': '変更元: {context}',
|
|
95
102
|
'fabric.linking.view': '表示'
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': '작업',
|
|
17
17
|
'fabric.linking.add_account': '계정 추가',
|
|
18
|
+
'fabric.linking.assigned_to': '{context} 님에게 할당',
|
|
18
19
|
'fabric.linking.cancel': '취소',
|
|
19
20
|
'fabric.linking.cannot_connect': '연결할 수 없습니다. 다시 시도하세요',
|
|
20
21
|
'fabric.linking.cannot_find_link': '링크를 찾을 수 없음',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': '{context} 계정 연결',
|
|
30
31
|
'fabric.linking.connect_to': '{name}에 연결',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': '{context}에 연결',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': 'Atlassian에 연결하여 작업과 공동 작업에 대해 한곳에서 더 많은 세부 정보를 확인하세요.',
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': '{context}을(를) Atlassian에 연결하여 작업과 공동 작업에 대해 한곳에서 더 많은 세부 정보를 확인하세요.',
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Atlassian에 연결하여 작업과 공동 작업에 대해 한곳에서 더 많은 세부 정보를 확인하세요.',
|
|
33
35
|
'fabric.linking.continue': '계속',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': '링크 복사',
|
|
35
37
|
'fabric.linking.couldnt_load_link': '알 수 없는 이유로 인해 이 링크를 로드할 수 없습니다.',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': '경미함',
|
|
74
76
|
'fabric.linking.priority_trivial': '사소함',
|
|
75
77
|
'fabric.linking.priority_undefined': '정의되지 않음',
|
|
78
|
+
'fabric.linking.read_time': '{context}분 읽기',
|
|
76
79
|
'fabric.linking.request_access': '액세스 요청',
|
|
77
80
|
'fabric.linking.request_access_description': '이 미리 보기를 보려면 {context}에 액세스를 요청하세요.',
|
|
78
81
|
'fabric.linking.request_access_pending': '액세스 보류 중',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': '상태를 업데이트할 수 없습니다',
|
|
91
94
|
'fabric.linking.try_again': '다시 시도',
|
|
92
95
|
'fabric.linking.try_another_account': '다른 계정으로 시도해 보세요.',
|
|
96
|
+
'fabric.linking.unauthorised_account_description': '비공개 {context} 페이지의 링크를 미리 보려고 하고 있습니다. URL을 검토하거나 페이지 소유자에게 문의하는 것이 좋습니다.',
|
|
97
|
+
'fabric.linking.unauthorised_account_description_no_provider': '비공개 페이지의 링크를 미리 보려고 하고 있습니다. URL을 검토하거나 페이지 소유자에게 문의하는 것이 좋습니다.',
|
|
98
|
+
'fabric.linking.unauthorised_account_name': '{context}의 비공개 페이지는 표시할 수 없습니다',
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': '비공개 페이지를 표시할 수 없습니다',
|
|
93
100
|
'fabric.linking.unlink_account': '계정 연결 해제',
|
|
94
101
|
'fabric.linking.updated_by': '수정한 사용자: {context}',
|
|
95
102
|
'fabric.linking.view': '보기'
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': 'Tiltak',
|
|
17
17
|
'fabric.linking.add_account': 'Legg til en konto',
|
|
18
|
+
'fabric.linking.assigned_to': 'Tilordnet til {context}',
|
|
18
19
|
'fabric.linking.cancel': 'Avbryt',
|
|
19
20
|
'fabric.linking.cannot_connect': 'Kan ikke koble til, prøv på nytt',
|
|
20
21
|
'fabric.linking.cannot_find_link': 'Finner ikke koblingen',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': 'Koble til {context}-kontoen din',
|
|
30
31
|
'fabric.linking.connect_to': 'Koble til {name}',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': 'Koble til {context}',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': 'Koble til Atlassian for å se flere detaljer for arbeidet ditt og samarbeide på ett sted.',
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': 'Koble {context} til Atlassian for å se flere detaljer for arbeidet ditt og samarbeide på ett sted.',
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Koble til Atlassian for å se flere detaljer for arbeidet ditt og samarbeide på ett sted.',
|
|
33
35
|
'fabric.linking.continue': 'Fortsett',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': 'Kopier kobling',
|
|
35
37
|
'fabric.linking.couldnt_load_link': 'Vi kan ikke laste inn denne koblingen av ukjent grunn.',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': 'Mindre alvorlig',
|
|
74
76
|
'fabric.linking.priority_trivial': 'Uviktig',
|
|
75
77
|
'fabric.linking.priority_undefined': 'Udefinert',
|
|
78
|
+
'fabric.linking.read_time': '{context} min å lese',
|
|
76
79
|
'fabric.linking.request_access': 'Be om tilgang',
|
|
77
80
|
'fabric.linking.request_access_description': 'Be om tilgang til {context} for å se denne forhåndsvisningen.',
|
|
78
81
|
'fabric.linking.request_access_pending': 'Venter på tilgang',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': 'Vi kan ikke oppdatere statusen',
|
|
91
94
|
'fabric.linking.try_again': 'Prøv på nytt',
|
|
92
95
|
'fabric.linking.try_another_account': 'Prøv en annen konto',
|
|
96
|
+
'fabric.linking.unauthorised_account_description': 'Du prøver å forhåndsvise en kobling til en privat {context}-side. Vi anbefaler at du sjekker nettadressen eller kontakter sideeieren.',
|
|
97
|
+
'fabric.linking.unauthorised_account_description_no_provider': 'Du prøver å forhåndsvise en kobling til en privat side. Vi anbefaler at du sjekker nettadressen eller kontakter sideeieren.',
|
|
98
|
+
'fabric.linking.unauthorised_account_name': 'Vi kan ikke vise private sider fra {context}',
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Vi kan ikke vise private sider',
|
|
93
100
|
'fabric.linking.unlink_account': 'Fjern kobling fra konto',
|
|
94
101
|
'fabric.linking.updated_by': 'Endret av {context}',
|
|
95
102
|
'fabric.linking.view': 'Vis'
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': 'Acties',
|
|
17
17
|
'fabric.linking.add_account': 'Account toevoegen',
|
|
18
|
+
'fabric.linking.assigned_to': 'Toegewezen aan {context}',
|
|
18
19
|
'fabric.linking.cancel': 'Annuleren',
|
|
19
20
|
'fabric.linking.cannot_connect': 'Geen verbinding, probeer het opnieuw',
|
|
20
21
|
'fabric.linking.cannot_find_link': 'Kan link niet vinden',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': 'Koppel je {context}-account',
|
|
30
31
|
'fabric.linking.connect_to': 'Met {name} verbinden',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': 'Met {context} koppelen',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': 'Koppel aan Atlassian om meer gegevens van je werk te kunnen bekijken en samen te werken vanaf één plek.',
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': 'Koppel {context} aan Atlassian om meer gegevens van je werk te kunnen bekijken en samen te werken vanaf één plek.',
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Koppel aan Atlassian om meer gegevens van je werk te kunnen bekijken en samen te werken vanaf één plek.',
|
|
33
35
|
'fabric.linking.continue': 'Doorgaan',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': 'Link kopiëren',
|
|
35
37
|
'fabric.linking.couldnt_load_link': 'Om een onbekende reden konden we deze link niet laden.',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': 'Gering',
|
|
74
76
|
'fabric.linking.priority_trivial': 'Triviaal',
|
|
75
77
|
'fabric.linking.priority_undefined': 'Niet gedefinieerd',
|
|
78
|
+
'fabric.linking.read_time': '{context} min. leestijd',
|
|
76
79
|
'fabric.linking.request_access': 'Toegang aanvragen',
|
|
77
80
|
'fabric.linking.request_access_description': 'Vraag toegang aan tot {context} om deze voorvertoning te bekijken.',
|
|
78
81
|
'fabric.linking.request_access_pending': 'Toegang wordt behandeld',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': 'We konden de status niet bijwerken',
|
|
91
94
|
'fabric.linking.try_again': 'Opnieuw proberen',
|
|
92
95
|
'fabric.linking.try_another_account': 'Gebruik een ander account',
|
|
96
|
+
'fabric.linking.unauthorised_account_description': 'Je probeert een voorbeeldweergave van een link naar een besloten {context}-pagina te bekijken. We raden je aan om URL te controleren of om contact op te nemen met de eigenaar van de pagina.',
|
|
97
|
+
'fabric.linking.unauthorised_account_description_no_provider': 'Je probeert een voorbeeldweergave van een link naar een besloten pagina te bekijken. We raden je aan om URL te controleren of om contact op te nemen met de eigenaar van de pagina.',
|
|
98
|
+
'fabric.linking.unauthorised_account_name': "We kunnen besloten pagina's van {context} niet weergeven",
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': "We kunnen besloten pagina's niet weergeven",
|
|
93
100
|
'fabric.linking.unlink_account': 'Verbinding met account verwijderen',
|
|
94
101
|
'fabric.linking.updated_by': 'Gewijzigd door {context}',
|
|
95
102
|
'fabric.linking.view': 'Bekijken'
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': 'Akcje',
|
|
17
17
|
'fabric.linking.add_account': 'Dodaj konto',
|
|
18
|
+
'fabric.linking.assigned_to': 'Przypisano do {context}',
|
|
18
19
|
'fabric.linking.cancel': 'Anuluj',
|
|
19
20
|
'fabric.linking.cannot_connect': 'Nie można nawiązać połączenia. Spróbuj ponownie.',
|
|
20
21
|
'fabric.linking.cannot_find_link': 'Nie można znaleźć łącza',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': 'Połącz konto {context}',
|
|
30
31
|
'fabric.linking.connect_to': 'Połącz z {name}',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': 'Połącz z {context}',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': 'Połącz z Atlassian, aby wyświetlać więcej szczegółów dotyczących pracy i współpracować w jednym miejscu.',
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': 'Połącz {context} z Atlassian, aby wyświetlać więcej szczegółów dotyczących pracy i współpracować w jednym miejscu.',
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Połącz z Atlassian, aby wyświetlać więcej szczegółów dotyczących pracy i współpracować w jednym miejscu.',
|
|
33
35
|
'fabric.linking.continue': 'Kontynuuj',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': 'Kopiuj łącze',
|
|
35
37
|
'fabric.linking.couldnt_load_link': 'Z nieznanego powodu nie udało się wczytać tego łącza.',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': 'Drobny',
|
|
74
76
|
'fabric.linking.priority_trivial': 'Trywialny',
|
|
75
77
|
'fabric.linking.priority_undefined': 'Nie zdefiniowano',
|
|
78
|
+
'fabric.linking.read_time': '{context} min czytania',
|
|
76
79
|
'fabric.linking.request_access': 'Wyślij wniosek o dostęp',
|
|
77
80
|
'fabric.linking.request_access_description': 'Poproś o dostęp do {context}, aby wyświetlić ten podgląd.',
|
|
78
81
|
'fabric.linking.request_access_pending': 'Oczekuje na dostęp',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': 'Nie można zaktualizować statusu',
|
|
91
94
|
'fabric.linking.try_again': 'Spróbuj ponownie',
|
|
92
95
|
'fabric.linking.try_another_account': 'Spróbuj użyć innego konta',
|
|
96
|
+
'fabric.linking.unauthorised_account_description': 'Próbujesz wyświetlić podgląd łącza do strony prywatnej {context}. Zalecamy, aby sprawdzić adres URL lub skontaktować się z właścicielem strony.',
|
|
97
|
+
'fabric.linking.unauthorised_account_description_no_provider': 'Próbujesz wyświetlić podgląd łącza do strony prywatnej. Zalecamy, aby sprawdzić adres URL lub skontaktować się z właścicielem strony.',
|
|
98
|
+
'fabric.linking.unauthorised_account_name': 'Nie można wyświetlić stron prywatnych z {context}',
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Nie można wyświetlić stron prywatnych',
|
|
93
100
|
'fabric.linking.unlink_account': 'Odłącz konto',
|
|
94
101
|
'fabric.linking.updated_by': 'Autor modyfikacji: {context}',
|
|
95
102
|
'fabric.linking.view': 'Wyświetl'
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -15,6 +15,7 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.actions': 'Ações',
|
|
17
17
|
'fabric.linking.add_account': 'Adicionar conta',
|
|
18
|
+
'fabric.linking.assigned_to': 'Atribuído a {context}',
|
|
18
19
|
'fabric.linking.cancel': 'Cancelar',
|
|
19
20
|
'fabric.linking.cannot_connect': 'Não é possível conectar; tente de novo',
|
|
20
21
|
'fabric.linking.cannot_find_link': 'Não é possível encontrar o link',
|
|
@@ -29,7 +30,8 @@ var _default = {
|
|
|
29
30
|
'fabric.linking.connect_link_account_card_view_name': 'Conectar a conta do {context}',
|
|
30
31
|
'fabric.linking.connect_to': 'Conectar-se ao {name}',
|
|
31
32
|
'fabric.linking.connect_unauthorised_account_action': 'Conectar ao {context}',
|
|
32
|
-
'fabric.linking.connect_unauthorised_account_description': 'Conecte
|
|
33
|
+
'fabric.linking.connect_unauthorised_account_description': 'Conecte o {context} à Atlassian para ver mais informações de trabalho e colaborar em um só lugar.',
|
|
34
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Conecte-se à Atlassian para ver mais informações do seu trabalho e colaborar em um só lugar.',
|
|
33
35
|
'fabric.linking.continue': 'Continuar',
|
|
34
36
|
'fabric.linking.copy_url_to_clipboard': 'Copiar link',
|
|
35
37
|
'fabric.linking.couldnt_load_link': 'Não foi possível carregar esse link por um motivo desconhecido.',
|
|
@@ -73,6 +75,7 @@ var _default = {
|
|
|
73
75
|
'fabric.linking.priority_minor': 'Média',
|
|
74
76
|
'fabric.linking.priority_trivial': 'Trivial',
|
|
75
77
|
'fabric.linking.priority_undefined': 'Indefinida',
|
|
78
|
+
'fabric.linking.read_time': '{context} minutos de leitura',
|
|
76
79
|
'fabric.linking.request_access': 'Solicitar acesso',
|
|
77
80
|
'fabric.linking.request_access_description': 'Solicitar acesso a {context} para ver esta visualização.',
|
|
78
81
|
'fabric.linking.request_access_pending': 'Acesso pendente',
|
|
@@ -90,6 +93,10 @@ var _default = {
|
|
|
90
93
|
'fabric.linking.status_change_update_error': 'Não foi possível atualizar o status',
|
|
91
94
|
'fabric.linking.try_again': 'Tentar novamente',
|
|
92
95
|
'fabric.linking.try_another_account': 'Experimente uma outra conta',
|
|
96
|
+
'fabric.linking.unauthorised_account_description': 'Você está tentando visualizar um link de uma página {context} privada. Verifique o URL ou entre em contato com o proprietário da página.',
|
|
97
|
+
'fabric.linking.unauthorised_account_description_no_provider': 'Você está tentando visualizar um link de uma página privada. Verifique o URL ou entre em contato com o proprietário da página.',
|
|
98
|
+
'fabric.linking.unauthorised_account_name': 'Não é possível exibir páginas privadas de {context}',
|
|
99
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Não é possível exibir páginas privadas',
|
|
93
100
|
'fabric.linking.unlink_account': 'Desvincular conta',
|
|
94
101
|
'fabric.linking.updated_by': 'Modificado por {context}',
|
|
95
102
|
'fabric.linking.view': 'Visualizar'
|