@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/es2019/i18n/zh.js
CHANGED
|
@@ -14,11 +14,20 @@ export default {
|
|
|
14
14
|
'fabric.linking.ai_summarized': '由 Atlassian Intelligence 汇总',
|
|
15
15
|
'fabric.linking.ai_summarized_abbreviation': '由 Atlassian Intelligence 汇总',
|
|
16
16
|
'fabric.linking.ai_summarized_info': '信息质量可能有所不同。<a>了解更多</a>',
|
|
17
|
+
'fabric.linking.ai_summarized_info_short': '内容质量可能有所不同',
|
|
17
18
|
'fabric.linking.ai_summarizing': 'Atlassian Intelligence 正在运行...',
|
|
19
|
+
'fabric.linking.ai_summary_action': '使用 Atlassian Intelligence 生成摘要',
|
|
20
|
+
'fabric.linking.ai_summary_action_description': '使用 Atlassian Intelligence 为此链接中的内容生成摘要。',
|
|
18
21
|
'fabric.linking.ai_summary_error_acceptable_use_violation': '无法显示此摘要的结果,因为它违反了 <a>Atlassian 可接受的使用政策</a>。',
|
|
22
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence 目前无法为您生成摘要,因为内容太多,无法汇总。',
|
|
19
23
|
'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) 无响应。请稍后再试或<a>检查 Atlassian Intelligence 的状态</a>。',
|
|
20
24
|
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence 无法处理您的请求,因为您的内容中包含指向 HIPAA 受限内容的链接。',
|
|
21
25
|
'fabric.linking.assigned_to': '已分配给 {context}',
|
|
26
|
+
'fabric.linking.automation-action.confluence.page.modal.description': '对 <b>{name}</b> 应用自动化。{br}可用选项由 Confluence 与空间管理员进行控制。',
|
|
27
|
+
'fabric.linking.automation-action.confluence.page.modal.title': '页面自动化',
|
|
28
|
+
'fabric.linking.automation-action.icon.label': '自动化图标',
|
|
29
|
+
'fabric.linking.automation-action.title': '运行自动化...',
|
|
30
|
+
'fabric.linking.automation-action.tooltip': '打开自动化模式',
|
|
22
31
|
'fabric.linking.beta': '测试版',
|
|
23
32
|
'fabric.linking.cancel': '取消',
|
|
24
33
|
'fabric.linking.cannot_connect': '无法连接,请重试',
|
|
@@ -37,6 +46,10 @@ export default {
|
|
|
37
46
|
'fabric.linking.connect_unauthorised_account_description': '关联您的 {context} 帐户,以便跨 Atlassian 产品协作处理工作。',
|
|
38
47
|
'fabric.linking.connect_unauthorised_account_description_no_provider': '关联您的帐户,以便跨 Atlassian 产品协作处理工作。',
|
|
39
48
|
'fabric.linking.continue': '继续',
|
|
49
|
+
'fabric.linking.copied_summary_action_description': '已将摘要复制到剪贴板',
|
|
50
|
+
'fabric.linking.copied_url_to_clipboard': '已复制!',
|
|
51
|
+
'fabric.linking.copy_summary_action': '复制摘要',
|
|
52
|
+
'fabric.linking.copy_summary_action_description': '复制摘要',
|
|
40
53
|
'fabric.linking.copy_url_to_clipboard': '复制链接',
|
|
41
54
|
'fabric.linking.couldnt_load_link': '由于未知原因,无法加载此链接。',
|
|
42
55
|
'fabric.linking.create_on_absolute': '创建时间:{context}',
|
|
@@ -47,8 +60,16 @@ export default {
|
|
|
47
60
|
'fabric.linking.direct_access_description': '您的团队使用 {product} 进行协作,而您可以立即开始使用该产品!',
|
|
48
61
|
'fabric.linking.direct_access_title': '加入 {product} 即可查看此内容',
|
|
49
62
|
'fabric.linking.download': '下载',
|
|
63
|
+
'fabric.linking.download_description': '将此文件下载到您的本地存储空间',
|
|
64
|
+
'fabric.linking.download_file': '下载文件',
|
|
50
65
|
'fabric.linking.edit': '编辑',
|
|
51
66
|
'fabric.linking.follow': '关注',
|
|
67
|
+
'fabric.linking.follow_goal': '关注目标',
|
|
68
|
+
'fabric.linking.follow_goal_description': '关注此目标以在有更新时收到通知',
|
|
69
|
+
'fabric.linking.follow_goal_error': '尝试关注该目标时发生错误。请检查您的连接或刷新页面,然后重试。',
|
|
70
|
+
'fabric.linking.follow_project': '关注项目',
|
|
71
|
+
'fabric.linking.follow_project_description': '关注以接收有关此项目的通知',
|
|
72
|
+
'fabric.linking.follow_project_error': '尝试关注该项目时发生错误。请检查您的连接或刷新页面,然后重试。',
|
|
52
73
|
'fabric.linking.forbidden_access': '您的访问已被禁止',
|
|
53
74
|
'fabric.linking.forbidden_description': '请联系您的管理员申请对 {hostname} 的访问权限。',
|
|
54
75
|
'fabric.linking.forbidden_title': '您无权访问此内容',
|
|
@@ -73,6 +94,7 @@ export default {
|
|
|
73
94
|
'fabric.linking.owned_by': '负责人:{context}',
|
|
74
95
|
'fabric.linking.pending_request': '您的访问请求正等待处理',
|
|
75
96
|
'fabric.linking.preview_close': '关闭预览',
|
|
97
|
+
'fabric.linking.preview_description': '打开此链接的全屏预览',
|
|
76
98
|
'fabric.linking.preview_improved': '打开预览',
|
|
77
99
|
'fabric.linking.preview_max_size': '全屏查看',
|
|
78
100
|
'fabric.linking.preview_min_size': '关闭全屏',
|
|
@@ -116,6 +138,12 @@ export default {
|
|
|
116
138
|
'fabric.linking.unauthorised_account_name': '无法显示私有 {context} 页面',
|
|
117
139
|
'fabric.linking.unauthorised_account_name_no_provider': '无法显示私有页面',
|
|
118
140
|
'fabric.linking.unfollow': '取消关注',
|
|
141
|
+
'fabric.linking.unfollow_goal': '取消关注目标',
|
|
142
|
+
'fabric.linking.unfollow_goal_description': '取消关注以停止接收有关此目标的通知',
|
|
143
|
+
'fabric.linking.unfollow_goal_error': '尝试取消关注该目标时发生错误。请检查您的连接或刷新页面,然后重试。',
|
|
144
|
+
'fabric.linking.unfollow_project': '取消关注项目',
|
|
145
|
+
'fabric.linking.unfollow_project_description': '取消关注以停止接收项目通知',
|
|
146
|
+
'fabric.linking.unfollow_project_error': '尝试取消关注该项目时发生错误。请检查您的连接或刷新页面,然后重试。',
|
|
119
147
|
'fabric.linking.unlink_account': '取消帐户链接',
|
|
120
148
|
'fabric.linking.updated_by': '修改者:{context}',
|
|
121
149
|
'fabric.linking.view': '查看'
|
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Chinese (Traditional)
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': '空白的自動化列表圖示',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': '進一步了解手動觸發程序',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': '使用手動觸發程序填入選項選單,讓任何人或您指定的人員都可以套用為一鍵式自動化功能。',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': '管理員尚未設定任何手動觸發的自動化。',
|
|
14
|
+
'automation-menu.modal.error.description': '載入時間過長。請嘗試重新整理頁面。',
|
|
15
|
+
'automation-menu.modal.error.image.alt': '錯誤圖示',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': '自動化',
|
|
17
|
+
'automation-menu.modal.footer.cancel-button': '取消',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': '建立自動化',
|
|
19
|
+
'automation-menu.modal.footer.ok-button': '確定',
|
|
20
|
+
'automation-menu.modal.header.icon.label': '自動化強制回應標頭圖示',
|
|
10
21
|
'fabric.linking.access_exists_description': '要求存取權以檢視 {hostname} 的這項內容。',
|
|
11
22
|
'fabric.linking.actions': '動作',
|
|
12
23
|
'fabric.linking.add_account': '新增帳戶',
|
|
@@ -14,11 +25,20 @@ export default {
|
|
|
14
25
|
'fabric.linking.ai_summarized': '由 Atlassian Intelligence 總結',
|
|
15
26
|
'fabric.linking.ai_summarized_abbreviation': '由 AI 總結',
|
|
16
27
|
'fabric.linking.ai_summarized_info': '資訊品質可能會有變化。<a>深入了解</a>',
|
|
28
|
+
'fabric.linking.ai_summarized_info_short': '內容品質可能會有所不同',
|
|
17
29
|
'fabric.linking.ai_summarizing': 'Atlassian Intelligence 運作中...',
|
|
30
|
+
'fabric.linking.ai_summary_action': '使用 AI 產生摘要',
|
|
31
|
+
'fabric.linking.ai_summary_action_description': '使用 Atlassian Intelligence 摘要此連結的內容。',
|
|
18
32
|
'fabric.linking.ai_summary_error_acceptable_use_violation': '我們無法顯示此摘要的結果,因為違反 <a>Atlassian 的可接受使用政策</a>。',
|
|
33
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence 目前無法為您產生摘要,因為需要摘要的內容太多。',
|
|
19
34
|
'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) 沒有回應。請稍後再試一次,或<a>檢查 AI 的狀態</a>。',
|
|
20
35
|
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence 無法處理您的要求,因為您的內容包含 HIPAA 受限內容的連結。',
|
|
21
36
|
'fabric.linking.assigned_to': '已指派給 {context}',
|
|
37
|
+
'fabric.linking.automation-action.confluence.page.modal.description': '將自動化套用至 <b>{name}</b>。{br}可用的選項是由 Confluence 和空間管理員所控管。',
|
|
38
|
+
'fabric.linking.automation-action.confluence.page.modal.title': '頁面自動化',
|
|
39
|
+
'fabric.linking.automation-action.icon.label': '自動化圖示',
|
|
40
|
+
'fabric.linking.automation-action.title': '檢視自動化規則...',
|
|
41
|
+
'fabric.linking.automation-action.tooltip': '選取要執行的自動化規則',
|
|
22
42
|
'fabric.linking.beta': '測試版',
|
|
23
43
|
'fabric.linking.cancel': '取消',
|
|
24
44
|
'fabric.linking.cannot_connect': '無法連結,請再試一次',
|
|
@@ -37,6 +57,10 @@ export default {
|
|
|
37
57
|
'fabric.linking.connect_unauthorised_account_description': '連接您的 {context} 帳戶,以在各個 Atlassian 產品上的工作協同合作。',
|
|
38
58
|
'fabric.linking.connect_unauthorised_account_description_no_provider': '連接您的帳戶,以在各個 Atlassian 產品上的工作協同合作。',
|
|
39
59
|
'fabric.linking.continue': '繼續',
|
|
60
|
+
'fabric.linking.copied_summary_action_description': '已將摘要複製到剪貼簿',
|
|
61
|
+
'fabric.linking.copied_url_to_clipboard': '已複製!',
|
|
62
|
+
'fabric.linking.copy_summary_action': '複製摘要',
|
|
63
|
+
'fabric.linking.copy_summary_action_description': '複製摘要',
|
|
40
64
|
'fabric.linking.copy_url_to_clipboard': '複製連結',
|
|
41
65
|
'fabric.linking.couldnt_load_link': '基於不明原因,我們無法載入此連結。',
|
|
42
66
|
'fabric.linking.create_on_absolute': '於 {context} 建立',
|
|
@@ -47,8 +71,16 @@ export default {
|
|
|
47
71
|
'fabric.linking.direct_access_description': '您的團隊使用 {product} 協作,您可以立即開始使用!',
|
|
48
72
|
'fabric.linking.direct_access_title': '加入 {product} 以檢視此內容',
|
|
49
73
|
'fabric.linking.download': '下載',
|
|
74
|
+
'fabric.linking.download_description': '將此檔案下載到您的本機儲存空間',
|
|
75
|
+
'fabric.linking.download_file': '下載檔案',
|
|
50
76
|
'fabric.linking.edit': '編輯',
|
|
51
77
|
'fabric.linking.follow': '追蹤',
|
|
78
|
+
'fabric.linking.follow_goal': '追蹤目標',
|
|
79
|
+
'fabric.linking.follow_goal_description': '追蹤此目標以取得更新通知',
|
|
80
|
+
'fabric.linking.follow_goal_error': '我們在嘗試追蹤目標時遇到錯誤。請檢查您的連線或重新整理頁面,然後再試一次。',
|
|
81
|
+
'fabric.linking.follow_project': '追蹤專案',
|
|
82
|
+
'fabric.linking.follow_project_description': '追蹤以取得此專案的通知',
|
|
83
|
+
'fabric.linking.follow_project_error': '我們在嘗試追蹤專案時遇到錯誤。請檢查您的連線或重新整理頁面,然後再試一次。',
|
|
52
84
|
'fabric.linking.forbidden_access': '您的存取遭拒',
|
|
53
85
|
'fabric.linking.forbidden_description': '請連絡您的管理員以要求 {hostname} 存取權。',
|
|
54
86
|
'fabric.linking.forbidden_title': '您無法存取此內容',
|
|
@@ -73,6 +105,7 @@ export default {
|
|
|
73
105
|
'fabric.linking.owned_by': '負責人:{context}',
|
|
74
106
|
'fabric.linking.pending_request': '您的存取要求擱置中',
|
|
75
107
|
'fabric.linking.preview_close': '關閉預覽',
|
|
108
|
+
'fabric.linking.preview_description': '開啟此連結的全螢幕預覽',
|
|
76
109
|
'fabric.linking.preview_improved': '開啟預覽',
|
|
77
110
|
'fabric.linking.preview_max_size': '全螢幕檢視',
|
|
78
111
|
'fabric.linking.preview_min_size': '關閉全螢幕',
|
|
@@ -116,6 +149,12 @@ export default {
|
|
|
116
149
|
'fabric.linking.unauthorised_account_name': '無法顯示 {context} 的私人頁面',
|
|
117
150
|
'fabric.linking.unauthorised_account_name_no_provider': '無法顯示私人頁面',
|
|
118
151
|
'fabric.linking.unfollow': '取消追蹤',
|
|
152
|
+
'fabric.linking.unfollow_goal': '取消追蹤目標',
|
|
153
|
+
'fabric.linking.unfollow_goal_description': '取消追蹤,以停止接收此目標的通知',
|
|
154
|
+
'fabric.linking.unfollow_goal_error': '我們在嘗試取消追蹤目標時遇到錯誤。請檢查您的連線或重新整理頁面,然後再試一次。',
|
|
155
|
+
'fabric.linking.unfollow_project': '取消追蹤專案',
|
|
156
|
+
'fabric.linking.unfollow_project_description': '取消追蹤,以停止接收專案通知',
|
|
157
|
+
'fabric.linking.unfollow_project_error': '我們在嘗試取消追蹤專案時遇到錯誤。請檢查您的連線或重新整理頁面,然後再試一次。',
|
|
119
158
|
'fabric.linking.unlink_account': '取消帳戶的連結',
|
|
120
159
|
'fabric.linking.updated_by': '修改者:{context}',
|
|
121
160
|
'fabric.linking.view': '檢視'
|
|
@@ -4,7 +4,7 @@ export const ANALYTICS_CHANNEL = 'media';
|
|
|
4
4
|
export const context = {
|
|
5
5
|
componentName: 'smart-cards',
|
|
6
6
|
packageName: "@atlaskit/smart-card",
|
|
7
|
-
packageVersion: "27.2.
|
|
7
|
+
packageVersion: "27.2.3"
|
|
8
8
|
};
|
|
9
9
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -1,50 +1,57 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React, {
|
|
2
|
+
import React, { lazy, useCallback } from 'react';
|
|
3
3
|
import { FormattedMessage, useIntl } from 'react-intl-next';
|
|
4
4
|
import AutomationManualTriggersGlyph from './manaul-triggers-icon';
|
|
5
5
|
import Action from '../action';
|
|
6
6
|
import { useFlexibleUiContext } from '../../../../../state/flexible-ui-context';
|
|
7
|
+
import { useSmartLinkModal } from '../../../../../state/modal';
|
|
7
8
|
import { ActionName } from '../../../../../constants';
|
|
8
9
|
import { messages } from '../../../../../messages';
|
|
9
10
|
const AutomationModal = /*#__PURE__*/lazy(() => import( /* webpackChunkName: "@atlaskit-internal_smart-card-automation-modal" */'./automation-manual-triggers/manual-triggers-modal'));
|
|
10
|
-
const handleAutomateActionClick = setIsModalOpen => {
|
|
11
|
-
setIsModalOpen(true);
|
|
12
|
-
};
|
|
13
|
-
const handleAutomationActionClose = setIsModalOpen => {
|
|
14
|
-
setIsModalOpen(false);
|
|
15
|
-
};
|
|
16
11
|
const AutomationAction = props => {
|
|
17
12
|
var _context$actions;
|
|
18
|
-
const [isModalOpen, setIsModalOpen] = useState(false);
|
|
19
13
|
const {
|
|
20
14
|
formatMessage
|
|
21
15
|
} = useIntl();
|
|
16
|
+
const modal = useSmartLinkModal();
|
|
22
17
|
const context = useFlexibleUiContext();
|
|
23
18
|
const automationActionData = context === null || context === void 0 ? void 0 : (_context$actions = context.actions) === null || _context$actions === void 0 ? void 0 : _context$actions[ActionName.AutomationAction];
|
|
19
|
+
const automationActionOnClick = useCallback(automationActionData => {
|
|
20
|
+
const {
|
|
21
|
+
baseAutomationUrl,
|
|
22
|
+
objectAri,
|
|
23
|
+
siteAri,
|
|
24
|
+
canManageAutomation,
|
|
25
|
+
analyticsSource,
|
|
26
|
+
modalTitle,
|
|
27
|
+
modalDescription,
|
|
28
|
+
objectName
|
|
29
|
+
} = automationActionData;
|
|
30
|
+
const automationModalTitle = /*#__PURE__*/React.createElement(FormattedMessage, modalTitle);
|
|
31
|
+
const automationModalDescription = /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, modalDescription, {
|
|
32
|
+
values: {
|
|
33
|
+
name: objectName,
|
|
34
|
+
b: chunks => /*#__PURE__*/React.createElement("strong", null, chunks),
|
|
35
|
+
br: /*#__PURE__*/React.createElement("br", null)
|
|
36
|
+
}
|
|
37
|
+
}));
|
|
38
|
+
modal.open( /*#__PURE__*/React.createElement(AutomationModal, {
|
|
39
|
+
baseAutomationUrl: baseAutomationUrl,
|
|
40
|
+
objectAri: objectAri,
|
|
41
|
+
siteAri: siteAri,
|
|
42
|
+
canManageAutomation: canManageAutomation,
|
|
43
|
+
analyticsSource: analyticsSource,
|
|
44
|
+
modalTitle: automationModalTitle,
|
|
45
|
+
modalDescription: automationModalDescription,
|
|
46
|
+
onClose: () => modal.close()
|
|
47
|
+
}));
|
|
48
|
+
}, [modal]);
|
|
24
49
|
if (!automationActionData) {
|
|
25
50
|
return null;
|
|
26
51
|
}
|
|
27
|
-
const {
|
|
28
|
-
baseAutomationUrl,
|
|
29
|
-
objectName,
|
|
30
|
-
objectAri,
|
|
31
|
-
siteAri,
|
|
32
|
-
canManageAutomation,
|
|
33
|
-
analyticsSource,
|
|
34
|
-
modalTitle,
|
|
35
|
-
modalDescription
|
|
36
|
-
} = automationActionData;
|
|
37
52
|
const automationActionTitle = /*#__PURE__*/React.createElement(FormattedMessage, messages.automation_action_title);
|
|
38
53
|
const automationActionTooltip = /*#__PURE__*/React.createElement(FormattedMessage, messages.automation_action_tooltip);
|
|
39
54
|
const automationActionIconLabel = formatMessage(messages.automation_action_icon_label);
|
|
40
|
-
const automationModalTitle = /*#__PURE__*/React.createElement(FormattedMessage, modalTitle);
|
|
41
|
-
const automationModalDescription = /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, modalDescription, {
|
|
42
|
-
values: {
|
|
43
|
-
name: objectName,
|
|
44
|
-
b: chunks => /*#__PURE__*/React.createElement("strong", null, chunks),
|
|
45
|
-
br: /*#__PURE__*/React.createElement("br", null)
|
|
46
|
-
}
|
|
47
|
-
}));
|
|
48
55
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Action, _extends({
|
|
49
56
|
content: automationActionTitle,
|
|
50
57
|
icon: /*#__PURE__*/React.createElement(AutomationManualTriggersGlyph, {
|
|
@@ -53,21 +60,7 @@ const AutomationAction = props => {
|
|
|
53
60
|
testId: "smart-action-automation-action",
|
|
54
61
|
tooltipMessage: automationActionTooltip
|
|
55
62
|
}, automationActionData, props, {
|
|
56
|
-
onClick: () =>
|
|
57
|
-
})), isModalOpen &&
|
|
58
|
-
/*#__PURE__*/
|
|
59
|
-
// TODO skeleton modal fallback
|
|
60
|
-
React.createElement(Suspense, {
|
|
61
|
-
fallback: false
|
|
62
|
-
}, /*#__PURE__*/React.createElement(AutomationModal, {
|
|
63
|
-
baseAutomationUrl: baseAutomationUrl,
|
|
64
|
-
objectAri: objectAri,
|
|
65
|
-
siteAri: siteAri,
|
|
66
|
-
canManageAutomation: canManageAutomation,
|
|
67
|
-
analyticsSource: analyticsSource,
|
|
68
|
-
modalTitle: automationModalTitle,
|
|
69
|
-
modalDescription: automationModalDescription,
|
|
70
|
-
onClose: () => handleAutomationActionClose(setIsModalOpen)
|
|
63
|
+
onClick: () => automationActionOnClick(automationActionData)
|
|
71
64
|
})));
|
|
72
65
|
};
|
|
73
66
|
export default AutomationAction;
|
|
@@ -153,7 +153,7 @@ export const HoverCardComponent = ({
|
|
|
153
153
|
return hidePreviewButton ? linkActions.filter(action => action.id !== 'preview-content') : linkActions;
|
|
154
154
|
}, [hidePreviewButton, linkActions]);
|
|
155
155
|
const onActionClick = useCallback(actionId => {
|
|
156
|
-
if (actionId === 'preview-content' || actionId === ActionName.PreviewAction) {
|
|
156
|
+
if (actionId === 'preview-content' || actionId === ActionName.PreviewAction || actionId === ActionName.AutomationAction) {
|
|
157
157
|
hideCard();
|
|
158
158
|
}
|
|
159
159
|
}, [hideCard]);
|
|
@@ -7,7 +7,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
|
|
|
7
7
|
import LinkWarningModal from './LinkWarningModal';
|
|
8
8
|
const PACKAGE_DATA = {
|
|
9
9
|
packageName: "@atlaskit/smart-card",
|
|
10
|
-
packageVersion: "27.2.
|
|
10
|
+
packageVersion: "27.2.3",
|
|
11
11
|
componentName: 'linkUrl'
|
|
12
12
|
};
|
|
13
13
|
const Link = withLinkClickedEvent('a');
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -14,11 +14,20 @@ export default {
|
|
|
14
14
|
'fabric.linking.ai_summarized': 'Shrnuto pomocí Atlassian Intelligence',
|
|
15
15
|
'fabric.linking.ai_summarized_abbreviation': 'Shrnuto pomocí AI',
|
|
16
16
|
'fabric.linking.ai_summarized_info': 'Kvalita informací se může různit. <a>Další informace</a>',
|
|
17
|
+
'fabric.linking.ai_summarized_info_short': 'Kvalita obsahu se může různit.',
|
|
17
18
|
'fabric.linking.ai_summarizing': 'Atlassian Intelligence pracuje…',
|
|
19
|
+
'fabric.linking.ai_summary_action': 'Shrnout pomocí AI',
|
|
20
|
+
'fabric.linking.ai_summary_action_description': 'Shrňte obsah tohoto odkazu pomocí Atlassian Intelligence.',
|
|
18
21
|
'fabric.linking.ai_summary_error_acceptable_use_violation': 'Výsledky tohoto souhrnu nemůžeme zobrazit, protože jsou v rozporu se <a>Zásadami přijatelného používání společnosti Atlassian</a>.',
|
|
22
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence pro vás momentálně nemůže vygenerovat souhrn, protože obsahu ke shrnutí je příliš mnoho.',
|
|
19
23
|
'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) neodpovídá. Zkuste to znovu později nebo <a>zkontrolujte stav AI</a>.',
|
|
20
24
|
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence nedokázala zpracovat vaši žádost, protože váš obsah obsahuje odkazy na obsah omezený HIPAA.',
|
|
21
25
|
'fabric.linking.assigned_to': 'Přiřazeno k: {context}',
|
|
26
|
+
'fabric.linking.automation-action.confluence.page.modal.description': 'Použijte automatizaci u položky <b>{name}</b>.{br}Dostupné výběry jsou určeny správci Confluence a prostorů.',
|
|
27
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizace stránek',
|
|
28
|
+
'fabric.linking.automation-action.icon.label': 'Ikona automatizace',
|
|
29
|
+
'fabric.linking.automation-action.title': 'Spustit automatizaci…',
|
|
30
|
+
'fabric.linking.automation-action.tooltip': 'Otevřít modální okno automatizace',
|
|
22
31
|
'fabric.linking.beta': 'Beta',
|
|
23
32
|
'fabric.linking.cancel': 'Zrušit',
|
|
24
33
|
'fabric.linking.cannot_connect': 'Nelze se připojit, zkuste to znovu.',
|
|
@@ -37,6 +46,10 @@ export default {
|
|
|
37
46
|
'fabric.linking.connect_unauthorised_account_description': 'Připojte svůj účet {context} a spolupracujte pomocí všech produktů Atlassian.',
|
|
38
47
|
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Připojte svůj účet a spolupracujte pomocí všech produktů Atlassian.',
|
|
39
48
|
'fabric.linking.continue': 'Pokračovat',
|
|
49
|
+
'fabric.linking.copied_summary_action_description': 'Souhrn byl zkopírován do schránky.',
|
|
50
|
+
'fabric.linking.copied_url_to_clipboard': 'Zkopírováno',
|
|
51
|
+
'fabric.linking.copy_summary_action': 'Zkopírovat souhrn',
|
|
52
|
+
'fabric.linking.copy_summary_action_description': 'Zkopírovat souhrn',
|
|
40
53
|
'fabric.linking.copy_url_to_clipboard': 'Kopírovat odkaz',
|
|
41
54
|
'fabric.linking.couldnt_load_link': 'Tento odkaz se z neznámého důvodu nepodařilo načíst.',
|
|
42
55
|
'fabric.linking.create_on_absolute': 'Vytvořeno: {context}',
|
|
@@ -47,8 +60,16 @@ export default {
|
|
|
47
60
|
'fabric.linking.direct_access_description': 'Váš tým spolupracuje v {product} a vy můžete tento produkt hned začít používat také!',
|
|
48
61
|
'fabric.linking.direct_access_title': 'Chcete-li si zobrazit tento obsah, připojte se k produktu {product}',
|
|
49
62
|
'fabric.linking.download': 'Stáhnout',
|
|
63
|
+
'fabric.linking.download_description': 'Stáhněte si tento soubor do místního úložiště.',
|
|
64
|
+
'fabric.linking.download_file': 'Stáhnout soubor',
|
|
50
65
|
'fabric.linking.edit': 'Upravit',
|
|
51
66
|
'fabric.linking.follow': 'Sledovat',
|
|
67
|
+
'fabric.linking.follow_goal': 'Sledovat cíl',
|
|
68
|
+
'fabric.linking.follow_goal_description': 'Chcete-li dostávat oznámení o aktualizacích, začněte sledovat tento cíl.',
|
|
69
|
+
'fabric.linking.follow_goal_error': 'Při pokusu o zahájení sledování cíle došlo k chybě. Zkontrolujte připojení nebo obnovte stránku a zkuste to znovu.',
|
|
70
|
+
'fabric.linking.follow_project': 'Sledovat projekt',
|
|
71
|
+
'fabric.linking.follow_project_description': 'Chcete-li dostávat oznámení o tomto projektu, začněte ho sledovat.',
|
|
72
|
+
'fabric.linking.follow_project_error': 'Při pokusu o zahájení sledování projektu došlo k chybě. Zkontrolujte připojení nebo obnovte stránku a zkuste to znovu.',
|
|
52
73
|
'fabric.linking.forbidden_access': 'Přístup byl odepřen',
|
|
53
74
|
'fabric.linking.forbidden_description': 'Pokud chcete požádat o přístup k webu {hostname}, kontaktujte správce.',
|
|
54
75
|
'fabric.linking.forbidden_title': 'K tomuto obsahu nemáte přístup',
|
|
@@ -73,6 +94,7 @@ export default {
|
|
|
73
94
|
'fabric.linking.owned_by': 'Vlastník: {context}',
|
|
74
95
|
'fabric.linking.pending_request': 'Vaše žádost o přístup čeká na vyřízení.',
|
|
75
96
|
'fabric.linking.preview_close': 'Zavřít náhled',
|
|
97
|
+
'fabric.linking.preview_description': 'Otevřít náhled tohoto odkazu na celé obrazovce',
|
|
76
98
|
'fabric.linking.preview_improved': 'Otevřít náhled',
|
|
77
99
|
'fabric.linking.preview_max_size': 'Zobrazit na celé obrazovce',
|
|
78
100
|
'fabric.linking.preview_min_size': 'Zavřít zobrazení na celé obrazovce',
|
|
@@ -116,6 +138,12 @@ export default {
|
|
|
116
138
|
'fabric.linking.unauthorised_account_name': 'Soukromé stránky ze zdroje {context} nejde zobrazit.',
|
|
117
139
|
'fabric.linking.unauthorised_account_name_no_provider': 'Soukromé stránky nejde zobrazit.',
|
|
118
140
|
'fabric.linking.unfollow': 'Přestat sledovat',
|
|
141
|
+
'fabric.linking.unfollow_goal': 'Přestat sledovat cíl',
|
|
142
|
+
'fabric.linking.unfollow_goal_description': 'Pokud už nechcete dostávat oznámení o tomto cíli, zrušte sledování.',
|
|
143
|
+
'fabric.linking.unfollow_goal_error': 'Při pokusu o zrušení sledování cíle došlo k chybě. Zkontrolujte připojení nebo obnovte stránku a zkuste to znovu.',
|
|
144
|
+
'fabric.linking.unfollow_project': 'Přestat sledovat projekt',
|
|
145
|
+
'fabric.linking.unfollow_project_description': 'Pokud už nechcete dostávat oznámení o projektu, zrušte sledování.',
|
|
146
|
+
'fabric.linking.unfollow_project_error': 'Při pokusu o zrušení sledování projektu došlo k chybě. Zkontrolujte připojení nebo obnovte stránku a zkuste to znovu.',
|
|
119
147
|
'fabric.linking.unlink_account': 'Odpojit účet',
|
|
120
148
|
'fabric.linking.updated_by': 'Upravil(a) {context}',
|
|
121
149
|
'fabric.linking.view': 'Zobrazit'
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -14,11 +14,20 @@ export default {
|
|
|
14
14
|
'fabric.linking.ai_summarized': 'Opsummeret af Atlassian Intelligence',
|
|
15
15
|
'fabric.linking.ai_summarized_abbreviation': 'Opsummeret af AI',
|
|
16
16
|
'fabric.linking.ai_summarized_info': 'Informationskvaliteten kan variere. <a>Få mere at vide</a>',
|
|
17
|
+
'fabric.linking.ai_summarized_info_short': 'Indholdskvaliteten kan variere',
|
|
17
18
|
'fabric.linking.ai_summarizing': 'Atlassian Intelligence arbejder ...',
|
|
19
|
+
'fabric.linking.ai_summary_action': 'Opsummer med AI',
|
|
20
|
+
'fabric.linking.ai_summary_action_description': 'Opsummer indholdet af dette link ved hjælp af Atlassian Intelligence.',
|
|
18
21
|
'fabric.linking.ai_summary_error_acceptable_use_violation': 'Vi kan ikke vise resultaterne af denne oversigt, da det er i strid med <a>Atlassians politik for acceptabel brug</a>.',
|
|
22
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence kan ikke generere en oversigt lige nu, da der er for meget indhold at opsummere.',
|
|
19
23
|
'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) svarer ikke. Prøv igen senere, eller <a>kontrollér status for AI</a>.',
|
|
20
24
|
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence kunne ikke behandle din anmodning, da dit indhold indeholder links til HIPAA-begrænset indhold.',
|
|
21
25
|
'fabric.linking.assigned_to': 'Tildelt til {context}',
|
|
26
|
+
'fabric.linking.automation-action.confluence.page.modal.description': 'Anvend en automatisering til <b>{name}</b>.{br}De tilgængelige valg styres af Confluence- og områdeadministratorer.',
|
|
27
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Sideautomatiseringer',
|
|
28
|
+
'fabric.linking.automation-action.icon.label': 'Ikon for automatisering',
|
|
29
|
+
'fabric.linking.automation-action.title': 'Kør automatisering …',
|
|
30
|
+
'fabric.linking.automation-action.tooltip': 'Åbn et automatiseringsmodul',
|
|
22
31
|
'fabric.linking.beta': 'Beta',
|
|
23
32
|
'fabric.linking.cancel': 'Annuller',
|
|
24
33
|
'fabric.linking.cannot_connect': 'Kan ikke oprette forbindelse. Prøv igen.',
|
|
@@ -37,6 +46,10 @@ export default {
|
|
|
37
46
|
'fabric.linking.connect_unauthorised_account_description': 'Tilknyt din {context}-konto for at samarbejde om arbejde på tværs af Atlassian-produkter.',
|
|
38
47
|
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Tilknyt din konto for at samarbejde om arbejde på tværs af Atlassian-produkter.',
|
|
39
48
|
'fabric.linking.continue': 'Fortsæt',
|
|
49
|
+
'fabric.linking.copied_summary_action_description': 'Kopierede oversigt til udklipsholder',
|
|
50
|
+
'fabric.linking.copied_url_to_clipboard': 'Kopieret!',
|
|
51
|
+
'fabric.linking.copy_summary_action': 'Kopiér oversigt',
|
|
52
|
+
'fabric.linking.copy_summary_action_description': 'Kopiér oversigt',
|
|
40
53
|
'fabric.linking.copy_url_to_clipboard': 'Kopiér link',
|
|
41
54
|
'fabric.linking.couldnt_load_link': 'Af en ukendt årsag kunne vi ikke indlæse dette link.',
|
|
42
55
|
'fabric.linking.create_on_absolute': 'Oprettet {context}',
|
|
@@ -47,8 +60,16 @@ export default {
|
|
|
47
60
|
'fabric.linking.direct_access_description': 'Dit team bruger {product} til at samarbejde, og du kan begynde at bruge det med det samme!',
|
|
48
61
|
'fabric.linking.direct_access_title': 'Deltag i {product} for at se dette indhold',
|
|
49
62
|
'fabric.linking.download': 'Hent',
|
|
63
|
+
'fabric.linking.download_description': 'Download denne fil til dit lokale lager',
|
|
64
|
+
'fabric.linking.download_file': 'Download fil',
|
|
50
65
|
'fabric.linking.edit': 'Rediger',
|
|
51
66
|
'fabric.linking.follow': 'Følg',
|
|
67
|
+
'fabric.linking.follow_goal': 'Følg mål',
|
|
68
|
+
'fabric.linking.follow_goal_description': 'Følg dette mål for at få meddelelser om opdateringer',
|
|
69
|
+
'fabric.linking.follow_goal_error': 'Vi stødte på en fejl, mens vi forsøgte at følge målet. Kontrollér din forbindelse, eller opdater siden, og prøv igen.',
|
|
70
|
+
'fabric.linking.follow_project': 'Følg projektet',
|
|
71
|
+
'fabric.linking.follow_project_description': 'Følg for at få meddelelser om dette projekt',
|
|
72
|
+
'fabric.linking.follow_project_error': 'Vi stødte på en fejl under forsøget på at følge projektet. Kontrollér din forbindelse, eller opdater siden, og prøv igen.',
|
|
52
73
|
'fabric.linking.forbidden_access': 'Du har ikke adgang',
|
|
53
74
|
'fabric.linking.forbidden_description': 'Kontakt din administrator for at anmode om adgang til {hostname}.',
|
|
54
75
|
'fabric.linking.forbidden_title': 'Du har ikke adgang til dette indhold',
|
|
@@ -73,6 +94,7 @@ export default {
|
|
|
73
94
|
'fabric.linking.owned_by': 'Ejet af {context}',
|
|
74
95
|
'fabric.linking.pending_request': 'Din anmodning om adgang afventer behandling',
|
|
75
96
|
'fabric.linking.preview_close': 'Luk forhåndsvisning',
|
|
97
|
+
'fabric.linking.preview_description': 'Åbn en forhåndsvisning i fuld skærm af dette link',
|
|
76
98
|
'fabric.linking.preview_improved': 'Åbn forhåndsvisning',
|
|
77
99
|
'fabric.linking.preview_max_size': 'Vis fuld skærm',
|
|
78
100
|
'fabric.linking.preview_min_size': 'Luk fuld skærm',
|
|
@@ -116,6 +138,12 @@ export default {
|
|
|
116
138
|
'fabric.linking.unauthorised_account_name': 'Vi kan ikke vise private sider fra {context}',
|
|
117
139
|
'fabric.linking.unauthorised_account_name_no_provider': 'Vi kan ikke vise private sider',
|
|
118
140
|
'fabric.linking.unfollow': 'Ophør med at følge',
|
|
141
|
+
'fabric.linking.unfollow_goal': 'Stop med at følge mål',
|
|
142
|
+
'fabric.linking.unfollow_goal_description': 'Stop med at følge for at stoppe med at modtage meddelelser om dette mål',
|
|
143
|
+
'fabric.linking.unfollow_goal_error': 'Vi stødte på en fejl, mens vi forsøgte at stoppe med at følge målet. Kontrollér din forbindelse, eller opdater siden, og prøv igen.',
|
|
144
|
+
'fabric.linking.unfollow_project': 'Stop med at følge projektet',
|
|
145
|
+
'fabric.linking.unfollow_project_description': 'Stop med at følge for at stoppe modtagelse af projektmeddelelser',
|
|
146
|
+
'fabric.linking.unfollow_project_error': 'Vi stødte på en fejl under forsøget på at stoppe med at følge projektet. Kontrollér din forbindelse, eller opdater siden, og prøv igen.',
|
|
119
147
|
'fabric.linking.unlink_account': 'Fjern link til konto',
|
|
120
148
|
'fabric.linking.updated_by': 'Ændret af {context}',
|
|
121
149
|
'fabric.linking.view': 'Vis'
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//German (Germany)
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.modal.error.image.alt': 'Symbol: Fehler',
|
|
11
|
+
'automation-menu.modal.footer.cancel-button': 'Abbrechen',
|
|
12
|
+
'automation-menu.modal.footer.ok-button': 'OK',
|
|
10
13
|
'fabric.linking.access_exists_description': 'Bitten Sie Ihren Administrator um Zugriffsrechte für die Anzeige dieses Inhalts von {hostname}.',
|
|
11
14
|
'fabric.linking.actions': 'Aktionen',
|
|
12
15
|
'fabric.linking.add_account': 'Account hinzufügen',
|
|
@@ -14,11 +17,20 @@ export default {
|
|
|
14
17
|
'fabric.linking.ai_summarized': 'Zusammengefasst von Atlassian Intelligence',
|
|
15
18
|
'fabric.linking.ai_summarized_abbreviation': 'Von AI zusammengefasst',
|
|
16
19
|
'fabric.linking.ai_summarized_info': 'Die Qualität der Informationen kann variieren. <a>Weitere Informationen</a>',
|
|
20
|
+
'fabric.linking.ai_summarized_info_short': 'Die Qualität der Inhalte kann variieren.',
|
|
17
21
|
'fabric.linking.ai_summarizing': 'Atlassian Intelligence arbeitet …',
|
|
22
|
+
'fabric.linking.ai_summary_action': 'Atlassian Intelligence für Zusammenfassungen nutzen',
|
|
23
|
+
'fabric.linking.ai_summary_action_description': 'Lassen Sie sich den Inhalt dieses Links mithilfe von Atlassian Intelligence zusammenfassen.',
|
|
18
24
|
'fabric.linking.ai_summary_error_acceptable_use_violation': 'Die Ergebnisse dieser Zusammenfassung können nicht angezeigt werden, da sie gegen die <a>Richtlinie zur akzeptablen Nutzung von Atlassian verstößt</a>.',
|
|
25
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence kann derzeit keine Zusammenfassung für Sie bereitstellen, da zu viele Inhalte zum Zusammenfassen vorhanden sind.',
|
|
19
26
|
'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) reagiert nicht. Versuchen Sie es später erneut oder <a>überprüfen Sie den Status von AI</a>.',
|
|
20
27
|
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence konnte Ihre Anfrage nicht bearbeiten, da sie Links zu HIPAA-beschränkten Inhalten enthält.',
|
|
21
28
|
'fabric.linking.assigned_to': 'Zugewiesen an {context}',
|
|
29
|
+
'fabric.linking.automation-action.confluence.page.modal.description': 'Wenden Sie eine Automatisierung auf <b>{name}</b> an.{br}Die verfügbaren Auswahlen werden von Confluence- und Bereichsadministratoren gesteuert.',
|
|
30
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Seitenautomatisierungen',
|
|
31
|
+
'fabric.linking.automation-action.icon.label': 'Symbol: Automatisierung',
|
|
32
|
+
'fabric.linking.automation-action.title': 'Automatisierung ausführen …',
|
|
33
|
+
'fabric.linking.automation-action.tooltip': 'Automatisierungsfenster öffnen',
|
|
22
34
|
'fabric.linking.beta': 'Beta',
|
|
23
35
|
'fabric.linking.cancel': 'Abbrechen',
|
|
24
36
|
'fabric.linking.cannot_connect': 'Verbindung nicht möglich, versuchen Sie es erneut',
|
|
@@ -37,6 +49,10 @@ export default {
|
|
|
37
49
|
'fabric.linking.connect_unauthorised_account_description': 'Verbinden Sie Ihr {context}-Konto, um an verschiedenen Atlassian-Produkten mitzuarbeiten.',
|
|
38
50
|
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Verbinden Sie Ihr Konto, um an verschiedenen Atlassian-Produkten mitzuarbeiten.',
|
|
39
51
|
'fabric.linking.continue': 'Weiter',
|
|
52
|
+
'fabric.linking.copied_summary_action_description': 'Zusammenfassung in die Zwischenablage kopiert',
|
|
53
|
+
'fabric.linking.copied_url_to_clipboard': 'Kopiert!',
|
|
54
|
+
'fabric.linking.copy_summary_action': 'Zusammenfassung kopieren',
|
|
55
|
+
'fabric.linking.copy_summary_action_description': 'Zusammenfassung kopieren',
|
|
40
56
|
'fabric.linking.copy_url_to_clipboard': 'Link kopieren',
|
|
41
57
|
'fabric.linking.couldnt_load_link': 'Dieser Link konnte aus unbekannten Gründen nicht geladen werden.',
|
|
42
58
|
'fabric.linking.create_on_absolute': 'Erstellt am: {context}',
|
|
@@ -47,8 +63,16 @@ export default {
|
|
|
47
63
|
'fabric.linking.direct_access_description': 'Ihr Team nutzt {product} bereits zur Zusammenarbeit und kann gleich loslegen!',
|
|
48
64
|
'fabric.linking.direct_access_title': 'Treten Sie {product} bei, um diesen Inhalt anzuzeigen',
|
|
49
65
|
'fabric.linking.download': 'Herunterladen',
|
|
66
|
+
'fabric.linking.download_description': 'Diese Datei wird in Ihren lokalen Speicher heruntergeladen.',
|
|
67
|
+
'fabric.linking.download_file': 'Datei herunterladen',
|
|
50
68
|
'fabric.linking.edit': 'Bearbeiten',
|
|
51
69
|
'fabric.linking.follow': 'Folgen',
|
|
70
|
+
'fabric.linking.follow_goal': 'Ziel folgen',
|
|
71
|
+
'fabric.linking.follow_goal_description': 'Folgen Sie diesem Ziel, um Benachrichtigungen zu Updates zu erhalten.',
|
|
72
|
+
'fabric.linking.follow_goal_error': 'Beim Versuch, dem Ziel zu folgen, ist ein Fehler aufgetreten. Überprüfen Sie Ihre Verbindung oder aktualisieren Sie die Seite und versuchen Sie es erneut.',
|
|
73
|
+
'fabric.linking.follow_project': 'Projekt folgen',
|
|
74
|
+
'fabric.linking.follow_project_description': 'Folgen Sie diesem Projekt, um Benachrichtigungen zu Updates zu erhalten.',
|
|
75
|
+
'fabric.linking.follow_project_error': 'Beim Versuch, dem Projekt zu folgen, ist ein Fehler aufgetreten. Überprüfen Sie Ihre Verbindung oder aktualisieren Sie die Seite und versuchen Sie es erneut.',
|
|
52
76
|
'fabric.linking.forbidden_access': 'Sie sind nicht zugriffsberechtigt',
|
|
53
77
|
'fabric.linking.forbidden_description': 'Bitten Sie Ihren Administrator um Zugriffsrechte für {hostname}.',
|
|
54
78
|
'fabric.linking.forbidden_title': 'Sie haben keinen Zugriff auf diesen Inhalt',
|
|
@@ -73,6 +97,7 @@ export default {
|
|
|
73
97
|
'fabric.linking.owned_by': 'Besitzer: {context}',
|
|
74
98
|
'fabric.linking.pending_request': 'Ihre Zugriffsanfrage ist ausstehend.',
|
|
75
99
|
'fabric.linking.preview_close': 'Vorschau beenden',
|
|
100
|
+
'fabric.linking.preview_description': 'Es wird eine Vorschau dieses Links im Vollbildmodus geöffnet.',
|
|
76
101
|
'fabric.linking.preview_improved': 'Vorschau öffnen',
|
|
77
102
|
'fabric.linking.preview_max_size': 'Vollbildansicht anzeigen',
|
|
78
103
|
'fabric.linking.preview_min_size': 'Vollbildansicht beenden',
|
|
@@ -116,6 +141,12 @@ export default {
|
|
|
116
141
|
'fabric.linking.unauthorised_account_name': 'Private Seiten von {context} können nicht angezeigt werden',
|
|
117
142
|
'fabric.linking.unauthorised_account_name_no_provider': 'Private Seiten können nicht angezeigt werden',
|
|
118
143
|
'fabric.linking.unfollow': 'Nicht mehr folgen',
|
|
144
|
+
'fabric.linking.unfollow_goal': 'Ziel nicht mehr folgen',
|
|
145
|
+
'fabric.linking.unfollow_goal_description': 'Nicht mehr folgen, um keine Benachrichtigungen für dieses Ziel mehr zu erhalten',
|
|
146
|
+
'fabric.linking.unfollow_goal_error': 'Beim Versuch, dem Ziel nicht mehr zu folgen, ist ein Fehler aufgetreten. Überprüfen Sie Ihre Verbindung oder aktualisieren Sie die Seite und versuchen Sie es erneut.',
|
|
147
|
+
'fabric.linking.unfollow_project': 'Projekt nicht mehr folgen',
|
|
148
|
+
'fabric.linking.unfollow_project_description': 'Nicht mehr folgen, um keine Benachrichtigungen für dieses Projekt mehr zu erhalten',
|
|
149
|
+
'fabric.linking.unfollow_project_error': 'Beim Versuch, dem Projekt nicht mehr zu folgen, ist ein Fehler aufgetreten. Überprüfen Sie Ihre Verbindung oder aktualisieren Sie die Seite und versuchen Sie es erneut.',
|
|
119
150
|
'fabric.linking.unlink_account': 'Kontoverknüpfung löschen',
|
|
120
151
|
'fabric.linking.updated_by': 'Geändert von {context}',
|
|
121
152
|
'fabric.linking.view': 'Anzeigen'
|
package/dist/esm/i18n/en.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'
|