@atlaskit/smart-card 27.2.2 → 27.3.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 (154) hide show
  1. package/CHANGELOG.md +3655 -3654
  2. package/dist/cjs/i18n/cs.js +28 -0
  3. package/dist/cjs/i18n/da.js +28 -0
  4. package/dist/cjs/i18n/de.js +31 -0
  5. package/dist/cjs/i18n/en.js +41 -4
  6. package/dist/cjs/i18n/en_GB.js +41 -4
  7. package/dist/cjs/i18n/en_ZZ.js +41 -4
  8. package/dist/cjs/i18n/es.js +31 -0
  9. package/dist/cjs/i18n/fi.js +28 -0
  10. package/dist/cjs/i18n/fr.js +39 -0
  11. package/dist/cjs/i18n/hu.js +28 -0
  12. package/dist/cjs/i18n/it.js +28 -0
  13. package/dist/cjs/i18n/ja.js +28 -0
  14. package/dist/cjs/i18n/ko.js +28 -0
  15. package/dist/cjs/i18n/nb.js +28 -0
  16. package/dist/cjs/i18n/nl.js +28 -0
  17. package/dist/cjs/i18n/pl.js +28 -0
  18. package/dist/cjs/i18n/pt_BR.js +39 -0
  19. package/dist/cjs/i18n/ru.js +28 -0
  20. package/dist/cjs/i18n/sv.js +28 -0
  21. package/dist/cjs/i18n/th.js +28 -0
  22. package/dist/cjs/i18n/tr.js +28 -0
  23. package/dist/cjs/i18n/uk.js +39 -0
  24. package/dist/cjs/i18n/vi.js +28 -0
  25. package/dist/cjs/i18n/zh.js +28 -0
  26. package/dist/cjs/i18n/zh_TW.js +39 -0
  27. package/dist/cjs/state/hooks/use-ai-summary/ai-summary-service/index.js +10 -13
  28. package/dist/cjs/utils/analytics/analytics.js +1 -1
  29. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/index.js +35 -46
  30. package/dist/cjs/view/FlexibleCard/components/elements/badge/index.js +4 -2
  31. package/dist/cjs/view/HoverCard/components/HoverCardComponent.js +1 -1
  32. package/dist/cjs/view/LinkUrl/index.js +1 -1
  33. package/dist/cjs/view/RelatedLinksModal/components/related-link-item/index.js +2 -1
  34. package/dist/es2019/i18n/cs.js +28 -0
  35. package/dist/es2019/i18n/da.js +28 -0
  36. package/dist/es2019/i18n/de.js +31 -0
  37. package/dist/es2019/i18n/en.js +41 -4
  38. package/dist/es2019/i18n/en_GB.js +41 -4
  39. package/dist/es2019/i18n/en_ZZ.js +41 -4
  40. package/dist/es2019/i18n/es.js +31 -0
  41. package/dist/es2019/i18n/fi.js +28 -0
  42. package/dist/es2019/i18n/fr.js +39 -0
  43. package/dist/es2019/i18n/hu.js +28 -0
  44. package/dist/es2019/i18n/it.js +28 -0
  45. package/dist/es2019/i18n/ja.js +28 -0
  46. package/dist/es2019/i18n/ko.js +28 -0
  47. package/dist/es2019/i18n/nb.js +28 -0
  48. package/dist/es2019/i18n/nl.js +28 -0
  49. package/dist/es2019/i18n/pl.js +28 -0
  50. package/dist/es2019/i18n/pt_BR.js +39 -0
  51. package/dist/es2019/i18n/ru.js +28 -0
  52. package/dist/es2019/i18n/sv.js +28 -0
  53. package/dist/es2019/i18n/th.js +28 -0
  54. package/dist/es2019/i18n/tr.js +28 -0
  55. package/dist/es2019/i18n/uk.js +39 -0
  56. package/dist/es2019/i18n/vi.js +28 -0
  57. package/dist/es2019/i18n/zh.js +28 -0
  58. package/dist/es2019/i18n/zh_TW.js +39 -0
  59. package/dist/es2019/state/hooks/use-ai-summary/ai-summary-service/index.js +2 -6
  60. package/dist/es2019/utils/analytics/analytics.js +1 -1
  61. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/index.js +34 -41
  62. package/dist/es2019/view/FlexibleCard/components/elements/badge/index.js +2 -1
  63. package/dist/es2019/view/HoverCard/components/HoverCardComponent.js +1 -1
  64. package/dist/es2019/view/LinkUrl/index.js +1 -1
  65. package/dist/es2019/view/RelatedLinksModal/components/related-link-item/index.js +2 -1
  66. package/dist/esm/i18n/cs.js +28 -0
  67. package/dist/esm/i18n/da.js +28 -0
  68. package/dist/esm/i18n/de.js +31 -0
  69. package/dist/esm/i18n/en.js +41 -4
  70. package/dist/esm/i18n/en_GB.js +41 -4
  71. package/dist/esm/i18n/en_ZZ.js +41 -4
  72. package/dist/esm/i18n/es.js +31 -0
  73. package/dist/esm/i18n/fi.js +28 -0
  74. package/dist/esm/i18n/fr.js +39 -0
  75. package/dist/esm/i18n/hu.js +28 -0
  76. package/dist/esm/i18n/it.js +28 -0
  77. package/dist/esm/i18n/ja.js +28 -0
  78. package/dist/esm/i18n/ko.js +28 -0
  79. package/dist/esm/i18n/nb.js +28 -0
  80. package/dist/esm/i18n/nl.js +28 -0
  81. package/dist/esm/i18n/pl.js +28 -0
  82. package/dist/esm/i18n/pt_BR.js +39 -0
  83. package/dist/esm/i18n/ru.js +28 -0
  84. package/dist/esm/i18n/sv.js +28 -0
  85. package/dist/esm/i18n/th.js +28 -0
  86. package/dist/esm/i18n/tr.js +28 -0
  87. package/dist/esm/i18n/uk.js +39 -0
  88. package/dist/esm/i18n/vi.js +28 -0
  89. package/dist/esm/i18n/zh.js +28 -0
  90. package/dist/esm/i18n/zh_TW.js +39 -0
  91. package/dist/esm/state/hooks/use-ai-summary/ai-summary-service/index.js +11 -14
  92. package/dist/esm/utils/analytics/analytics.js +1 -1
  93. package/dist/esm/view/FlexibleCard/components/actions/automation-action/index.js +36 -47
  94. package/dist/esm/view/FlexibleCard/components/elements/badge/index.js +4 -2
  95. package/dist/esm/view/HoverCard/components/HoverCardComponent.js +1 -1
  96. package/dist/esm/view/LinkUrl/index.js +1 -1
  97. package/dist/esm/view/RelatedLinksModal/components/related-link-item/index.js +2 -1
  98. package/dist/types/i18n/cs.d.ts +28 -0
  99. package/dist/types/i18n/da.d.ts +28 -0
  100. package/dist/types/i18n/de.d.ts +31 -0
  101. package/dist/types/i18n/en.d.ts +41 -4
  102. package/dist/types/i18n/en_GB.d.ts +41 -4
  103. package/dist/types/i18n/en_ZZ.d.ts +41 -4
  104. package/dist/types/i18n/es.d.ts +31 -0
  105. package/dist/types/i18n/fi.d.ts +28 -0
  106. package/dist/types/i18n/fr.d.ts +39 -0
  107. package/dist/types/i18n/hu.d.ts +28 -0
  108. package/dist/types/i18n/it.d.ts +28 -0
  109. package/dist/types/i18n/ja.d.ts +28 -0
  110. package/dist/types/i18n/ko.d.ts +28 -0
  111. package/dist/types/i18n/nb.d.ts +28 -0
  112. package/dist/types/i18n/nl.d.ts +28 -0
  113. package/dist/types/i18n/pl.d.ts +28 -0
  114. package/dist/types/i18n/pt_BR.d.ts +39 -0
  115. package/dist/types/i18n/ru.d.ts +28 -0
  116. package/dist/types/i18n/sv.d.ts +28 -0
  117. package/dist/types/i18n/th.d.ts +28 -0
  118. package/dist/types/i18n/tr.d.ts +28 -0
  119. package/dist/types/i18n/uk.d.ts +39 -0
  120. package/dist/types/i18n/vi.d.ts +28 -0
  121. package/dist/types/i18n/zh.d.ts +28 -0
  122. package/dist/types/i18n/zh_TW.d.ts +39 -0
  123. package/dist/types/view/FlexibleCard/components/blocks/types.d.ts +2 -1
  124. package/dist/types/view/FlexibleCard/components/elements/badge/index.d.ts +2 -3
  125. package/dist/types/view/FlexibleCard/components/elements/badge/types.d.ts +6 -1
  126. package/dist/types-ts4.5/i18n/cs.d.ts +28 -0
  127. package/dist/types-ts4.5/i18n/da.d.ts +28 -0
  128. package/dist/types-ts4.5/i18n/de.d.ts +31 -0
  129. package/dist/types-ts4.5/i18n/en.d.ts +41 -4
  130. package/dist/types-ts4.5/i18n/en_GB.d.ts +41 -4
  131. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +41 -4
  132. package/dist/types-ts4.5/i18n/es.d.ts +31 -0
  133. package/dist/types-ts4.5/i18n/fi.d.ts +28 -0
  134. package/dist/types-ts4.5/i18n/fr.d.ts +39 -0
  135. package/dist/types-ts4.5/i18n/hu.d.ts +28 -0
  136. package/dist/types-ts4.5/i18n/it.d.ts +28 -0
  137. package/dist/types-ts4.5/i18n/ja.d.ts +28 -0
  138. package/dist/types-ts4.5/i18n/ko.d.ts +28 -0
  139. package/dist/types-ts4.5/i18n/nb.d.ts +28 -0
  140. package/dist/types-ts4.5/i18n/nl.d.ts +28 -0
  141. package/dist/types-ts4.5/i18n/pl.d.ts +28 -0
  142. package/dist/types-ts4.5/i18n/pt_BR.d.ts +39 -0
  143. package/dist/types-ts4.5/i18n/ru.d.ts +28 -0
  144. package/dist/types-ts4.5/i18n/sv.d.ts +28 -0
  145. package/dist/types-ts4.5/i18n/th.d.ts +28 -0
  146. package/dist/types-ts4.5/i18n/tr.d.ts +28 -0
  147. package/dist/types-ts4.5/i18n/uk.d.ts +39 -0
  148. package/dist/types-ts4.5/i18n/vi.d.ts +28 -0
  149. package/dist/types-ts4.5/i18n/zh.d.ts +28 -0
  150. package/dist/types-ts4.5/i18n/zh_TW.d.ts +39 -0
  151. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/types.d.ts +2 -1
  152. package/dist/types-ts4.5/view/FlexibleCard/components/elements/badge/index.d.ts +2 -3
  153. package/dist/types-ts4.5/view/FlexibleCard/components/elements/badge/types.d.ts +6 -1
  154. package/package.json +1 -4
@@ -20,11 +20,20 @@ var _default = exports.default = {
20
20
  'fabric.linking.ai_summarized': 'Shrnuto pomocí Atlassian Intelligence',
21
21
  'fabric.linking.ai_summarized_abbreviation': 'Shrnuto pomocí AI',
22
22
  'fabric.linking.ai_summarized_info': 'Kvalita informací se může různit. <a>Další informace</a>',
23
+ 'fabric.linking.ai_summarized_info_short': 'Kvalita obsahu se může různit.',
23
24
  'fabric.linking.ai_summarizing': 'Atlassian Intelligence pracuje…',
25
+ 'fabric.linking.ai_summary_action': 'Shrnout pomocí AI',
26
+ 'fabric.linking.ai_summary_action_description': 'Shrňte obsah tohoto odkazu pomocí Atlassian Intelligence.',
24
27
  '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>.',
28
+ '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.',
25
29
  'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) neodpovídá. Zkuste to znovu později nebo <a>zkontrolujte stav AI</a>.',
26
30
  '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.',
27
31
  'fabric.linking.assigned_to': 'Přiřazeno k: {context}',
32
+ '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ů.',
33
+ 'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizace stránek',
34
+ 'fabric.linking.automation-action.icon.label': 'Ikona automatizace',
35
+ 'fabric.linking.automation-action.title': 'Spustit automatizaci…',
36
+ 'fabric.linking.automation-action.tooltip': 'Otevřít modální okno automatizace',
28
37
  'fabric.linking.beta': 'Beta',
29
38
  'fabric.linking.cancel': 'Zrušit',
30
39
  'fabric.linking.cannot_connect': 'Nelze se připojit, zkuste to znovu.',
@@ -43,6 +52,10 @@ var _default = exports.default = {
43
52
  'fabric.linking.connect_unauthorised_account_description': 'Připojte svůj účet {context} a spolupracujte pomocí všech produktů Atlassian.',
44
53
  'fabric.linking.connect_unauthorised_account_description_no_provider': 'Připojte svůj účet a spolupracujte pomocí všech produktů Atlassian.',
45
54
  'fabric.linking.continue': 'Pokračovat',
55
+ 'fabric.linking.copied_summary_action_description': 'Souhrn byl zkopírován do schránky.',
56
+ 'fabric.linking.copied_url_to_clipboard': 'Zkopírováno',
57
+ 'fabric.linking.copy_summary_action': 'Zkopírovat souhrn',
58
+ 'fabric.linking.copy_summary_action_description': 'Zkopírovat souhrn',
46
59
  'fabric.linking.copy_url_to_clipboard': 'Kopírovat odkaz',
47
60
  'fabric.linking.couldnt_load_link': 'Tento odkaz se z neznámého důvodu nepodařilo načíst.',
48
61
  'fabric.linking.create_on_absolute': 'Vytvořeno: {context}',
@@ -53,8 +66,16 @@ var _default = exports.default = {
53
66
  'fabric.linking.direct_access_description': 'Váš tým spolupracuje v {product} a vy můžete tento produkt hned začít používat také!',
54
67
  'fabric.linking.direct_access_title': 'Chcete-li si zobrazit tento obsah, připojte se k produktu {product}',
55
68
  'fabric.linking.download': 'Stáhnout',
69
+ 'fabric.linking.download_description': 'Stáhněte si tento soubor do místního úložiště.',
70
+ 'fabric.linking.download_file': 'Stáhnout soubor',
56
71
  'fabric.linking.edit': 'Upravit',
57
72
  'fabric.linking.follow': 'Sledovat',
73
+ 'fabric.linking.follow_goal': 'Sledovat cíl',
74
+ 'fabric.linking.follow_goal_description': 'Chcete-li dostávat oznámení o aktualizacích, začněte sledovat tento cíl.',
75
+ '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.',
76
+ 'fabric.linking.follow_project': 'Sledovat projekt',
77
+ 'fabric.linking.follow_project_description': 'Chcete-li dostávat oznámení o tomto projektu, začněte ho sledovat.',
78
+ '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.',
58
79
  'fabric.linking.forbidden_access': 'Přístup byl odepřen',
59
80
  'fabric.linking.forbidden_description': 'Pokud chcete požádat o přístup k webu {hostname}, kontaktujte správce.',
60
81
  'fabric.linking.forbidden_title': 'K tomuto obsahu nemáte přístup',
@@ -79,6 +100,7 @@ var _default = exports.default = {
79
100
  'fabric.linking.owned_by': 'Vlastník: {context}',
80
101
  'fabric.linking.pending_request': 'Vaše žádost o přístup čeká na vyřízení.',
81
102
  'fabric.linking.preview_close': 'Zavřít náhled',
103
+ 'fabric.linking.preview_description': 'Otevřít náhled tohoto odkazu na celé obrazovce',
82
104
  'fabric.linking.preview_improved': 'Otevřít náhled',
83
105
  'fabric.linking.preview_max_size': 'Zobrazit na celé obrazovce',
84
106
  'fabric.linking.preview_min_size': 'Zavřít zobrazení na celé obrazovce',
@@ -122,6 +144,12 @@ var _default = exports.default = {
122
144
  'fabric.linking.unauthorised_account_name': 'Soukromé stránky ze zdroje {context} nejde zobrazit.',
123
145
  'fabric.linking.unauthorised_account_name_no_provider': 'Soukromé stránky nejde zobrazit.',
124
146
  'fabric.linking.unfollow': 'Přestat sledovat',
147
+ 'fabric.linking.unfollow_goal': 'Přestat sledovat cíl',
148
+ 'fabric.linking.unfollow_goal_description': 'Pokud už nechcete dostávat oznámení o tomto cíli, zrušte sledování.',
149
+ '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.',
150
+ 'fabric.linking.unfollow_project': 'Přestat sledovat projekt',
151
+ 'fabric.linking.unfollow_project_description': 'Pokud už nechcete dostávat oznámení o projektu, zrušte sledování.',
152
+ '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.',
125
153
  'fabric.linking.unlink_account': 'Odpojit účet',
126
154
  'fabric.linking.updated_by': 'Upravil(a) {context}',
127
155
  'fabric.linking.view': 'Zobrazit'
@@ -20,11 +20,20 @@ var _default = exports.default = {
20
20
  'fabric.linking.ai_summarized': 'Opsummeret af Atlassian Intelligence',
21
21
  'fabric.linking.ai_summarized_abbreviation': 'Opsummeret af AI',
22
22
  'fabric.linking.ai_summarized_info': 'Informationskvaliteten kan variere. <a>Få mere at vide</a>',
23
+ 'fabric.linking.ai_summarized_info_short': 'Indholdskvaliteten kan variere',
23
24
  'fabric.linking.ai_summarizing': 'Atlassian Intelligence arbejder ...',
25
+ 'fabric.linking.ai_summary_action': 'Opsummer med AI',
26
+ 'fabric.linking.ai_summary_action_description': 'Opsummer indholdet af dette link ved hjælp af Atlassian Intelligence.',
24
27
  '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>.',
28
+ '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.',
25
29
  'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) svarer ikke. Prøv igen senere, eller <a>kontrollér status for AI</a>.',
26
30
  '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.',
27
31
  'fabric.linking.assigned_to': 'Tildelt til {context}',
32
+ '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.',
33
+ 'fabric.linking.automation-action.confluence.page.modal.title': 'Sideautomatiseringer',
34
+ 'fabric.linking.automation-action.icon.label': 'Ikon for automatisering',
35
+ 'fabric.linking.automation-action.title': 'Kør automatisering …',
36
+ 'fabric.linking.automation-action.tooltip': 'Åbn et automatiseringsmodul',
28
37
  'fabric.linking.beta': 'Beta',
29
38
  'fabric.linking.cancel': 'Annuller',
30
39
  'fabric.linking.cannot_connect': 'Kan ikke oprette forbindelse. Prøv igen.',
@@ -43,6 +52,10 @@ var _default = exports.default = {
43
52
  'fabric.linking.connect_unauthorised_account_description': 'Tilknyt din {context}-konto for at samarbejde om arbejde på tværs af Atlassian-produkter.',
44
53
  'fabric.linking.connect_unauthorised_account_description_no_provider': 'Tilknyt din konto for at samarbejde om arbejde på tværs af Atlassian-produkter.',
45
54
  'fabric.linking.continue': 'Fortsæt',
55
+ 'fabric.linking.copied_summary_action_description': 'Kopierede oversigt til udklipsholder',
56
+ 'fabric.linking.copied_url_to_clipboard': 'Kopieret!',
57
+ 'fabric.linking.copy_summary_action': 'Kopiér oversigt',
58
+ 'fabric.linking.copy_summary_action_description': 'Kopiér oversigt',
46
59
  'fabric.linking.copy_url_to_clipboard': 'Kopiér link',
47
60
  'fabric.linking.couldnt_load_link': 'Af en ukendt årsag kunne vi ikke indlæse dette link.',
48
61
  'fabric.linking.create_on_absolute': 'Oprettet {context}',
@@ -53,8 +66,16 @@ var _default = exports.default = {
53
66
  'fabric.linking.direct_access_description': 'Dit team bruger {product} til at samarbejde, og du kan begynde at bruge det med det samme!',
54
67
  'fabric.linking.direct_access_title': 'Deltag i {product} for at se dette indhold',
55
68
  'fabric.linking.download': 'Hent',
69
+ 'fabric.linking.download_description': 'Download denne fil til dit lokale lager',
70
+ 'fabric.linking.download_file': 'Download fil',
56
71
  'fabric.linking.edit': 'Rediger',
57
72
  'fabric.linking.follow': 'Følg',
73
+ 'fabric.linking.follow_goal': 'Følg mål',
74
+ 'fabric.linking.follow_goal_description': 'Følg dette mål for at få meddelelser om opdateringer',
75
+ '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.',
76
+ 'fabric.linking.follow_project': 'Følg projektet',
77
+ 'fabric.linking.follow_project_description': 'Følg for at få meddelelser om dette projekt',
78
+ '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.',
58
79
  'fabric.linking.forbidden_access': 'Du har ikke adgang',
59
80
  'fabric.linking.forbidden_description': 'Kontakt din administrator for at anmode om adgang til {hostname}.',
60
81
  'fabric.linking.forbidden_title': 'Du har ikke adgang til dette indhold',
@@ -79,6 +100,7 @@ var _default = exports.default = {
79
100
  'fabric.linking.owned_by': 'Ejet af {context}',
80
101
  'fabric.linking.pending_request': 'Din anmodning om adgang afventer behandling',
81
102
  'fabric.linking.preview_close': 'Luk forhåndsvisning',
103
+ 'fabric.linking.preview_description': 'Åbn en forhåndsvisning i fuld skærm af dette link',
82
104
  'fabric.linking.preview_improved': 'Åbn forhåndsvisning',
83
105
  'fabric.linking.preview_max_size': 'Vis fuld skærm',
84
106
  'fabric.linking.preview_min_size': 'Luk fuld skærm',
@@ -122,6 +144,12 @@ var _default = exports.default = {
122
144
  'fabric.linking.unauthorised_account_name': 'Vi kan ikke vise private sider fra {context}',
123
145
  'fabric.linking.unauthorised_account_name_no_provider': 'Vi kan ikke vise private sider',
124
146
  'fabric.linking.unfollow': 'Ophør med at følge',
147
+ 'fabric.linking.unfollow_goal': 'Stop med at følge mål',
148
+ 'fabric.linking.unfollow_goal_description': 'Stop med at følge for at stoppe med at modtage meddelelser om dette mål',
149
+ '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.',
150
+ 'fabric.linking.unfollow_project': 'Stop med at følge projektet',
151
+ 'fabric.linking.unfollow_project_description': 'Stop med at følge for at stoppe modtagelse af projektmeddelelser',
152
+ '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.',
125
153
  'fabric.linking.unlink_account': 'Fjern link til konto',
126
154
  'fabric.linking.updated_by': 'Ændret af {context}',
127
155
  'fabric.linking.view': 'Vis'
@@ -13,6 +13,9 @@ exports.default = void 0;
13
13
  */
14
14
  //German (Germany)
15
15
  var _default = exports.default = {
16
+ 'automation-menu.modal.error.image.alt': 'Symbol: Fehler',
17
+ 'automation-menu.modal.footer.cancel-button': 'Abbrechen',
18
+ 'automation-menu.modal.footer.ok-button': 'OK',
16
19
  'fabric.linking.access_exists_description': 'Bitten Sie Ihren Administrator um Zugriffsrechte für die Anzeige dieses Inhalts von {hostname}.',
17
20
  'fabric.linking.actions': 'Aktionen',
18
21
  'fabric.linking.add_account': 'Account hinzufügen',
@@ -20,11 +23,20 @@ var _default = exports.default = {
20
23
  'fabric.linking.ai_summarized': 'Zusammengefasst von Atlassian Intelligence',
21
24
  'fabric.linking.ai_summarized_abbreviation': 'Von AI zusammengefasst',
22
25
  'fabric.linking.ai_summarized_info': 'Die Qualität der Informationen kann variieren. <a>Weitere Informationen</a>',
26
+ 'fabric.linking.ai_summarized_info_short': 'Die Qualität der Inhalte kann variieren.',
23
27
  'fabric.linking.ai_summarizing': 'Atlassian Intelligence arbeitet …',
28
+ 'fabric.linking.ai_summary_action': 'Atlassian Intelligence für Zusammenfassungen nutzen',
29
+ 'fabric.linking.ai_summary_action_description': 'Lassen Sie sich den Inhalt dieses Links mithilfe von Atlassian Intelligence zusammenfassen.',
24
30
  '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>.',
31
+ '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.',
25
32
  '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>.',
26
33
  '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.',
27
34
  'fabric.linking.assigned_to': 'Zugewiesen an {context}',
35
+ '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.',
36
+ 'fabric.linking.automation-action.confluence.page.modal.title': 'Seitenautomatisierungen',
37
+ 'fabric.linking.automation-action.icon.label': 'Symbol: Automatisierung',
38
+ 'fabric.linking.automation-action.title': 'Automatisierung ausführen …',
39
+ 'fabric.linking.automation-action.tooltip': 'Automatisierungsfenster öffnen',
28
40
  'fabric.linking.beta': 'Beta',
29
41
  'fabric.linking.cancel': 'Abbrechen',
30
42
  'fabric.linking.cannot_connect': 'Verbindung nicht möglich, versuchen Sie es erneut',
@@ -43,6 +55,10 @@ var _default = exports.default = {
43
55
  'fabric.linking.connect_unauthorised_account_description': 'Verbinden Sie Ihr {context}-Konto, um an verschiedenen Atlassian-Produkten mitzuarbeiten.',
44
56
  'fabric.linking.connect_unauthorised_account_description_no_provider': 'Verbinden Sie Ihr Konto, um an verschiedenen Atlassian-Produkten mitzuarbeiten.',
45
57
  'fabric.linking.continue': 'Weiter',
58
+ 'fabric.linking.copied_summary_action_description': 'Zusammenfassung in die Zwischenablage kopiert',
59
+ 'fabric.linking.copied_url_to_clipboard': 'Kopiert!',
60
+ 'fabric.linking.copy_summary_action': 'Zusammenfassung kopieren',
61
+ 'fabric.linking.copy_summary_action_description': 'Zusammenfassung kopieren',
46
62
  'fabric.linking.copy_url_to_clipboard': 'Link kopieren',
47
63
  'fabric.linking.couldnt_load_link': 'Dieser Link konnte aus unbekannten Gründen nicht geladen werden.',
48
64
  'fabric.linking.create_on_absolute': 'Erstellt am: {context}',
@@ -53,8 +69,16 @@ var _default = exports.default = {
53
69
  'fabric.linking.direct_access_description': 'Ihr Team nutzt {product} bereits zur Zusammenarbeit und kann gleich loslegen!',
54
70
  'fabric.linking.direct_access_title': 'Treten Sie {product} bei, um diesen Inhalt anzuzeigen',
55
71
  'fabric.linking.download': 'Herunterladen',
72
+ 'fabric.linking.download_description': 'Diese Datei wird in Ihren lokalen Speicher heruntergeladen.',
73
+ 'fabric.linking.download_file': 'Datei herunterladen',
56
74
  'fabric.linking.edit': 'Bearbeiten',
57
75
  'fabric.linking.follow': 'Folgen',
76
+ 'fabric.linking.follow_goal': 'Ziel folgen',
77
+ 'fabric.linking.follow_goal_description': 'Folgen Sie diesem Ziel, um Benachrichtigungen zu Updates zu erhalten.',
78
+ '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.',
79
+ 'fabric.linking.follow_project': 'Projekt folgen',
80
+ 'fabric.linking.follow_project_description': 'Folgen Sie diesem Projekt, um Benachrichtigungen zu Updates zu erhalten.',
81
+ '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.',
58
82
  'fabric.linking.forbidden_access': 'Sie sind nicht zugriffsberechtigt',
59
83
  'fabric.linking.forbidden_description': 'Bitten Sie Ihren Administrator um Zugriffsrechte für {hostname}.',
60
84
  'fabric.linking.forbidden_title': 'Sie haben keinen Zugriff auf diesen Inhalt',
@@ -79,6 +103,7 @@ var _default = exports.default = {
79
103
  'fabric.linking.owned_by': 'Besitzer: {context}',
80
104
  'fabric.linking.pending_request': 'Ihre Zugriffsanfrage ist ausstehend.',
81
105
  'fabric.linking.preview_close': 'Vorschau beenden',
106
+ 'fabric.linking.preview_description': 'Es wird eine Vorschau dieses Links im Vollbildmodus geöffnet.',
82
107
  'fabric.linking.preview_improved': 'Vorschau öffnen',
83
108
  'fabric.linking.preview_max_size': 'Vollbildansicht anzeigen',
84
109
  'fabric.linking.preview_min_size': 'Vollbildansicht beenden',
@@ -122,6 +147,12 @@ var _default = exports.default = {
122
147
  'fabric.linking.unauthorised_account_name': 'Private Seiten von {context} können nicht angezeigt werden',
123
148
  'fabric.linking.unauthorised_account_name_no_provider': 'Private Seiten können nicht angezeigt werden',
124
149
  'fabric.linking.unfollow': 'Nicht mehr folgen',
150
+ 'fabric.linking.unfollow_goal': 'Ziel nicht mehr folgen',
151
+ 'fabric.linking.unfollow_goal_description': 'Nicht mehr folgen, um keine Benachrichtigungen für dieses Ziel mehr zu erhalten',
152
+ '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.',
153
+ 'fabric.linking.unfollow_project': 'Projekt nicht mehr folgen',
154
+ 'fabric.linking.unfollow_project_description': 'Nicht mehr folgen, um keine Benachrichtigungen für dieses Projekt mehr zu erhalten',
155
+ '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.',
125
156
  'fabric.linking.unlink_account': 'Kontoverknüpfung löschen',
126
157
  'fabric.linking.updated_by': 'Geändert von {context}',
127
158
  'fabric.linking.view': 'Anzeigen'
@@ -13,6 +13,17 @@ exports.default = void 0;
13
13
  */
14
14
  //
15
15
  var _default = exports.default = {
16
+ 'automation-menu.empty-state.image.alt': 'Empty automation list icon',
17
+ 'automation-menu.empty-state.learn-more.link': 'Learn more about the manual trigger',
18
+ '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.',
19
+ 'automation-menu.modal.empty.automations.user.description': 'Admins haven’t configured any manually triggered automations yet.',
20
+ 'automation-menu.modal.error.description': 'This is taking awhile to load. Try refreshing the page.',
21
+ 'automation-menu.modal.error.image.alt': 'Error icon',
22
+ 'automation-menu.modal.footer.automate-button': 'Automate',
23
+ 'automation-menu.modal.footer.cancel-button': 'Cancel',
24
+ 'automation-menu.modal.footer.get-started-button': 'Create automation',
25
+ 'automation-menu.modal.footer.ok-button': 'Ok',
26
+ 'automation-menu.modal.header.icon.label': 'Automation modal header icon',
16
27
  'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
17
28
  'fabric.linking.actions': 'Actions',
18
29
  'fabric.linking.add_account': 'Add account',
@@ -20,11 +31,20 @@ var _default = exports.default = {
20
31
  'fabric.linking.ai_summarized': 'Summarized by Atlassian Intelligence',
21
32
  'fabric.linking.ai_summarized_abbreviation': 'Summarized by AI',
22
33
  'fabric.linking.ai_summarized_info': 'Information quality may vary. <a>Learn more</a>',
34
+ 'fabric.linking.ai_summarized_info_short': 'Content quality may vary',
23
35
  'fabric.linking.ai_summarizing': 'Atlassian Intelligence is working...',
36
+ 'fabric.linking.ai_summary_action': 'Summarize with AI',
37
+ 'fabric.linking.ai_summary_action_description': 'Summarize the content of this link using Atlassian Intelligence.',
24
38
  '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>.",
39
+ '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.",
25
40
  'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <a>check the status of AI</a>.',
26
41
  '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.',
27
42
  'fabric.linking.assigned_to': 'Assigned to {context}',
43
+ '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.',
44
+ 'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
45
+ 'fabric.linking.automation-action.icon.label': 'Automation icon',
46
+ 'fabric.linking.automation-action.title': 'View automation rules...',
47
+ 'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
28
48
  'fabric.linking.beta': 'Beta',
29
49
  'fabric.linking.cancel': 'Cancel',
30
50
  'fabric.linking.cannot_connect': "Can't connect, try again",
@@ -43,7 +63,10 @@ var _default = exports.default = {
43
63
  'fabric.linking.connect_unauthorised_account_description': 'Connect your {context} account to collaborate on work across Atlassian products.',
44
64
  'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connect your account to collaborate on work across Atlassian products.',
45
65
  'fabric.linking.continue': 'Continue',
46
- 'fabric.linking.copied_url_to_clipboard.nonfinal': 'Copied!',
66
+ 'fabric.linking.copied_summary_action_description': 'Copied summary to clipboard',
67
+ 'fabric.linking.copied_url_to_clipboard': 'Copied!',
68
+ 'fabric.linking.copy_summary_action': 'Copy summary',
69
+ 'fabric.linking.copy_summary_action_description': 'Copy summary',
47
70
  'fabric.linking.copy_url_to_clipboard': 'Copy link',
48
71
  'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
49
72
  'fabric.linking.create_on_absolute': 'Created on {context}',
@@ -54,10 +77,16 @@ var _default = exports.default = {
54
77
  'fabric.linking.direct_access_description': 'Your team uses {product} to collaborate and you can start using it right away!',
55
78
  'fabric.linking.direct_access_title': 'Join {product} to view this content',
56
79
  'fabric.linking.download': 'Download',
57
- 'fabric.linking.download_description.nonfinal': 'Download this file into your local storage',
58
- 'fabric.linking.download_file.nonfinal': 'Download file',
80
+ 'fabric.linking.download_description': 'Download this file into your local storage',
81
+ 'fabric.linking.download_file': 'Download file',
59
82
  'fabric.linking.edit': 'Edit',
60
83
  'fabric.linking.follow': 'Follow',
84
+ 'fabric.linking.follow_goal': 'Follow goal',
85
+ 'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
86
+ '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.',
87
+ 'fabric.linking.follow_project': 'Follow project',
88
+ 'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
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.',
61
90
  'fabric.linking.forbidden_access': 'Your access is forbidden',
62
91
  'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
63
92
  'fabric.linking.forbidden_title': "You don't have access to this content",
@@ -82,7 +111,7 @@ var _default = exports.default = {
82
111
  'fabric.linking.owned_by': 'Owned by {context}',
83
112
  'fabric.linking.pending_request': 'Your access request is pending',
84
113
  'fabric.linking.preview_close': 'Close preview',
85
- 'fabric.linking.preview_description.nonfinal': 'Open a full screen preview of this link',
114
+ 'fabric.linking.preview_description': 'Open a full screen preview of this link',
86
115
  'fabric.linking.preview_improved': 'Open preview',
87
116
  'fabric.linking.preview_max_size': 'View full screen',
88
117
  'fabric.linking.preview_min_size': 'Close full screen',
@@ -99,6 +128,8 @@ var _default = exports.default = {
99
128
  'fabric.linking.priority_undefined': 'Undefined',
100
129
  'fabric.linking.read_time': '{context} min read',
101
130
  'fabric.linking.related': 'Related',
131
+ 'fabric.linking.related_links_modal_title.nonfinal': 'Recent Links',
132
+ 'fabric.linking.related_links_view_related_urls.nonfinal': 'View recent links...',
102
133
  'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
103
134
  'fabric.linking.request_access': 'Request access',
104
135
  'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
@@ -126,6 +157,12 @@ var _default = exports.default = {
126
157
  'fabric.linking.unauthorised_account_name': "We can't display private pages from {context}",
127
158
  'fabric.linking.unauthorised_account_name_no_provider': "We can't display private pages",
128
159
  'fabric.linking.unfollow': 'Unfollow',
160
+ 'fabric.linking.unfollow_goal': 'Unfollow goal',
161
+ 'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
162
+ '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.',
163
+ 'fabric.linking.unfollow_project': 'Unfollow project',
164
+ 'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
165
+ '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.',
129
166
  'fabric.linking.unlink_account': 'Unlink Account',
130
167
  'fabric.linking.updated_by': 'Modified by {context}',
131
168
  'fabric.linking.view': 'View'
@@ -13,6 +13,17 @@ exports.default = void 0;
13
13
  */
14
14
  //English (United Kingdom)
15
15
  var _default = exports.default = {
16
+ 'automation-menu.empty-state.image.alt': 'Empty automation list icon',
17
+ 'automation-menu.empty-state.learn-more.link': 'Learn more about the manual trigger',
18
+ '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.',
19
+ 'automation-menu.modal.empty.automations.user.description': 'Admins haven’t configured any manually triggered automations yet.',
20
+ 'automation-menu.modal.error.description': 'This is taking awhile to load. Try refreshing the page.',
21
+ 'automation-menu.modal.error.image.alt': 'Error icon',
22
+ 'automation-menu.modal.footer.automate-button': 'Automate',
23
+ 'automation-menu.modal.footer.cancel-button': 'Cancel',
24
+ 'automation-menu.modal.footer.get-started-button': 'Create automation',
25
+ 'automation-menu.modal.footer.ok-button': 'Ok',
26
+ 'automation-menu.modal.header.icon.label': 'Automation modal header icon',
16
27
  'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
17
28
  'fabric.linking.actions': 'Actions',
18
29
  'fabric.linking.add_account': 'Add account',
@@ -20,11 +31,20 @@ var _default = exports.default = {
20
31
  'fabric.linking.ai_summarized': 'Summarised by Atlassian Intelligence',
21
32
  'fabric.linking.ai_summarized_abbreviation': 'Summarised by AI',
22
33
  'fabric.linking.ai_summarized_info': 'Information quality may vary. <a>Learn more</a>',
34
+ 'fabric.linking.ai_summarized_info_short': 'Content quality may vary',
23
35
  'fabric.linking.ai_summarizing': 'Atlassian Intelligence is working...',
36
+ 'fabric.linking.ai_summary_action': 'Summarise with AI',
37
+ 'fabric.linking.ai_summary_action_description': 'Summarise the content of this link using Atlassian Intelligence.',
24
38
  '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>.",
39
+ '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.",
25
40
  'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <a>check the status of AI</a>.',
26
41
  '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.',
27
42
  'fabric.linking.assigned_to': 'Assigned to {context}',
43
+ '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.',
44
+ 'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
45
+ 'fabric.linking.automation-action.icon.label': 'Automation icon',
46
+ 'fabric.linking.automation-action.title': 'View automation rules...',
47
+ 'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
28
48
  'fabric.linking.beta': 'Beta',
29
49
  'fabric.linking.cancel': 'Cancel',
30
50
  'fabric.linking.cannot_connect': "Can't connect, try again",
@@ -43,7 +63,10 @@ var _default = exports.default = {
43
63
  'fabric.linking.connect_unauthorised_account_description': 'Connect your {context} account to collaborate on work across Atlassian products.',
44
64
  'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connect your account to collaborate on work across Atlassian products.',
45
65
  'fabric.linking.continue': 'Continue',
46
- 'fabric.linking.copied_url_to_clipboard.nonfinal': 'Copied!',
66
+ 'fabric.linking.copied_summary_action_description': 'Copied summary to clipboard',
67
+ 'fabric.linking.copied_url_to_clipboard': 'Copied!',
68
+ 'fabric.linking.copy_summary_action': 'Copy summary',
69
+ 'fabric.linking.copy_summary_action_description': 'Copy summary',
47
70
  'fabric.linking.copy_url_to_clipboard': 'Copy link',
48
71
  'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
49
72
  'fabric.linking.create_on_absolute': 'Created on {context}',
@@ -54,10 +77,16 @@ var _default = exports.default = {
54
77
  'fabric.linking.direct_access_description': 'Your team uses {product} to collaborate and you can start using it right away!',
55
78
  'fabric.linking.direct_access_title': 'Join {product} to view this content',
56
79
  'fabric.linking.download': 'Download',
57
- 'fabric.linking.download_description.nonfinal': 'Download this file into your local storage',
58
- 'fabric.linking.download_file.nonfinal': 'Download file',
80
+ 'fabric.linking.download_description': 'Download this file into your local storage',
81
+ 'fabric.linking.download_file': 'Download file',
59
82
  'fabric.linking.edit': 'Edit',
60
83
  'fabric.linking.follow': 'Follow',
84
+ 'fabric.linking.follow_goal': 'Follow goal',
85
+ 'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
86
+ '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.',
87
+ 'fabric.linking.follow_project': 'Follow project',
88
+ 'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
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.',
61
90
  'fabric.linking.forbidden_access': 'Your access is forbidden',
62
91
  'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
63
92
  'fabric.linking.forbidden_title': "You don't have access to this content",
@@ -82,7 +111,7 @@ var _default = exports.default = {
82
111
  'fabric.linking.owned_by': 'Owned by {context}',
83
112
  'fabric.linking.pending_request': 'Your access request is pending',
84
113
  'fabric.linking.preview_close': 'Close preview',
85
- 'fabric.linking.preview_description.nonfinal': 'Open a full screen preview of this link',
114
+ 'fabric.linking.preview_description': 'Open a full screen preview of this link',
86
115
  'fabric.linking.preview_improved': 'Open preview',
87
116
  'fabric.linking.preview_max_size': 'View full screen',
88
117
  'fabric.linking.preview_min_size': 'Close full screen',
@@ -99,6 +128,8 @@ var _default = exports.default = {
99
128
  'fabric.linking.priority_undefined': 'Undefined',
100
129
  'fabric.linking.read_time': '{context} min read',
101
130
  'fabric.linking.related': 'Related',
131
+ 'fabric.linking.related_links_modal_title.nonfinal': 'Recent Links',
132
+ 'fabric.linking.related_links_view_related_urls.nonfinal': 'View recent links...',
102
133
  'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
103
134
  'fabric.linking.request_access': 'Request access',
104
135
  'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
@@ -126,6 +157,12 @@ var _default = exports.default = {
126
157
  'fabric.linking.unauthorised_account_name': "We can't display private pages from {context}",
127
158
  'fabric.linking.unauthorised_account_name_no_provider': "We can't display private pages",
128
159
  'fabric.linking.unfollow': 'Unfollow',
160
+ 'fabric.linking.unfollow_goal': 'Unfollow goal',
161
+ 'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
162
+ '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.',
163
+ 'fabric.linking.unfollow_project': 'Unfollow project',
164
+ 'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
165
+ '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.',
129
166
  'fabric.linking.unlink_account': 'Unlink Account',
130
167
  'fabric.linking.updated_by': 'Modified by {context}',
131
168
  'fabric.linking.view': 'View'
@@ -13,6 +13,17 @@ exports.default = void 0;
13
13
  */
14
14
  //
15
15
  var _default = exports.default = {
16
+ 'automation-menu.empty-state.image.alt': '⁣⁢Empty automation list icon‍؜⁠‌؜‌‌‌؜؜⁣⁤',
17
+ 'automation-menu.empty-state.learn-more.link': '⁣⁢Learn more about the manual trigger‍⁡‍‍؜‌⁡⁠⁠⁡‍‌⁣⁤',
18
+ '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.‍‍‌‍‌؜‌⁡؜؜‍⁡⁣⁤',
19
+ 'automation-menu.modal.empty.automations.user.description': '⁣⁢Admins haven’t configured any manually triggered automations yet.‍‌⁠‍؜؜‌‌⁣⁤',
20
+ 'automation-menu.modal.error.description': '⁣⁢This is taking awhile to load. Try refreshing the page.⁠؜⁠⁡؜‌؜⁡⁣⁤',
21
+ 'automation-menu.modal.error.image.alt': '⁣⁢Error icon⁠؜؜‍‌؜⁠‌⁠⁣⁤',
22
+ 'automation-menu.modal.footer.automate-button': '⁣⁢Automate‍‍‌⁡‍؜‍⁡⁡‍‍‌⁠؜⁣⁤',
23
+ 'automation-menu.modal.footer.cancel-button': '⁣⁢Cancel⁡؜⁠؜⁡⁣⁤',
24
+ 'automation-menu.modal.footer.get-started-button': '⁣⁢Create automation‌⁠‍⁠⁡⁠‌‍؜‍⁠‌؜‌‌؜⁣⁤',
25
+ 'automation-menu.modal.footer.ok-button': '⁣⁢Ok⁠‌⁡⁡؜⁠؜‍⁠⁡⁠‍؜؜⁣⁤',
26
+ 'automation-menu.modal.header.icon.label': '⁣⁢Automation modal header icon‌‌⁡⁡؜⁠‍؜‌⁠⁣⁤',
16
27
  'fabric.linking.access_exists_description': '⁣⁢Request access to view this content from {hostname}.؜⁡‌⁡⁡؜⁠؜⁠‍؜‍⁠‌‌⁣⁤',
17
28
  'fabric.linking.actions': '⁣⁢Actions؜‌‌⁠‌⁡‌‌؜⁣⁤',
18
29
  'fabric.linking.add_account': '⁣⁢Add account‌‍‌⁡⁠⁠‌‌⁡‌⁠⁣⁤',
@@ -20,11 +31,20 @@ var _default = exports.default = {
20
31
  'fabric.linking.ai_summarized': '⁣⁢Summarized by Atlassian Intelligence⁡‍‌⁡⁠‍‌⁡⁠‌⁠⁣⁤',
21
32
  'fabric.linking.ai_summarized_abbreviation': '⁣⁢Summarized by AI؜⁡⁠‌‌⁡⁡‌‌؜⁣⁤',
22
33
  'fabric.linking.ai_summarized_info': '⁣⁢Information quality may vary. <a>Learn more</a>⁠‌⁠‌‌‌‌‌‍؜⁡⁠‌⁣⁤',
34
+ 'fabric.linking.ai_summarized_info_short': '⁣⁢Content quality may vary؜‍‌⁠؜؜‍‍⁣⁤',
23
35
  'fabric.linking.ai_summarizing': '⁣⁢Atlassian Intelligence is working...‌⁡⁡‍‍⁡⁠⁠‍؜؜؜‌؜⁣⁤',
36
+ 'fabric.linking.ai_summary_action': '⁣⁢Summarize with AI؜‍‍⁠‌⁡‌‍⁠⁣⁤',
37
+ 'fabric.linking.ai_summary_action_description': '⁣⁢Summarize the content of this link using Atlassian Intelligence.‍‍⁠؜‍⁠؜‍⁠‌‍⁡‍⁡⁣⁤',
24
38
  '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>.‌‌⁡‌⁡‌⁠⁡⁠‍‌⁠‌؜⁡⁣⁤",
39
+ '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.⁠⁡‍⁡‌⁡⁠‍⁡؜‌‌‌⁣⁤",
25
40
  'fabric.linking.ai_summary_error_generic': '⁣⁢Atlassian Intelligence (AI) isn’t responding. Try again later or <a>check the status of AI</a>.⁡⁡‍؜؜؜‌‍⁣⁤',
26
41
  '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.⁡؜‌؜‌⁡⁠؜‍⁠⁣⁤',
27
42
  'fabric.linking.assigned_to': '⁣⁢Assigned to {context}؜‌‍‍⁡؜؜‌‌‍⁡‍⁠⁠؜⁣⁤',
43
+ '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.⁡؜⁡؜؜‍‍؜‌⁠؜⁡‌⁣⁤',
44
+ 'fabric.linking.automation-action.confluence.page.modal.title': '⁣⁢Page automations⁠⁡‍⁠؜‍⁡‍‌⁣⁤',
45
+ 'fabric.linking.automation-action.icon.label': '⁣⁢Automation icon⁠‌‍‌⁡؜‌‌؜‍؜‌⁡⁣⁤',
46
+ 'fabric.linking.automation-action.title': '⁣⁢View automation rules...⁡‌‍؜‌⁠⁠؜‍‌⁠⁠؜‍⁠‍⁣⁤',
47
+ 'fabric.linking.automation-action.tooltip': '⁣⁢Select an automation rule to run⁡‌‍⁡⁡‌⁡‌⁠‌؜؜⁣⁤',
28
48
  'fabric.linking.beta': '⁣⁢Beta⁡⁡‌‍⁡⁡⁡‍⁡‌؜⁣⁤',
29
49
  'fabric.linking.cancel': '⁣⁢Cancel؜⁡‌‌؜⁡‌‌⁠‍‍‍⁣⁤',
30
50
  'fabric.linking.cannot_connect': "⁣⁢Can't connect, try again‌‍‍⁡؜؜⁡‌⁡⁣⁤",
@@ -43,7 +63,10 @@ var _default = exports.default = {
43
63
  'fabric.linking.connect_unauthorised_account_description': '⁣⁢Connect your {context} account to collaborate on work across Atlassian products.‌⁠؜⁡⁠؜⁡‌‍⁡⁡⁠‌⁣⁤',
44
64
  'fabric.linking.connect_unauthorised_account_description_no_provider': '⁣⁢Connect your account to collaborate on work across Atlassian products.⁡‍‌؜⁠⁡‍‌‌⁠‌⁣⁤',
45
65
  'fabric.linking.continue': '⁣⁢Continue‌؜⁡؜⁠⁡⁠‌؜⁠⁣⁤',
46
- 'fabric.linking.copied_url_to_clipboard.nonfinal': '⁣⁢Copied!‍؜‌‍؜⁠؜؜‍؜‍‍⁣⁤',
66
+ 'fabric.linking.copied_summary_action_description': '⁣⁢Copied summary to clipboard‍‌؜‍‌‌‍؜⁠⁡⁣⁤',
67
+ 'fabric.linking.copied_url_to_clipboard': '⁣⁢Copied!⁡⁠؜؜‍⁡⁡⁡⁠⁣⁤',
68
+ 'fabric.linking.copy_summary_action': '⁣⁢Copy summary⁠⁠‍؜⁠‍‍‌؜⁣⁤',
69
+ 'fabric.linking.copy_summary_action_description': '⁣⁢Copy summary‌‍؜؜‍‍⁡‌‌⁣⁤',
47
70
  'fabric.linking.copy_url_to_clipboard': '⁣⁢Copy link⁡‍⁠‍‌‍⁡⁠⁣⁤',
48
71
  'fabric.linking.couldnt_load_link': "⁣⁢We couldn't load this link for an unknown reason.؜‍⁡⁡؜‌‌؜⁡؜⁣⁤",
49
72
  'fabric.linking.create_on_absolute': '⁣⁢Created on {context}‍؜⁠؜‍⁠؜؜؜؜⁣⁤',
@@ -54,10 +77,16 @@ var _default = exports.default = {
54
77
  'fabric.linking.direct_access_description': '⁣⁢Your team uses {product} to collaborate and you can start using it right away!‌‌‍؜؜‍⁡‌‍‌⁠‍⁣⁤',
55
78
  'fabric.linking.direct_access_title': '⁣⁢Join {product} to view this content⁠⁡؜⁡‌⁠‌‍⁡⁠‍⁠‌⁣⁤',
56
79
  'fabric.linking.download': '⁣⁢Download‌‍‍؜⁠؜⁡⁡‍⁣⁤',
57
- 'fabric.linking.download_description.nonfinal': '⁣⁢Download this file into your local storage‌‌⁠⁠‌⁠⁣⁤',
58
- 'fabric.linking.download_file.nonfinal': '⁣⁢Download file؜‍⁡‌⁠‍⁡⁡⁠⁣⁤',
80
+ 'fabric.linking.download_description': '⁣⁢Download this file into your local storage‍⁠‍‌⁡⁠‍⁡⁠⁠⁡‌⁣⁤',
81
+ 'fabric.linking.download_file': '⁣⁢Download file؜‍؜؜؜؜‌؜‍؜⁣⁤',
59
82
  'fabric.linking.edit': '⁣⁢Edit‌⁠⁠‍؜‌⁡‍‍⁠⁣⁤',
60
83
  'fabric.linking.follow': '⁣⁢Follow‍⁡⁠؜⁡‌‍‍‍‍⁡؜‍‍⁣⁤',
84
+ 'fabric.linking.follow_goal': '⁣⁢Follow goal⁠‌⁠‌⁡⁠‌‌؜⁡⁠‌⁣⁤',
85
+ 'fabric.linking.follow_goal_description': '⁣⁢Follow this goal to get notifications on updates⁡؜⁡‍‍‌‍⁡؜⁠‌⁣⁤',
86
+ '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.‌؜⁡‍؜⁡‌‍⁠‌⁠⁣⁤',
87
+ 'fabric.linking.follow_project': '⁣⁢Follow project‍‌‌⁠‍؜‍⁡‌؜‌؜⁣⁤',
88
+ 'fabric.linking.follow_project_description': '⁣⁢Follow to get notifications on this project‌⁠⁡‌‌⁡؜‌⁠‍⁠‍‍⁣⁤',
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.⁠؜⁠‍؜‌‌‌⁠‌؜‍⁡‌⁠؜⁣⁤',
61
90
  'fabric.linking.forbidden_access': '⁣⁢Your access is forbidden؜‌⁠؜⁡‌؜⁠‌‍‌⁣⁤',
62
91
  'fabric.linking.forbidden_description': '⁣⁢Contact your admin to request access to {hostname}.⁠⁠⁠‌⁠⁡‌‍⁠⁣⁤',
63
92
  'fabric.linking.forbidden_title': "⁣⁢You don't have access to this content⁡؜‌‌‌⁡‌‌‌؜‍‌⁣⁤",
@@ -82,7 +111,7 @@ var _default = exports.default = {
82
111
  'fabric.linking.owned_by': '⁣⁢Owned by {context}⁠‍‍⁣⁤',
83
112
  'fabric.linking.pending_request': '⁣⁢Your access request is pending⁡⁠‌⁠⁣⁤',
84
113
  'fabric.linking.preview_close': '⁣⁢Close preview⁡‍‍‍‌‌‍؜‌؜⁠⁣⁤',
85
- 'fabric.linking.preview_description.nonfinal': '⁣⁢Open a full screen preview of this link‌⁡‍⁠؜⁠⁣⁤',
114
+ 'fabric.linking.preview_description': '⁣⁢Open a full screen preview of this link⁡⁠‍⁡⁠⁠⁣⁤',
86
115
  'fabric.linking.preview_improved': '⁣⁢Open preview؜⁡‌‍؜⁠⁡؜‌⁠؜⁣⁤',
87
116
  'fabric.linking.preview_max_size': '⁣⁢View full screen‌؜‍‍‌‍⁣⁤',
88
117
  'fabric.linking.preview_min_size': '⁣⁢Close full screen⁠⁠‍⁡⁠⁠‌‌⁣⁤',
@@ -99,6 +128,8 @@ var _default = exports.default = {
99
128
  'fabric.linking.priority_undefined': '⁣⁢Undefined⁠⁡⁡؜‌⁡⁠‍⁠⁡⁠⁣⁤',
100
129
  'fabric.linking.read_time': '⁣⁢{context} min read؜‍⁠؜‌⁠⁠⁣⁤',
101
130
  'fabric.linking.related': '⁣⁢Related‌‍⁡‌⁠⁠⁡‍⁡⁡⁡‌⁠؜⁣⁤',
131
+ 'fabric.linking.related_links_modal_title.nonfinal': '⁣⁢Recent Links⁠⁡‍⁠‌‌⁣⁤',
132
+ 'fabric.linking.related_links_view_related_urls.nonfinal': '⁣⁢View recent links...⁠⁡⁠‍‍‌⁠؜⁠؜⁠⁣⁤',
102
133
  'fabric.linking.related_work_items_not_found': '⁣⁢This link is not mentioned anywhere else.⁡؜⁠⁡؜‍‍⁠⁡‌⁡⁠⁣⁤',
103
134
  'fabric.linking.request_access': '⁣⁢Request access؜‌؜‌‍‌‌⁠⁡⁣⁤',
104
135
  'fabric.linking.request_access_description': '⁣⁢Your team uses {product} to collaborate. Send your admin a request for access.‍⁡⁡⁡‌‍⁠⁡‌⁣⁤',
@@ -126,6 +157,12 @@ var _default = exports.default = {
126
157
  'fabric.linking.unauthorised_account_name': "⁣⁢We can't display private pages from {context}‌؜‍⁠‌⁡؜⁠‍⁣⁤",
127
158
  'fabric.linking.unauthorised_account_name_no_provider': "⁣⁢We can't display private pages‌⁡؜⁠؜‌؜‌⁡⁠⁣⁤",
128
159
  'fabric.linking.unfollow': '⁣⁢Unfollow⁠⁠‍⁠‌؜⁠‌⁠⁣⁤',
160
+ 'fabric.linking.unfollow_goal': '⁣⁢Unfollow goal‌‌⁠‌؜⁡‍⁣⁤',
161
+ 'fabric.linking.unfollow_goal_description': '⁣⁢Unfollow to stop receiving notifications for this goal‌⁡⁠‌‍⁠⁡⁡‍‌‍⁣⁤',
162
+ '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.‍‍‌⁠⁡⁡⁠⁠‍؜؜⁣⁤',
163
+ 'fabric.linking.unfollow_project': '⁣⁢Unfollow project؜؜؜⁠⁣⁤',
164
+ 'fabric.linking.unfollow_project_description': '⁣⁢Unfollow to stop receiving project notifications⁡⁡‌؜⁠؜؜⁡‌؜⁣⁤',
165
+ '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.‌‍⁡؜⁠‍؜⁡⁣⁤',
129
166
  'fabric.linking.unlink_account': '⁣⁢Unlink Account⁠⁡⁡‌⁡⁣⁤',
130
167
  'fabric.linking.updated_by': '⁣⁢Modified by {context}؜⁠‍‍⁡⁡‌⁡‌⁣⁤',
131
168
  'fabric.linking.view': '⁣⁢View⁡‍⁠‍⁠؜؜⁠⁡؜‌‌⁣⁤'