@atlaskit/smart-card 26.47.0 → 26.48.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 +14 -0
- package/dist/cjs/extractors/common/meta/extractIsTrusted.js +0 -7
- package/dist/cjs/i18n/cs.js +17 -21
- package/dist/cjs/i18n/da.js +17 -21
- package/dist/cjs/i18n/de.js +17 -21
- package/dist/cjs/i18n/en.js +17 -21
- package/dist/cjs/i18n/en_GB.js +17 -21
- package/dist/cjs/i18n/en_ZZ.js +17 -21
- package/dist/cjs/i18n/es.js +17 -21
- package/dist/cjs/i18n/fi.js +17 -21
- package/dist/cjs/i18n/fr.js +17 -21
- package/dist/cjs/i18n/hu.js +17 -21
- package/dist/cjs/i18n/it.js +17 -21
- package/dist/cjs/i18n/ja.js +17 -21
- package/dist/cjs/i18n/ko.js +17 -21
- package/dist/cjs/i18n/nb.js +17 -21
- package/dist/cjs/i18n/nl.js +17 -21
- package/dist/cjs/i18n/pl.js +17 -21
- package/dist/cjs/i18n/pt_BR.js +17 -21
- package/dist/cjs/i18n/ru.js +17 -21
- package/dist/cjs/i18n/sv.js +17 -21
- package/dist/cjs/i18n/th.js +17 -21
- package/dist/cjs/i18n/tr.js +17 -21
- package/dist/cjs/i18n/uk.js +17 -21
- package/dist/cjs/i18n/vi.js +17 -21
- package/dist/cjs/i18n/zh.js +13 -21
- package/dist/cjs/i18n/zh_TW.js +17 -21
- package/dist/cjs/state/hooks/use-ai-summary/ai-summary-service/index.js +179 -0
- package/dist/cjs/state/hooks/use-ai-summary/ai-summary-service/store.js +11 -0
- package/dist/cjs/state/hooks/use-ai-summary/ai-summary-service/types.js +5 -0
- package/dist/cjs/state/hooks/use-ai-summary/ai-summary-service/utils.js +131 -0
- package/dist/cjs/state/hooks/use-ai-summary/index.js +44 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/utils/index.js +0 -5
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +12 -0
- package/dist/cjs/view/HoverCard/components/ContentContainer.js +43 -0
- package/dist/cjs/view/HoverCard/components/CustomPopupContainer.js +7 -1
- package/dist/cjs/view/HoverCard/components/HoverCardContent.js +18 -3
- package/dist/cjs/view/HoverCard/components/views/resolved/index.js +6 -7
- package/dist/cjs/view/HoverCard/styled.js +4 -2
- package/dist/cjs/view/HoverCard/utils.js +7 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/extractors/common/meta/extractIsTrusted.js +0 -7
- package/dist/es2019/i18n/cs.js +17 -21
- package/dist/es2019/i18n/da.js +17 -21
- package/dist/es2019/i18n/de.js +17 -21
- package/dist/es2019/i18n/en.js +17 -21
- package/dist/es2019/i18n/en_GB.js +17 -21
- package/dist/es2019/i18n/en_ZZ.js +17 -21
- package/dist/es2019/i18n/es.js +17 -21
- package/dist/es2019/i18n/fi.js +17 -21
- package/dist/es2019/i18n/fr.js +17 -21
- package/dist/es2019/i18n/hu.js +17 -21
- package/dist/es2019/i18n/it.js +17 -21
- package/dist/es2019/i18n/ja.js +17 -21
- package/dist/es2019/i18n/ko.js +17 -21
- package/dist/es2019/i18n/nb.js +17 -21
- package/dist/es2019/i18n/nl.js +17 -21
- package/dist/es2019/i18n/pl.js +17 -21
- package/dist/es2019/i18n/pt_BR.js +17 -21
- package/dist/es2019/i18n/ru.js +17 -21
- package/dist/es2019/i18n/sv.js +17 -21
- package/dist/es2019/i18n/th.js +17 -21
- package/dist/es2019/i18n/tr.js +17 -21
- package/dist/es2019/i18n/uk.js +17 -21
- package/dist/es2019/i18n/vi.js +17 -21
- package/dist/es2019/i18n/zh.js +13 -21
- package/dist/es2019/i18n/zh_TW.js +17 -21
- package/dist/es2019/state/hooks/use-ai-summary/ai-summary-service/index.js +71 -0
- package/dist/es2019/state/hooks/use-ai-summary/ai-summary-service/store.js +5 -0
- package/dist/es2019/state/hooks/use-ai-summary/ai-summary-service/types.js +1 -0
- package/dist/es2019/state/hooks/use-ai-summary/ai-summary-service/utils.js +55 -0
- package/dist/es2019/state/hooks/use-ai-summary/index.js +35 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/utils/index.js +0 -5
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +15 -1
- package/dist/es2019/view/HoverCard/components/ContentContainer.js +33 -0
- package/dist/es2019/view/HoverCard/components/CustomPopupContainer.js +8 -1
- package/dist/es2019/view/HoverCard/components/HoverCardContent.js +18 -6
- package/dist/es2019/view/HoverCard/components/views/resolved/index.js +6 -8
- package/dist/es2019/view/HoverCard/styled.js +4 -1
- package/dist/es2019/view/HoverCard/utils.js +4 -0
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/extractors/common/meta/extractIsTrusted.js +0 -7
- package/dist/esm/i18n/cs.js +17 -21
- package/dist/esm/i18n/da.js +17 -21
- package/dist/esm/i18n/de.js +17 -21
- package/dist/esm/i18n/en.js +17 -21
- package/dist/esm/i18n/en_GB.js +17 -21
- package/dist/esm/i18n/en_ZZ.js +17 -21
- package/dist/esm/i18n/es.js +17 -21
- package/dist/esm/i18n/fi.js +17 -21
- package/dist/esm/i18n/fr.js +17 -21
- package/dist/esm/i18n/hu.js +17 -21
- package/dist/esm/i18n/it.js +17 -21
- package/dist/esm/i18n/ja.js +17 -21
- package/dist/esm/i18n/ko.js +17 -21
- package/dist/esm/i18n/nb.js +17 -21
- package/dist/esm/i18n/nl.js +17 -21
- package/dist/esm/i18n/pl.js +17 -21
- package/dist/esm/i18n/pt_BR.js +17 -21
- package/dist/esm/i18n/ru.js +17 -21
- package/dist/esm/i18n/sv.js +17 -21
- package/dist/esm/i18n/th.js +17 -21
- package/dist/esm/i18n/tr.js +17 -21
- package/dist/esm/i18n/uk.js +17 -21
- package/dist/esm/i18n/vi.js +17 -21
- package/dist/esm/i18n/zh.js +13 -21
- package/dist/esm/i18n/zh_TW.js +17 -21
- package/dist/esm/state/hooks/use-ai-summary/ai-summary-service/index.js +172 -0
- package/dist/esm/state/hooks/use-ai-summary/ai-summary-service/store.js +5 -0
- package/dist/esm/state/hooks/use-ai-summary/ai-summary-service/types.js +1 -0
- package/dist/esm/state/hooks/use-ai-summary/ai-summary-service/utils.js +123 -0
- package/dist/esm/state/hooks/use-ai-summary/index.js +37 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/utils/index.js +0 -5
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +13 -1
- package/dist/esm/view/HoverCard/components/ContentContainer.js +36 -0
- package/dist/esm/view/HoverCard/components/CustomPopupContainer.js +8 -1
- package/dist/esm/view/HoverCard/components/HoverCardContent.js +21 -6
- package/dist/esm/view/HoverCard/components/views/resolved/index.js +6 -7
- package/dist/esm/view/HoverCard/styled.js +4 -1
- package/dist/esm/view/HoverCard/utils.js +6 -0
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +10 -14
- package/dist/types/i18n/da.d.ts +10 -14
- package/dist/types/i18n/de.d.ts +10 -14
- package/dist/types/i18n/en.d.ts +10 -14
- package/dist/types/i18n/en_GB.d.ts +10 -14
- package/dist/types/i18n/en_ZZ.d.ts +10 -14
- package/dist/types/i18n/es.d.ts +10 -14
- package/dist/types/i18n/fi.d.ts +10 -14
- package/dist/types/i18n/fr.d.ts +10 -14
- package/dist/types/i18n/hu.d.ts +10 -14
- package/dist/types/i18n/it.d.ts +10 -14
- package/dist/types/i18n/ja.d.ts +10 -14
- package/dist/types/i18n/ko.d.ts +10 -14
- package/dist/types/i18n/nb.d.ts +10 -14
- package/dist/types/i18n/nl.d.ts +10 -14
- package/dist/types/i18n/pl.d.ts +10 -14
- package/dist/types/i18n/pt_BR.d.ts +10 -14
- package/dist/types/i18n/ru.d.ts +10 -14
- package/dist/types/i18n/sv.d.ts +10 -14
- package/dist/types/i18n/th.d.ts +10 -14
- package/dist/types/i18n/tr.d.ts +10 -14
- package/dist/types/i18n/uk.d.ts +10 -14
- package/dist/types/i18n/vi.d.ts +10 -14
- package/dist/types/i18n/zh.d.ts +6 -14
- package/dist/types/i18n/zh_TW.d.ts +10 -14
- package/dist/types/state/hooks/use-ai-summary/ai-summary-service/index.d.ts +11 -0
- package/dist/types/state/hooks/use-ai-summary/ai-summary-service/store.d.ts +3 -0
- package/dist/types/state/hooks/use-ai-summary/ai-summary-service/types.d.ts +158 -0
- package/dist/types/state/hooks/use-ai-summary/ai-summary-service/utils.d.ts +3 -0
- package/dist/types/state/hooks/use-ai-summary/index.d.ts +9 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types/view/HoverCard/components/ContentContainer.d.ts +4 -0
- package/dist/types/view/HoverCard/components/CustomPopupContainer.d.ts +5 -0
- package/dist/types/view/HoverCard/components/views/resolved/types.d.ts +3 -0
- package/dist/types/view/HoverCard/styled.d.ts +1 -0
- package/dist/types/view/HoverCard/types.d.ts +5 -0
- package/dist/types/view/HoverCard/utils.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -14
- package/dist/types-ts4.5/i18n/da.d.ts +10 -14
- package/dist/types-ts4.5/i18n/de.d.ts +10 -14
- package/dist/types-ts4.5/i18n/en.d.ts +10 -14
- package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -14
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -14
- package/dist/types-ts4.5/i18n/es.d.ts +10 -14
- package/dist/types-ts4.5/i18n/fi.d.ts +10 -14
- package/dist/types-ts4.5/i18n/fr.d.ts +10 -14
- package/dist/types-ts4.5/i18n/hu.d.ts +10 -14
- package/dist/types-ts4.5/i18n/it.d.ts +10 -14
- package/dist/types-ts4.5/i18n/ja.d.ts +10 -14
- package/dist/types-ts4.5/i18n/ko.d.ts +10 -14
- package/dist/types-ts4.5/i18n/nb.d.ts +10 -14
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -14
- package/dist/types-ts4.5/i18n/pl.d.ts +10 -14
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +10 -14
- package/dist/types-ts4.5/i18n/ru.d.ts +10 -14
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -14
- package/dist/types-ts4.5/i18n/th.d.ts +10 -14
- package/dist/types-ts4.5/i18n/tr.d.ts +10 -14
- package/dist/types-ts4.5/i18n/uk.d.ts +10 -14
- package/dist/types-ts4.5/i18n/vi.d.ts +10 -14
- package/dist/types-ts4.5/i18n/zh.d.ts +6 -14
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +10 -14
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/index.d.ts +11 -0
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/store.d.ts +3 -0
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/types.d.ts +158 -0
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/utils.d.ts +3 -0
- package/dist/types-ts4.5/state/hooks/use-ai-summary/index.d.ts +9 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/view/HoverCard/components/ContentContainer.d.ts +4 -0
- package/dist/types-ts4.5/view/HoverCard/components/CustomPopupContainer.d.ts +5 -0
- package/dist/types-ts4.5/view/HoverCard/components/views/resolved/types.d.ts +3 -0
- package/dist/types-ts4.5/view/HoverCard/styled.d.ts +1 -0
- package/dist/types-ts4.5/view/HoverCard/types.d.ts +5 -0
- package/dist/types-ts4.5/view/HoverCard/utils.d.ts +2 -1
- package/package.json +7 -12
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
11
11
|
'fabric.linking.actions': 'Actions',
|
|
12
12
|
'fabric.linking.add_account': 'Add account',
|
|
13
|
+
'fabric.linking.ai_summarize': 'Summarize',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Summarized by Atlassian Intelligence',
|
|
15
|
+
'fabric.linking.ai_summarized_info': 'Information quality may vary. <a>Learn more</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': 'Atlassian Intelligence is working...',
|
|
13
17
|
'fabric.linking.assigned_to': 'Assigned to {context}',
|
|
14
18
|
'fabric.linking.cancel': 'Cancel',
|
|
15
19
|
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': 'Created {context}',
|
|
35
39
|
'fabric.linking.created_by': 'Created by {context}',
|
|
36
40
|
'fabric.linking.delete': 'Delete',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': 'Join now',
|
|
42
|
+
'fabric.linking.direct_access_description': 'Your team uses {product} to collaborate and you can start using it right away!',
|
|
43
|
+
'fabric.linking.direct_access_title': 'Join {product} to view this content',
|
|
40
44
|
'fabric.linking.download': 'Download',
|
|
41
45
|
'fabric.linking.edit': 'Edit',
|
|
42
46
|
'fabric.linking.follow': 'Follow',
|
|
43
47
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
44
|
-
'fabric.linking.forbidden_description': '
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': "You don't have access to this content",
|
|
48
|
+
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
49
|
+
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
47
50
|
'fabric.linking.generic_error_message': 'An error occurred',
|
|
48
51
|
'fabric.linking.go_back': 'Go back',
|
|
49
52
|
'fabric.linking.invalid_permissions': 'Restricted content',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': 'Updated on {context}',
|
|
58
61
|
'fabric.linking.modified_on_relative': 'Updated {context}',
|
|
59
62
|
'fabric.linking.more_actions': 'More actions',
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': "
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': "Uh oh. We can't find this link!",
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': "We can't show you this {product} page",
|
|
63
|
+
'fabric.linking.no_access_title': 'Join {product} to view this content',
|
|
64
|
+
'fabric.linking.not_found_description': "The page doesn't exist or it may have changed after this link was added.",
|
|
65
|
+
'fabric.linking.not_found_title': "We can't show you this {product} page",
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Open issue in Jira',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': 'Open link in a new tab',
|
|
67
68
|
'fabric.linking.owned_by': 'Owned by {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': 'Related',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
87
88
|
'fabric.linking.request_access': 'Request access',
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': 'Pending approval',
|
|
93
|
-
'fabric.linking.request_access_pending_description': 'Your access request is pending.',
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': 'Your request to access {hostname} is awaiting admin approval.',
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': 'Access to {product} is pending',
|
|
89
|
+
'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
|
|
90
|
+
'fabric.linking.request_access_pending': 'Pending approval',
|
|
91
|
+
'fabric.linking.request_access_pending_description': 'Your request to access {hostname} is awaiting admin approval.',
|
|
92
|
+
'fabric.linking.request_access_pending_title': 'Access to {product} is pending',
|
|
96
93
|
'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
|
|
97
94
|
'fabric.linking.request_denied': 'Your access request was denied',
|
|
98
|
-
'fabric.linking.request_denied_description':
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': "Your admin didn't approve your request to view {product} pages from {hostname}.",
|
|
95
|
+
'fabric.linking.request_denied_description': "Your admin didn't approve your request to view {product} pages from {hostname}.",
|
|
100
96
|
'fabric.linking.restricted_link': 'Restricted link, try another account',
|
|
101
97
|
'fabric.linking.retry': 'Retry',
|
|
102
98
|
'fabric.linking.save': 'Save',
|
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
11
11
|
'fabric.linking.actions': 'Actions',
|
|
12
12
|
'fabric.linking.add_account': 'Add account',
|
|
13
|
+
'fabric.linking.ai_summarize': 'Summarise',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Summarised by Atlassian Intelligence',
|
|
15
|
+
'fabric.linking.ai_summarized_info': 'Information quality may vary. <a>Learn more</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': 'Atlassian Intelligence is working...',
|
|
13
17
|
'fabric.linking.assigned_to': 'Assigned to {context}',
|
|
14
18
|
'fabric.linking.cancel': 'Cancel',
|
|
15
19
|
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': 'Created {context}',
|
|
35
39
|
'fabric.linking.created_by': 'Created by {context}',
|
|
36
40
|
'fabric.linking.delete': 'Delete',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': 'Join now',
|
|
42
|
+
'fabric.linking.direct_access_description': 'Your team uses {product} to collaborate and you can start using it right away!',
|
|
43
|
+
'fabric.linking.direct_access_title': 'Join {product} to view this content',
|
|
40
44
|
'fabric.linking.download': 'Download',
|
|
41
45
|
'fabric.linking.edit': 'Edit',
|
|
42
46
|
'fabric.linking.follow': 'Follow',
|
|
43
47
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
44
|
-
'fabric.linking.forbidden_description': '
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': "You don't have access to this content",
|
|
48
|
+
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
49
|
+
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
47
50
|
'fabric.linking.generic_error_message': 'An error occurred',
|
|
48
51
|
'fabric.linking.go_back': 'Go back',
|
|
49
52
|
'fabric.linking.invalid_permissions': 'Restricted content',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': 'Updated on {context}',
|
|
58
61
|
'fabric.linking.modified_on_relative': 'Updated {context}',
|
|
59
62
|
'fabric.linking.more_actions': 'More actions',
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': "
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': "Uh oh. We can't find this link!",
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': "We can't show you this {product} page",
|
|
63
|
+
'fabric.linking.no_access_title': 'Join {product} to view this content',
|
|
64
|
+
'fabric.linking.not_found_description': "The page doesn't exist or it may have changed after this link was added.",
|
|
65
|
+
'fabric.linking.not_found_title': "We can't show you this {product} page",
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Open issue in Jira',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': 'Open link in a new tab',
|
|
67
68
|
'fabric.linking.owned_by': 'Owned by {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': 'Related',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
87
88
|
'fabric.linking.request_access': 'Request access',
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': 'Pending approval',
|
|
93
|
-
'fabric.linking.request_access_pending_description': 'Your access request is pending.',
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': 'Your request to access {hostname} is awaiting admin approval.',
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': 'Access to {product} is pending',
|
|
89
|
+
'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
|
|
90
|
+
'fabric.linking.request_access_pending': 'Pending approval',
|
|
91
|
+
'fabric.linking.request_access_pending_description': 'Your request to access {hostname} is awaiting admin approval.',
|
|
92
|
+
'fabric.linking.request_access_pending_title': 'Access to {product} is pending',
|
|
96
93
|
'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
|
|
97
94
|
'fabric.linking.request_denied': 'Your access request was denied',
|
|
98
|
-
'fabric.linking.request_denied_description':
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': "Your admin didn't approve your request to view {product} pages from {hostname}.",
|
|
95
|
+
'fabric.linking.request_denied_description': "Your admin didn't approve your request to view {product} pages from {hostname}.",
|
|
100
96
|
'fabric.linking.restricted_link': 'Restricted link, try another account',
|
|
101
97
|
'fabric.linking.retry': 'Retry',
|
|
102
98
|
'fabric.linking.save': 'Save',
|
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
11
11
|
'fabric.linking.actions': 'Actions',
|
|
12
12
|
'fabric.linking.add_account': 'Add account',
|
|
13
|
+
'fabric.linking.ai_summarize': 'Summarize',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Summarized by Atlassian Intelligence',
|
|
15
|
+
'fabric.linking.ai_summarized_info': 'Information quality may vary. <a>Learn more</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': 'Atlassian Intelligence is working...',
|
|
13
17
|
'fabric.linking.assigned_to': 'Assigned to {context}',
|
|
14
18
|
'fabric.linking.cancel': 'Cancel',
|
|
15
19
|
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': 'Created {context}',
|
|
35
39
|
'fabric.linking.created_by': 'Created by {context}',
|
|
36
40
|
'fabric.linking.delete': 'Delete',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': 'Join now',
|
|
42
|
+
'fabric.linking.direct_access_description': 'Your team uses {product} to collaborate and you can start using it right away!',
|
|
43
|
+
'fabric.linking.direct_access_title': 'Join {product} to view this content',
|
|
40
44
|
'fabric.linking.download': 'Download',
|
|
41
45
|
'fabric.linking.edit': 'Edit',
|
|
42
46
|
'fabric.linking.follow': 'Follow',
|
|
43
47
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
44
|
-
'fabric.linking.forbidden_description': '
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': "You don't have access to this content",
|
|
48
|
+
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
49
|
+
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
47
50
|
'fabric.linking.generic_error_message': 'An error occurred',
|
|
48
51
|
'fabric.linking.go_back': 'Go back',
|
|
49
52
|
'fabric.linking.invalid_permissions': 'Restricted content',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': 'Updated on {context}',
|
|
58
61
|
'fabric.linking.modified_on_relative': 'Updated {context}',
|
|
59
62
|
'fabric.linking.more_actions': 'More actions',
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': "
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': "Uh oh. We can't find this link!",
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': "We can't show you this {product} page",
|
|
63
|
+
'fabric.linking.no_access_title': 'Join {product} to view this content',
|
|
64
|
+
'fabric.linking.not_found_description': "The page doesn't exist or it may have changed after this link was added.",
|
|
65
|
+
'fabric.linking.not_found_title': "We can't show you this {product} page",
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Open issue in Jira',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': 'Open link in a new tab',
|
|
67
68
|
'fabric.linking.owned_by': 'Owned by {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': 'Related',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
87
88
|
'fabric.linking.request_access': 'Request access',
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': 'Pending approval',
|
|
93
|
-
'fabric.linking.request_access_pending_description': 'Your access request is pending.',
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': 'Your request to access {hostname} is awaiting admin approval.',
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': 'Access to {product} is pending',
|
|
89
|
+
'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
|
|
90
|
+
'fabric.linking.request_access_pending': 'Pending approval',
|
|
91
|
+
'fabric.linking.request_access_pending_description': 'Your request to access {hostname} is awaiting admin approval.',
|
|
92
|
+
'fabric.linking.request_access_pending_title': 'Access to {product} is pending',
|
|
96
93
|
'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
|
|
97
94
|
'fabric.linking.request_denied': 'Your access request was denied',
|
|
98
|
-
'fabric.linking.request_denied_description':
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': "Your admin didn't approve your request to view {product} pages from {hostname}.",
|
|
95
|
+
'fabric.linking.request_denied_description': "Your admin didn't approve your request to view {product} pages from {hostname}.",
|
|
100
96
|
'fabric.linking.restricted_link': 'Restricted link, try another account',
|
|
101
97
|
'fabric.linking.retry': 'Retry',
|
|
102
98
|
'fabric.linking.save': 'Save',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': 'Solicita acceso para ver este contenido desde {hostname}.',
|
|
11
11
|
'fabric.linking.actions': 'Acciones',
|
|
12
12
|
'fabric.linking.add_account': 'Añadir cuenta',
|
|
13
|
+
'fabric.linking.ai_summarize': 'Resumir',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Resumido por Atlassian Intelligence',
|
|
15
|
+
'fabric.linking.ai_summarized_info': 'La calidad de la información puede variar. <a>Más información</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': 'Atlassian Intelligence está trabajando en...',
|
|
13
17
|
'fabric.linking.assigned_to': 'Asignado a {context}',
|
|
14
18
|
'fabric.linking.cancel': 'Cancelar',
|
|
15
19
|
'fabric.linking.cannot_connect': 'No se podido establecer la conexión. Inténtalo de nuevo',
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': 'Fecha de creación: {context}',
|
|
35
39
|
'fabric.linking.created_by': 'Creado por {context}',
|
|
36
40
|
'fabric.linking.delete': 'Eliminar',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': 'Unirse ahora',
|
|
42
|
+
'fabric.linking.direct_access_description': 'Tu equipo utiliza {product} para colaborar y tú puedes empezar a hacerlo ahora mismo.',
|
|
43
|
+
'fabric.linking.direct_access_title': 'Únete a {product} para ver este contenido',
|
|
40
44
|
'fabric.linking.download': 'Descargar',
|
|
41
45
|
'fabric.linking.edit': 'Editar',
|
|
42
46
|
'fabric.linking.follow': 'Seguir',
|
|
43
47
|
'fabric.linking.forbidden_access': 'Tienes prohibido el acceso',
|
|
44
|
-
'fabric.linking.forbidden_description': '
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': 'No tienes acceso a este contenido',
|
|
48
|
+
'fabric.linking.forbidden_description': 'Ponte en contacto con el administrador para solicitar acceso a {hostname}.',
|
|
49
|
+
'fabric.linking.forbidden_title': 'No tienes acceso a este contenido',
|
|
47
50
|
'fabric.linking.generic_error_message': 'Se ha producido un error',
|
|
48
51
|
'fabric.linking.go_back': 'Volver',
|
|
49
52
|
'fabric.linking.invalid_permissions': 'Contenido restringido',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': 'Fecha de actualización: {context}',
|
|
58
61
|
'fabric.linking.modified_on_relative': 'Fecha de actualización: {context}',
|
|
59
62
|
'fabric.linking.more_actions': 'Más acciones',
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': '
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': '¡Vaya! No encontramos este enlace',
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': 'No podemos mostrarte esta página de {product}',
|
|
63
|
+
'fabric.linking.no_access_title': 'Únete a {product} para ver este contenido',
|
|
64
|
+
'fabric.linking.not_found_description': 'La página no existe o puede haberse cambiado después de añadir este enlace.',
|
|
65
|
+
'fabric.linking.not_found_title': 'No podemos mostrarte esta página de {product}',
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Abrir incidencia en Jira',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': 'Abrir enlace en una nueva pestaña',
|
|
67
68
|
'fabric.linking.owned_by': 'Propiedad de {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': 'Relacionado',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': 'Este enlace no se menciona en ningún otro sitio.',
|
|
87
88
|
'fabric.linking.request_access': 'Solicitar acceso',
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': 'Aprobación pendiente',
|
|
93
|
-
'fabric.linking.request_access_pending_description': 'Tu solicitud de acceso está pendiente.',
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': 'Tu solicitud para acceder a {hostname} está pendiente de la aprobación del administrador.',
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': 'El acceso a {product} está pendiente',
|
|
89
|
+
'fabric.linking.request_access_description': 'Tu equipo utiliza {product} para colaborar. Envía al administrador una solicitud para poder acceder.',
|
|
90
|
+
'fabric.linking.request_access_pending': 'Aprobación pendiente',
|
|
91
|
+
'fabric.linking.request_access_pending_description': 'Tu solicitud para acceder a {hostname} está pendiente de la aprobación del administrador.',
|
|
92
|
+
'fabric.linking.request_access_pending_title': 'El acceso a {product} está pendiente',
|
|
96
93
|
'fabric.linking.request_access_to_view': 'Solicita acceso a {context} para ver esta incidencia',
|
|
97
94
|
'fabric.linking.request_denied': 'Se ha denegado tu solicitud de acceso',
|
|
98
|
-
'fabric.linking.request_denied_description': '
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': 'El administrador no ha aprobado tu solicitud para ver las páginas de {product} de {hostname}.',
|
|
95
|
+
'fabric.linking.request_denied_description': 'El administrador no ha aprobado tu solicitud para ver las páginas de {product} de {hostname}.',
|
|
100
96
|
'fabric.linking.restricted_link': 'Enlace restringido, prueba con otra cuenta',
|
|
101
97
|
'fabric.linking.retry': 'Reintentar',
|
|
102
98
|
'fabric.linking.save': 'Guardar',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': 'Pyydä oikeutta tarkastella tätä sisältöä kohteesta {hostname}.',
|
|
11
11
|
'fabric.linking.actions': 'Toiminnot',
|
|
12
12
|
'fabric.linking.add_account': 'Lisää tili',
|
|
13
|
+
'fabric.linking.ai_summarize': 'Tee yhteenveto',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Atlassian Intelligence loi yhteenvedon',
|
|
15
|
+
'fabric.linking.ai_summarized_info': 'Tietojen laatu voi vaihdella. <a>Lue lisää.</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': 'Atlassian Intelligence työssä...',
|
|
13
17
|
'fabric.linking.assigned_to': 'Määrätty käyttäjälle {context}',
|
|
14
18
|
'fabric.linking.cancel': 'Peruuta',
|
|
15
19
|
'fabric.linking.cannot_connect': 'Ei voi muodostaa yhteyttä, yritä uudelleen',
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': 'Luotu {context}',
|
|
35
39
|
'fabric.linking.created_by': 'Tekijä: {context}',
|
|
36
40
|
'fabric.linking.delete': 'Poista',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': 'Liity nyt',
|
|
42
|
+
'fabric.linking.direct_access_description': '{product} on tiimisi käytössä yhteistyön tukena, ja voit aloittaa sen käytön heti!',
|
|
43
|
+
'fabric.linking.direct_access_title': 'Näytä tämä sisältö liittymällä {product}-palveluun',
|
|
40
44
|
'fabric.linking.download': 'Lataa',
|
|
41
45
|
'fabric.linking.edit': 'Muokkaa',
|
|
42
46
|
'fabric.linking.follow': 'Seuraa',
|
|
43
47
|
'fabric.linking.forbidden_access': 'Pääsy on kielletty',
|
|
44
|
-
'fabric.linking.forbidden_description': '
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': 'Sinulla ei ole oikeutta tähän sisältöön',
|
|
48
|
+
'fabric.linking.forbidden_description': 'Ota yhteyttä ylläpitäjääsi oikeuden pyytämistä varten kohteeseen {hostname}.',
|
|
49
|
+
'fabric.linking.forbidden_title': 'Sinulla ei ole oikeutta tähän sisältöön',
|
|
47
50
|
'fabric.linking.generic_error_message': 'Tapahtui virhe',
|
|
48
51
|
'fabric.linking.go_back': 'Siirry takaisin',
|
|
49
52
|
'fabric.linking.invalid_permissions': 'Rajoitettu sisältö',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': 'Päivitetty {context}',
|
|
58
61
|
'fabric.linking.modified_on_relative': 'Päivitetty {context}',
|
|
59
62
|
'fabric.linking.more_actions': 'Lisää toimintoja',
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': '
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': 'Oho. Emme löydä tätä linkkiä!',
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': 'Tätä {product}-sivua ei voida näyttää',
|
|
63
|
+
'fabric.linking.no_access_title': 'Näytä tämä sisältö liittymällä {product}-palveluun',
|
|
64
|
+
'fabric.linking.not_found_description': 'Sivua ei ole olemassa, tai sitä on saatettu muuttaa tämän linkin lisäämisen jälkeen.',
|
|
65
|
+
'fabric.linking.not_found_title': 'Tätä {product}-sivua ei voida näyttää',
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Avaa asia Jirassa',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': 'Avaa linkki uudessa välilehdessä',
|
|
67
68
|
'fabric.linking.owned_by': 'Omistaja: {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': 'Liittyvät',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': 'Tätä linkkiä ei ole mainittu missään muualla.',
|
|
87
88
|
'fabric.linking.request_access': 'Pyydä pääsyä',
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': 'Odottaa hyväksyntää',
|
|
93
|
-
'fabric.linking.request_access_pending_description': 'Käyttöoikeuspyyntösi on vireillä.',
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': 'Oikeuspyyntösi kohteelle {hostname} odottaa ylläpitäjän hyväksyntää.',
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': 'Oikeus tuotteeseen {product} odottaa',
|
|
89
|
+
'fabric.linking.request_access_description': '{product} on tiimisi käytössä yhteistyön tukena. Pyydä käyttöoikeutta ylläpitäjältäsi.',
|
|
90
|
+
'fabric.linking.request_access_pending': 'Odottaa hyväksyntää',
|
|
91
|
+
'fabric.linking.request_access_pending_description': 'Oikeuspyyntösi kohteelle {hostname} odottaa ylläpitäjän hyväksyntää.',
|
|
92
|
+
'fabric.linking.request_access_pending_title': 'Oikeus tuotteeseen {product} odottaa',
|
|
96
93
|
'fabric.linking.request_access_to_view': 'Pyydä palvelun {context} käyttöoikeutta tämän asian tarkastelua varten',
|
|
97
94
|
'fabric.linking.request_denied': 'Käyttöoikeuspyyntösi evättiin',
|
|
98
|
-
'fabric.linking.request_denied_description': '
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': 'Ylläpitäjä ei hyväksynyt pyyntöäsi tarkastella {product}-sivuja kohteesta {hostname}.',
|
|
95
|
+
'fabric.linking.request_denied_description': 'Ylläpitäjä ei hyväksynyt pyyntöäsi tarkastella {product}-sivuja kohteesta {hostname}.',
|
|
100
96
|
'fabric.linking.restricted_link': 'Rajoitettu linkki, kokeile toista tiliä',
|
|
101
97
|
'fabric.linking.retry': 'Yritä uudelleen',
|
|
102
98
|
'fabric.linking.save': 'Tallenna',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': "Demandez l'accès à {hostname} pour afficher ce contenu.",
|
|
11
11
|
'fabric.linking.actions': 'Actions',
|
|
12
12
|
'fabric.linking.add_account': 'Ajouter un compte',
|
|
13
|
+
'fabric.linking.ai_summarize': 'Résumer',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Résumé par Atlassian Intelligence',
|
|
15
|
+
'fabric.linking.ai_summarized_info': 'La qualité des informations peut varier. <a>En savoir plus</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': "Atlassian Intelligence est à l'œuvre…",
|
|
13
17
|
'fabric.linking.assigned_to': 'Assigné à {context}',
|
|
14
18
|
'fabric.linking.cancel': 'Annuler',
|
|
15
19
|
'fabric.linking.cannot_connect': 'Connexion impossible, réessayez',
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': 'Créé : {context}',
|
|
35
39
|
'fabric.linking.created_by': 'Création par : {context}',
|
|
36
40
|
'fabric.linking.delete': 'Supprimer',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': 'Rejoindre sans plus attendre',
|
|
42
|
+
'fabric.linking.direct_access_description': "Votre équipe utilise {product} pour collaborer, et vous pouvez commencer à l'utiliser tout de suite !",
|
|
43
|
+
'fabric.linking.direct_access_title': 'Rejoignez {product} pour voir ce contenu',
|
|
40
44
|
'fabric.linking.download': 'Télécharger',
|
|
41
45
|
'fabric.linking.edit': 'Modifier',
|
|
42
46
|
'fabric.linking.follow': 'Suivre',
|
|
43
47
|
'fabric.linking.forbidden_access': "Vous n'avez pas accès à cette ressource",
|
|
44
|
-
'fabric.linking.forbidden_description': "
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': "Vous n'avez pas accès à ce contenu",
|
|
48
|
+
'fabric.linking.forbidden_description': "Contactez votre administrateur pour demander l'accès à {hostname}.",
|
|
49
|
+
'fabric.linking.forbidden_title': "Vous n'avez pas accès à ce contenu",
|
|
47
50
|
'fabric.linking.generic_error_message': "Une erreur s'est produite",
|
|
48
51
|
'fabric.linking.go_back': 'Retour',
|
|
49
52
|
'fabric.linking.invalid_permissions': 'Contenu restreint',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': 'Mise à jour : {context}',
|
|
58
61
|
'fabric.linking.modified_on_relative': 'Mise à jour : {context}',
|
|
59
62
|
'fabric.linking.more_actions': "Plus d'actions",
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': "
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': 'Oups, ce lien est introuvable !',
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': "Impossible d'afficher cette page {product}",
|
|
63
|
+
'fabric.linking.no_access_title': 'Rejoignez {product} pour voir ce contenu',
|
|
64
|
+
'fabric.linking.not_found_description': "La page n'existe pas ou elle a peut-être changé après l'ajout de ce lien.",
|
|
65
|
+
'fabric.linking.not_found_title': "Impossible d'afficher cette page {product}",
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Ouvrir le ticket dans Jira',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': 'Ouvrir le lien dans un nouvel onglet',
|
|
67
68
|
'fabric.linking.owned_by': 'Propriétaire : {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': 'Associé',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': "Ce lien n'est mentionné nulle part ailleurs.",
|
|
87
88
|
'fabric.linking.request_access': "Demander l'accès",
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': 'Approbation en attente',
|
|
93
|
-
'fabric.linking.request_access_pending_description': "Votre demande d'accès est en attente.",
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': "Votre demande d'accès à {hostname} attend l'approbation de l'administrateur.",
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': "L'accès à {product} est en attente",
|
|
89
|
+
'fabric.linking.request_access_description': "Votre équipe utilise {product} pour collaborer. Envoyez une demande d'accès à votre administrateur.",
|
|
90
|
+
'fabric.linking.request_access_pending': 'Approbation en attente',
|
|
91
|
+
'fabric.linking.request_access_pending_description': "Votre demande d'accès à {hostname} attend l'approbation de l'administrateur.",
|
|
92
|
+
'fabric.linking.request_access_pending_title': "L'accès à {product} est en attente",
|
|
96
93
|
'fabric.linking.request_access_to_view': 'Demandez un accès à {context} pour consulter ce ticket',
|
|
97
94
|
'fabric.linking.request_denied': "Votre demande d'accès a été refusée",
|
|
98
|
-
'fabric.linking.request_denied_description': "Votre
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': "Votre administrateur n'a pas approuvé votre demande de consultation des pages {product} depuis {hostname}.",
|
|
95
|
+
'fabric.linking.request_denied_description': "Votre administrateur n'a pas approuvé votre demande de consultation des pages {product} depuis {hostname}.",
|
|
100
96
|
'fabric.linking.restricted_link': 'Lien restreint, essayez un autre compte',
|
|
101
97
|
'fabric.linking.retry': 'Réessayer',
|
|
102
98
|
'fabric.linking.save': 'Enregistrer',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': 'Kérj hozzáférést, hogy megtekinthesd ezt a tartalmat innen: {hostname}.',
|
|
11
11
|
'fabric.linking.actions': 'Műveletek',
|
|
12
12
|
'fabric.linking.add_account': 'Fiók hozzáadása',
|
|
13
|
+
'fabric.linking.ai_summarize': 'Összefoglalás',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Az összefoglalót az Atlassian Intelligence készítette',
|
|
15
|
+
'fabric.linking.ai_summarized_info': 'Az információk minősége változó lehet. <a>További információ</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': 'Az Atlassian Intelligence dolgozik…',
|
|
13
17
|
'fabric.linking.assigned_to': 'Hozzárendelve a következő személyhez: {context}',
|
|
14
18
|
'fabric.linking.cancel': 'Mégse',
|
|
15
19
|
'fabric.linking.cannot_connect': 'Nem sikerült kapcsolódni, próbálkozz újra',
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': 'Létrehozva: {context}',
|
|
35
39
|
'fabric.linking.created_by': 'Létrehozta: {context}',
|
|
36
40
|
'fabric.linking.delete': 'Törlés',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': 'Csatlakozás',
|
|
42
|
+
'fabric.linking.direct_access_description': 'A csapatod a(z) {product} terméket használja az együttműködésre, amelyet te is azonnal elkezdhetsz használni!',
|
|
43
|
+
'fabric.linking.direct_access_title': 'A tartalom megtekintéséhez csatlakozz: {product}',
|
|
40
44
|
'fabric.linking.download': 'Letöltés',
|
|
41
45
|
'fabric.linking.edit': 'Szerkesztés',
|
|
42
46
|
'fabric.linking.follow': 'Követés',
|
|
43
47
|
'fabric.linking.forbidden_access': 'Hozzáférés megtagadva',
|
|
44
|
-
'fabric.linking.forbidden_description': '
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': 'Nincs hozzáférésed ehhez a tartalomhoz',
|
|
48
|
+
'fabric.linking.forbidden_description': 'Fordulj az adminisztrátorhoz, és kérj tőle hozzáférést a következőhöz: {hostname}.',
|
|
49
|
+
'fabric.linking.forbidden_title': 'Nincs hozzáférésed ehhez a tartalomhoz',
|
|
47
50
|
'fabric.linking.generic_error_message': 'Hiba történt',
|
|
48
51
|
'fabric.linking.go_back': 'Vissza',
|
|
49
52
|
'fabric.linking.invalid_permissions': 'Korlátozott tartalom',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': 'Frissítve ekkor: {context}',
|
|
58
61
|
'fabric.linking.modified_on_relative': 'Frissítve: {context}',
|
|
59
62
|
'fabric.linking.more_actions': 'További műveletek',
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': '
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': 'Hoppá. Nem találjuk ezt a linket!',
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': 'Nem tudjuk megjeleníteni ezt a(z) {product}-oldalt',
|
|
63
|
+
'fabric.linking.no_access_title': 'A tartalom megtekintéséhez csatlakozz: {product}',
|
|
64
|
+
'fabric.linking.not_found_description': 'Az oldal nem létezik, vagy módosították a link hozzáadása óta.',
|
|
65
|
+
'fabric.linking.not_found_title': 'Nem tudjuk megjeleníteni ezt a(z) {product}-oldalt',
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Ügy megnyitása a Jirában',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': 'Link megnyitása új lapon',
|
|
67
68
|
'fabric.linking.owned_by': 'Tulajdonos: {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': 'Kapcsolódó',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': 'Ez a link sehol máshol nincs megemlítve.',
|
|
87
88
|
'fabric.linking.request_access': 'Hozzáférés kérése',
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': 'Függőben levő jóváhagyás',
|
|
93
|
-
'fabric.linking.request_access_pending_description': 'A hozzáférési kérelmed függőben van.',
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': 'A következőre vonatkozó hozzáférési kérelmed még adminisztrátori jóváhagyásra vár: {hostname}.',
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': 'Függőben van a(z) {product}-hozzáférés',
|
|
89
|
+
'fabric.linking.request_access_description': 'A csapatod a(z) {product} terméket használja az együttműködésre. Ha hozzáférést szeretnél kapni, küldj egy kérelmet az adminisztrátorodnak.',
|
|
90
|
+
'fabric.linking.request_access_pending': 'Függőben levő jóváhagyás',
|
|
91
|
+
'fabric.linking.request_access_pending_description': 'A következőre vonatkozó hozzáférési kérelmed még adminisztrátori jóváhagyásra vár: {hostname}.',
|
|
92
|
+
'fabric.linking.request_access_pending_title': 'Függőben van a(z) {product}-hozzáférés',
|
|
96
93
|
'fabric.linking.request_access_to_view': 'Az ügy megtekintése érdekében kérj hozzáférést ehhez: {context}',
|
|
97
94
|
'fabric.linking.request_denied': 'A hozzáférési kérelmedet elutasították',
|
|
98
|
-
'fabric.linking.request_denied_description': '
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': 'Az adminisztrátorod nem hagyta jóvá a kérelmed, hogy megtekinthess {product}-oldalakat innen: {hostname}.',
|
|
95
|
+
'fabric.linking.request_denied_description': 'Az adminisztrátorod nem hagyta jóvá a kérelmed, hogy megtekinthess {product}-oldalakat innen: {hostname}.',
|
|
100
96
|
'fabric.linking.restricted_link': 'Korlátozott link, próbálkozz másik fiókkal',
|
|
101
97
|
'fabric.linking.retry': 'Újra',
|
|
102
98
|
'fabric.linking.save': 'Mentés',
|