@atlaskit/smart-card 27.2.2 → 27.2.3
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 +3644 -3654
- package/dist/cjs/i18n/cs.js +28 -0
- package/dist/cjs/i18n/da.js +28 -0
- package/dist/cjs/i18n/de.js +31 -0
- package/dist/cjs/i18n/en.js +41 -4
- package/dist/cjs/i18n/en_GB.js +41 -4
- package/dist/cjs/i18n/en_ZZ.js +41 -4
- package/dist/cjs/i18n/es.js +31 -0
- package/dist/cjs/i18n/fi.js +28 -0
- package/dist/cjs/i18n/fr.js +39 -0
- package/dist/cjs/i18n/hu.js +28 -0
- package/dist/cjs/i18n/it.js +28 -0
- package/dist/cjs/i18n/ja.js +28 -0
- package/dist/cjs/i18n/ko.js +28 -0
- package/dist/cjs/i18n/nb.js +28 -0
- package/dist/cjs/i18n/nl.js +28 -0
- package/dist/cjs/i18n/pl.js +28 -0
- package/dist/cjs/i18n/pt_BR.js +39 -0
- package/dist/cjs/i18n/ru.js +28 -0
- package/dist/cjs/i18n/sv.js +28 -0
- package/dist/cjs/i18n/th.js +28 -0
- package/dist/cjs/i18n/tr.js +28 -0
- package/dist/cjs/i18n/uk.js +39 -0
- package/dist/cjs/i18n/vi.js +28 -0
- package/dist/cjs/i18n/zh.js +28 -0
- package/dist/cjs/i18n/zh_TW.js +39 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/index.js +35 -46
- package/dist/cjs/view/HoverCard/components/HoverCardComponent.js +1 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/i18n/cs.js +28 -0
- package/dist/es2019/i18n/da.js +28 -0
- package/dist/es2019/i18n/de.js +31 -0
- package/dist/es2019/i18n/en.js +41 -4
- package/dist/es2019/i18n/en_GB.js +41 -4
- package/dist/es2019/i18n/en_ZZ.js +41 -4
- package/dist/es2019/i18n/es.js +31 -0
- package/dist/es2019/i18n/fi.js +28 -0
- package/dist/es2019/i18n/fr.js +39 -0
- package/dist/es2019/i18n/hu.js +28 -0
- package/dist/es2019/i18n/it.js +28 -0
- package/dist/es2019/i18n/ja.js +28 -0
- package/dist/es2019/i18n/ko.js +28 -0
- package/dist/es2019/i18n/nb.js +28 -0
- package/dist/es2019/i18n/nl.js +28 -0
- package/dist/es2019/i18n/pl.js +28 -0
- package/dist/es2019/i18n/pt_BR.js +39 -0
- package/dist/es2019/i18n/ru.js +28 -0
- package/dist/es2019/i18n/sv.js +28 -0
- package/dist/es2019/i18n/th.js +28 -0
- package/dist/es2019/i18n/tr.js +28 -0
- package/dist/es2019/i18n/uk.js +39 -0
- package/dist/es2019/i18n/vi.js +28 -0
- package/dist/es2019/i18n/zh.js +28 -0
- package/dist/es2019/i18n/zh_TW.js +39 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/index.js +34 -41
- package/dist/es2019/view/HoverCard/components/HoverCardComponent.js +1 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/i18n/cs.js +28 -0
- package/dist/esm/i18n/da.js +28 -0
- package/dist/esm/i18n/de.js +31 -0
- package/dist/esm/i18n/en.js +41 -4
- package/dist/esm/i18n/en_GB.js +41 -4
- package/dist/esm/i18n/en_ZZ.js +41 -4
- package/dist/esm/i18n/es.js +31 -0
- package/dist/esm/i18n/fi.js +28 -0
- package/dist/esm/i18n/fr.js +39 -0
- package/dist/esm/i18n/hu.js +28 -0
- package/dist/esm/i18n/it.js +28 -0
- package/dist/esm/i18n/ja.js +28 -0
- package/dist/esm/i18n/ko.js +28 -0
- package/dist/esm/i18n/nb.js +28 -0
- package/dist/esm/i18n/nl.js +28 -0
- package/dist/esm/i18n/pl.js +28 -0
- package/dist/esm/i18n/pt_BR.js +39 -0
- package/dist/esm/i18n/ru.js +28 -0
- package/dist/esm/i18n/sv.js +28 -0
- package/dist/esm/i18n/th.js +28 -0
- package/dist/esm/i18n/tr.js +28 -0
- package/dist/esm/i18n/uk.js +39 -0
- package/dist/esm/i18n/vi.js +28 -0
- package/dist/esm/i18n/zh.js +28 -0
- package/dist/esm/i18n/zh_TW.js +39 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/index.js +36 -47
- package/dist/esm/view/HoverCard/components/HoverCardComponent.js +1 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +28 -0
- package/dist/types/i18n/da.d.ts +28 -0
- package/dist/types/i18n/de.d.ts +31 -0
- package/dist/types/i18n/en.d.ts +41 -4
- package/dist/types/i18n/en_GB.d.ts +41 -4
- package/dist/types/i18n/en_ZZ.d.ts +41 -4
- package/dist/types/i18n/es.d.ts +31 -0
- package/dist/types/i18n/fi.d.ts +28 -0
- package/dist/types/i18n/fr.d.ts +39 -0
- package/dist/types/i18n/hu.d.ts +28 -0
- package/dist/types/i18n/it.d.ts +28 -0
- package/dist/types/i18n/ja.d.ts +28 -0
- package/dist/types/i18n/ko.d.ts +28 -0
- package/dist/types/i18n/nb.d.ts +28 -0
- package/dist/types/i18n/nl.d.ts +28 -0
- package/dist/types/i18n/pl.d.ts +28 -0
- package/dist/types/i18n/pt_BR.d.ts +39 -0
- package/dist/types/i18n/ru.d.ts +28 -0
- package/dist/types/i18n/sv.d.ts +28 -0
- package/dist/types/i18n/th.d.ts +28 -0
- package/dist/types/i18n/tr.d.ts +28 -0
- package/dist/types/i18n/uk.d.ts +39 -0
- package/dist/types/i18n/vi.d.ts +28 -0
- package/dist/types/i18n/zh.d.ts +28 -0
- package/dist/types/i18n/zh_TW.d.ts +39 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +28 -0
- package/dist/types-ts4.5/i18n/da.d.ts +28 -0
- package/dist/types-ts4.5/i18n/de.d.ts +31 -0
- package/dist/types-ts4.5/i18n/en.d.ts +41 -4
- package/dist/types-ts4.5/i18n/en_GB.d.ts +41 -4
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +41 -4
- package/dist/types-ts4.5/i18n/es.d.ts +31 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +28 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +39 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +28 -0
- package/dist/types-ts4.5/i18n/it.d.ts +28 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +28 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +28 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +28 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +28 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +28 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +39 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +28 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +28 -0
- package/dist/types-ts4.5/i18n/th.d.ts +28 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +28 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +39 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +28 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +28 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +39 -0
- package/package.json +1 -1
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//English (United Kingdom)
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': 'Empty automation list icon',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': 'Learn more about the manual trigger',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': 'Use the manual trigger to populate a menu of selections that anyone, or people you specify, can apply as one-click automations.',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': 'Admins haven’t configured any manually triggered automations yet.',
|
|
14
|
+
'automation-menu.modal.error.description': 'This is taking awhile to load. Try refreshing the page.',
|
|
15
|
+
'automation-menu.modal.error.image.alt': 'Error icon',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': 'Automate',
|
|
17
|
+
'automation-menu.modal.footer.cancel-button': 'Cancel',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': 'Create automation',
|
|
19
|
+
'automation-menu.modal.footer.ok-button': 'Ok',
|
|
20
|
+
'automation-menu.modal.header.icon.label': 'Automation modal header icon',
|
|
10
21
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
11
22
|
'fabric.linking.actions': 'Actions',
|
|
12
23
|
'fabric.linking.add_account': 'Add account',
|
|
@@ -14,11 +25,20 @@ export default {
|
|
|
14
25
|
'fabric.linking.ai_summarized': 'Summarised by Atlassian Intelligence',
|
|
15
26
|
'fabric.linking.ai_summarized_abbreviation': 'Summarised by AI',
|
|
16
27
|
'fabric.linking.ai_summarized_info': 'Information quality may vary. <a>Learn more</a>',
|
|
28
|
+
'fabric.linking.ai_summarized_info_short': 'Content quality may vary',
|
|
17
29
|
'fabric.linking.ai_summarizing': 'Atlassian Intelligence is working...',
|
|
30
|
+
'fabric.linking.ai_summary_action': 'Summarise with AI',
|
|
31
|
+
'fabric.linking.ai_summary_action_description': 'Summarise the content of this link using Atlassian Intelligence.',
|
|
18
32
|
'fabric.linking.ai_summary_error_acceptable_use_violation': "We cannot show the results of this summary as it goes against <a>Atlassian's Acceptable Use Policy</a>.",
|
|
33
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': "Atlassian Intelligence can't generate a summary for you right now as there is too much content to summarise.",
|
|
19
34
|
'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <a>check the status of AI</a>.',
|
|
20
35
|
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence was unable to process your request as your content contains links to HIPAA restricted content.',
|
|
21
36
|
'fabric.linking.assigned_to': 'Assigned to {context}',
|
|
37
|
+
'fabric.linking.automation-action.confluence.page.modal.description': 'Apply an automation to <b>{name}</b>.{br}The available selections are controlled by Confluence and space administrators.',
|
|
38
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
|
|
39
|
+
'fabric.linking.automation-action.icon.label': 'Automation icon',
|
|
40
|
+
'fabric.linking.automation-action.title': 'View automation rules...',
|
|
41
|
+
'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
|
|
22
42
|
'fabric.linking.beta': 'Beta',
|
|
23
43
|
'fabric.linking.cancel': 'Cancel',
|
|
24
44
|
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
@@ -37,7 +57,10 @@ export default {
|
|
|
37
57
|
'fabric.linking.connect_unauthorised_account_description': 'Connect your {context} account to collaborate on work across Atlassian products.',
|
|
38
58
|
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connect your account to collaborate on work across Atlassian products.',
|
|
39
59
|
'fabric.linking.continue': 'Continue',
|
|
40
|
-
'fabric.linking.
|
|
60
|
+
'fabric.linking.copied_summary_action_description': 'Copied summary to clipboard',
|
|
61
|
+
'fabric.linking.copied_url_to_clipboard': 'Copied!',
|
|
62
|
+
'fabric.linking.copy_summary_action': 'Copy summary',
|
|
63
|
+
'fabric.linking.copy_summary_action_description': 'Copy summary',
|
|
41
64
|
'fabric.linking.copy_url_to_clipboard': 'Copy link',
|
|
42
65
|
'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
|
|
43
66
|
'fabric.linking.create_on_absolute': 'Created on {context}',
|
|
@@ -48,10 +71,16 @@ export default {
|
|
|
48
71
|
'fabric.linking.direct_access_description': 'Your team uses {product} to collaborate and you can start using it right away!',
|
|
49
72
|
'fabric.linking.direct_access_title': 'Join {product} to view this content',
|
|
50
73
|
'fabric.linking.download': 'Download',
|
|
51
|
-
'fabric.linking.download_description
|
|
52
|
-
'fabric.linking.download_file
|
|
74
|
+
'fabric.linking.download_description': 'Download this file into your local storage',
|
|
75
|
+
'fabric.linking.download_file': 'Download file',
|
|
53
76
|
'fabric.linking.edit': 'Edit',
|
|
54
77
|
'fabric.linking.follow': 'Follow',
|
|
78
|
+
'fabric.linking.follow_goal': 'Follow goal',
|
|
79
|
+
'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
|
|
80
|
+
'fabric.linking.follow_goal_error': 'We encountered an error while trying to follow the goal. Check your connection or refresh the page and try again.',
|
|
81
|
+
'fabric.linking.follow_project': 'Follow project',
|
|
82
|
+
'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
|
|
83
|
+
'fabric.linking.follow_project_error': 'We encountered an error while trying to follow the project. Check your connection or refresh the page and try again.',
|
|
55
84
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
56
85
|
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
57
86
|
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
@@ -76,7 +105,7 @@ export default {
|
|
|
76
105
|
'fabric.linking.owned_by': 'Owned by {context}',
|
|
77
106
|
'fabric.linking.pending_request': 'Your access request is pending',
|
|
78
107
|
'fabric.linking.preview_close': 'Close preview',
|
|
79
|
-
'fabric.linking.preview_description
|
|
108
|
+
'fabric.linking.preview_description': 'Open a full screen preview of this link',
|
|
80
109
|
'fabric.linking.preview_improved': 'Open preview',
|
|
81
110
|
'fabric.linking.preview_max_size': 'View full screen',
|
|
82
111
|
'fabric.linking.preview_min_size': 'Close full screen',
|
|
@@ -93,6 +122,8 @@ export default {
|
|
|
93
122
|
'fabric.linking.priority_undefined': 'Undefined',
|
|
94
123
|
'fabric.linking.read_time': '{context} min read',
|
|
95
124
|
'fabric.linking.related': 'Related',
|
|
125
|
+
'fabric.linking.related_links_modal_title.nonfinal': 'Recent Links',
|
|
126
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': 'View recent links...',
|
|
96
127
|
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
97
128
|
'fabric.linking.request_access': 'Request access',
|
|
98
129
|
'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
|
|
@@ -120,6 +151,12 @@ export default {
|
|
|
120
151
|
'fabric.linking.unauthorised_account_name': "We can't display private pages from {context}",
|
|
121
152
|
'fabric.linking.unauthorised_account_name_no_provider': "We can't display private pages",
|
|
122
153
|
'fabric.linking.unfollow': 'Unfollow',
|
|
154
|
+
'fabric.linking.unfollow_goal': 'Unfollow goal',
|
|
155
|
+
'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
|
|
156
|
+
'fabric.linking.unfollow_goal_error': 'We encountered an error while trying to unfollow the goal. Check your connection or refresh the page and try again.',
|
|
157
|
+
'fabric.linking.unfollow_project': 'Unfollow project',
|
|
158
|
+
'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
|
|
159
|
+
'fabric.linking.unfollow_project_error': 'We encountered an error while trying to unfollow the project. Check your connection or refresh the page and try again.',
|
|
123
160
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
124
161
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
125
162
|
'fabric.linking.view': 'View'
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': 'Empty automation list icon',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': 'Learn more about the manual trigger',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': 'Use the manual trigger to populate a menu of selections that anyone, or people you specify, can apply as one-click automations.',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': 'Admins haven’t configured any manually triggered automations yet.',
|
|
14
|
+
'automation-menu.modal.error.description': 'This is taking awhile to load. Try refreshing the page.',
|
|
15
|
+
'automation-menu.modal.error.image.alt': 'Error icon',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': 'Automate',
|
|
17
|
+
'automation-menu.modal.footer.cancel-button': 'Cancel',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': 'Create automation',
|
|
19
|
+
'automation-menu.modal.footer.ok-button': 'Ok',
|
|
20
|
+
'automation-menu.modal.header.icon.label': 'Automation modal header icon',
|
|
10
21
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
11
22
|
'fabric.linking.actions': 'Actions',
|
|
12
23
|
'fabric.linking.add_account': 'Add account',
|
|
@@ -14,11 +25,20 @@ export default {
|
|
|
14
25
|
'fabric.linking.ai_summarized': 'Summarized by Atlassian Intelligence',
|
|
15
26
|
'fabric.linking.ai_summarized_abbreviation': 'Summarized by AI',
|
|
16
27
|
'fabric.linking.ai_summarized_info': 'Information quality may vary. <a>Learn more</a>',
|
|
28
|
+
'fabric.linking.ai_summarized_info_short': 'Content quality may vary',
|
|
17
29
|
'fabric.linking.ai_summarizing': 'Atlassian Intelligence is working...',
|
|
30
|
+
'fabric.linking.ai_summary_action': 'Summarize with AI',
|
|
31
|
+
'fabric.linking.ai_summary_action_description': 'Summarize the content of this link using Atlassian Intelligence.',
|
|
18
32
|
'fabric.linking.ai_summary_error_acceptable_use_violation': "We cannot show the results of this summary as it goes against <a>Atlassian's Acceptable Use Policy</a>.",
|
|
33
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': "Atlassian Intelligence can't generate a summary for you right now as there is too much content to summarize.",
|
|
19
34
|
'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <a>check the status of AI</a>.',
|
|
20
35
|
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence was unable to process your request as your content contains links to HIPAA restricted content.',
|
|
21
36
|
'fabric.linking.assigned_to': 'Assigned to {context}',
|
|
37
|
+
'fabric.linking.automation-action.confluence.page.modal.description': 'Apply an automation to <b>{name}</b>.{br}The available selections are controlled by Confluence and space administrators.',
|
|
38
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
|
|
39
|
+
'fabric.linking.automation-action.icon.label': 'Automation icon',
|
|
40
|
+
'fabric.linking.automation-action.title': 'View automation rules...',
|
|
41
|
+
'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
|
|
22
42
|
'fabric.linking.beta': 'Beta',
|
|
23
43
|
'fabric.linking.cancel': 'Cancel',
|
|
24
44
|
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
@@ -37,7 +57,10 @@ export default {
|
|
|
37
57
|
'fabric.linking.connect_unauthorised_account_description': 'Connect your {context} account to collaborate on work across Atlassian products.',
|
|
38
58
|
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connect your account to collaborate on work across Atlassian products.',
|
|
39
59
|
'fabric.linking.continue': 'Continue',
|
|
40
|
-
'fabric.linking.
|
|
60
|
+
'fabric.linking.copied_summary_action_description': 'Copied summary to clipboard',
|
|
61
|
+
'fabric.linking.copied_url_to_clipboard': 'Copied!',
|
|
62
|
+
'fabric.linking.copy_summary_action': 'Copy summary',
|
|
63
|
+
'fabric.linking.copy_summary_action_description': 'Copy summary',
|
|
41
64
|
'fabric.linking.copy_url_to_clipboard': 'Copy link',
|
|
42
65
|
'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
|
|
43
66
|
'fabric.linking.create_on_absolute': 'Created on {context}',
|
|
@@ -48,10 +71,16 @@ export default {
|
|
|
48
71
|
'fabric.linking.direct_access_description': 'Your team uses {product} to collaborate and you can start using it right away!',
|
|
49
72
|
'fabric.linking.direct_access_title': 'Join {product} to view this content',
|
|
50
73
|
'fabric.linking.download': 'Download',
|
|
51
|
-
'fabric.linking.download_description
|
|
52
|
-
'fabric.linking.download_file
|
|
74
|
+
'fabric.linking.download_description': 'Download this file into your local storage',
|
|
75
|
+
'fabric.linking.download_file': 'Download file',
|
|
53
76
|
'fabric.linking.edit': 'Edit',
|
|
54
77
|
'fabric.linking.follow': 'Follow',
|
|
78
|
+
'fabric.linking.follow_goal': 'Follow goal',
|
|
79
|
+
'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
|
|
80
|
+
'fabric.linking.follow_goal_error': 'We encountered an error while trying to follow the goal. Check your connection or refresh the page and try again.',
|
|
81
|
+
'fabric.linking.follow_project': 'Follow project',
|
|
82
|
+
'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
|
|
83
|
+
'fabric.linking.follow_project_error': 'We encountered an error while trying to follow the project. Check your connection or refresh the page and try again.',
|
|
55
84
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
56
85
|
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
57
86
|
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
@@ -76,7 +105,7 @@ export default {
|
|
|
76
105
|
'fabric.linking.owned_by': 'Owned by {context}',
|
|
77
106
|
'fabric.linking.pending_request': 'Your access request is pending',
|
|
78
107
|
'fabric.linking.preview_close': 'Close preview',
|
|
79
|
-
'fabric.linking.preview_description
|
|
108
|
+
'fabric.linking.preview_description': 'Open a full screen preview of this link',
|
|
80
109
|
'fabric.linking.preview_improved': 'Open preview',
|
|
81
110
|
'fabric.linking.preview_max_size': 'View full screen',
|
|
82
111
|
'fabric.linking.preview_min_size': 'Close full screen',
|
|
@@ -93,6 +122,8 @@ export default {
|
|
|
93
122
|
'fabric.linking.priority_undefined': 'Undefined',
|
|
94
123
|
'fabric.linking.read_time': '{context} min read',
|
|
95
124
|
'fabric.linking.related': 'Related',
|
|
125
|
+
'fabric.linking.related_links_modal_title.nonfinal': 'Recent Links',
|
|
126
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': 'View recent links...',
|
|
96
127
|
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
97
128
|
'fabric.linking.request_access': 'Request access',
|
|
98
129
|
'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
|
|
@@ -120,6 +151,12 @@ export default {
|
|
|
120
151
|
'fabric.linking.unauthorised_account_name': "We can't display private pages from {context}",
|
|
121
152
|
'fabric.linking.unauthorised_account_name_no_provider': "We can't display private pages",
|
|
122
153
|
'fabric.linking.unfollow': 'Unfollow',
|
|
154
|
+
'fabric.linking.unfollow_goal': 'Unfollow goal',
|
|
155
|
+
'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
|
|
156
|
+
'fabric.linking.unfollow_goal_error': 'We encountered an error while trying to unfollow the goal. Check your connection or refresh the page and try again.',
|
|
157
|
+
'fabric.linking.unfollow_project': 'Unfollow project',
|
|
158
|
+
'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
|
|
159
|
+
'fabric.linking.unfollow_project_error': 'We encountered an error while trying to unfollow the project. Check your connection or refresh the page and try again.',
|
|
123
160
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
124
161
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
125
162
|
'fabric.linking.view': 'View'
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Spanish (International)
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.modal.error.image.alt': 'Icono de error',
|
|
11
|
+
'automation-menu.modal.footer.cancel-button': 'Cancelar',
|
|
12
|
+
'automation-menu.modal.footer.ok-button': 'Aceptar',
|
|
10
13
|
'fabric.linking.access_exists_description': 'Solicita acceso para ver este contenido desde {hostname}.',
|
|
11
14
|
'fabric.linking.actions': 'Acciones',
|
|
12
15
|
'fabric.linking.add_account': 'Añadir cuenta',
|
|
@@ -14,11 +17,20 @@ export default {
|
|
|
14
17
|
'fabric.linking.ai_summarized': 'Resumido por Atlassian Intelligence',
|
|
15
18
|
'fabric.linking.ai_summarized_abbreviation': 'Resumido por AI',
|
|
16
19
|
'fabric.linking.ai_summarized_info': 'La calidad de la información puede variar. <a>Más información</a>',
|
|
20
|
+
'fabric.linking.ai_summarized_info_short': 'La calidad del contenido puede variar',
|
|
17
21
|
'fabric.linking.ai_summarizing': 'Atlassian Intelligence está trabajando en...',
|
|
22
|
+
'fabric.linking.ai_summary_action': 'Resumir con AI',
|
|
23
|
+
'fabric.linking.ai_summary_action_description': 'Resume el contenido de este enlace con Atlassian Intelligence.',
|
|
18
24
|
'fabric.linking.ai_summary_error_acceptable_use_violation': 'No podemos mostrar los resultados de este resumen porque va en contra de la <a>política de uso aceptable de Atlassian</a>.',
|
|
25
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence no puede generar un resumen ahora mismo porque hay demasiado contenido que resumir.',
|
|
19
26
|
'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) no responde. Inténtalo de nuevo más tarde o <a>consulta el estado de AI</a>.',
|
|
20
27
|
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence no ha podido procesar la solicitud porque tu contenido incluye enlaces a contenido restringido por la HIPAA.',
|
|
21
28
|
'fabric.linking.assigned_to': 'Asignado a {context}',
|
|
29
|
+
'fabric.linking.automation-action.confluence.page.modal.description': 'Aplica una automatización a <b>{name}</b>.{br}Las selecciones disponibles están controladas por Confluence y los administradores del espacio.',
|
|
30
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizaciones de páginas',
|
|
31
|
+
'fabric.linking.automation-action.icon.label': 'Icono de automatización',
|
|
32
|
+
'fabric.linking.automation-action.title': 'Ejecutar automatización...',
|
|
33
|
+
'fabric.linking.automation-action.tooltip': 'Abrir un modal de automatización',
|
|
22
34
|
'fabric.linking.beta': 'Beta',
|
|
23
35
|
'fabric.linking.cancel': 'Cancelar',
|
|
24
36
|
'fabric.linking.cannot_connect': 'No se podido establecer la conexión. Inténtalo de nuevo',
|
|
@@ -37,6 +49,10 @@ export default {
|
|
|
37
49
|
'fabric.linking.connect_unauthorised_account_description': 'Conecta tu cuenta de {context} para colaborar en el trabajo a través de los productos de Atlassian.',
|
|
38
50
|
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Conecta tu cuenta para colaborar en el trabajo a través de los productos de Atlassian.',
|
|
39
51
|
'fabric.linking.continue': 'Continuar',
|
|
52
|
+
'fabric.linking.copied_summary_action_description': 'Resumen copiado al portapapeles',
|
|
53
|
+
'fabric.linking.copied_url_to_clipboard': '¡Copiada!',
|
|
54
|
+
'fabric.linking.copy_summary_action': 'Copiar resumen',
|
|
55
|
+
'fabric.linking.copy_summary_action_description': 'Copiar resumen',
|
|
40
56
|
'fabric.linking.copy_url_to_clipboard': 'Copiar enlace',
|
|
41
57
|
'fabric.linking.couldnt_load_link': 'Por algún motivo que desconocemos, no hemos podido cargar este enlace.',
|
|
42
58
|
'fabric.linking.create_on_absolute': 'Creación: {context}',
|
|
@@ -47,8 +63,16 @@ export default {
|
|
|
47
63
|
'fabric.linking.direct_access_description': 'Tu equipo utiliza {product} para colaborar y tú puedes empezar a hacerlo ahora mismo.',
|
|
48
64
|
'fabric.linking.direct_access_title': 'Únete a {product} para ver este contenido',
|
|
49
65
|
'fabric.linking.download': 'Descargar',
|
|
66
|
+
'fabric.linking.download_description': 'Descarga este archivo en tu almacenamiento local',
|
|
67
|
+
'fabric.linking.download_file': 'Descargar archivo',
|
|
50
68
|
'fabric.linking.edit': 'Editar',
|
|
51
69
|
'fabric.linking.follow': 'Seguir',
|
|
70
|
+
'fabric.linking.follow_goal': 'Seguir objetivo',
|
|
71
|
+
'fabric.linking.follow_goal_description': 'Sigue este objetivo para recibir notificaciones de las actualizaciones',
|
|
72
|
+
'fabric.linking.follow_goal_error': 'Se ha producido un error al intentar seguir el objetivo. Comprueba tu conexión o actualiza la página y vuelve a intentarlo.',
|
|
73
|
+
'fabric.linking.follow_project': 'Seguir proyecto',
|
|
74
|
+
'fabric.linking.follow_project_description': 'Sigue para recibir notificaciones de este proyecto',
|
|
75
|
+
'fabric.linking.follow_project_error': 'Se ha producido un error al intentar seguir el proyecto. Comprueba tu conexión o actualiza la página y vuelve a intentarlo.',
|
|
52
76
|
'fabric.linking.forbidden_access': 'Tienes prohibido el acceso',
|
|
53
77
|
'fabric.linking.forbidden_description': 'Ponte en contacto con el administrador para solicitar acceso a {hostname}.',
|
|
54
78
|
'fabric.linking.forbidden_title': 'No tienes acceso a este contenido',
|
|
@@ -73,6 +97,7 @@ export default {
|
|
|
73
97
|
'fabric.linking.owned_by': 'Propiedad de {context}',
|
|
74
98
|
'fabric.linking.pending_request': 'Tu solicitud de acceso está pendiente',
|
|
75
99
|
'fabric.linking.preview_close': 'Cerrar vista previa',
|
|
100
|
+
'fabric.linking.preview_description': 'Abre una vista previa a pantalla completa de este enlace',
|
|
76
101
|
'fabric.linking.preview_improved': 'Abrir vista previa',
|
|
77
102
|
'fabric.linking.preview_max_size': 'Ver a pantalla completa',
|
|
78
103
|
'fabric.linking.preview_min_size': 'Cerrar pantalla completa',
|
|
@@ -116,6 +141,12 @@ export default {
|
|
|
116
141
|
'fabric.linking.unauthorised_account_name': 'No podemos mostrar las páginas privadas de {context}',
|
|
117
142
|
'fabric.linking.unauthorised_account_name_no_provider': 'No podemos mostrar páginas privadas',
|
|
118
143
|
'fabric.linking.unfollow': 'Dejar de seguir',
|
|
144
|
+
'fabric.linking.unfollow_goal': 'Dejar de seguir objetivo',
|
|
145
|
+
'fabric.linking.unfollow_goal_description': 'Deja de seguir para no recibir más notificaciones de este objetivo',
|
|
146
|
+
'fabric.linking.unfollow_goal_error': 'Se ha producido un error al intentar dejar de seguir el objetivo. Comprueba tu conexión o actualiza la página y vuelve a intentarlo.',
|
|
147
|
+
'fabric.linking.unfollow_project': 'Dejar de seguir proyecto',
|
|
148
|
+
'fabric.linking.unfollow_project_description': 'Deja de seguir para no recibir más notificaciones del proyecto',
|
|
149
|
+
'fabric.linking.unfollow_project_error': 'Se ha producido un error al intentar dejar de seguir el proyecto. Comprueba tu conexión o actualiza la página y vuelve a intentarlo.',
|
|
119
150
|
'fabric.linking.unlink_account': 'Desvincular cuenta',
|
|
120
151
|
'fabric.linking.updated_by': 'Modificado por {context}',
|
|
121
152
|
'fabric.linking.view': 'Ver'
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -14,11 +14,20 @@ export default {
|
|
|
14
14
|
'fabric.linking.ai_summarized': 'Atlassian Intelligence loi yhteenvedon',
|
|
15
15
|
'fabric.linking.ai_summarized_abbreviation': 'Yhteenvedon loi AI',
|
|
16
16
|
'fabric.linking.ai_summarized_info': 'Tietojen laatu voi vaihdella. <a>Lue lisää.</a>',
|
|
17
|
+
'fabric.linking.ai_summarized_info_short': 'Sisällön laatu voi vaihdella',
|
|
17
18
|
'fabric.linking.ai_summarizing': 'Atlassian Intelligence työssä...',
|
|
19
|
+
'fabric.linking.ai_summary_action': 'Tee yhteenveto AI:lla',
|
|
20
|
+
'fabric.linking.ai_summary_action_description': 'Tee yhteenveto tämän linkin sisällöstä Atlassian Intelligencellä.',
|
|
18
21
|
'fabric.linking.ai_summary_error_acceptable_use_violation': 'Tämän yhteenvedon tuloksia ei voida näyttää, sillä se ei noudata <a>Atlassianin hyväksyttävän käytön käytäntöä</a>.',
|
|
22
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence ei voi luoda yhteenvetoa sinulle juuri nyt, koska sisältöä on liian paljon.',
|
|
19
23
|
'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) ei vastaa. Yritä myöhemmin uudelleen tai <a>tarkista AI:n tila</a>.',
|
|
20
24
|
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence ei pystynyt käsittelemään pyyntöäsi, koska sisältösi sisältää linkkejä HIPAA-rajoitettuun sisältöön.',
|
|
21
25
|
'fabric.linking.assigned_to': 'Määrätty käyttäjälle {context}',
|
|
26
|
+
'fabric.linking.automation-action.confluence.page.modal.description': 'Käytä automaatiota sivulla <b>{name}</b>.{br}Confluencen ja työtilan ylläpitäjät hallitsevat käytettävissä olevia valintoja.',
|
|
27
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Sivun automaatiot',
|
|
28
|
+
'fabric.linking.automation-action.icon.label': 'Automaatiokuvake',
|
|
29
|
+
'fabric.linking.automation-action.title': 'Suorita automaatio...',
|
|
30
|
+
'fabric.linking.automation-action.tooltip': 'Avaa automaation modaalinen ikkuna',
|
|
22
31
|
'fabric.linking.beta': 'Beeta',
|
|
23
32
|
'fabric.linking.cancel': 'Peruuta',
|
|
24
33
|
'fabric.linking.cannot_connect': 'Ei voi muodostaa yhteyttä, yritä uudelleen',
|
|
@@ -37,6 +46,10 @@ export default {
|
|
|
37
46
|
'fabric.linking.connect_unauthorised_account_description': 'Yhdistä palvelun {context} tilisi ja tee yhteistyötä eri Atlassian-tuotteissa.',
|
|
38
47
|
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Yhdistä tilisi ja tee yhteistyötä eri Atlassian-tuotteissa.',
|
|
39
48
|
'fabric.linking.continue': 'Jatka',
|
|
49
|
+
'fabric.linking.copied_summary_action_description': 'Yhteenveto kopioitu leikepöydälle',
|
|
50
|
+
'fabric.linking.copied_url_to_clipboard': 'Kopioitu!',
|
|
51
|
+
'fabric.linking.copy_summary_action': 'Kopioi yhteenveto',
|
|
52
|
+
'fabric.linking.copy_summary_action_description': 'Kopioi yhteenveto',
|
|
40
53
|
'fabric.linking.copy_url_to_clipboard': 'Kopioi linkki',
|
|
41
54
|
'fabric.linking.couldnt_load_link': 'Tämän linkin lataaminen epäonnistui tuntemattomasta syystä.',
|
|
42
55
|
'fabric.linking.create_on_absolute': 'Luotiin {context}',
|
|
@@ -47,8 +60,16 @@ export default {
|
|
|
47
60
|
'fabric.linking.direct_access_description': '{product} on tiimisi käytössä yhteistyön tukena, ja voit aloittaa sen käytön heti!',
|
|
48
61
|
'fabric.linking.direct_access_title': 'Näytä tämä sisältö liittymällä {product}-palveluun',
|
|
49
62
|
'fabric.linking.download': 'Lataa',
|
|
63
|
+
'fabric.linking.download_description': 'Lataa tämä tiedosto paikalliseen tallennustilaan',
|
|
64
|
+
'fabric.linking.download_file': 'Lataa tiedosto',
|
|
50
65
|
'fabric.linking.edit': 'Muokkaa',
|
|
51
66
|
'fabric.linking.follow': 'Seuraa',
|
|
67
|
+
'fabric.linking.follow_goal': 'Seuraa tavoitetta',
|
|
68
|
+
'fabric.linking.follow_goal_description': 'Seuraamalla tätä tavoitetta saat ilmoituksia päivityksistä',
|
|
69
|
+
'fabric.linking.follow_goal_error': 'Kohtasimme virheen yrittäessämme seurata tavoitetta. Tarkista verkkoyhteytesi tai päivitä sivu ja yritä uudelleen.',
|
|
70
|
+
'fabric.linking.follow_project': 'Seuraa projektia',
|
|
71
|
+
'fabric.linking.follow_project_description': 'Seuraamalla saat ilmoituksia tästä projektista',
|
|
72
|
+
'fabric.linking.follow_project_error': 'Kohtasimme virheen yrittäessämme seurata projektia. Tarkista verkkoyhteytesi tai päivitä sivu ja yritä uudelleen.',
|
|
52
73
|
'fabric.linking.forbidden_access': 'Pääsy on kielletty',
|
|
53
74
|
'fabric.linking.forbidden_description': 'Ota yhteyttä ylläpitäjääsi oikeuden pyytämistä varten kohteeseen {hostname}.',
|
|
54
75
|
'fabric.linking.forbidden_title': 'Sinulla ei ole oikeutta tähän sisältöön',
|
|
@@ -73,6 +94,7 @@ export default {
|
|
|
73
94
|
'fabric.linking.owned_by': 'Omistaja: {context}',
|
|
74
95
|
'fabric.linking.pending_request': 'Käyttöoikeuspyyntösi on vireillä',
|
|
75
96
|
'fabric.linking.preview_close': 'Sulje esikatselu',
|
|
97
|
+
'fabric.linking.preview_description': 'Avaa tämän linkin koko näytön esikatselu',
|
|
76
98
|
'fabric.linking.preview_improved': 'Avaa esikatselu',
|
|
77
99
|
'fabric.linking.preview_max_size': 'Näytä koko näytöllä',
|
|
78
100
|
'fabric.linking.preview_min_size': 'Sulje koko näytön tila',
|
|
@@ -116,6 +138,12 @@ export default {
|
|
|
116
138
|
'fabric.linking.unauthorised_account_name': 'Yksityisiä sivuja ei voida näyttää kohteesta {context}',
|
|
117
139
|
'fabric.linking.unauthorised_account_name_no_provider': 'Yksityisiä sivuja ei voida näyttää',
|
|
118
140
|
'fabric.linking.unfollow': 'Lopeta seuraaminen',
|
|
141
|
+
'fabric.linking.unfollow_goal': 'Lopeta tavoitteen seuraaminen',
|
|
142
|
+
'fabric.linking.unfollow_goal_description': 'Lopeta seuraaminen, niin et enää saa ilmoituksia tästä tavoitteesta',
|
|
143
|
+
'fabric.linking.unfollow_goal_error': 'Kohtasimme virheen yrittäessämme lopettaa tavoitteen seuraamisen. Tarkista verkkoyhteytesi tai päivitä sivu ja yritä uudelleen.',
|
|
144
|
+
'fabric.linking.unfollow_project': 'Lopeta projektin seuraaminen',
|
|
145
|
+
'fabric.linking.unfollow_project_description': 'Lopeta seuraaminen, niin et enää saa projekti-ilmoituksia',
|
|
146
|
+
'fabric.linking.unfollow_project_error': 'Löysimme virheen yrittäessämme lopettaa projektin seuraamisen. Tarkista verkkoyhteytesi tai päivitä sivu ja yritä uudelleen.',
|
|
119
147
|
'fabric.linking.unlink_account': 'Poista tilin linkitys',
|
|
120
148
|
'fabric.linking.updated_by': 'Muokannut: {context}',
|
|
121
149
|
'fabric.linking.view': 'Näytä'
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//French (France)
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': "Icône de liste d'automatisation vide",
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': 'En savoir plus sur le déclencheur manuel',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': "Utilisez le déclencheur manuel pour remplir un menu de sélections que n'importe qui, ou les personnes de votre choix, peuvent appliquer sous forme d'automatisations en un clic.",
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': "Les administrateurs n'ont pas encore configuré d'automatisations déclenchées manuellement.",
|
|
14
|
+
'automation-menu.modal.error.description': "Le chargement prend un certain temps. Essayez d'actualiser la page.",
|
|
15
|
+
'automation-menu.modal.error.image.alt': "Icône d'erreur",
|
|
16
|
+
'automation-menu.modal.footer.automate-button': 'Automatiser',
|
|
17
|
+
'automation-menu.modal.footer.cancel-button': 'Annuler',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': 'Créer une automatisation',
|
|
19
|
+
'automation-menu.modal.footer.ok-button': 'OK',
|
|
20
|
+
'automation-menu.modal.header.icon.label': "Icône d'en-tête de fenêtre modale d'automatisation",
|
|
10
21
|
'fabric.linking.access_exists_description': "Demandez l'accès à {hostname} pour afficher ce contenu.",
|
|
11
22
|
'fabric.linking.actions': 'Actions',
|
|
12
23
|
'fabric.linking.add_account': 'Ajouter un compte',
|
|
@@ -14,11 +25,20 @@ export default {
|
|
|
14
25
|
'fabric.linking.ai_summarized': 'Résumé par Atlassian Intelligence',
|
|
15
26
|
'fabric.linking.ai_summarized_abbreviation': 'Résumé par AI',
|
|
16
27
|
'fabric.linking.ai_summarized_info': 'La qualité des informations peut varier. <a>En savoir plus</a>',
|
|
28
|
+
'fabric.linking.ai_summarized_info_short': 'La qualité du contenu est susceptible de varier',
|
|
17
29
|
'fabric.linking.ai_summarizing': "Atlassian Intelligence est à l'œuvre…",
|
|
30
|
+
'fabric.linking.ai_summary_action': 'Résumez avec Atlassian Intelligence',
|
|
31
|
+
'fabric.linking.ai_summary_action_description': 'Résumez le contenu de ce lien grâce à Atlassian Intelligence.',
|
|
18
32
|
'fabric.linking.ai_summary_error_acceptable_use_violation': "Impossible d'afficher les résultats de ce résumé, car cela va à l'encontre de la <a>politique d'utilisation acceptable d'Atlassian</a>.",
|
|
33
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence ne peut pas vous générer de résumé pour le moment, car il y a trop de contenu à résumer.',
|
|
19
34
|
'fabric.linking.ai_summary_error_generic': "Atlassian Intelligence (AI) ne répond pas. Réessayez plus tard ou <a>vérifiez l'état d'AI</a>.",
|
|
20
35
|
'fabric.linking.ai_summary_error_hipaa_content_detected': "Atlassian Intelligence n'a pas été en mesure de traiter votre demande, car votre contenu comprend des liens vers du contenu soumis à des restrictions HIPAA.",
|
|
21
36
|
'fabric.linking.assigned_to': 'Assigné à {context}',
|
|
37
|
+
'fabric.linking.automation-action.confluence.page.modal.description': "Appliquez une automatisation à <b>{name}</b>.{br}Les sélections disponibles sont contrôlées par Confluence et les administrateurs d'espace.",
|
|
38
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatisations de page',
|
|
39
|
+
'fabric.linking.automation-action.icon.label': "Icône d'automatisation",
|
|
40
|
+
'fabric.linking.automation-action.title': "Afficher les règles d'automatisation…",
|
|
41
|
+
'fabric.linking.automation-action.tooltip': "Sélectionner une règle d'automatisation à exécuter",
|
|
22
42
|
'fabric.linking.beta': 'Bêta',
|
|
23
43
|
'fabric.linking.cancel': 'Annuler',
|
|
24
44
|
'fabric.linking.cannot_connect': 'Connexion impossible, réessayez',
|
|
@@ -37,6 +57,10 @@ export default {
|
|
|
37
57
|
'fabric.linking.connect_unauthorised_account_description': 'Connectez votre compte {context} pour collaborer sur le travail dans les produits Atlassian.',
|
|
38
58
|
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connectez votre compte pour collaborer sur le travail dans les produits Atlassian.',
|
|
39
59
|
'fabric.linking.continue': 'Continuer',
|
|
60
|
+
'fabric.linking.copied_summary_action_description': 'Résumé copié dans le presse-papiers',
|
|
61
|
+
'fabric.linking.copied_url_to_clipboard': 'Copiée !',
|
|
62
|
+
'fabric.linking.copy_summary_action': 'Copier le résumé',
|
|
63
|
+
'fabric.linking.copy_summary_action_description': 'Copiez le résumé',
|
|
40
64
|
'fabric.linking.copy_url_to_clipboard': 'Copier le lien',
|
|
41
65
|
'fabric.linking.couldnt_load_link': 'Impossible de charger ce lien pour une raison inconnue.',
|
|
42
66
|
'fabric.linking.create_on_absolute': 'Créé : {context}',
|
|
@@ -47,8 +71,16 @@ export default {
|
|
|
47
71
|
'fabric.linking.direct_access_description': "Votre équipe utilise {product} pour collaborer, et vous pouvez commencer à l'utiliser tout de suite !",
|
|
48
72
|
'fabric.linking.direct_access_title': 'Rejoignez {product} pour voir ce contenu',
|
|
49
73
|
'fabric.linking.download': 'Télécharger',
|
|
74
|
+
'fabric.linking.download_description': 'Téléchargez ce fichier sur votre espace de stockage local',
|
|
75
|
+
'fabric.linking.download_file': 'Télécharger le fichier',
|
|
50
76
|
'fabric.linking.edit': 'Modifier',
|
|
51
77
|
'fabric.linking.follow': 'Suivre',
|
|
78
|
+
'fabric.linking.follow_goal': "Suivre l'objectif",
|
|
79
|
+
'fabric.linking.follow_goal_description': 'Suivez cet objectif pour obtenir des notifications sur les mises à jour',
|
|
80
|
+
'fabric.linking.follow_goal_error': "Nous avons rencontré une erreur lors de la tentative de suivi de l'objectif. Vérifiez votre connexion ou actualisez la page, puis réessayez.",
|
|
81
|
+
'fabric.linking.follow_project': 'Suivre le projet',
|
|
82
|
+
'fabric.linking.follow_project_description': 'Suivez ce projet pour obtenir des notifications à son sujet',
|
|
83
|
+
'fabric.linking.follow_project_error': 'Nous avons rencontré une erreur lors de la tentative de suivi du projet. Vérifiez votre connexion ou actualisez la page, puis réessayez.',
|
|
52
84
|
'fabric.linking.forbidden_access': "Vous n'avez pas accès à cette ressource",
|
|
53
85
|
'fabric.linking.forbidden_description': "Contactez votre administrateur pour demander l'accès à {hostname}.",
|
|
54
86
|
'fabric.linking.forbidden_title': "Vous n'avez pas accès à ce contenu",
|
|
@@ -73,6 +105,7 @@ export default {
|
|
|
73
105
|
'fabric.linking.owned_by': 'Propriétaire : {context}',
|
|
74
106
|
'fabric.linking.pending_request': "Votre demande d'accès est en attente",
|
|
75
107
|
'fabric.linking.preview_close': "Fermer l'aperçu",
|
|
108
|
+
'fabric.linking.preview_description': 'Ouvrez un aperçu en plein écran de ce lien',
|
|
76
109
|
'fabric.linking.preview_improved': "Ouvrir l'aperçu",
|
|
77
110
|
'fabric.linking.preview_max_size': 'Afficher le mode Plein écran',
|
|
78
111
|
'fabric.linking.preview_min_size': 'Fermer le mode Plein écran',
|
|
@@ -116,6 +149,12 @@ export default {
|
|
|
116
149
|
'fabric.linking.unauthorised_account_name': "Impossible d'afficher les pages privées de {context}",
|
|
117
150
|
'fabric.linking.unauthorised_account_name_no_provider': "Impossible d'afficher les pages privées",
|
|
118
151
|
'fabric.linking.unfollow': 'Ne plus suivre',
|
|
152
|
+
'fabric.linking.unfollow_goal': "Ne plus suivre l'objectif",
|
|
153
|
+
'fabric.linking.unfollow_goal_description': 'Arrêtez de suivre cet objectif pour ne plus recevoir de notifications à son sujet',
|
|
154
|
+
'fabric.linking.unfollow_goal_error': "Nous avons rencontré une erreur lors de la tentative d'annulation du suivi de l'objectif. Vérifiez votre connexion ou actualisez la page, puis réessayez.",
|
|
155
|
+
'fabric.linking.unfollow_project': 'Ne plus suivre le projet',
|
|
156
|
+
'fabric.linking.unfollow_project_description': 'Arrêtez de suivre ce projet pour ne plus recevoir de notifications à son sujet',
|
|
157
|
+
'fabric.linking.unfollow_project_error': "Nous avons rencontré une erreur lors de la tentative d'annulation du suivi du projet. Vérifiez votre connexion ou actualisez la page, puis réessayez.",
|
|
119
158
|
'fabric.linking.unlink_account': 'Dissocier le compte',
|
|
120
159
|
'fabric.linking.updated_by': 'Modification par {context}',
|
|
121
160
|
'fabric.linking.view': 'Afficher'
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -14,11 +14,20 @@ export default {
|
|
|
14
14
|
'fabric.linking.ai_summarized': 'Az összefoglalót az Atlassian Intelligence készítette',
|
|
15
15
|
'fabric.linking.ai_summarized_abbreviation': 'Az AI által összefoglalva',
|
|
16
16
|
'fabric.linking.ai_summarized_info': 'Az információk minősége változó lehet. <a>További információ</a>',
|
|
17
|
+
'fabric.linking.ai_summarized_info_short': 'A tartalom minősége változhat',
|
|
17
18
|
'fabric.linking.ai_summarizing': 'Az Atlassian Intelligence dolgozik…',
|
|
19
|
+
'fabric.linking.ai_summary_action': 'Összefoglalás az AI segítségével',
|
|
20
|
+
'fabric.linking.ai_summary_action_description': 'Összefoglalhatod a link tartalmát az Atlassian Intelligence használatával.',
|
|
18
21
|
'fabric.linking.ai_summary_error_acceptable_use_violation': 'Nem tudjuk megjeleníteni az összefoglaló eredményét, mert ellentmond az <a>Atlassian elfogadható használatra vonatkozó irányelveinek</a>.',
|
|
22
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Az Atlassian Intelligence jelenleg nem tud összefoglalót generálni, mert túl sok az összefoglalni kívánt tartalom.',
|
|
19
23
|
'fabric.linking.ai_summary_error_generic': 'Az Atlassian Intelligence (AI) nem válaszol. Próbálkozz újra később, vagy <a>ellenőrizd az AI állapotát</a>.',
|
|
20
24
|
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Az Atlassian Intelligence nem tudta feldolgozni a kérelmedet, mert a tartalmad a HIPAA által korlátozott tartalomra hivatkozik.',
|
|
21
25
|
'fabric.linking.assigned_to': 'Hozzárendelve a következő személyhez: {context}',
|
|
26
|
+
'fabric.linking.automation-action.confluence.page.modal.description': 'Automatizálás alkalmazása a következőhöz: <b>{name}</b>.{br}Az elérhető kiválasztásokat a Confluence és a munkatér-adminisztrátorok szabályozzák.',
|
|
27
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Oldal automatizálása',
|
|
28
|
+
'fabric.linking.automation-action.icon.label': 'Automatizálás ikon',
|
|
29
|
+
'fabric.linking.automation-action.title': 'Automatizálás futtatása…',
|
|
30
|
+
'fabric.linking.automation-action.tooltip': 'Automatizálási párbeszédablak megnyitása',
|
|
22
31
|
'fabric.linking.beta': 'Béta',
|
|
23
32
|
'fabric.linking.cancel': 'Mégse',
|
|
24
33
|
'fabric.linking.cannot_connect': 'Nem sikerült kapcsolódni, próbálkozz újra',
|
|
@@ -37,6 +46,10 @@ export default {
|
|
|
37
46
|
'fabric.linking.connect_unauthorised_account_description': 'Csatlakoztasd a(z) {context}-fiókodat, hogy együtt dolgozhassatok több Atlassian-termékben is.',
|
|
38
47
|
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Csatlakoztasd a fiókodat, hogy együtt dolgozhassatok több Atlassian-termékben is.',
|
|
39
48
|
'fabric.linking.continue': 'Folytatás',
|
|
49
|
+
'fabric.linking.copied_summary_action_description': 'Összefoglaló másolva a vágólapra',
|
|
50
|
+
'fabric.linking.copied_url_to_clipboard': 'Másolva!',
|
|
51
|
+
'fabric.linking.copy_summary_action': 'Összefoglaló másolása',
|
|
52
|
+
'fabric.linking.copy_summary_action_description': 'Összefoglaló másolása',
|
|
40
53
|
'fabric.linking.copy_url_to_clipboard': 'Link másolása',
|
|
41
54
|
'fabric.linking.couldnt_load_link': 'Ismeretlen okból nem tudtuk betölteni ezt a linket.',
|
|
42
55
|
'fabric.linking.create_on_absolute': 'Létrehozva ekkor: {context}',
|
|
@@ -47,8 +60,16 @@ export default {
|
|
|
47
60
|
'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!',
|
|
48
61
|
'fabric.linking.direct_access_title': 'A tartalom megtekintéséhez csatlakozz: {product}',
|
|
49
62
|
'fabric.linking.download': 'Letöltés',
|
|
63
|
+
'fabric.linking.download_description': 'Fájl letöltése a helyi tárhelyre',
|
|
64
|
+
'fabric.linking.download_file': 'Fájl letöltése',
|
|
50
65
|
'fabric.linking.edit': 'Szerkesztés',
|
|
51
66
|
'fabric.linking.follow': 'Követés',
|
|
67
|
+
'fabric.linking.follow_goal': 'Cél követése',
|
|
68
|
+
'fabric.linking.follow_goal_description': 'Kövesd a célt, ha értesítést szeretnél kapni a frissítésekről',
|
|
69
|
+
'fabric.linking.follow_goal_error': 'Hiba történt a cél követésének beállítása során. Ellenőrizd a kapcsolatodat, frissítsd az oldalt, és próbálkozz újra.',
|
|
70
|
+
'fabric.linking.follow_project': 'Projekt követése',
|
|
71
|
+
'fabric.linking.follow_project_description': 'Ha szeretnél értesítéseket kapni a projekttel kapcsolatban, kövesd a projektet',
|
|
72
|
+
'fabric.linking.follow_project_error': 'Hiba történt a projekt követésének beállítása során. Ellenőrizd a kapcsolatodat, frissítsd az oldalt, és próbálkozz újra.',
|
|
52
73
|
'fabric.linking.forbidden_access': 'Hozzáférés megtagadva',
|
|
53
74
|
'fabric.linking.forbidden_description': 'Fordulj az adminisztrátorhoz, és kérj tőle hozzáférést a következőhöz: {hostname}.',
|
|
54
75
|
'fabric.linking.forbidden_title': 'Nincs hozzáférésed ehhez a tartalomhoz',
|
|
@@ -73,6 +94,7 @@ export default {
|
|
|
73
94
|
'fabric.linking.owned_by': 'Tulajdonos: {context}',
|
|
74
95
|
'fabric.linking.pending_request': 'A hozzáférési kérelmed függőben van',
|
|
75
96
|
'fabric.linking.preview_close': 'Előnézet bezárása',
|
|
97
|
+
'fabric.linking.preview_description': 'A link teljes képernyős előnézetének megnyitása',
|
|
76
98
|
'fabric.linking.preview_improved': 'Előnézet megnyitása',
|
|
77
99
|
'fabric.linking.preview_max_size': 'Megtekintés teljes képernyőn',
|
|
78
100
|
'fabric.linking.preview_min_size': 'Teljes képernyő bezárása',
|
|
@@ -116,6 +138,12 @@ export default {
|
|
|
116
138
|
'fabric.linking.unauthorised_account_name': 'Nem tudunk privát oldalakat megjeleníteni a(z) {context} felületéről',
|
|
117
139
|
'fabric.linking.unauthorised_account_name_no_provider': 'Nem tudunk privát oldalakat megjeleníteni',
|
|
118
140
|
'fabric.linking.unfollow': 'Követés leállítása',
|
|
141
|
+
'fabric.linking.unfollow_goal': 'Cél követésének leállítása',
|
|
142
|
+
'fabric.linking.unfollow_goal_description': 'Ha nem szeretnél értesítéseket kapni a céllal kapcsolatban, állítsd le a cél követését',
|
|
143
|
+
'fabric.linking.unfollow_goal_error': 'Hiba történt a cél követésének leállítása során. Ellenőrizd a kapcsolatodat, frissítsd az oldalt, és próbálkozz újra.',
|
|
144
|
+
'fabric.linking.unfollow_project': 'Projekt követésének leállítása',
|
|
145
|
+
'fabric.linking.unfollow_project_description': 'Ha nem szeretnél értesítéseket kapni a projekttel kapcsolatban, állítsd le a projekt követését',
|
|
146
|
+
'fabric.linking.unfollow_project_error': 'Hiba történt a projekt követésének leállítása során. Ellenőrizd a kapcsolatodat, frissítsd az oldalt, és próbálkozz újra.',
|
|
119
147
|
'fabric.linking.unlink_account': 'Fiók leválasztása',
|
|
120
148
|
'fabric.linking.updated_by': 'Módosította: {context}',
|
|
121
149
|
'fabric.linking.view': 'Megtekintés'
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -14,11 +14,20 @@ export default {
|
|
|
14
14
|
'fabric.linking.ai_summarized': 'Riepilogo fornito da Atlassian Intelligence',
|
|
15
15
|
'fabric.linking.ai_summarized_abbreviation': 'Sintetizzato da AI',
|
|
16
16
|
'fabric.linking.ai_summarized_info': 'La qualità delle informazioni può variare. <a>Scopri di più</a>',
|
|
17
|
+
'fabric.linking.ai_summarized_info_short': 'La qualità dei contenuti può variare',
|
|
17
18
|
'fabric.linking.ai_summarizing': 'Atlassian Intelligence sta lavorando...',
|
|
19
|
+
'fabric.linking.ai_summary_action': 'Riassumi con AI',
|
|
20
|
+
'fabric.linking.ai_summary_action_description': 'Riassumi il contenuto di questo link con Atlassian Intelligence.',
|
|
18
21
|
'fabric.linking.ai_summary_error_acceptable_use_violation': 'Non possiamo mostrare i risultati di questo riepilogo in quanto sono contrari ai <a>Termini di utilizzo accettabile di Atlassian</a>.',
|
|
22
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence non è in grado di generare un riepilogo in questo momento, poiché ci sono troppi contenuti da riepilogare.',
|
|
19
23
|
'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) non risponde. Riprova più tardi o <a>controlla lo stato di AI</a>.',
|
|
20
24
|
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence non è riuscito a elaborare la tua richiesta in quanto nel contenuto sono presenti link a contenuti soggetti a restrizioni HIPAA.',
|
|
21
25
|
'fabric.linking.assigned_to': 'Assegnato a {context}',
|
|
26
|
+
'fabric.linking.automation-action.confluence.page.modal.description': "Applica un'automazione a <b>{name}</b>.{br}Le selezioni disponibili sono controllate da Confluence e dagli amministratori dello spazio.",
|
|
27
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Automazioni di pagina',
|
|
28
|
+
'fabric.linking.automation-action.icon.label': 'Icona di automazione',
|
|
29
|
+
'fabric.linking.automation-action.title': "Esegui l'automazione...",
|
|
30
|
+
'fabric.linking.automation-action.tooltip': 'Apri una finestra di automazione',
|
|
22
31
|
'fabric.linking.beta': 'Beta',
|
|
23
32
|
'fabric.linking.cancel': 'Annulla',
|
|
24
33
|
'fabric.linking.cannot_connect': 'Impossibile connettersi, riprova',
|
|
@@ -37,6 +46,10 @@ export default {
|
|
|
37
46
|
'fabric.linking.connect_unauthorised_account_description': 'Connetti il tuo account {context} per collaborare al lavoro con i prodotti Atlassian.',
|
|
38
47
|
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connetti il tuo account per collaborare al lavoro con i prodotti Atlassian.',
|
|
39
48
|
'fabric.linking.continue': 'Continua',
|
|
49
|
+
'fabric.linking.copied_summary_action_description': 'Riepilogo copiato negli Appunti',
|
|
50
|
+
'fabric.linking.copied_url_to_clipboard': 'Copiato.',
|
|
51
|
+
'fabric.linking.copy_summary_action': 'Copia il riepilogo',
|
|
52
|
+
'fabric.linking.copy_summary_action_description': 'Copia il riepilogo',
|
|
40
53
|
'fabric.linking.copy_url_to_clipboard': 'Copia il link',
|
|
41
54
|
'fabric.linking.couldnt_load_link': 'Non è stato possibile caricare questo link per un motivo sconosciuto.',
|
|
42
55
|
'fabric.linking.create_on_absolute': 'Creazione: {context}',
|
|
@@ -47,8 +60,16 @@ export default {
|
|
|
47
60
|
'fabric.linking.direct_access_description': 'Il tuo team usa {product} per collaborare; puoi iniziare a usarlo anche tu da subito!',
|
|
48
61
|
'fabric.linking.direct_access_title': 'Unisciti a {product} per visualizzare questo contenuto',
|
|
49
62
|
'fabric.linking.download': 'Scarica',
|
|
63
|
+
'fabric.linking.download_description': 'Scarica questo file nello spazio di archiviazione locale',
|
|
64
|
+
'fabric.linking.download_file': 'Scarica il file',
|
|
50
65
|
'fabric.linking.edit': 'Modifica',
|
|
51
66
|
'fabric.linking.follow': 'Segui',
|
|
67
|
+
'fabric.linking.follow_goal': "Segui l'obiettivo",
|
|
68
|
+
'fabric.linking.follow_goal_description': 'Segui questo obiettivo per ricevere notifiche sugli aggiornamenti',
|
|
69
|
+
'fabric.linking.follow_goal_error': "Si è verificato un errore durante il tentativo di seguire l'obiettivo. Verifica la connessione, oppure aggiorna la pagina e riprova.",
|
|
70
|
+
'fabric.linking.follow_project': 'Segui il progetto',
|
|
71
|
+
'fabric.linking.follow_project_description': 'Segui questo progetto per ricevere notifiche in merito',
|
|
72
|
+
'fabric.linking.follow_project_error': 'Si è verificato un errore durante il tentativo di seguire il progetto. Verifica la connessione, oppure aggiorna la pagina e riprova.',
|
|
52
73
|
'fabric.linking.forbidden_access': 'Accesso vietato',
|
|
53
74
|
'fabric.linking.forbidden_description': "Contatta l'amministratore per richiedere l'accesso a {hostname}.",
|
|
54
75
|
'fabric.linking.forbidden_title': 'Non hai accesso a questo contenuto',
|
|
@@ -73,6 +94,7 @@ export default {
|
|
|
73
94
|
'fabric.linking.owned_by': 'Di proprietà di {context}',
|
|
74
95
|
'fabric.linking.pending_request': 'La tua richiesta di accesso è in sospeso',
|
|
75
96
|
'fabric.linking.preview_close': "Chiudi l'anteprima",
|
|
97
|
+
'fabric.linking.preview_description': "Apri un'anteprima a schermo intero di questo link",
|
|
76
98
|
'fabric.linking.preview_improved': "Apri l'anteprima",
|
|
77
99
|
'fabric.linking.preview_max_size': 'Visualizza a schermo intero',
|
|
78
100
|
'fabric.linking.preview_min_size': 'Esci da schermo intero',
|
|
@@ -116,6 +138,12 @@ export default {
|
|
|
116
138
|
'fabric.linking.unauthorised_account_name': 'Non è possibile visualizzare le pagine private di {context}',
|
|
117
139
|
'fabric.linking.unauthorised_account_name_no_provider': 'Impossibile visualizzare le pagine private',
|
|
118
140
|
'fabric.linking.unfollow': 'Non seguire più',
|
|
141
|
+
'fabric.linking.unfollow_goal': "Smetti di seguire l'obiettivo",
|
|
142
|
+
'fabric.linking.unfollow_goal_description': 'Smetti di seguire questo obiettivo per non ricevere più notifiche in merito',
|
|
143
|
+
'fabric.linking.unfollow_goal_error': "Si è verificato un errore durante il tentativo di smettere di seguire l'obiettivo. Verifica la connessione, oppure aggiorna la pagina e riprova.",
|
|
144
|
+
'fabric.linking.unfollow_project': 'Smetti di seguire il progetto',
|
|
145
|
+
'fabric.linking.unfollow_project_description': 'Smetti di seguire questo progetto per non ricevere più notifiche in merito',
|
|
146
|
+
'fabric.linking.unfollow_project_error': 'Si è verificato un errore durante il tentativo di smettere di seguire il progetto. Verifica la connessione, oppure aggiorna la pagina e riprova.',
|
|
119
147
|
'fabric.linking.unlink_account': 'Scollega account',
|
|
120
148
|
'fabric.linking.updated_by': 'Modificato da {context}',
|
|
121
149
|
'fabric.linking.view': 'Visualizza'
|