@atlaskit/smart-card 44.16.5 → 44.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/__tests__/vr-tests/__snapshots__/hover-card/hover-card-unauthorised--default--platform-sl-3p-preauth-better-hovercard-false.png +2 -2
  3. package/dist/cjs/__tests__/vr-tests/__snapshots__/hover-card/hover-card-unauthorised--default--platform-sl-3p-preauth-better-hovercard-true.png +2 -2
  4. package/dist/cjs/extractors/action/extract-invoke-copy-link-action.js +1 -1
  5. package/dist/cjs/extractors/action/extract-invoke-download-action.js +1 -1
  6. package/dist/cjs/extractors/action/extract-invoke-preview-action.js +7 -7
  7. package/dist/cjs/extractors/action/extract-invoke-view-action.js +1 -1
  8. package/dist/cjs/i18n/cs.js +3 -180
  9. package/dist/cjs/i18n/da.js +3 -180
  10. package/dist/cjs/i18n/de.js +3 -180
  11. package/dist/cjs/i18n/en.js +3 -182
  12. package/dist/cjs/i18n/en_GB.js +3 -182
  13. package/dist/cjs/i18n/en_ZZ.js +3 -182
  14. package/dist/cjs/i18n/es.js +3 -180
  15. package/dist/cjs/i18n/fi.js +3 -180
  16. package/dist/cjs/i18n/fr.js +3 -180
  17. package/dist/cjs/i18n/hr.js +3 -175
  18. package/dist/cjs/i18n/hu.js +3 -180
  19. package/dist/cjs/i18n/it.js +3 -180
  20. package/dist/cjs/i18n/ja.js +3 -180
  21. package/dist/cjs/i18n/ko.js +3 -180
  22. package/dist/cjs/i18n/nb.js +3 -180
  23. package/dist/cjs/i18n/nl.js +3 -180
  24. package/dist/cjs/i18n/pl.js +3 -180
  25. package/dist/cjs/i18n/pt_BR.js +3 -180
  26. package/dist/cjs/i18n/ru.js +3 -180
  27. package/dist/cjs/i18n/sl.js +3 -175
  28. package/dist/cjs/i18n/sr_RS.js +3 -175
  29. package/dist/cjs/i18n/sr_YR.js +3 -175
  30. package/dist/cjs/i18n/sv.js +3 -180
  31. package/dist/cjs/i18n/th.js +3 -180
  32. package/dist/cjs/i18n/tr.js +3 -180
  33. package/dist/cjs/i18n/uk.js +3 -180
  34. package/dist/cjs/i18n/vi.js +3 -180
  35. package/dist/cjs/i18n/zh.js +3 -180
  36. package/dist/cjs/i18n/zh_TW.js +3 -180
  37. package/dist/cjs/state/actions/index.js +7 -7
  38. package/dist/cjs/state/hooks/use-ai-summary/ai-summary-service/index.js +46 -46
  39. package/dist/cjs/state/hooks/use-ai-summary/ai-summary-service/readStream.js +44 -44
  40. package/dist/cjs/state/hooks/use-incoming-outgoing-links/index.js +34 -34
  41. package/dist/cjs/state/hooks/use-invoke/index.js +4 -4
  42. package/dist/cjs/state/hooks/use-invoke-client-action/index.js +12 -12
  43. package/dist/cjs/state/hooks/use-resolve/index.js +4 -4
  44. package/dist/cjs/state/hooks/usePrefetch.js +14 -14
  45. package/dist/cjs/state/services/current-site-cloud-id/index.js +16 -16
  46. package/dist/cjs/state/services/personalization/index.js +23 -23
  47. package/dist/cjs/utils/analytics/analytics.js +1 -1
  48. package/dist/cjs/utils/index.js +26 -25
  49. package/dist/cjs/utils/mocks.js +16 -16
  50. package/dist/cjs/view/EmbedModal/utils.js +4 -4
  51. package/dist/cjs/view/FlexibleCard/components/actions/action/server-action/index.js +17 -17
  52. package/dist/cjs/view/FlexibleCard/components/actions/ai-summary-action/copy-summary-action.js +8 -8
  53. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/test-utils.js +2 -2
  54. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.js +10 -10
  55. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.js +31 -31
  56. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/services/index.js +10 -10
  57. package/dist/cjs/view/FlexibleCard/components/actions/copy-link-action/index.js +4 -4
  58. package/dist/cjs/view/FlexibleCard/components/actions/rovo-chat-action/index.js +1 -1
  59. package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/index.js +34 -34
  60. package/dist/cjs/view/InlineCard/common/action-button/index.compiled.css +1 -1
  61. package/dist/cjs/view/InlineCard/common/action-button/index.js +1 -1
  62. package/dist/cjs/view/LinkUrl/index.js +1 -1
  63. package/dist/cjs/view/RelatedLinksModal/index.js +41 -41
  64. package/dist/es2019/__tests__/vr-tests/__snapshots__/hover-card/hover-card-unauthorised--default--platform-sl-3p-preauth-better-hovercard-false.png +2 -2
  65. package/dist/es2019/__tests__/vr-tests/__snapshots__/hover-card/hover-card-unauthorised--default--platform-sl-3p-preauth-better-hovercard-true.png +2 -2
  66. package/dist/es2019/i18n/cs.js +3 -180
  67. package/dist/es2019/i18n/da.js +3 -180
  68. package/dist/es2019/i18n/de.js +3 -180
  69. package/dist/es2019/i18n/en.js +3 -182
  70. package/dist/es2019/i18n/en_GB.js +3 -182
  71. package/dist/es2019/i18n/en_ZZ.js +3 -182
  72. package/dist/es2019/i18n/es.js +3 -180
  73. package/dist/es2019/i18n/fi.js +3 -180
  74. package/dist/es2019/i18n/fr.js +3 -180
  75. package/dist/es2019/i18n/hr.js +3 -175
  76. package/dist/es2019/i18n/hu.js +3 -180
  77. package/dist/es2019/i18n/it.js +3 -180
  78. package/dist/es2019/i18n/ja.js +3 -180
  79. package/dist/es2019/i18n/ko.js +3 -180
  80. package/dist/es2019/i18n/nb.js +3 -180
  81. package/dist/es2019/i18n/nl.js +3 -180
  82. package/dist/es2019/i18n/pl.js +3 -180
  83. package/dist/es2019/i18n/pt_BR.js +3 -180
  84. package/dist/es2019/i18n/ru.js +3 -180
  85. package/dist/es2019/i18n/sl.js +3 -175
  86. package/dist/es2019/i18n/sr_RS.js +3 -175
  87. package/dist/es2019/i18n/sr_YR.js +3 -175
  88. package/dist/es2019/i18n/sv.js +3 -180
  89. package/dist/es2019/i18n/th.js +3 -180
  90. package/dist/es2019/i18n/tr.js +3 -180
  91. package/dist/es2019/i18n/uk.js +3 -180
  92. package/dist/es2019/i18n/vi.js +3 -180
  93. package/dist/es2019/i18n/zh.js +3 -180
  94. package/dist/es2019/i18n/zh_TW.js +3 -180
  95. package/dist/es2019/utils/analytics/analytics.js +1 -1
  96. package/dist/es2019/view/InlineCard/common/action-button/index.compiled.css +1 -1
  97. package/dist/es2019/view/InlineCard/common/action-button/index.js +1 -1
  98. package/dist/es2019/view/LinkUrl/index.js +1 -1
  99. package/dist/esm/__tests__/vr-tests/__snapshots__/hover-card/hover-card-unauthorised--default--platform-sl-3p-preauth-better-hovercard-false.png +2 -2
  100. package/dist/esm/__tests__/vr-tests/__snapshots__/hover-card/hover-card-unauthorised--default--platform-sl-3p-preauth-better-hovercard-true.png +2 -2
  101. package/dist/esm/extractors/action/extract-invoke-copy-link-action.js +1 -1
  102. package/dist/esm/extractors/action/extract-invoke-download-action.js +1 -1
  103. package/dist/esm/extractors/action/extract-invoke-preview-action.js +7 -7
  104. package/dist/esm/extractors/action/extract-invoke-view-action.js +1 -1
  105. package/dist/esm/i18n/cs.js +3 -180
  106. package/dist/esm/i18n/da.js +3 -180
  107. package/dist/esm/i18n/de.js +3 -180
  108. package/dist/esm/i18n/en.js +3 -182
  109. package/dist/esm/i18n/en_GB.js +3 -182
  110. package/dist/esm/i18n/en_ZZ.js +3 -182
  111. package/dist/esm/i18n/es.js +3 -180
  112. package/dist/esm/i18n/fi.js +3 -180
  113. package/dist/esm/i18n/fr.js +3 -180
  114. package/dist/esm/i18n/hr.js +3 -175
  115. package/dist/esm/i18n/hu.js +3 -180
  116. package/dist/esm/i18n/it.js +3 -180
  117. package/dist/esm/i18n/ja.js +3 -180
  118. package/dist/esm/i18n/ko.js +3 -180
  119. package/dist/esm/i18n/nb.js +3 -180
  120. package/dist/esm/i18n/nl.js +3 -180
  121. package/dist/esm/i18n/pl.js +3 -180
  122. package/dist/esm/i18n/pt_BR.js +3 -180
  123. package/dist/esm/i18n/ru.js +3 -180
  124. package/dist/esm/i18n/sl.js +3 -175
  125. package/dist/esm/i18n/sr_RS.js +3 -175
  126. package/dist/esm/i18n/sr_YR.js +3 -175
  127. package/dist/esm/i18n/sv.js +3 -180
  128. package/dist/esm/i18n/th.js +3 -180
  129. package/dist/esm/i18n/tr.js +3 -180
  130. package/dist/esm/i18n/uk.js +3 -180
  131. package/dist/esm/i18n/vi.js +3 -180
  132. package/dist/esm/i18n/zh.js +3 -180
  133. package/dist/esm/i18n/zh_TW.js +3 -180
  134. package/dist/esm/state/actions/index.js +7 -7
  135. package/dist/esm/state/hooks/use-ai-summary/ai-summary-service/index.js +46 -46
  136. package/dist/esm/state/hooks/use-ai-summary/ai-summary-service/readStream.js +44 -44
  137. package/dist/esm/state/hooks/use-incoming-outgoing-links/index.js +34 -34
  138. package/dist/esm/state/hooks/use-invoke/index.js +4 -4
  139. package/dist/esm/state/hooks/use-invoke-client-action/index.js +11 -11
  140. package/dist/esm/state/hooks/use-resolve/index.js +4 -4
  141. package/dist/esm/state/hooks/usePrefetch.js +14 -14
  142. package/dist/esm/state/services/current-site-cloud-id/index.js +16 -16
  143. package/dist/esm/state/services/personalization/index.js +23 -23
  144. package/dist/esm/utils/analytics/analytics.js +1 -1
  145. package/dist/esm/utils/index.js +25 -24
  146. package/dist/esm/utils/mocks.js +16 -16
  147. package/dist/esm/view/EmbedModal/utils.js +4 -4
  148. package/dist/esm/view/FlexibleCard/components/actions/action/server-action/index.js +16 -16
  149. package/dist/esm/view/FlexibleCard/components/actions/ai-summary-action/copy-summary-action.js +8 -8
  150. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/test-utils.js +2 -2
  151. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.js +10 -10
  152. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.js +30 -30
  153. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/services/index.js +10 -10
  154. package/dist/esm/view/FlexibleCard/components/actions/copy-link-action/index.js +4 -4
  155. package/dist/esm/view/FlexibleCard/components/actions/rovo-chat-action/index.js +1 -1
  156. package/dist/esm/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/index.js +33 -33
  157. package/dist/esm/view/InlineCard/common/action-button/index.compiled.css +1 -1
  158. package/dist/esm/view/InlineCard/common/action-button/index.js +1 -1
  159. package/dist/esm/view/LinkUrl/index.js +1 -1
  160. package/dist/esm/view/RelatedLinksModal/index.js +40 -40
  161. package/dist/types/i18n/cs.d.ts +2 -180
  162. package/dist/types/i18n/da.d.ts +2 -180
  163. package/dist/types/i18n/de.d.ts +2 -180
  164. package/dist/types/i18n/en.d.ts +2 -182
  165. package/dist/types/i18n/en_GB.d.ts +2 -182
  166. package/dist/types/i18n/en_ZZ.d.ts +2 -182
  167. package/dist/types/i18n/es.d.ts +2 -180
  168. package/dist/types/i18n/fi.d.ts +2 -180
  169. package/dist/types/i18n/fr.d.ts +2 -180
  170. package/dist/types/i18n/hr.d.ts +2 -175
  171. package/dist/types/i18n/hu.d.ts +2 -180
  172. package/dist/types/i18n/it.d.ts +2 -180
  173. package/dist/types/i18n/ja.d.ts +2 -180
  174. package/dist/types/i18n/ko.d.ts +2 -180
  175. package/dist/types/i18n/nb.d.ts +2 -180
  176. package/dist/types/i18n/nl.d.ts +2 -180
  177. package/dist/types/i18n/pl.d.ts +2 -180
  178. package/dist/types/i18n/pt_BR.d.ts +2 -180
  179. package/dist/types/i18n/ru.d.ts +2 -180
  180. package/dist/types/i18n/sl.d.ts +2 -175
  181. package/dist/types/i18n/sr_RS.d.ts +2 -175
  182. package/dist/types/i18n/sr_YR.d.ts +2 -175
  183. package/dist/types/i18n/sv.d.ts +2 -180
  184. package/dist/types/i18n/th.d.ts +2 -180
  185. package/dist/types/i18n/tr.d.ts +2 -180
  186. package/dist/types/i18n/uk.d.ts +2 -180
  187. package/dist/types/i18n/vi.d.ts +2 -180
  188. package/dist/types/i18n/zh.d.ts +2 -180
  189. package/dist/types/i18n/zh_TW.d.ts +2 -180
  190. package/dist/types-ts4.5/i18n/cs.d.ts +2 -180
  191. package/dist/types-ts4.5/i18n/da.d.ts +2 -180
  192. package/dist/types-ts4.5/i18n/de.d.ts +2 -180
  193. package/dist/types-ts4.5/i18n/en.d.ts +2 -182
  194. package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -182
  195. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -182
  196. package/dist/types-ts4.5/i18n/es.d.ts +2 -180
  197. package/dist/types-ts4.5/i18n/fi.d.ts +2 -180
  198. package/dist/types-ts4.5/i18n/fr.d.ts +2 -180
  199. package/dist/types-ts4.5/i18n/hr.d.ts +2 -175
  200. package/dist/types-ts4.5/i18n/hu.d.ts +2 -180
  201. package/dist/types-ts4.5/i18n/it.d.ts +2 -180
  202. package/dist/types-ts4.5/i18n/ja.d.ts +2 -180
  203. package/dist/types-ts4.5/i18n/ko.d.ts +2 -180
  204. package/dist/types-ts4.5/i18n/nb.d.ts +2 -180
  205. package/dist/types-ts4.5/i18n/nl.d.ts +2 -180
  206. package/dist/types-ts4.5/i18n/pl.d.ts +2 -180
  207. package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -180
  208. package/dist/types-ts4.5/i18n/ru.d.ts +2 -180
  209. package/dist/types-ts4.5/i18n/sl.d.ts +2 -175
  210. package/dist/types-ts4.5/i18n/sr_RS.d.ts +2 -175
  211. package/dist/types-ts4.5/i18n/sr_YR.d.ts +2 -175
  212. package/dist/types-ts4.5/i18n/sv.d.ts +2 -180
  213. package/dist/types-ts4.5/i18n/th.d.ts +2 -180
  214. package/dist/types-ts4.5/i18n/tr.d.ts +2 -180
  215. package/dist/types-ts4.5/i18n/uk.d.ts +2 -180
  216. package/dist/types-ts4.5/i18n/vi.d.ts +2 -180
  217. package/dist/types-ts4.5/i18n/zh.d.ts +2 -180
  218. package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -180
  219. package/package.json +8 -8
@@ -5,185 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //
9
- export default {
10
- TjkENX: 'Search error',
11
- 'automation-menu.empty-state.image.alt': 'Empty automation list icon',
12
- 'automation-menu.empty-state.learn-more.link': 'Learn more about the manual trigger',
13
- '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.',
14
- 'automation-menu.modal.empty.automations.user.description': 'Admins haven’t configured any manually triggered automations yet.',
15
- 'automation-menu.modal.error.description': 'This is taking awhile to load. Try refreshing the page.',
16
- 'automation-menu.modal.error.image.alt': 'Error icon',
17
- 'automation-menu.modal.footer.automate-button': 'Automate',
18
- 'automation-menu.modal.footer.cancel-button': 'Cancel',
19
- 'automation-menu.modal.footer.get-started-button': 'Create automation',
20
- 'automation-menu.modal.footer.ok-button': 'Ok',
21
- 'automation-menu.modal.header.icon.label': 'Automation modal header icon',
22
- 'automation-menu.success-state.message': 'Your automation is in progress',
23
- 'compass.applied_components_count.non-final': 'Applied to {numberOfComponents, plural, one {{numberOfComponents, number} component} other {{numberOfComponents, number} components}}',
24
- 'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
25
- 'fabric.linking.actions': 'Actions',
26
- 'fabric.linking.add_account': 'Add account',
27
- 'fabric.linking.ai_summarize': 'Summarize',
28
- 'fabric.linking.ai_summarized': 'Summarized by Atlassian Intelligence',
29
- 'fabric.linking.ai_summarized_abbreviation': 'Summarized by AI',
30
- 'fabric.linking.ai_summarized_info': 'Information quality may vary. <a>Learn more</a>',
31
- 'fabric.linking.ai_summarized_info_short': 'Content quality may vary',
32
- 'fabric.linking.ai_summarizing': 'Atlassian Intelligence is working...',
33
- 'fabric.linking.ai_summary_action': 'Summarize with AI',
34
- 'fabric.linking.ai_summary_action_description': 'Summarize the content of this link using Atlassian Intelligence.',
35
- '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>.",
36
- '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.",
37
- 'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <a>check the status of AI</a>.',
38
- '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.',
39
- 'fabric.linking.assigned_to': 'Assigned to {context}',
40
- '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.',
41
- 'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
42
- 'fabric.linking.automation-action.icon.label': 'Automation icon',
43
- 'fabric.linking.automation-action.title': 'View automation rules',
44
- 'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
45
- 'fabric.linking.beta': 'Beta',
46
- 'fabric.linking.cancel': 'Cancel',
47
- 'fabric.linking.cannot_connect': "Can't connect, try again",
48
- 'fabric.linking.cannot_find_link': "Can't find link",
49
- 'fabric.linking.check_this_link': 'Check this link',
50
- 'fabric.linking.click_to_join': 'Join {context}',
51
- 'fabric.linking.click_to_join_description': "You've been approved, so you can join {context} right away.",
52
- 'fabric.linking.close': 'Close',
53
- 'fabric.linking.connect_account_description': "We'll open a new page to help you connect your {name} account",
54
- 'fabric.linking.connect_link_account': 'Connect to preview',
55
- 'fabric.linking.connect_link_account_card_view': 'Connect',
56
- 'fabric.linking.connect_link_account_card_view_description': 'To show a preview of this link, connect your {context} account.',
57
- 'fabric.linking.connect_link_account_card_view_name': 'Connect your {context} account',
58
- 'fabric.linking.connect_to': 'Connect to {name}',
59
- 'fabric.linking.connect_unauthorised_account_action': 'Connect to {context}',
60
- 'fabric.linking.connect_unauthorised_account_description': 'Connect your {context} account to collaborate on work across Atlassian products.',
61
- 'fabric.linking.connect_unauthorised_account_description-appify': 'Connect your {context} account to collaborate on work across Atlassian apps.',
62
- 'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connect your account to collaborate on work across Atlassian products.',
63
- 'fabric.linking.connect_unauthorised_account_description_no_provider-appify': 'Connect your account to collaborate on work across Atlassian apps.',
64
- 'fabric.linking.continue': 'Continue',
65
- 'fabric.linking.copied_summary_action_description': 'Copied summary to clipboard',
66
- 'fabric.linking.copied_url_to_clipboard': 'Copied!',
67
- 'fabric.linking.copy_summary_action': 'Copy summary',
68
- 'fabric.linking.copy_summary_action_description': 'Copy summary',
69
- 'fabric.linking.copy_url_to_clipboard': 'Copy link',
70
- 'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
71
- 'fabric.linking.create_on_absolute': 'Created on {context}',
72
- 'fabric.linking.create_on_relative': 'Created {context}',
73
- 'fabric.linking.created_by': 'Created by {context}',
74
- 'fabric.linking.delete': 'Delete',
75
- 'fabric.linking.direct_access': 'Join now',
76
- 'fabric.linking.direct_access_description': 'Your team uses {product} to collaborate and you can start using it right away!',
77
- 'fabric.linking.direct_access_title': 'Join {product} to view this content',
78
- 'fabric.linking.download': 'Download',
79
- 'fabric.linking.download_description': 'Download this file into your local storage',
80
- 'fabric.linking.download_file': 'Download file',
81
- 'fabric.linking.edit': 'Edit',
82
- 'fabric.linking.follow': 'Follow',
83
- 'fabric.linking.follow_goal': 'Follow goal',
84
- 'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
85
- '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.',
86
- 'fabric.linking.follow_project': 'Follow project',
87
- 'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
88
- 'fabric.linking.follow_project_description-galaxia': 'Follow to get notifications on this space',
89
- '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.',
90
- 'fabric.linking.follow_project_error-galaxia': 'We encountered an error while trying to follow the space. Check your connection or refresh the page and try again.',
91
- 'fabric.linking.forbidden_access': 'Your access is forbidden',
92
- 'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
93
- 'fabric.linking.forbidden_title': "You don't have access to this content",
94
- 'fabric.linking.generic_error_message': 'An error occurred',
95
- 'fabric.linking.go_back': 'Go back',
96
- 'fabric.linking.invalid_permissions': 'Restricted content',
97
- 'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
98
- 'fabric.linking.join_to_view': 'Join {context} to view this issue',
99
- 'fabric.linking.join_to_view-issue-term-refresh': 'Join {context} to view this work item',
100
- 'fabric.linking.learn_more_about_connecting_account': 'Learn more about connecting your account to Atlassian products.',
101
- 'fabric.linking.learn_more_about_connecting_account-appify': 'Learn more about connecting your account to Atlassian apps.',
102
- 'fabric.linking.learn_more_about_connecting_account_experiment_short': 'Turn your URLs into rich, interactive previews.',
103
- 'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
104
- 'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
105
- 'fabric.linking.loading': 'Loading...',
106
- 'fabric.linking.modified_on_absolute': 'Updated on {context}',
107
- 'fabric.linking.modified_on_relative': 'Updated {context}',
108
- 'fabric.linking.more_actions': 'More actions',
109
- 'fabric.linking.no_access_title': 'Join {product} to view this content',
110
- 'fabric.linking.not_found_description': "The page doesn't exist or it may have changed after this link was added.",
111
- 'fabric.linking.not_found_title': "We can't show you this {product} page",
112
- 'fabric.linking.open_issue_in_jira': 'Open issue in Jira',
113
- 'fabric.linking.open_issue_in_jira-issue-term-refresh': 'Open work item in Jira',
114
- 'fabric.linking.open_link_in_a_new_tab': 'Open link in a new tab',
115
- 'fabric.linking.owned_by': 'Owned by {context}',
116
- 'fabric.linking.owned_by_override': 'By {context}',
117
- 'fabric.linking.pending_request': 'Your access request is pending',
118
- 'fabric.linking.preview_close': 'Close preview',
119
- 'fabric.linking.preview_description': 'Open a full screen preview of this link',
120
- 'fabric.linking.preview_improved': 'Open preview',
121
- 'fabric.linking.preview_max_size': 'View full screen',
122
- 'fabric.linking.preview_min_size': 'Close full screen',
123
- 'fabric.linking.preview_modal': 'Open preview modal',
124
- 'fabric.linking.preview_panel': 'Open preview panel',
125
- 'fabric.linking.priority_blocker': 'Blocker',
126
- 'fabric.linking.priority_critical': 'Critical',
127
- 'fabric.linking.priority_high': 'High',
128
- 'fabric.linking.priority_highest': 'Highest',
129
- 'fabric.linking.priority_low': 'Low',
130
- 'fabric.linking.priority_lowest': 'Lowest',
131
- 'fabric.linking.priority_major': 'Major',
132
- 'fabric.linking.priority_medium': 'Medium',
133
- 'fabric.linking.priority_minor': 'Minor',
134
- 'fabric.linking.priority_trivial': 'Trivial',
135
- 'fabric.linking.priority_undefined': 'Undefined',
136
- 'fabric.linking.read_time': '{context} min read',
137
- 'fabric.linking.related': 'Related',
138
- 'fabric.linking.related_links_found_in': 'Found in',
139
- 'fabric.linking.related_links_includes_links_to': 'Includes links to',
140
- 'fabric.linking.related_links_modal_error_description': 'Check your connection or refresh the page to try again',
141
- 'fabric.linking.related_links_modal_error_title': "We're having trouble loading related links",
142
- 'fabric.linking.related_links_modal_title': 'Related links',
143
- 'fabric.linking.related_links_modal_unavailable_description': 'We continuously review and add related links for updated pages or other content types',
144
- 'fabric.linking.related_links_modal_unavailable_title': "We couldn't find any related links",
145
- 'fabric.linking.related_links_not_found': "We didn't find any links to show here.",
146
- 'fabric.linking.related_links_view_related_links': 'View related links',
147
- 'fabric.linking.related_links_view_related_urls': 'View recent links',
148
- 'fabric.linking.request_access': 'Request access',
149
- 'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
150
- 'fabric.linking.request_access_pending': 'Pending approval',
151
- 'fabric.linking.request_access_pending_description': 'Your request to access {hostname} is awaiting admin approval.',
152
- 'fabric.linking.request_access_pending_title': 'Access to {product} is pending',
153
- 'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
154
- 'fabric.linking.request_access_to_view-issue-term-refresh': 'Request access to {context} to view this work item',
155
- 'fabric.linking.request_denied': 'Your access request was denied',
156
- 'fabric.linking.request_denied_description': "Your admin didn't approve your request to view {product} pages from {hostname}.",
157
- 'fabric.linking.restricted_link': 'Restricted link, try another account',
158
- 'fabric.linking.retry': 'Retry',
159
- 'fabric.linking.save': 'Save',
160
- 'fabric.linking.sent_on_absolute': 'Sent on {context}',
161
- 'fabric.linking.sent_on_relative': 'Sent {context}',
162
- 'fabric.linking.srclink': 'View in',
163
- 'fabric.linking.srclinkunknown': 'View Original',
164
- 'fabric.linking.status_change_load_error': 'We couldn’t load the statuses and transitions',
165
- 'fabric.linking.status_change_permission_error': 'You don’t have permission to transition this issue.',
166
- 'fabric.linking.status_change_permission_error-issue-term-refresh': 'You don’t have permission to transition this work item.',
167
- 'fabric.linking.status_change_update_error': 'We couldn’t update the status',
168
- 'fabric.linking.team_members_count': '{context} members',
169
- 'fabric.linking.try_again': 'Try again',
170
- 'fabric.linking.try_another_account': 'Try another account',
171
- 'fabric.linking.unassigned': 'Unassigned',
172
- 'fabric.linking.unauthorised_account_description': "You're trying to preview a link to a private {context} page. We recommend you review the URL or contact the page owner.",
173
- 'fabric.linking.unauthorised_account_description_no_provider': "You're trying to preview a link to a private page. We recommend you review the URL or contact the page owner.",
174
- 'fabric.linking.unauthorised_account_name': "We can't display private pages from {context}",
175
- 'fabric.linking.unauthorised_account_name_no_provider': "We can't display private pages",
176
- 'fabric.linking.unfollow': 'Unfollow',
177
- 'fabric.linking.unfollow_goal': 'Unfollow goal',
178
- 'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
179
- '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.',
180
- 'fabric.linking.unfollow_project': 'Unfollow project',
181
- 'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
182
- 'fabric.linking.unfollow_project_description-galaxia': 'Unfollow to stop receiving space notifications',
183
- '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.',
184
- 'fabric.linking.unfollow_project_error-galaxia': 'We encountered an error while trying to unfollow the space. Check your connection or refresh the page and try again.',
185
- 'fabric.linking.unlink_account': 'Unlink Account',
186
- 'fabric.linking.updated_by': 'Modified by {context}',
187
- 'fabric.linking.user_attributes': '{context}',
188
- 'fabric.linking.view': 'View'
189
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-linking-platform-smart-card/i18n/en';
10
+ export default translations;
@@ -5,185 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //English (United Kingdom)
9
- export default {
10
- TjkENX: 'Search error',
11
- 'automation-menu.empty-state.image.alt': 'Empty automation list icon',
12
- 'automation-menu.empty-state.learn-more.link': 'Learn more about the manual trigger',
13
- '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.',
14
- 'automation-menu.modal.empty.automations.user.description': 'Admins haven’t configured any manually triggered automations yet.',
15
- 'automation-menu.modal.error.description': 'This is taking awhile to load. Try refreshing the page.',
16
- 'automation-menu.modal.error.image.alt': 'Error icon',
17
- 'automation-menu.modal.footer.automate-button': 'Automate',
18
- 'automation-menu.modal.footer.cancel-button': 'Cancel',
19
- 'automation-menu.modal.footer.get-started-button': 'Create automation',
20
- 'automation-menu.modal.footer.ok-button': 'Ok',
21
- 'automation-menu.modal.header.icon.label': 'Automation modal header icon',
22
- 'automation-menu.success-state.message': 'Your automation is in progress',
23
- 'compass.applied_components_count.non-final': 'Applied to {numberOfComponents, plural, one {{numberOfComponents, number} component} other {{numberOfComponents, number} components}}',
24
- 'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
25
- 'fabric.linking.actions': 'Actions',
26
- 'fabric.linking.add_account': 'Add account',
27
- 'fabric.linking.ai_summarize': 'Summarise',
28
- 'fabric.linking.ai_summarized': 'Summarised by Atlassian Intelligence',
29
- 'fabric.linking.ai_summarized_abbreviation': 'Summarised by AI',
30
- 'fabric.linking.ai_summarized_info': 'Information quality may vary. <a>Learn more</a>',
31
- 'fabric.linking.ai_summarized_info_short': 'Content quality may vary',
32
- 'fabric.linking.ai_summarizing': 'Atlassian Intelligence is working...',
33
- 'fabric.linking.ai_summary_action': 'Summarise with AI',
34
- 'fabric.linking.ai_summary_action_description': 'Summarise the content of this link using Atlassian Intelligence.',
35
- '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>.",
36
- '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.",
37
- 'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <a>check the status of AI</a>.',
38
- '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.',
39
- 'fabric.linking.assigned_to': 'Assigned to {context}',
40
- '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.',
41
- 'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
42
- 'fabric.linking.automation-action.icon.label': 'Automation icon',
43
- 'fabric.linking.automation-action.title': 'View automation rules',
44
- 'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
45
- 'fabric.linking.beta': 'Beta',
46
- 'fabric.linking.cancel': 'Cancel',
47
- 'fabric.linking.cannot_connect': "Can't connect, try again",
48
- 'fabric.linking.cannot_find_link': "Can't find link",
49
- 'fabric.linking.check_this_link': 'Check this link',
50
- 'fabric.linking.click_to_join': 'Join {context}',
51
- 'fabric.linking.click_to_join_description': "You've been approved, so you can join {context} right away.",
52
- 'fabric.linking.close': 'Close',
53
- 'fabric.linking.connect_account_description': "We'll open a new page to help you connect your {name} account",
54
- 'fabric.linking.connect_link_account': 'Connect to preview',
55
- 'fabric.linking.connect_link_account_card_view': 'Connect',
56
- 'fabric.linking.connect_link_account_card_view_description': 'To show a preview of this link, connect your {context} account.',
57
- 'fabric.linking.connect_link_account_card_view_name': 'Connect your {context} account',
58
- 'fabric.linking.connect_to': 'Connect to {name}',
59
- 'fabric.linking.connect_unauthorised_account_action': 'Connect to {context}',
60
- 'fabric.linking.connect_unauthorised_account_description': 'Connect your {context} account to collaborate on work across Atlassian products.',
61
- 'fabric.linking.connect_unauthorised_account_description-appify': 'Connect your {context} account to collaborate on work across Atlassian apps.',
62
- 'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connect your account to collaborate on work across Atlassian products.',
63
- 'fabric.linking.connect_unauthorised_account_description_no_provider-appify': 'Connect your account to collaborate on work across Atlassian apps.',
64
- 'fabric.linking.continue': 'Continue',
65
- 'fabric.linking.copied_summary_action_description': 'Copied summary to clipboard',
66
- 'fabric.linking.copied_url_to_clipboard': 'Copied!',
67
- 'fabric.linking.copy_summary_action': 'Copy summary',
68
- 'fabric.linking.copy_summary_action_description': 'Copy summary',
69
- 'fabric.linking.copy_url_to_clipboard': 'Copy link',
70
- 'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
71
- 'fabric.linking.create_on_absolute': 'Created on {context}',
72
- 'fabric.linking.create_on_relative': 'Created {context}',
73
- 'fabric.linking.created_by': 'Created by {context}',
74
- 'fabric.linking.delete': 'Delete',
75
- 'fabric.linking.direct_access': 'Join now',
76
- 'fabric.linking.direct_access_description': 'Your team uses {product} to collaborate and you can start using it right away!',
77
- 'fabric.linking.direct_access_title': 'Join {product} to view this content',
78
- 'fabric.linking.download': 'Download',
79
- 'fabric.linking.download_description': 'Download this file into your local storage',
80
- 'fabric.linking.download_file': 'Download file',
81
- 'fabric.linking.edit': 'Edit',
82
- 'fabric.linking.follow': 'Follow',
83
- 'fabric.linking.follow_goal': 'Follow goal',
84
- 'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
85
- '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.',
86
- 'fabric.linking.follow_project': 'Follow project',
87
- 'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
88
- 'fabric.linking.follow_project_description-galaxia': 'Follow to get notifications on this space',
89
- '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.',
90
- 'fabric.linking.follow_project_error-galaxia': 'We encountered an error while trying to follow the space. Check your connection or refresh the page and try again.',
91
- 'fabric.linking.forbidden_access': 'Your access is forbidden',
92
- 'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
93
- 'fabric.linking.forbidden_title': "You don't have access to this content",
94
- 'fabric.linking.generic_error_message': 'An error occurred',
95
- 'fabric.linking.go_back': 'Go back',
96
- 'fabric.linking.invalid_permissions': 'Restricted content',
97
- 'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
98
- 'fabric.linking.join_to_view': 'Join {context} to view this issue',
99
- 'fabric.linking.join_to_view-issue-term-refresh': 'Join {context} to view this work item',
100
- 'fabric.linking.learn_more_about_connecting_account': 'Learn more about connecting your account to Atlassian products.',
101
- 'fabric.linking.learn_more_about_connecting_account-appify': 'Learn more about connecting your account to Atlassian apps.',
102
- 'fabric.linking.learn_more_about_connecting_account_experiment_short': 'Turn your URLs into rich, interactive previews.',
103
- 'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
104
- 'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
105
- 'fabric.linking.loading': 'Loading...',
106
- 'fabric.linking.modified_on_absolute': 'Updated on {context}',
107
- 'fabric.linking.modified_on_relative': 'Updated {context}',
108
- 'fabric.linking.more_actions': 'More actions',
109
- 'fabric.linking.no_access_title': 'Join {product} to view this content',
110
- 'fabric.linking.not_found_description': "The page doesn't exist or it may have changed after this link was added.",
111
- 'fabric.linking.not_found_title': "We can't show you this {product} page",
112
- 'fabric.linking.open_issue_in_jira': 'Open issue in Jira',
113
- 'fabric.linking.open_issue_in_jira-issue-term-refresh': 'Open work item in Jira',
114
- 'fabric.linking.open_link_in_a_new_tab': 'Open link in a new tab',
115
- 'fabric.linking.owned_by': 'Owned by {context}',
116
- 'fabric.linking.owned_by_override': 'By {context}',
117
- 'fabric.linking.pending_request': 'Your access request is pending',
118
- 'fabric.linking.preview_close': 'Close preview',
119
- 'fabric.linking.preview_description': 'Open a full screen preview of this link',
120
- 'fabric.linking.preview_improved': 'Open preview',
121
- 'fabric.linking.preview_max_size': 'View full screen',
122
- 'fabric.linking.preview_min_size': 'Close full screen',
123
- 'fabric.linking.preview_modal': 'Open preview modal',
124
- 'fabric.linking.preview_panel': 'Open preview panel',
125
- 'fabric.linking.priority_blocker': 'Blocker',
126
- 'fabric.linking.priority_critical': 'Critical',
127
- 'fabric.linking.priority_high': 'High',
128
- 'fabric.linking.priority_highest': 'Highest',
129
- 'fabric.linking.priority_low': 'Low',
130
- 'fabric.linking.priority_lowest': 'Lowest',
131
- 'fabric.linking.priority_major': 'Major',
132
- 'fabric.linking.priority_medium': 'Medium',
133
- 'fabric.linking.priority_minor': 'Minor',
134
- 'fabric.linking.priority_trivial': 'Trivial',
135
- 'fabric.linking.priority_undefined': 'Undefined',
136
- 'fabric.linking.read_time': '{context} min read',
137
- 'fabric.linking.related': 'Related',
138
- 'fabric.linking.related_links_found_in': 'Found in',
139
- 'fabric.linking.related_links_includes_links_to': 'Includes links to',
140
- 'fabric.linking.related_links_modal_error_description': 'Check your connection or refresh the page to try again',
141
- 'fabric.linking.related_links_modal_error_title': "We're having trouble loading related links",
142
- 'fabric.linking.related_links_modal_title': 'Related links',
143
- 'fabric.linking.related_links_modal_unavailable_description': 'We continuously review and add related links for updated pages or other content types',
144
- 'fabric.linking.related_links_modal_unavailable_title': "We couldn't find any related links",
145
- 'fabric.linking.related_links_not_found': "We didn't find any links to show here.",
146
- 'fabric.linking.related_links_view_related_links': 'View related links',
147
- 'fabric.linking.related_links_view_related_urls': 'View recent links',
148
- 'fabric.linking.request_access': 'Request access',
149
- 'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
150
- 'fabric.linking.request_access_pending': 'Pending approval',
151
- 'fabric.linking.request_access_pending_description': 'Your request to access {hostname} is awaiting admin approval.',
152
- 'fabric.linking.request_access_pending_title': 'Access to {product} is pending',
153
- 'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
154
- 'fabric.linking.request_access_to_view-issue-term-refresh': 'Request access to {context} to view this work item',
155
- 'fabric.linking.request_denied': 'Your access request was denied',
156
- 'fabric.linking.request_denied_description': "Your admin didn't approve your request to view {product} pages from {hostname}.",
157
- 'fabric.linking.restricted_link': 'Restricted link, try another account',
158
- 'fabric.linking.retry': 'Retry',
159
- 'fabric.linking.save': 'Save',
160
- 'fabric.linking.sent_on_absolute': 'Sent on {context}',
161
- 'fabric.linking.sent_on_relative': 'Sent {context}',
162
- 'fabric.linking.srclink': 'View in',
163
- 'fabric.linking.srclinkunknown': 'View Original',
164
- 'fabric.linking.status_change_load_error': 'We couldn’t load the statuses and transitions',
165
- 'fabric.linking.status_change_permission_error': 'You don’t have permission to transition this issue.',
166
- 'fabric.linking.status_change_permission_error-issue-term-refresh': 'You don’t have permission to transition this work item.',
167
- 'fabric.linking.status_change_update_error': 'We couldn’t update the status',
168
- 'fabric.linking.team_members_count': '{context} members',
169
- 'fabric.linking.try_again': 'Try again',
170
- 'fabric.linking.try_another_account': 'Try another account',
171
- 'fabric.linking.unassigned': 'Unassigned',
172
- 'fabric.linking.unauthorised_account_description': "You're trying to preview a link to a private {context} page. We recommend you review the URL or contact the page owner.",
173
- 'fabric.linking.unauthorised_account_description_no_provider': "You're trying to preview a link to a private page. We recommend you review the URL or contact the page owner.",
174
- 'fabric.linking.unauthorised_account_name': "We can't display private pages from {context}",
175
- 'fabric.linking.unauthorised_account_name_no_provider': "We can't display private pages",
176
- 'fabric.linking.unfollow': 'Unfollow',
177
- 'fabric.linking.unfollow_goal': 'Unfollow goal',
178
- 'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
179
- '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.',
180
- 'fabric.linking.unfollow_project': 'Unfollow project',
181
- 'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
182
- 'fabric.linking.unfollow_project_description-galaxia': 'Unfollow to stop receiving space notifications',
183
- '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.',
184
- 'fabric.linking.unfollow_project_error-galaxia': 'We encountered an error while trying to unfollow the space. Check your connection or refresh the page and try again.',
185
- 'fabric.linking.unlink_account': 'Unlink Account',
186
- 'fabric.linking.updated_by': 'Modified by {context}',
187
- 'fabric.linking.user_attributes': '{context}',
188
- 'fabric.linking.view': 'View'
189
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-linking-platform-smart-card/i18n/en_GB';
10
+ export default translations;
@@ -5,185 +5,6 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
- //
9
- export default {
10
- TjkENX: '⁣⁢Search error⁠‌‌‌⁡؜⁠؜⁣⁤',
11
- 'automation-menu.empty-state.image.alt': '⁣⁢Empty automation list icon‍؜⁠‌؜‌‌‌؜؜⁣⁤',
12
- 'automation-menu.empty-state.learn-more.link': '⁣⁢Learn more about the manual trigger‍⁡‍‍؜‌⁡⁠⁠⁡‍‌⁣⁤',
13
- '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.‍‍‌‍‌؜‌⁡؜؜‍⁡⁣⁤',
14
- 'automation-menu.modal.empty.automations.user.description': '⁣⁢Admins haven’t configured any manually triggered automations yet.‍‌⁠‍؜؜‌‌⁣⁤',
15
- 'automation-menu.modal.error.description': '⁣⁢This is taking awhile to load. Try refreshing the page.⁠؜⁠⁡؜‌؜⁡⁣⁤',
16
- 'automation-menu.modal.error.image.alt': '⁣⁢Error icon⁠؜؜‍‌؜⁠‌⁠⁣⁤',
17
- 'automation-menu.modal.footer.automate-button': '⁣⁢Automate‍‍‌⁡‍؜‍⁡⁡‍‍‌⁠؜⁣⁤',
18
- 'automation-menu.modal.footer.cancel-button': '⁣⁢Cancel⁡؜⁠؜⁡⁣⁤',
19
- 'automation-menu.modal.footer.get-started-button': '⁣⁢Create automation‌⁠‍⁠⁡⁠‌‍؜‍⁠‌؜‌‌؜⁣⁤',
20
- 'automation-menu.modal.footer.ok-button': '⁣⁢Ok⁠‌⁡⁡؜⁠؜‍⁠⁡⁠‍؜؜⁣⁤',
21
- 'automation-menu.modal.header.icon.label': '⁣⁢Automation modal header icon‌‌⁡⁡؜⁠‍؜‌⁠⁣⁤',
22
- 'automation-menu.success-state.message': '⁣⁢Your automation is in progress؜؜؜⁠⁡⁠⁡‍‍⁡‍⁣⁤',
23
- 'compass.applied_components_count.non-final': '{numberOfComponents, plural, one {⁣⁢Applied to {numberOfComponents,number} component⁡‌؜؜‍‍⁣⁤} other {⁣⁢Applied to {numberOfComponents,number} components⁡‌؜؜‍‍⁣⁤}}',
24
- 'fabric.linking.access_exists_description': '⁣⁢Request access to view this content from {hostname}.؜⁡‌⁡⁡؜⁠؜⁠‍؜‍⁠‌‌⁣⁤',
25
- 'fabric.linking.actions': '⁣⁢Actions؜‌‌⁠‌⁡‌‌؜⁣⁤',
26
- 'fabric.linking.add_account': '⁣⁢Add account‌‍‌⁡⁠⁠‌‌⁡‌⁠⁣⁤',
27
- 'fabric.linking.ai_summarize': '⁣⁢Summarize⁡؜‌⁠⁠⁡‍⁠⁡؜⁠‍‍‌‌‌⁣⁤',
28
- 'fabric.linking.ai_summarized': '⁣⁢Summarized by Atlassian Intelligence⁡‍‌⁡⁠‍‌⁡⁠‌⁠⁣⁤',
29
- 'fabric.linking.ai_summarized_abbreviation': '⁣⁢Summarized by AI؜⁡⁠‌‌⁡⁡‌‌؜⁣⁤',
30
- 'fabric.linking.ai_summarized_info': '⁣⁢Information quality may vary. <a>Learn more</a>⁠‌⁠‌‌‌‌‌‍؜⁡⁠‌⁣⁤',
31
- 'fabric.linking.ai_summarized_info_short': '⁣⁢Content quality may vary؜‍‌⁠؜؜‍‍⁣⁤',
32
- 'fabric.linking.ai_summarizing': '⁣⁢Atlassian Intelligence is working...‌⁡⁡‍‍⁡⁠⁠‍؜؜؜‌؜⁣⁤',
33
- 'fabric.linking.ai_summary_action': '⁣⁢Summarize with AI؜‍‍⁠‌⁡‌‍⁠⁣⁤',
34
- 'fabric.linking.ai_summary_action_description': '⁣⁢Summarize the content of this link using Atlassian Intelligence.‍‍⁠؜‍⁠؜‍⁠‌‍⁡‍⁡⁣⁤',
35
- '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>.‌‌⁡‌⁡‌⁠⁡⁠‍‌⁠‌؜⁡⁣⁤",
36
- '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.⁠⁡‍⁡‌⁡⁠‍⁡؜‌‌‌⁣⁤",
37
- 'fabric.linking.ai_summary_error_generic': '⁣⁢Atlassian Intelligence (AI) isn’t responding. Try again later or <a>check the status of AI</a>.⁡⁡‍؜؜؜‌‍⁣⁤',
38
- '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.⁡؜‌؜‌⁡⁠؜‍⁠⁣⁤',
39
- 'fabric.linking.assigned_to': '⁣⁢Assigned to {context}؜‌‍‍⁡؜؜‌‌‍⁡‍⁠⁠؜⁣⁤',
40
- '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.⁡؜⁡؜؜‍‍؜‌⁠؜⁡‌⁣⁤',
41
- 'fabric.linking.automation-action.confluence.page.modal.title': '⁣⁢Page automations⁠⁡‍⁠؜‍⁡‍‌⁣⁤',
42
- 'fabric.linking.automation-action.icon.label': '⁣⁢Automation icon⁠‌‍‌⁡؜‌‌؜‍؜‌⁡⁣⁤',
43
- 'fabric.linking.automation-action.title': '⁣⁢View automation rules⁠⁠؜⁡⁠‍؜؜⁡‍⁣⁤',
44
- 'fabric.linking.automation-action.tooltip': '⁣⁢Select an automation rule to run⁡‌‍⁡⁡‌⁡‌⁠‌؜؜⁣⁤',
45
- 'fabric.linking.beta': '⁣⁢Beta⁡⁡‌‍⁡⁡⁡‍⁡‌؜⁣⁤',
46
- 'fabric.linking.cancel': '⁣⁢Cancel؜⁡‌‌؜⁡‌‌⁠‍‍‍⁣⁤',
47
- 'fabric.linking.cannot_connect': "⁣⁢Can't connect, try again‌‍‍⁡؜؜⁡‌⁡⁣⁤",
48
- 'fabric.linking.cannot_find_link': "⁣⁢Can't find link⁡‌‌‌‌⁡‍⁡⁣⁤",
49
- 'fabric.linking.check_this_link': '⁣⁢Check this link‌‌؜‌⁡⁠؜⁡‌‍؜⁣⁤',
50
- 'fabric.linking.click_to_join': '⁣⁢Join {context}؜⁠⁠‌⁠‍؜‌⁠‍⁣⁤',
51
- 'fabric.linking.click_to_join_description': "⁣⁢You've been approved, so you can join {context} right away.‌‌؜⁠⁠⁡‌⁡⁡⁣⁤",
52
- 'fabric.linking.close': '⁣⁢Close⁠‍؜⁡⁡‍‍⁠؜⁣⁤',
53
- 'fabric.linking.connect_account_description': "⁣⁢We'll open a new page to help you connect your {name} account⁠⁠⁡‌⁠؜⁠‍‍⁣⁤",
54
- 'fabric.linking.connect_link_account': '⁣⁢Connect to preview‌‍‍‍⁠‍⁠‌⁡‌‍‍⁣⁤',
55
- 'fabric.linking.connect_link_account_card_view': '⁣⁢Connect⁡؜⁠‍‍⁣⁤',
56
- 'fabric.linking.connect_link_account_card_view_description': '⁣⁢To show a preview of this link, connect your {context} account.‌‍‍‌‍‍‍؜‌؜⁣⁤',
57
- 'fabric.linking.connect_link_account_card_view_name': '⁣⁢Connect your {context} account‍؜⁡‌⁠⁡؜‍‍⁠⁡⁠‌⁣⁤',
58
- 'fabric.linking.connect_to': '⁣⁢Connect to {name}؜‌؜⁡‌؜‍⁡‌‍⁣⁤',
59
- 'fabric.linking.connect_unauthorised_account_action': '⁣⁢Connect to {context}‌⁠⁠⁡‌؜‌؜⁣⁤',
60
- 'fabric.linking.connect_unauthorised_account_description': '⁣⁢Connect your {context} account to collaborate on work across Atlassian products.‌⁠؜⁡⁠؜⁡‌‍⁡⁡⁠‌⁣⁤',
61
- 'fabric.linking.connect_unauthorised_account_description-appify': '⁣⁢Connect your {context} account to collaborate on work across Atlassian apps.؜⁡؜‍؜⁠⁡؜⁡⁠‌⁠⁣⁤',
62
- 'fabric.linking.connect_unauthorised_account_description_no_provider': '⁣⁢Connect your account to collaborate on work across Atlassian products.⁡‍‌؜⁠⁡‍‌‌⁠‌⁣⁤',
63
- 'fabric.linking.connect_unauthorised_account_description_no_provider-appify': '⁣⁢Connect your account to collaborate on work across Atlassian apps.‍⁠⁠⁠‌⁠⁠⁡؜⁣⁤',
64
- 'fabric.linking.continue': '⁣⁢Continue‌؜⁡؜⁠⁡⁠‌؜⁠⁣⁤',
65
- 'fabric.linking.copied_summary_action_description': '⁣⁢Copied summary to clipboard‍‌؜‍‌‌‍؜⁠⁡⁣⁤',
66
- 'fabric.linking.copied_url_to_clipboard': '⁣⁢Copied!⁡⁠؜؜‍⁡⁡⁡⁠⁣⁤',
67
- 'fabric.linking.copy_summary_action': '⁣⁢Copy summary⁠⁠‍؜⁠‍‍‌؜⁣⁤',
68
- 'fabric.linking.copy_summary_action_description': '⁣⁢Copy summary‌‍؜؜‍‍⁡‌‌⁣⁤',
69
- 'fabric.linking.copy_url_to_clipboard': '⁣⁢Copy link⁡‍⁠‍‌‍⁡⁠⁣⁤',
70
- 'fabric.linking.couldnt_load_link': "⁣⁢We couldn't load this link for an unknown reason.؜‍⁡⁡؜‌‌؜⁡؜⁣⁤",
71
- 'fabric.linking.create_on_absolute': '⁣⁢Created on {context}‍؜⁠؜‍⁠؜؜؜؜⁣⁤',
72
- 'fabric.linking.create_on_relative': '⁣⁢Created {context}؜؜‌‌‌⁡⁠؜⁣⁤',
73
- 'fabric.linking.created_by': '⁣⁢Created by {context}⁠‌؜‍؜‍⁠⁡؜؜⁡⁣⁤',
74
- 'fabric.linking.delete': '⁣⁢Delete‍⁡؜؜‍؜⁡‌⁠⁠⁣⁤',
75
- 'fabric.linking.direct_access': '⁣⁢Join now‍؜⁠‍⁡⁠⁠‍⁣⁤',
76
- 'fabric.linking.direct_access_description': '⁣⁢Your team uses {product} to collaborate and you can start using it right away!‌‌‍؜؜‍⁡‌‍‌⁠‍⁣⁤',
77
- 'fabric.linking.direct_access_title': '⁣⁢Join {product} to view this content⁠⁡؜⁡‌⁠‌‍⁡⁠‍⁠‌⁣⁤',
78
- 'fabric.linking.download': '⁣⁢Download‌‍‍؜⁠؜⁡⁡‍⁣⁤',
79
- 'fabric.linking.download_description': '⁣⁢Download this file into your local storage‍⁠‍‌⁡⁠‍⁡⁠⁠⁡‌⁣⁤',
80
- 'fabric.linking.download_file': '⁣⁢Download file؜‍؜؜؜؜‌؜‍؜⁣⁤',
81
- 'fabric.linking.edit': '⁣⁢Edit‌⁠⁠‍؜‌⁡‍‍⁠⁣⁤',
82
- 'fabric.linking.follow': '⁣⁢Follow‍⁡⁠؜⁡‌‍‍‍‍⁡؜‍‍⁣⁤',
83
- 'fabric.linking.follow_goal': '⁣⁢Follow goal⁠‌⁠‌⁡⁠‌‌؜⁡⁠‌⁣⁤',
84
- 'fabric.linking.follow_goal_description': '⁣⁢Follow this goal to get notifications on updates⁡؜⁡‍‍‌‍⁡؜⁠‌⁣⁤',
85
- '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.‌؜⁡‍؜⁡‌‍⁠‌⁠⁣⁤',
86
- 'fabric.linking.follow_project': '⁣⁢Follow project‍‌‌⁠‍؜‍⁡‌؜‌؜⁣⁤',
87
- 'fabric.linking.follow_project_description': '⁣⁢Follow to get notifications on this project‌⁠⁡‌‌⁡؜‌⁠‍⁠‍‍⁣⁤',
88
- 'fabric.linking.follow_project_description-galaxia': '⁣⁢Follow to get notifications on this space؜؜‍؜‌‍‌‍⁠‌؜‍؜⁣⁤',
89
- '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.⁠؜⁠‍؜‌‌‌⁠‌؜‍⁡‌⁠؜⁣⁤',
90
- 'fabric.linking.follow_project_error-galaxia': '⁣⁢We encountered an error while trying to follow the space. Check your connection or refresh the page and try again.‌؜؜؜⁡؜⁡‍⁡‍⁡⁣⁤',
91
- 'fabric.linking.forbidden_access': '⁣⁢Your access is forbidden؜‌⁠؜⁡‌؜⁠‌‍‌⁣⁤',
92
- 'fabric.linking.forbidden_description': '⁣⁢Contact your admin to request access to {hostname}.⁠⁠⁠‌⁠⁡‌‍⁠⁣⁤',
93
- 'fabric.linking.forbidden_title': "⁣⁢You don't have access to this content⁡؜‌‌‌⁡‌‌‌؜‍‌⁣⁤",
94
- 'fabric.linking.generic_error_message': '⁣⁢An error occurred‌⁡؜‍‌‌‌⁡‍‍⁣⁤',
95
- 'fabric.linking.go_back': '⁣⁢Go back‌‍‌‌‍⁡؜⁡؜‌‍⁣⁤',
96
- 'fabric.linking.invalid_permissions': '⁣⁢Restricted content‌⁡‌؜⁠⁡؜‍⁡⁣⁤',
97
- 'fabric.linking.invalid_permissions_description': "⁣⁢You'll need to request access or try a different account to view this preview.⁠‌‍‌⁡⁠؜؜⁠؜؜⁣⁤",
98
- 'fabric.linking.join_to_view': '⁣⁢Join {context} to view this issue⁠‍‌⁠؜⁠⁡‌⁣⁤',
99
- 'fabric.linking.join_to_view-issue-term-refresh': '⁣⁢Join {context} to view this work item⁠‍‍⁠؜⁡⁡⁣⁤',
100
- 'fabric.linking.learn_more_about_connecting_account': '⁣⁢Learn more about connecting your account to Atlassian products.؜⁡‌⁠‍‌⁡‍‍⁣⁤',
101
- 'fabric.linking.learn_more_about_connecting_account-appify': '⁣⁢Learn more about connecting your account to Atlassian apps.⁠‍‍‍‌؜⁠‍⁡⁡⁣⁤',
102
- 'fabric.linking.learn_more_about_connecting_account_experiment_short': '⁣⁢Turn your URLs into rich, interactive previews.‍‌‌⁠⁠‍⁠⁣⁤',
103
- 'fabric.linking.learn_more_about_smart_links': '⁣⁢Learn more about Smart Links.⁡‌⁡‌؜⁠⁡‍‌⁠⁡؜‌⁡⁣⁤',
104
- 'fabric.linking.link_safety_warning_message': '⁣⁢The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>؜‌؜‍⁠‍‌⁣⁤',
105
- 'fabric.linking.loading': '⁣⁢Loading...‍‍‌⁠⁠؜‌⁡‌‍‍‌⁣⁤',
106
- 'fabric.linking.modified_on_absolute': '⁣⁢Updated on {context}⁡⁠‌؜‌؜⁠⁠؜⁣⁤',
107
- 'fabric.linking.modified_on_relative': '⁣⁢Updated {context}⁠‌؜‍‌؜‌؜⁠‌⁣⁤',
108
- 'fabric.linking.more_actions': '⁣⁢More actions‌⁡‌‌‌‍⁠‍⁡؜‌⁣⁤',
109
- 'fabric.linking.no_access_title': '⁣⁢Join {product} to view this content‌⁠‍⁠‌؜⁣⁤',
110
- 'fabric.linking.not_found_description': "⁣⁢The page doesn't exist or it may have changed after this link was added.⁠‍؜‌‍‌‌⁣⁤",
111
- 'fabric.linking.not_found_title': "⁣⁢We can't show you this {product} page؜⁡‌⁠‍⁡؜؜⁡‍‍‍‌⁣⁤",
112
- 'fabric.linking.open_issue_in_jira': '⁣⁢Open issue in Jira‍؜⁠؜؜‍‌‍⁠⁣⁤',
113
- 'fabric.linking.open_issue_in_jira-issue-term-refresh': '⁣⁢Open work item in Jira⁠⁠‍؜‌⁣⁤',
114
- 'fabric.linking.open_link_in_a_new_tab': '⁣⁢Open link in a new tab؜⁡‍‍⁠⁡‍‌⁣⁤',
115
- 'fabric.linking.owned_by': '⁣⁢Owned by {context}⁠‍‍⁣⁤',
116
- 'fabric.linking.owned_by_override': '⁣⁢By {context}‌⁠⁠‌؜‌‍⁡؜⁡‍⁣⁤',
117
- 'fabric.linking.pending_request': '⁣⁢Your access request is pending⁡⁠‌⁠⁣⁤',
118
- 'fabric.linking.preview_close': '⁣⁢Close preview⁡‍‍‍‌‌‍؜‌؜⁠⁣⁤',
119
- 'fabric.linking.preview_description': '⁣⁢Open a full screen preview of this link⁡⁠‍⁡⁠⁠⁣⁤',
120
- 'fabric.linking.preview_improved': '⁣⁢Open preview؜⁡‌‍؜⁠⁡؜‌⁠؜⁣⁤',
121
- 'fabric.linking.preview_max_size': '⁣⁢View full screen‌؜‍‍‌‍⁣⁤',
122
- 'fabric.linking.preview_min_size': '⁣⁢Close full screen⁠⁠‍⁡⁠⁠‌‌⁣⁤',
123
- 'fabric.linking.preview_modal': '⁣⁢Open preview modal؜⁡⁡‌؜‍؜؜؜‍‌⁣⁤',
124
- 'fabric.linking.preview_panel': '⁣⁢Open preview panel⁠‍⁡⁠⁡⁡⁡⁡؜⁣⁤',
125
- 'fabric.linking.priority_blocker': '⁣⁢Blocker‌⁠‍⁠‍‌‍‍⁣⁤',
126
- 'fabric.linking.priority_critical': '⁣⁢Critical؜‍‌⁠⁠؜⁠‌‌‍‍؜؜⁡⁣⁤',
127
- 'fabric.linking.priority_high': '⁣⁢High‍⁠⁠‌؜‍⁡‍⁠⁣⁤',
128
- 'fabric.linking.priority_highest': '⁣⁢Highest⁠؜؜‌‌‌⁠‍؜؜⁡⁣⁤',
129
- 'fabric.linking.priority_low': '⁣⁢Low‍‌؜⁡؜⁡؜‌‍؜⁣⁤',
130
- 'fabric.linking.priority_lowest': '⁣⁢Lowest⁡‌‌⁡‌⁡‌⁡؜‌⁡⁣⁤',
131
- 'fabric.linking.priority_major': '⁣⁢Major‍‍؜؜⁡‌‍⁡؜‍‍؜⁡⁡⁣⁤',
132
- 'fabric.linking.priority_medium': '⁣⁢Medium؜‍‌⁡⁡‌⁡⁠⁡⁣⁤',
133
- 'fabric.linking.priority_minor': '⁣⁢Minor⁠⁠‍؜‍⁠⁣⁤',
134
- 'fabric.linking.priority_trivial': '⁣⁢Trivial⁡‌⁠؜؜‍؜⁡⁡⁠⁡⁡⁡⁣⁤',
135
- 'fabric.linking.priority_undefined': '⁣⁢Undefined⁠⁡⁡؜‌⁡⁠‍⁠⁡⁠⁣⁤',
136
- 'fabric.linking.read_time': '⁣⁢{context} min read؜‍⁠؜‌⁠⁠⁣⁤',
137
- 'fabric.linking.related': '⁣⁢Related‌‍⁡‌⁠⁠⁡‍⁡⁡⁡‌⁠؜⁣⁤',
138
- 'fabric.linking.related_links_found_in': '⁣⁢Found in⁡‍؜⁠‍‌⁠‍⁣⁤',
139
- 'fabric.linking.related_links_includes_links_to': '⁣⁢Includes links to⁠⁠‍؜⁠⁡‍⁡⁡⁡⁡⁣⁤',
140
- 'fabric.linking.related_links_modal_error_description': '⁣⁢Check your connection or refresh the page to try again‌‍‌⁠‍⁡‌⁠⁡⁣⁤',
141
- 'fabric.linking.related_links_modal_error_title': "⁣⁢We're having trouble loading related links‌؜؜‌‍؜‌⁡⁡⁣⁤",
142
- 'fabric.linking.related_links_modal_title': '⁣⁢Related links⁠‍⁡⁠؜‌‍‌؜؜⁡⁣⁤',
143
- 'fabric.linking.related_links_modal_unavailable_description': '⁣⁢We continuously review and add related links for updated pages or other content types‍⁡⁡⁡‍‌⁡؜⁠؜؜⁠⁡⁡⁣⁤',
144
- 'fabric.linking.related_links_modal_unavailable_title': "⁣⁢We couldn't find any related links‍؜‌⁡⁡‍‌‌⁠؜⁣⁤",
145
- 'fabric.linking.related_links_not_found': "⁣⁢We didn't find any links to show here.⁡⁡‌‌‍⁠‌؜⁡‍‍‍‌⁡‌⁣⁤",
146
- 'fabric.linking.related_links_view_related_links': '⁣⁢View related links⁡‍‍⁠⁡‌⁡؜؜⁣⁤',
147
- 'fabric.linking.related_links_view_related_urls': '⁣⁢View recent links‍‍⁠؜‍؜؜⁠؜‍⁠؜⁡⁠؜⁠⁠⁣⁤',
148
- 'fabric.linking.request_access': '⁣⁢Request access؜‌؜‌‍‌‌⁠⁡⁣⁤',
149
- 'fabric.linking.request_access_description': '⁣⁢Your team uses {product} to collaborate. Send your admin a request for access.‍⁡⁡⁡‌‍⁠⁡‌⁣⁤',
150
- 'fabric.linking.request_access_pending': '⁣⁢Pending approval⁠⁠⁡‍⁡‌⁠؜؜⁣⁤',
151
- 'fabric.linking.request_access_pending_description': '⁣⁢Your request to access {hostname} is awaiting admin approval.⁠⁠‌⁡⁠⁣⁤',
152
- 'fabric.linking.request_access_pending_title': '⁣⁢Access to {product} is pending⁡⁠‍؜‍⁡؜؜؜؜⁣⁤',
153
- 'fabric.linking.request_access_to_view': '⁣⁢Request access to {context} to view this issue؜⁠⁡⁡‍⁡⁠‍⁣⁤',
154
- 'fabric.linking.request_access_to_view-issue-term-refresh': '⁣⁢Request access to {context} to view this work item⁠⁠‍‍؜‌⁠‍⁡‌‌⁣⁤',
155
- 'fabric.linking.request_denied': '⁣⁢Your access request was denied؜‌⁡⁠‍⁡؜⁡‌‍⁣⁤',
156
- 'fabric.linking.request_denied_description': "⁣⁢Your admin didn't approve your request to view {product} pages from {hostname}.‍⁡‍‌‌‍⁡؜⁣⁤",
157
- 'fabric.linking.restricted_link': '⁣⁢Restricted link, try another account؜‌‍⁡⁠‌‌‌⁡‍⁣⁤',
158
- 'fabric.linking.retry': '⁣⁢Retry؜‌⁠⁠‍⁠‍⁣⁤',
159
- 'fabric.linking.save': '⁣⁢Save⁠‌‍‌⁠⁠؜⁠⁠؜⁣⁤',
160
- 'fabric.linking.sent_on_absolute': '⁣⁢Sent on {context}؜⁡⁠⁡⁡⁠⁡‌‍‌؜⁡‌‌‍⁣⁤',
161
- 'fabric.linking.sent_on_relative': '⁣⁢Sent {context}⁠‌⁠⁠‌⁠⁡⁡‍⁣⁤',
162
- 'fabric.linking.srclink': '⁣⁢View in؜‌‌⁡‍؜⁠‌⁠‌؜‌‍؜⁣⁤',
163
- 'fabric.linking.srclinkunknown': '⁣⁢View Original؜‌‌⁡⁡‍⁠⁠⁡‌‍‍؜‌⁡⁣⁤',
164
- 'fabric.linking.status_change_load_error': '⁣⁢We couldn’t load the statuses and transitions⁠⁡‍؜⁡‍⁠⁣⁤',
165
- 'fabric.linking.status_change_permission_error': '⁣⁢You don’t have permission to transition this issue.⁡‍⁠‌‍‌؜؜⁣⁤',
166
- 'fabric.linking.status_change_permission_error-issue-term-refresh': '⁣⁢You don’t have permission to transition this work item.⁠⁠⁠⁠⁠‍‌‍⁠⁣⁤',
167
- 'fabric.linking.status_change_update_error': '⁣⁢We couldn’t update the status⁠‌⁠‍⁠‍‍⁡⁠‍‌⁠⁡‌‍⁣⁤',
168
- 'fabric.linking.team_members_count': '⁣⁢{context} members‍؜⁠⁠‌؜؜⁣⁤',
169
- 'fabric.linking.try_again': '⁣⁢Try again؜؜؜⁠‍⁠‌⁡‌⁣⁤',
170
- 'fabric.linking.try_another_account': '⁣⁢Try another account؜‌؜؜‍‍؜‌⁠⁠⁠⁠⁣⁤',
171
- 'fabric.linking.unassigned': '⁣⁢Unassigned⁠؜‌‌⁠⁠؜⁠⁡؜‌‍⁣⁤',
172
- 'fabric.linking.unauthorised_account_description': "⁣⁢You're trying to preview a link to a private {context} page. We recommend you review the URL or contact the page owner.؜‌؜‍⁣⁤",
173
- 'fabric.linking.unauthorised_account_description_no_provider': "⁣⁢You're trying to preview a link to a private page. We recommend you review the URL or contact the page owner.⁡⁠‌⁠‌‌‍⁣⁤",
174
- 'fabric.linking.unauthorised_account_name': "⁣⁢We can't display private pages from {context}‌؜‍⁠‌⁡؜⁠‍⁣⁤",
175
- 'fabric.linking.unauthorised_account_name_no_provider': "⁣⁢We can't display private pages‌⁡؜⁠؜‌؜‌⁡⁠⁣⁤",
176
- 'fabric.linking.unfollow': '⁣⁢Unfollow⁠⁠‍⁠‌؜⁠‌⁠⁣⁤',
177
- 'fabric.linking.unfollow_goal': '⁣⁢Unfollow goal‌‌⁠‌؜⁡‍⁣⁤',
178
- 'fabric.linking.unfollow_goal_description': '⁣⁢Unfollow to stop receiving notifications for this goal‌⁡⁠‌‍⁠⁡⁡‍‌‍⁣⁤',
179
- '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.‍‍‌⁠⁡⁡⁠⁠‍؜؜⁣⁤',
180
- 'fabric.linking.unfollow_project': '⁣⁢Unfollow project؜؜؜⁠⁣⁤',
181
- 'fabric.linking.unfollow_project_description': '⁣⁢Unfollow to stop receiving project notifications⁡⁡‌؜⁠؜؜⁡‌؜⁣⁤',
182
- 'fabric.linking.unfollow_project_description-galaxia': '⁣⁢Unfollow to stop receiving space notifications؜‌‍؜‌‍‌؜⁣⁤',
183
- '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.‌‍⁡؜⁠‍؜⁡⁣⁤',
184
- 'fabric.linking.unfollow_project_error-galaxia': '⁣⁢We encountered an error while trying to unfollow the space. Check your connection or refresh the page and try again.⁡⁡‌؜⁡‍⁣⁤',
185
- 'fabric.linking.unlink_account': '⁣⁢Unlink Account⁠⁡⁡‌⁡⁣⁤',
186
- 'fabric.linking.updated_by': '⁣⁢Modified by {context}؜⁠‍‍⁡⁡‌⁡‌⁣⁤',
187
- 'fabric.linking.user_attributes': '⁣⁢{context}؜⁠⁠⁡⁣⁤',
188
- 'fabric.linking.view': '⁣⁢View⁡‍⁠‍⁠؜؜⁠⁡؜‌‌⁣⁤'
189
- };
8
+
9
+ import translations from '@atlaskit/afm-i18n-platform-linking-platform-smart-card/i18n/en_ZZ';
10
+ export default translations;