@atlaskit/smart-card 25.0.0 → 25.0.2
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 +12 -0
- package/dist/cjs/i18n/cs.js +74 -73
- package/dist/cjs/i18n/da.js +74 -73
- package/dist/cjs/i18n/de.js +74 -73
- package/dist/cjs/i18n/en.js +74 -74
- package/dist/cjs/i18n/en_GB.js +74 -74
- package/dist/cjs/i18n/en_ZZ.js +29 -29
- package/dist/cjs/i18n/es.js +74 -73
- package/dist/cjs/i18n/fi.js +74 -73
- package/dist/cjs/i18n/fr.js +74 -73
- package/dist/cjs/i18n/hu.js +74 -73
- package/dist/cjs/i18n/it.js +74 -73
- package/dist/cjs/i18n/ja.js +74 -73
- package/dist/cjs/i18n/ko.js +74 -73
- package/dist/cjs/i18n/nb.js +74 -73
- package/dist/cjs/i18n/nl.js +74 -73
- package/dist/cjs/i18n/pl.js +74 -73
- package/dist/cjs/i18n/pt_BR.js +74 -73
- package/dist/cjs/i18n/ru.js +74 -73
- package/dist/cjs/i18n/sv.js +74 -73
- package/dist/cjs/i18n/th.js +74 -74
- package/dist/cjs/i18n/tr.js +74 -73
- package/dist/cjs/i18n/uk.js +74 -73
- package/dist/cjs/i18n/vi.js +74 -73
- package/dist/cjs/i18n/zh.js +74 -73
- package/dist/cjs/i18n/zh_TW.js +74 -73
- package/dist/cjs/state/hooks/use-invoke/index.js +37 -0
- package/dist/cjs/state/hooks/use-invoke/types.js +17 -0
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/FlexibleCard/components/common/lozenge-action/error-boundary/index.js +28 -0
- package/dist/cjs/view/FlexibleCard/components/common/lozenge-action/index.js +138 -0
- package/dist/cjs/view/FlexibleCard/components/common/lozenge-action/lozenge-action-error/index.js +24 -0
- package/dist/cjs/view/FlexibleCard/components/common/lozenge-action/lozenge-action-error/types.js +5 -0
- package/dist/cjs/view/FlexibleCard/components/common/lozenge-action/lozenge-action-item/index.js +31 -0
- package/dist/cjs/view/FlexibleCard/components/common/lozenge-action/lozenge-action-item/types.js +5 -0
- package/dist/cjs/view/FlexibleCard/components/common/lozenge-action/lozenge-action-trigger/index.js +52 -0
- package/dist/cjs/view/FlexibleCard/components/common/lozenge-action/lozenge-action-trigger/type.js +5 -0
- package/dist/cjs/view/FlexibleCard/components/common/lozenge-action/styled.js +16 -0
- package/dist/cjs/view/FlexibleCard/components/common/lozenge-action/types.js +5 -0
- package/dist/es2019/i18n/cs.js +74 -73
- package/dist/es2019/i18n/da.js +74 -73
- package/dist/es2019/i18n/de.js +74 -73
- package/dist/es2019/i18n/en.js +74 -74
- package/dist/es2019/i18n/en_GB.js +74 -74
- package/dist/es2019/i18n/en_ZZ.js +29 -29
- package/dist/es2019/i18n/es.js +74 -73
- package/dist/es2019/i18n/fi.js +74 -73
- package/dist/es2019/i18n/fr.js +74 -73
- package/dist/es2019/i18n/hu.js +74 -73
- package/dist/es2019/i18n/it.js +74 -73
- package/dist/es2019/i18n/ja.js +74 -73
- package/dist/es2019/i18n/ko.js +74 -73
- package/dist/es2019/i18n/nb.js +74 -73
- package/dist/es2019/i18n/nl.js +74 -73
- package/dist/es2019/i18n/pl.js +74 -73
- package/dist/es2019/i18n/pt_BR.js +74 -73
- package/dist/es2019/i18n/ru.js +74 -73
- package/dist/es2019/i18n/sv.js +74 -73
- package/dist/es2019/i18n/th.js +74 -74
- package/dist/es2019/i18n/tr.js +74 -73
- package/dist/es2019/i18n/uk.js +74 -73
- package/dist/es2019/i18n/vi.js +74 -73
- package/dist/es2019/i18n/zh.js +74 -73
- package/dist/es2019/i18n/zh_TW.js +74 -73
- package/dist/es2019/state/hooks/use-invoke/index.js +10 -0
- package/dist/es2019/state/hooks/use-invoke/types.js +9 -0
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/FlexibleCard/components/common/lozenge-action/error-boundary/index.js +13 -0
- package/dist/es2019/view/FlexibleCard/components/common/lozenge-action/index.js +75 -0
- package/dist/es2019/view/FlexibleCard/components/common/lozenge-action/lozenge-action-error/index.js +13 -0
- package/dist/es2019/view/FlexibleCard/components/common/lozenge-action/lozenge-action-error/types.js +1 -0
- package/dist/es2019/view/FlexibleCard/components/common/lozenge-action/lozenge-action-item/index.js +21 -0
- package/dist/es2019/view/FlexibleCard/components/common/lozenge-action/lozenge-action-item/types.js +1 -0
- package/dist/es2019/view/FlexibleCard/components/common/lozenge-action/lozenge-action-trigger/index.js +36 -0
- package/dist/es2019/view/FlexibleCard/components/common/lozenge-action/lozenge-action-trigger/type.js +1 -0
- package/dist/es2019/view/FlexibleCard/components/common/lozenge-action/styled.js +53 -0
- package/dist/es2019/view/FlexibleCard/components/common/lozenge-action/types.js +1 -0
- package/dist/esm/i18n/cs.js +74 -73
- package/dist/esm/i18n/da.js +74 -73
- package/dist/esm/i18n/de.js +74 -73
- package/dist/esm/i18n/en.js +74 -74
- package/dist/esm/i18n/en_GB.js +74 -74
- package/dist/esm/i18n/en_ZZ.js +29 -29
- package/dist/esm/i18n/es.js +74 -73
- package/dist/esm/i18n/fi.js +74 -73
- package/dist/esm/i18n/fr.js +74 -73
- package/dist/esm/i18n/hu.js +74 -73
- package/dist/esm/i18n/it.js +74 -73
- package/dist/esm/i18n/ja.js +74 -73
- package/dist/esm/i18n/ko.js +74 -73
- package/dist/esm/i18n/nb.js +74 -73
- package/dist/esm/i18n/nl.js +74 -73
- package/dist/esm/i18n/pl.js +74 -73
- package/dist/esm/i18n/pt_BR.js +74 -73
- package/dist/esm/i18n/ru.js +74 -73
- package/dist/esm/i18n/sv.js +74 -73
- package/dist/esm/i18n/th.js +74 -74
- package/dist/esm/i18n/tr.js +74 -73
- package/dist/esm/i18n/uk.js +74 -73
- package/dist/esm/i18n/vi.js +74 -73
- package/dist/esm/i18n/zh.js +74 -73
- package/dist/esm/i18n/zh_TW.js +74 -73
- package/dist/esm/state/hooks/use-invoke/index.js +29 -0
- package/dist/esm/state/hooks/use-invoke/types.js +9 -0
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/FlexibleCard/components/common/lozenge-action/error-boundary/index.js +17 -0
- package/dist/esm/view/FlexibleCard/components/common/lozenge-action/index.js +126 -0
- package/dist/esm/view/FlexibleCard/components/common/lozenge-action/lozenge-action-error/index.js +14 -0
- package/dist/esm/view/FlexibleCard/components/common/lozenge-action/lozenge-action-error/types.js +1 -0
- package/dist/esm/view/FlexibleCard/components/common/lozenge-action/lozenge-action-item/index.js +20 -0
- package/dist/esm/view/FlexibleCard/components/common/lozenge-action/lozenge-action-item/types.js +1 -0
- package/dist/esm/view/FlexibleCard/components/common/lozenge-action/lozenge-action-trigger/index.js +45 -0
- package/dist/esm/view/FlexibleCard/components/common/lozenge-action/lozenge-action-trigger/type.js +1 -0
- package/dist/esm/view/FlexibleCard/components/common/lozenge-action/styled.js +6 -0
- package/dist/esm/view/FlexibleCard/components/common/lozenge-action/types.js +1 -0
- package/dist/types/i18n/cs.d.ts +74 -73
- package/dist/types/i18n/da.d.ts +74 -73
- package/dist/types/i18n/de.d.ts +74 -73
- package/dist/types/i18n/en.d.ts +74 -74
- package/dist/types/i18n/en_GB.d.ts +74 -74
- package/dist/types/i18n/en_ZZ.d.ts +29 -29
- package/dist/types/i18n/es.d.ts +74 -73
- package/dist/types/i18n/fi.d.ts +74 -73
- package/dist/types/i18n/fr.d.ts +74 -73
- package/dist/types/i18n/hu.d.ts +74 -73
- package/dist/types/i18n/it.d.ts +74 -73
- package/dist/types/i18n/ja.d.ts +74 -73
- package/dist/types/i18n/ko.d.ts +74 -73
- package/dist/types/i18n/nb.d.ts +74 -73
- package/dist/types/i18n/nl.d.ts +74 -73
- package/dist/types/i18n/pl.d.ts +74 -73
- package/dist/types/i18n/pt_BR.d.ts +74 -73
- package/dist/types/i18n/ru.d.ts +74 -73
- package/dist/types/i18n/sv.d.ts +74 -73
- package/dist/types/i18n/th.d.ts +74 -74
- package/dist/types/i18n/tr.d.ts +74 -73
- package/dist/types/i18n/uk.d.ts +74 -73
- package/dist/types/i18n/vi.d.ts +74 -73
- package/dist/types/i18n/zh.d.ts +74 -73
- package/dist/types/i18n/zh_TW.d.ts +74 -73
- package/dist/types/state/hooks/use-invoke/index.d.ts +3 -0
- package/dist/types/state/hooks/use-invoke/types.d.ts +10 -0
- package/dist/types/view/FlexibleCard/components/common/lozenge-action/error-boundary/index.d.ts +4 -0
- package/dist/types/view/FlexibleCard/components/common/lozenge-action/index.d.ts +4 -0
- package/dist/types/view/FlexibleCard/components/common/lozenge-action/lozenge-action-error/index.d.ts +4 -0
- package/dist/types/view/FlexibleCard/components/common/lozenge-action/lozenge-action-error/types.d.ts +5 -0
- package/dist/types/view/FlexibleCard/components/common/lozenge-action/lozenge-action-item/index.d.ts +4 -0
- package/dist/types/view/FlexibleCard/components/common/lozenge-action/lozenge-action-item/types.d.ts +6 -0
- package/dist/types/view/FlexibleCard/components/common/lozenge-action/lozenge-action-trigger/index.d.ts +4 -0
- package/dist/types/view/FlexibleCard/components/common/lozenge-action/lozenge-action-trigger/type.d.ts +7 -0
- package/dist/types/view/FlexibleCard/components/common/lozenge-action/styled.d.ts +3 -0
- package/dist/types/view/FlexibleCard/components/common/lozenge-action/types.d.ts +12 -0
- package/package.json +1 -1
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -7,77 +7,78 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Danish (Denmark)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
10
|
+
'fabric.linking.actions': 'Handlinger',
|
|
11
|
+
'fabric.linking.add_account': 'Tilføj konto',
|
|
12
|
+
'fabric.linking.cancel': 'Annuller',
|
|
13
|
+
'fabric.linking.cannot_connect': 'Kan ikke oprette forbindelse. Prøv igen.',
|
|
14
|
+
'fabric.linking.cannot_find_link': 'Kan ikke finde linket',
|
|
15
|
+
'fabric.linking.check_this_link': 'Kontrollér dette link',
|
|
16
|
+
'fabric.linking.click_to_join': 'Tilmeld dig {context}',
|
|
17
|
+
'fabric.linking.click_to_join_description': 'Du er blevet godkendt, så du kan deltage i {context} med det samme.',
|
|
18
|
+
'fabric.linking.close': 'Luk',
|
|
19
|
+
'fabric.linking.connect_account_description': 'Vi åbner en ny side for at hjælpe dig til at forbinde din {name}-konto',
|
|
20
|
+
'fabric.linking.connect_link_account': 'Forbind til forhåndsvisning',
|
|
21
|
+
'fabric.linking.connect_link_account_card_view': 'Forbind',
|
|
22
|
+
'fabric.linking.connect_link_account_card_view_description': 'Tilknyt din {context}-konto, hvis du vil se en forhåndsvisning af dette link',
|
|
23
|
+
'fabric.linking.connect_link_account_card_view_name': 'Forbind din {context}-konto',
|
|
24
|
+
'fabric.linking.connect_to': 'Forbind til {name}',
|
|
25
|
+
'fabric.linking.connect_unauthorised_account_action': 'Forbind til {context}',
|
|
26
|
+
'fabric.linking.connect_unauthorised_account_description': 'Opret tilknytning til Atlassian for at se flere oplysninger om dit arbejde og samarbejde fra ét sted.',
|
|
27
|
+
'fabric.linking.continue': 'Fortsæt',
|
|
28
|
+
'fabric.linking.copy_url_to_clipboard': 'Kopiér link',
|
|
29
|
+
'fabric.linking.couldnt_load_link': 'Af en ukendt årsag kunne vi ikke indlæse dette link.',
|
|
30
|
+
'fabric.linking.create_on_absolute': 'Oprettet {context}',
|
|
31
|
+
'fabric.linking.create_on_relative': 'Oprettet: {context}',
|
|
32
|
+
'fabric.linking.created_by': 'Oprettet af {context}',
|
|
33
|
+
'fabric.linking.delete': 'Slet',
|
|
34
|
+
'fabric.linking.download': 'Hent',
|
|
35
|
+
'fabric.linking.edit': 'Rediger',
|
|
36
|
+
'fabric.linking.forbidden_access': 'Du har ikke adgang',
|
|
37
|
+
'fabric.linking.forbidden_description': 'Du har ikke adgang til denne forhåndsvisning. Kontakt webstedets administrator, hvis du har brug for adgang.',
|
|
38
|
+
'fabric.linking.go_back': 'Gå tilbage',
|
|
39
|
+
'fabric.linking.invalid_permissions': 'Begrænset indhold',
|
|
40
|
+
'fabric.linking.invalid_permissions_description': 'Anmod om adgang, eller prøv med en anden konto for at se denne forhåndsvisning.',
|
|
41
|
+
'fabric.linking.join_to_view': 'Deltag i {context} for at se denne sag',
|
|
42
|
+
'fabric.linking.learn_more_about_smart_links': 'Få mere at vide om Smart Links.',
|
|
43
|
+
'fabric.linking.link_safety_warning_message': 'Linket {unsafeLinkText} fører dig til et andet websted, <a>actual link here</a>',
|
|
44
|
+
'fabric.linking.loading': 'Indlæser ...',
|
|
45
|
+
'fabric.linking.modified_on_absolute': 'Opdateret {context}',
|
|
46
|
+
'fabric.linking.modified_on_relative': 'Opdateret: {context}',
|
|
47
|
+
'fabric.linking.more_actions': 'Flere handlinger',
|
|
48
|
+
'fabric.linking.not_found_description': 'Vi kunne ikke finde linket. Kontrollér og rediger URL-adressen, eller indsæt den igen.',
|
|
49
|
+
'fabric.linking.not_found_title': 'Ups. Vi kan ikke finde dette link!',
|
|
50
|
+
'fabric.linking.open_link_in_a_new_tab': 'Åbn link i en ny fane',
|
|
51
|
+
'fabric.linking.pending_request': 'Din anmodning om adgang afventer behandling',
|
|
52
|
+
'fabric.linking.preview': 'Fuldskærmsvisning',
|
|
53
|
+
'fabric.linking.preview_close': 'Luk forhåndsvisning',
|
|
54
|
+
'fabric.linking.preview_max_size': 'Vis fuld skærm',
|
|
55
|
+
'fabric.linking.preview_min_size': 'Luk fuld skærm',
|
|
56
|
+
'fabric.linking.priority_blocker': 'Blokering',
|
|
57
|
+
'fabric.linking.priority_critical': 'Kritisk',
|
|
58
|
+
'fabric.linking.priority_high': 'Høj',
|
|
59
|
+
'fabric.linking.priority_highest': 'Højeste',
|
|
60
|
+
'fabric.linking.priority_low': 'Lav',
|
|
61
|
+
'fabric.linking.priority_lowest': 'Laveste',
|
|
62
|
+
'fabric.linking.priority_major': 'Væsentlig',
|
|
63
|
+
'fabric.linking.priority_medium': 'Middel',
|
|
64
|
+
'fabric.linking.priority_minor': 'Mindre',
|
|
65
|
+
'fabric.linking.priority_trivial': 'Triviel',
|
|
66
|
+
'fabric.linking.priority_undefined': 'Ikke defineret',
|
|
67
|
+
'fabric.linking.request_access': 'Anmod om adgang',
|
|
68
|
+
'fabric.linking.request_access_description': 'Anmod om adgang til {context} for at se denne forhåndsvisning.',
|
|
69
|
+
'fabric.linking.request_access_pending': 'Afventer adgang',
|
|
70
|
+
'fabric.linking.request_access_pending_description': 'Din anmodning om adgang afventer behandling.',
|
|
71
|
+
'fabric.linking.request_access_to_view': 'Anmod om adgang til {context} for at se denne sag',
|
|
72
|
+
'fabric.linking.request_denied': 'Din anmodning om adgang blev afvist',
|
|
73
|
+
'fabric.linking.request_denied_description': 'Din anmodning om adgang blev afvist. Kontakt webstedets administrator, hvis du stadig har brug for adgang.',
|
|
74
|
+
'fabric.linking.restricted_link': 'Begrænset link. Prøv en anden konto',
|
|
75
|
+
'fabric.linking.retry': 'Prøv igen',
|
|
76
|
+
'fabric.linking.save': 'Gem',
|
|
77
|
+
'fabric.linking.srclink': 'Vis i',
|
|
78
|
+
'fabric.linking.srclinkunknown': 'Vis original',
|
|
79
|
+
'fabric.linking.try_again': 'Prøv igen',
|
|
80
|
+
'fabric.linking.try_another_account': 'Prøv en anden konto',
|
|
81
|
+
'fabric.linking.unlink_account': 'Fjern link til konto',
|
|
82
|
+
'fabric.linking.updated_by': 'Ændret af {context}',
|
|
83
|
+
'fabric.linking.view': 'Vis'
|
|
83
84
|
};
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -7,77 +7,78 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//German (Germany)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
10
|
+
'fabric.linking.actions': 'Aktionen',
|
|
11
|
+
'fabric.linking.add_account': 'Account hinzufügen',
|
|
12
|
+
'fabric.linking.cancel': 'Abbrechen',
|
|
13
|
+
'fabric.linking.cannot_connect': 'Verbindung nicht möglich, versuchen Sie es erneut',
|
|
14
|
+
'fabric.linking.cannot_find_link': 'Link konnte nicht gefunden werden',
|
|
15
|
+
'fabric.linking.check_this_link': 'Überprüfen Sie diesen Link',
|
|
16
|
+
'fabric.linking.click_to_join': 'Werden Sie ein Teil von {context}',
|
|
17
|
+
'fabric.linking.click_to_join_description': 'Ihre Anfrage wurde genehmigt und Sie können {context} direkt beitreten.',
|
|
18
|
+
'fabric.linking.close': 'Schließen',
|
|
19
|
+
'fabric.linking.connect_account_description': 'Es wird eine neue Seite geöffnet, auf der Sie Ihr {name}-Konto verbinden können.',
|
|
20
|
+
'fabric.linking.connect_link_account': 'Verknüpfen und Vorschau ansehen',
|
|
21
|
+
'fabric.linking.connect_link_account_card_view': 'Verbinden',
|
|
22
|
+
'fabric.linking.connect_link_account_card_view_description': 'Verbinden Sie Ihr {context}-Konto, um eine Vorschau dieses Links anzuzeigen.',
|
|
23
|
+
'fabric.linking.connect_link_account_card_view_name': 'Verbinden Sie Ihr {context}-Konto',
|
|
24
|
+
'fabric.linking.connect_to': 'Mit {name} verbinden',
|
|
25
|
+
'fabric.linking.connect_unauthorised_account_action': 'Mit {context} verbinden',
|
|
26
|
+
'fabric.linking.connect_unauthorised_account_description': 'Mit Atlassian verbinden, damit mehr Details zu Ihrer Arbeit und Zusammenarbeit an einem zentralen Ort angezeigt werden.',
|
|
27
|
+
'fabric.linking.continue': 'Weiter',
|
|
28
|
+
'fabric.linking.copy_url_to_clipboard': 'Link kopieren',
|
|
29
|
+
'fabric.linking.couldnt_load_link': 'Dieser Link konnte aus unbekannten Gründen nicht geladen werden.',
|
|
30
|
+
'fabric.linking.create_on_absolute': 'Erstellt am: {context}',
|
|
31
|
+
'fabric.linking.create_on_relative': 'Erstellt: {context}',
|
|
32
|
+
'fabric.linking.created_by': 'Erstellt von {context}',
|
|
33
|
+
'fabric.linking.delete': 'Löschen',
|
|
34
|
+
'fabric.linking.download': 'Herunterladen',
|
|
35
|
+
'fabric.linking.edit': 'Bearbeiten',
|
|
36
|
+
'fabric.linking.forbidden_access': 'Sie sind nicht zugriffsberechtigt',
|
|
37
|
+
'fabric.linking.forbidden_description': 'Sie haben keinen Zugriff auf diese Vorschau. Wenden Sie sich an Ihren Administrator, falls Sie noch Zugriff benötigen.',
|
|
38
|
+
'fabric.linking.go_back': 'Zurück',
|
|
39
|
+
'fabric.linking.invalid_permissions': 'Inhalt mit Beschränkungen',
|
|
40
|
+
'fabric.linking.invalid_permissions_description': 'Bitte senden Sie eine Zugriffsanfrage oder versuchen Sie, die Vorschau über ein anderes Konto anzusehen.',
|
|
41
|
+
'fabric.linking.join_to_view': '{context} beitreten, um diesen Vorgang anzuzeigen',
|
|
42
|
+
'fabric.linking.learn_more_about_smart_links': 'Mehr über Smart Links erfahren',
|
|
43
|
+
'fabric.linking.link_safety_warning_message': 'Über den Link {unsafeLinkText} gelangen Sie zu einer anderen Site, <a>actual link here</a>',
|
|
44
|
+
'fabric.linking.loading': 'Lädt ...',
|
|
45
|
+
'fabric.linking.modified_on_absolute': 'Aktualisiert am: {context}',
|
|
46
|
+
'fabric.linking.modified_on_relative': 'Aktualisiert: {context}',
|
|
47
|
+
'fabric.linking.more_actions': 'Weitere Aktionen',
|
|
48
|
+
'fabric.linking.not_found_description': 'Der Link konnte nicht gefunden werden. Überprüfen Sie die URL und versuchen Sie die Bearbeitung oder das Einfügen erneut.',
|
|
49
|
+
'fabric.linking.not_found_title': 'Oh! Diese Verknüpfung konnte nicht gefunden werden!',
|
|
50
|
+
'fabric.linking.open_link_in_a_new_tab': 'Link in neuer Registerkarte öffnen',
|
|
51
|
+
'fabric.linking.pending_request': 'Ihre Zugriffsanfrage ist ausstehend.',
|
|
52
|
+
'fabric.linking.preview': 'Vollbildansicht',
|
|
53
|
+
'fabric.linking.preview_close': 'Vorschau beenden',
|
|
54
|
+
'fabric.linking.preview_max_size': 'Vollbildansicht anzeigen',
|
|
55
|
+
'fabric.linking.preview_min_size': 'Vollbildansicht beenden',
|
|
56
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
57
|
+
'fabric.linking.priority_critical': 'Kritisch',
|
|
58
|
+
'fabric.linking.priority_high': 'Hoch',
|
|
59
|
+
'fabric.linking.priority_highest': 'Höchste',
|
|
60
|
+
'fabric.linking.priority_low': 'Niedrig',
|
|
61
|
+
'fabric.linking.priority_lowest': 'Niedrigste',
|
|
62
|
+
'fabric.linking.priority_major': 'Schwerwiegend',
|
|
63
|
+
'fabric.linking.priority_medium': 'Mittel',
|
|
64
|
+
'fabric.linking.priority_minor': 'Geringfügig',
|
|
65
|
+
'fabric.linking.priority_trivial': 'Unwesentlich',
|
|
66
|
+
'fabric.linking.priority_undefined': 'Nicht definiert',
|
|
67
|
+
'fabric.linking.request_access': 'Zugriff anfordern',
|
|
68
|
+
'fabric.linking.request_access_description': 'Sie müssen Zugriff auf {context} anfordern, um diese Vorschau anzeigen zu können.',
|
|
69
|
+
'fabric.linking.request_access_pending': 'Zugriff ausstehend',
|
|
70
|
+
'fabric.linking.request_access_pending_description': 'Ihre Zugriffsanfrage ist ausstehend.',
|
|
71
|
+
'fabric.linking.request_access_to_view': 'Zugriff auf {context} anfordern, um diesen Vorgang anzuzeigen',
|
|
72
|
+
'fabric.linking.request_denied': 'Ihre Zugriffsanfrage wurde abgelehnt.',
|
|
73
|
+
'fabric.linking.request_denied_description': 'Ihre Zugriffsanfrage wurde abgelehnt. Wenden Sie sich an Ihren Administrator, falls Sie noch Zugriff benötigen.',
|
|
74
|
+
'fabric.linking.restricted_link': 'Eingeschränkter Link, bitte versuchen Sie es mit einem anderen Konto.',
|
|
75
|
+
'fabric.linking.retry': 'Erneut versuchen',
|
|
76
|
+
'fabric.linking.save': 'Speichern',
|
|
77
|
+
'fabric.linking.srclink': 'Anzeigen in',
|
|
78
|
+
'fabric.linking.srclinkunknown': 'Original anzeigen',
|
|
79
|
+
'fabric.linking.try_again': 'Versuchen Sie es erneut.',
|
|
80
|
+
'fabric.linking.try_another_account': 'Versuchen Sie es mit einem anderen Konto erneut.',
|
|
81
|
+
'fabric.linking.unlink_account': 'Kontoverknüpfung löschen',
|
|
82
|
+
'fabric.linking.updated_by': 'Geändert von {context}',
|
|
83
|
+
'fabric.linking.view': 'Anzeigen'
|
|
83
84
|
};
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -7,78 +7,78 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
10
|
+
'fabric.linking.actions': 'Actions',
|
|
11
|
+
'fabric.linking.add_account': 'Add account',
|
|
12
|
+
'fabric.linking.cancel': 'Cancel',
|
|
13
|
+
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
14
|
+
'fabric.linking.cannot_find_link': "Can't find link",
|
|
15
|
+
'fabric.linking.check_this_link': 'Check this link',
|
|
16
|
+
'fabric.linking.click_to_join': 'Join {context}',
|
|
17
|
+
'fabric.linking.click_to_join_description': "You've been approved, so you can join {context} right away.",
|
|
18
|
+
'fabric.linking.close': 'Close',
|
|
19
|
+
'fabric.linking.connect_account_description': "We'll open a new page to help you connect your {name} account",
|
|
20
|
+
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
21
|
+
'fabric.linking.connect_link_account_card_view': 'Connect',
|
|
22
|
+
'fabric.linking.connect_link_account_card_view_description': 'To show a preview of this link, connect your {context} account.',
|
|
23
|
+
'fabric.linking.connect_link_account_card_view_name': 'Connect your {context} account',
|
|
24
|
+
'fabric.linking.connect_to': 'Connect to {name}',
|
|
25
|
+
'fabric.linking.connect_unauthorised_account_action': 'Connect to {context}',
|
|
26
|
+
'fabric.linking.connect_unauthorised_account_description': 'Connect to Atlassian to view more details of your work and collaborate from one place.',
|
|
27
|
+
'fabric.linking.continue': 'Continue',
|
|
28
|
+
'fabric.linking.copy_url_to_clipboard': 'Copy link',
|
|
29
|
+
'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
|
|
30
|
+
'fabric.linking.create_on_absolute': 'Created on {context}',
|
|
31
|
+
'fabric.linking.create_on_relative': 'Created {context}',
|
|
32
|
+
'fabric.linking.created_by': 'Created by {context}',
|
|
33
|
+
'fabric.linking.delete': 'Delete',
|
|
34
|
+
'fabric.linking.download': 'Download',
|
|
35
|
+
'fabric.linking.edit': 'Edit',
|
|
36
|
+
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
37
|
+
'fabric.linking.forbidden_description': 'You don’t have access to this preview. Contact the site admin if you need access.',
|
|
38
|
+
'fabric.linking.go_back': 'Go back',
|
|
39
|
+
'fabric.linking.invalid_permissions': 'Restricted content',
|
|
40
|
+
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
41
|
+
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
42
|
+
'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
|
|
43
|
+
'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
|
|
44
|
+
'fabric.linking.loading': 'Loading...',
|
|
45
|
+
'fabric.linking.modified_on_absolute': 'Updated on {context}',
|
|
46
|
+
'fabric.linking.modified_on_relative': 'Updated {context}',
|
|
47
|
+
'fabric.linking.more_actions': 'More actions',
|
|
48
|
+
'fabric.linking.not_found_description': "We couldn't find the link. Check the url and try editing or paste again.",
|
|
49
|
+
'fabric.linking.not_found_title': "Uh oh. We can't find this link!",
|
|
50
|
+
'fabric.linking.open_link_in_a_new_tab': 'Open link in a new tab',
|
|
51
|
+
'fabric.linking.pending_request': 'Your access request is pending',
|
|
52
|
+
'fabric.linking.preview': 'Full screen view',
|
|
53
|
+
'fabric.linking.preview_close': 'Close preview',
|
|
54
|
+
'fabric.linking.preview_max_size': 'View full screen',
|
|
55
|
+
'fabric.linking.preview_min_size': 'Close full screen',
|
|
56
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
57
|
+
'fabric.linking.priority_critical': 'Critical',
|
|
58
|
+
'fabric.linking.priority_high': 'High',
|
|
59
|
+
'fabric.linking.priority_highest': 'Highest',
|
|
60
|
+
'fabric.linking.priority_low': 'Low',
|
|
61
|
+
'fabric.linking.priority_lowest': 'Lowest',
|
|
62
|
+
'fabric.linking.priority_major': 'Major',
|
|
63
|
+
'fabric.linking.priority_medium': 'Medium',
|
|
64
|
+
'fabric.linking.priority_minor': 'Minor',
|
|
65
|
+
'fabric.linking.priority_trivial': 'Trivial',
|
|
66
|
+
'fabric.linking.priority_undefined': 'Undefined',
|
|
67
|
+
'fabric.linking.request_access': 'Request access',
|
|
68
|
+
'fabric.linking.request_access_description': 'Request access to {context} view this preview.',
|
|
69
|
+
'fabric.linking.request_access_pending': 'Access pending',
|
|
70
|
+
'fabric.linking.request_access_pending_description': 'Your access request is pending.',
|
|
71
|
+
'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
|
|
72
|
+
'fabric.linking.request_denied': 'Your access request was denied',
|
|
73
|
+
'fabric.linking.request_denied_description': 'Your access request was denied. Contact the site admin if you still need access.',
|
|
74
|
+
'fabric.linking.restricted_link': 'Restricted link, try another account',
|
|
75
|
+
'fabric.linking.retry': 'Retry',
|
|
76
|
+
'fabric.linking.save': 'Save',
|
|
77
|
+
'fabric.linking.srclink': 'View in',
|
|
78
|
+
'fabric.linking.srclinkunknown': 'View Original',
|
|
79
|
+
'fabric.linking.try_again': 'Try again',
|
|
80
|
+
'fabric.linking.try_another_account': 'Try another account',
|
|
81
|
+
'fabric.linking.unlink_account': 'Unlink Account',
|
|
82
|
+
'fabric.linking.updated_by': 'Modified by {context}',
|
|
83
|
+
'fabric.linking.view': 'View'
|
|
84
84
|
};
|