@atlaskit/smart-card 38.17.0 → 38.19.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 (214) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/cjs/constants.js +1 -0
  3. package/dist/cjs/extractors/flexible/index.js +4 -2
  4. package/dist/cjs/extractors/flexible/utils.js +4 -1
  5. package/dist/cjs/i18n/cs.js +0 -1
  6. package/dist/cjs/i18n/da.js +0 -1
  7. package/dist/cjs/i18n/de.js +0 -1
  8. package/dist/cjs/i18n/en.js +1 -1
  9. package/dist/cjs/i18n/en_GB.js +1 -1
  10. package/dist/cjs/i18n/en_ZZ.js +1 -1
  11. package/dist/cjs/i18n/es.js +0 -1
  12. package/dist/cjs/i18n/fi.js +0 -1
  13. package/dist/cjs/i18n/fr.js +0 -1
  14. package/dist/cjs/i18n/hr.js +0 -1
  15. package/dist/cjs/i18n/hu.js +0 -1
  16. package/dist/cjs/i18n/it.js +0 -1
  17. package/dist/cjs/i18n/ja.js +0 -1
  18. package/dist/cjs/i18n/ko.js +0 -1
  19. package/dist/cjs/i18n/nb.js +0 -1
  20. package/dist/cjs/i18n/nl.js +0 -1
  21. package/dist/cjs/i18n/pl.js +0 -1
  22. package/dist/cjs/i18n/pt_BR.js +0 -1
  23. package/dist/cjs/i18n/ru.js +0 -1
  24. package/dist/cjs/i18n/sl.js +179 -0
  25. package/dist/cjs/i18n/sr_RS.js +179 -0
  26. package/dist/cjs/i18n/sr_YR.js +179 -0
  27. package/dist/cjs/i18n/sv.js +0 -1
  28. package/dist/cjs/i18n/th.js +0 -1
  29. package/dist/cjs/i18n/tr.js +0 -1
  30. package/dist/cjs/i18n/uk.js +0 -1
  31. package/dist/cjs/i18n/vi.js +0 -1
  32. package/dist/cjs/i18n/zh.js +0 -1
  33. package/dist/cjs/i18n/zh_TW.js +0 -1
  34. package/dist/cjs/messages.js +5 -0
  35. package/dist/cjs/utils/analytics/analytics.js +1 -1
  36. package/dist/cjs/view/BlockCard/views/utils/index.js +3 -1
  37. package/dist/cjs/view/CardWithUrl/component.js +2 -1
  38. package/dist/cjs/view/EmbedCard/components/ExpandedFrame.compiled.css +2 -0
  39. package/dist/cjs/view/EmbedCard/components/ExpandedFrame.js +13 -3
  40. package/dist/cjs/view/EmbedCard/index.js +4 -2
  41. package/dist/cjs/view/EmbedCard/views/ResolvedView.js +4 -2
  42. package/dist/cjs/view/FlexibleCard/components/blocks/utils.js +1 -1
  43. package/dist/cjs/view/FlexibleCard/components/elements/index.js +7 -0
  44. package/dist/cjs/view/FlexibleCard/components/elements/user-attributes-element/index.js +41 -0
  45. package/dist/cjs/view/LinkUrl/index.js +1 -1
  46. package/dist/es2019/constants.js +1 -0
  47. package/dist/es2019/extractors/flexible/index.js +4 -1
  48. package/dist/es2019/extractors/flexible/utils.js +3 -0
  49. package/dist/es2019/i18n/cs.js +0 -1
  50. package/dist/es2019/i18n/da.js +0 -1
  51. package/dist/es2019/i18n/de.js +0 -1
  52. package/dist/es2019/i18n/en.js +1 -1
  53. package/dist/es2019/i18n/en_GB.js +1 -1
  54. package/dist/es2019/i18n/en_ZZ.js +1 -1
  55. package/dist/es2019/i18n/es.js +0 -1
  56. package/dist/es2019/i18n/fi.js +0 -1
  57. package/dist/es2019/i18n/fr.js +0 -1
  58. package/dist/es2019/i18n/hr.js +0 -1
  59. package/dist/es2019/i18n/hu.js +0 -1
  60. package/dist/es2019/i18n/it.js +0 -1
  61. package/dist/es2019/i18n/ja.js +0 -1
  62. package/dist/es2019/i18n/ko.js +0 -1
  63. package/dist/es2019/i18n/nb.js +0 -1
  64. package/dist/es2019/i18n/nl.js +0 -1
  65. package/dist/es2019/i18n/pl.js +0 -1
  66. package/dist/es2019/i18n/pt_BR.js +0 -1
  67. package/dist/es2019/i18n/ru.js +0 -1
  68. package/dist/es2019/i18n/sl.js +173 -0
  69. package/dist/es2019/i18n/sr_RS.js +173 -0
  70. package/dist/es2019/i18n/sr_YR.js +173 -0
  71. package/dist/es2019/i18n/sv.js +0 -1
  72. package/dist/es2019/i18n/th.js +0 -1
  73. package/dist/es2019/i18n/tr.js +0 -1
  74. package/dist/es2019/i18n/uk.js +0 -1
  75. package/dist/es2019/i18n/vi.js +0 -1
  76. package/dist/es2019/i18n/zh.js +0 -1
  77. package/dist/es2019/i18n/zh_TW.js +0 -1
  78. package/dist/es2019/messages.js +5 -0
  79. package/dist/es2019/utils/analytics/analytics.js +1 -1
  80. package/dist/es2019/view/BlockCard/views/utils/index.js +3 -1
  81. package/dist/es2019/view/CardWithUrl/component.js +2 -1
  82. package/dist/es2019/view/EmbedCard/components/ExpandedFrame.compiled.css +2 -0
  83. package/dist/es2019/view/EmbedCard/components/ExpandedFrame.js +13 -3
  84. package/dist/es2019/view/EmbedCard/index.js +4 -2
  85. package/dist/es2019/view/EmbedCard/views/ResolvedView.js +4 -2
  86. package/dist/es2019/view/FlexibleCard/components/blocks/utils.js +1 -0
  87. package/dist/es2019/view/FlexibleCard/components/elements/index.js +1 -0
  88. package/dist/es2019/view/FlexibleCard/components/elements/user-attributes-element/index.js +34 -0
  89. package/dist/es2019/view/LinkUrl/index.js +1 -1
  90. package/dist/esm/constants.js +1 -0
  91. package/dist/esm/extractors/flexible/index.js +5 -3
  92. package/dist/esm/extractors/flexible/utils.js +3 -0
  93. package/dist/esm/i18n/cs.js +0 -1
  94. package/dist/esm/i18n/da.js +0 -1
  95. package/dist/esm/i18n/de.js +0 -1
  96. package/dist/esm/i18n/en.js +1 -1
  97. package/dist/esm/i18n/en_GB.js +1 -1
  98. package/dist/esm/i18n/en_ZZ.js +1 -1
  99. package/dist/esm/i18n/es.js +0 -1
  100. package/dist/esm/i18n/fi.js +0 -1
  101. package/dist/esm/i18n/fr.js +0 -1
  102. package/dist/esm/i18n/hr.js +0 -1
  103. package/dist/esm/i18n/hu.js +0 -1
  104. package/dist/esm/i18n/it.js +0 -1
  105. package/dist/esm/i18n/ja.js +0 -1
  106. package/dist/esm/i18n/ko.js +0 -1
  107. package/dist/esm/i18n/nb.js +0 -1
  108. package/dist/esm/i18n/nl.js +0 -1
  109. package/dist/esm/i18n/pl.js +0 -1
  110. package/dist/esm/i18n/pt_BR.js +0 -1
  111. package/dist/esm/i18n/ru.js +0 -1
  112. package/dist/esm/i18n/sl.js +173 -0
  113. package/dist/esm/i18n/sr_RS.js +173 -0
  114. package/dist/esm/i18n/sr_YR.js +173 -0
  115. package/dist/esm/i18n/sv.js +0 -1
  116. package/dist/esm/i18n/th.js +0 -1
  117. package/dist/esm/i18n/tr.js +0 -1
  118. package/dist/esm/i18n/uk.js +0 -1
  119. package/dist/esm/i18n/vi.js +0 -1
  120. package/dist/esm/i18n/zh.js +0 -1
  121. package/dist/esm/i18n/zh_TW.js +0 -1
  122. package/dist/esm/messages.js +5 -0
  123. package/dist/esm/utils/analytics/analytics.js +1 -1
  124. package/dist/esm/view/BlockCard/views/utils/index.js +3 -1
  125. package/dist/esm/view/CardWithUrl/component.js +2 -1
  126. package/dist/esm/view/EmbedCard/components/ExpandedFrame.compiled.css +2 -0
  127. package/dist/esm/view/EmbedCard/components/ExpandedFrame.js +13 -3
  128. package/dist/esm/view/EmbedCard/index.js +4 -2
  129. package/dist/esm/view/EmbedCard/views/ResolvedView.js +4 -2
  130. package/dist/esm/view/FlexibleCard/components/blocks/utils.js +1 -1
  131. package/dist/esm/view/FlexibleCard/components/elements/index.js +1 -0
  132. package/dist/esm/view/FlexibleCard/components/elements/user-attributes-element/index.js +34 -0
  133. package/dist/esm/view/LinkUrl/index.js +1 -1
  134. package/dist/types/constants.d.ts +1 -0
  135. package/dist/types/extractors/flexible/utils.d.ts +1 -0
  136. package/dist/types/i18n/cs.d.ts +0 -1
  137. package/dist/types/i18n/da.d.ts +0 -1
  138. package/dist/types/i18n/de.d.ts +0 -1
  139. package/dist/types/i18n/en.d.ts +1 -1
  140. package/dist/types/i18n/en_GB.d.ts +1 -1
  141. package/dist/types/i18n/en_ZZ.d.ts +1 -1
  142. package/dist/types/i18n/es.d.ts +0 -1
  143. package/dist/types/i18n/fi.d.ts +0 -1
  144. package/dist/types/i18n/fr.d.ts +0 -1
  145. package/dist/types/i18n/hr.d.ts +0 -1
  146. package/dist/types/i18n/hu.d.ts +0 -1
  147. package/dist/types/i18n/it.d.ts +0 -1
  148. package/dist/types/i18n/ja.d.ts +0 -1
  149. package/dist/types/i18n/ko.d.ts +0 -1
  150. package/dist/types/i18n/nb.d.ts +0 -1
  151. package/dist/types/i18n/nl.d.ts +0 -1
  152. package/dist/types/i18n/pl.d.ts +0 -1
  153. package/dist/types/i18n/pt_BR.d.ts +0 -1
  154. package/dist/types/i18n/ru.d.ts +0 -1
  155. package/dist/types/i18n/sl.d.ts +172 -0
  156. package/dist/types/i18n/sr_RS.d.ts +172 -0
  157. package/dist/types/i18n/sr_YR.d.ts +172 -0
  158. package/dist/types/i18n/sv.d.ts +0 -1
  159. package/dist/types/i18n/th.d.ts +0 -1
  160. package/dist/types/i18n/tr.d.ts +0 -1
  161. package/dist/types/i18n/uk.d.ts +0 -1
  162. package/dist/types/i18n/vi.d.ts +0 -1
  163. package/dist/types/i18n/zh.d.ts +0 -1
  164. package/dist/types/i18n/zh_TW.d.ts +0 -1
  165. package/dist/types/messages.d.ts +1 -1
  166. package/dist/types/state/flexible-ui-context/types.d.ts +11 -0
  167. package/dist/types/view/EmbedCard/components/ExpandedFrame.d.ts +6 -1
  168. package/dist/types/view/EmbedCard/types.d.ts +4 -0
  169. package/dist/types/view/EmbedCard/views/ResolvedView.d.ts +5 -0
  170. package/dist/types/view/FlexibleCard/components/blocks/types.d.ts +8 -1
  171. package/dist/types/view/FlexibleCard/components/elements/common/base-icon-element/index.d.ts +5 -0
  172. package/dist/types/view/FlexibleCard/components/elements/index.d.ts +1 -0
  173. package/dist/types/view/FlexibleCard/components/elements/user-attributes-element/index.d.ts +5 -0
  174. package/dist/types-ts4.5/constants.d.ts +1 -0
  175. package/dist/types-ts4.5/extractors/flexible/utils.d.ts +1 -0
  176. package/dist/types-ts4.5/i18n/cs.d.ts +0 -1
  177. package/dist/types-ts4.5/i18n/da.d.ts +0 -1
  178. package/dist/types-ts4.5/i18n/de.d.ts +0 -1
  179. package/dist/types-ts4.5/i18n/en.d.ts +1 -1
  180. package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -1
  181. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -1
  182. package/dist/types-ts4.5/i18n/es.d.ts +0 -1
  183. package/dist/types-ts4.5/i18n/fi.d.ts +0 -1
  184. package/dist/types-ts4.5/i18n/fr.d.ts +0 -1
  185. package/dist/types-ts4.5/i18n/hr.d.ts +0 -1
  186. package/dist/types-ts4.5/i18n/hu.d.ts +0 -1
  187. package/dist/types-ts4.5/i18n/it.d.ts +0 -1
  188. package/dist/types-ts4.5/i18n/ja.d.ts +0 -1
  189. package/dist/types-ts4.5/i18n/ko.d.ts +0 -1
  190. package/dist/types-ts4.5/i18n/nb.d.ts +0 -1
  191. package/dist/types-ts4.5/i18n/nl.d.ts +0 -1
  192. package/dist/types-ts4.5/i18n/pl.d.ts +0 -1
  193. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -1
  194. package/dist/types-ts4.5/i18n/ru.d.ts +0 -1
  195. package/dist/types-ts4.5/i18n/sl.d.ts +172 -0
  196. package/dist/types-ts4.5/i18n/sr_RS.d.ts +172 -0
  197. package/dist/types-ts4.5/i18n/sr_YR.d.ts +172 -0
  198. package/dist/types-ts4.5/i18n/sv.d.ts +0 -1
  199. package/dist/types-ts4.5/i18n/th.d.ts +0 -1
  200. package/dist/types-ts4.5/i18n/tr.d.ts +0 -1
  201. package/dist/types-ts4.5/i18n/uk.d.ts +0 -1
  202. package/dist/types-ts4.5/i18n/vi.d.ts +0 -1
  203. package/dist/types-ts4.5/i18n/zh.d.ts +0 -1
  204. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -1
  205. package/dist/types-ts4.5/messages.d.ts +1 -1
  206. package/dist/types-ts4.5/state/flexible-ui-context/types.d.ts +11 -0
  207. package/dist/types-ts4.5/view/EmbedCard/components/ExpandedFrame.d.ts +6 -1
  208. package/dist/types-ts4.5/view/EmbedCard/types.d.ts +4 -0
  209. package/dist/types-ts4.5/view/EmbedCard/views/ResolvedView.d.ts +5 -0
  210. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/types.d.ts +8 -1
  211. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-icon-element/index.d.ts +5 -0
  212. package/dist/types-ts4.5/view/FlexibleCard/components/elements/index.d.ts +1 -0
  213. package/dist/types-ts4.5/view/FlexibleCard/components/elements/user-attributes-element/index.d.ts +5 -0
  214. package/package.json +6 -3
@@ -0,0 +1,173 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Serbian (Serbia) [sr-RS]
9
+ export default {
10
+ 'automation-menu.empty-state.image.alt': 'Ikona Prazna lista za automatizaciju',
11
+ 'automation-menu.empty-state.learn-more.link': 'Saznajte više o ručnom aktiviranju',
12
+ 'automation-menu.modal.empty.automations.admin.description': 'Koristite ručno aktiviranje da biste popunili meni opcijama koje svi, ili osobe koje navedete, mogu da primene automatizacijom pomoću jednog klika.',
13
+ 'automation-menu.modal.empty.automations.user.description': 'Administrator još nije konfigurisao automatizaciju sa ručnim aktiviranjem.',
14
+ 'automation-menu.modal.error.description': 'Potrebno je neko vreme da se ovo učita. Probajte da osvežite stranicu.',
15
+ 'automation-menu.modal.error.image.alt': 'Ikona greške',
16
+ 'automation-menu.modal.footer.automate-button': 'Automatizuj',
17
+ 'automation-menu.modal.footer.cancel-button': 'Otkaži',
18
+ 'automation-menu.modal.footer.get-started-button': 'Napravi automatizaciju',
19
+ 'automation-menu.modal.footer.ok-button': 'Potvrdi',
20
+ 'automation-menu.modal.header.icon.label': 'Ikona zaglavlja prozora za automatizaciju',
21
+ 'automation-menu.success-state.message': 'Automatizacija je u toku',
22
+ 'fabric.linking.access_exists_description': 'Zatražite pristup da biste pogledali ovaj sadržaj na {hostname}.',
23
+ 'fabric.linking.actions': 'Radnje',
24
+ 'fabric.linking.add_account': 'Dodaj nalog',
25
+ 'fabric.linking.ai_summarize': 'Rezime',
26
+ 'fabric.linking.ai_summarized': 'Rezime napravio Atlassian Intelligence',
27
+ 'fabric.linking.ai_summarized_abbreviation': 'Rezimirano pomoću AI',
28
+ 'fabric.linking.ai_summarized_info': 'Kvalitet informacija može da se razlikuje. <a>Saznajte više</a>',
29
+ 'fabric.linking.ai_summarized_info_short': 'Kvalitet sadržaja može da varira',
30
+ 'fabric.linking.ai_summarizing': 'Atlassian Intelligence radi...',
31
+ 'fabric.linking.ai_summary_action': 'Rezime pomoću AI',
32
+ 'fabric.linking.ai_summary_action_description': 'Rezimira sadržaj sa ovog linka pomoću usluge Atlassian Intelligence.',
33
+ 'fabric.linking.ai_summary_error_acceptable_use_violation': 'Ne možemo da prikažemo rezultate ovog rezimea jer je to u suprotnosti sa <a>Atlassian smernicama o prihvatljivom korišćenju</a>.',
34
+ 'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence ne može trenutno da generiše rezime za vas jer ima previše sadržaja za rezimiranje.',
35
+ 'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) ne odgovara. Probajte ponovo kasnije ili <a>proverite AI status</a>.',
36
+ 'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence ne može da obradi zahtev jer u vašem sadržaju postoje linkovi do HIPAA ograničenog saobraćaja.',
37
+ 'fabric.linking.assigned_to': 'Dodeljeno korisniku: {context}',
38
+ 'fabric.linking.automation-action.confluence.page.modal.description': 'Primenite automatizaciju na <b>{name}</b>.{br}Dostupnim izborima upravljaju administratori za Confluence i prostor.',
39
+ 'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizacije stranice',
40
+ 'fabric.linking.automation-action.icon.label': 'Ikona automatizacije',
41
+ 'fabric.linking.automation-action.title': 'Prikaži pravila automatizacije',
42
+ 'fabric.linking.automation-action.tooltip': 'Izaberite pravilo automatizacije koje će se pokrenuti',
43
+ 'fabric.linking.beta': 'Beta',
44
+ 'fabric.linking.cancel': 'Otkaži',
45
+ 'fabric.linking.cannot_connect': 'Povezivanje nije moguće, probajte ponovo',
46
+ 'fabric.linking.cannot_find_link': 'Link nije pronađen',
47
+ 'fabric.linking.check_this_link': 'Proverite ovaj link',
48
+ 'fabric.linking.click_to_join': 'Pridružite se: {context}',
49
+ 'fabric.linking.click_to_join_description': 'Dobili ste odobrenje, pa možete odmah da se pridružite usluzi {context}.',
50
+ 'fabric.linking.close': 'Zatvori',
51
+ 'fabric.linking.connect_account_description': 'Otvorićemo novu stranicu da biste mogli da se povežete sa {name} nalogom',
52
+ 'fabric.linking.connect_link_account': 'Povežite se za pregled',
53
+ 'fabric.linking.connect_link_account_card_view': 'Poveži',
54
+ 'fabric.linking.connect_link_account_card_view_description': 'Povežite {context} nalog da biste prikazali pregled ovog linka.',
55
+ 'fabric.linking.connect_link_account_card_view_name': 'Povežite svoj {context} nalog',
56
+ 'fabric.linking.connect_to': 'Povežite se na {name}',
57
+ 'fabric.linking.connect_unauthorised_account_action': 'Povežite se na {context}',
58
+ 'fabric.linking.connect_unauthorised_account_description': 'Povežite svoj {context} nalog da biste sarađivali na poslu u Atlassian proizvodima.',
59
+ 'fabric.linking.connect_unauthorised_account_description_no_provider': 'Povežite svoj nalog da biste sarađivali na poslu u Atlassian proizvodima.',
60
+ 'fabric.linking.continue': 'Nastavi',
61
+ 'fabric.linking.copied_summary_action_description': 'Kopiran rezime u privremenu memoriju',
62
+ 'fabric.linking.copied_url_to_clipboard': 'Kopirano!',
63
+ 'fabric.linking.copy_summary_action': 'Kopiraj rezime',
64
+ 'fabric.linking.copy_summary_action_description': 'Kopiraj rezime',
65
+ 'fabric.linking.copy_url_to_clipboard': 'Kopiraj link',
66
+ 'fabric.linking.couldnt_load_link': 'Nismo mogli da učitamo ovaj link iz nepoznatog razloga.',
67
+ 'fabric.linking.create_on_absolute': 'Napravljeno: {context}',
68
+ 'fabric.linking.create_on_relative': 'Napravljeno {context}',
69
+ 'fabric.linking.created_by': 'Napravio/la: {context}',
70
+ 'fabric.linking.delete': 'Izbriši',
71
+ 'fabric.linking.direct_access': 'Pridruži se odmah',
72
+ 'fabric.linking.direct_access_description': 'Vaš tim koristi {product} za saradnju i vi možete odmah početi da ga koristite!',
73
+ 'fabric.linking.direct_access_title': 'Pridružite se {product} da biste pogledali ovaj sadržaj',
74
+ 'fabric.linking.download': 'Preuzmi',
75
+ 'fabric.linking.download_description': 'Preuzmite ovu datoteku u lokalno skladište',
76
+ 'fabric.linking.download_file': 'Preuzmite datoteku',
77
+ 'fabric.linking.edit': 'Izmeni',
78
+ 'fabric.linking.follow': 'Pratite',
79
+ 'fabric.linking.follow_goal': 'Pratite cilj',
80
+ 'fabric.linking.follow_goal_description': 'Pratite ovaj cilj da biste dobili obaveštenja o ažuriranjima',
81
+ 'fabric.linking.follow_goal_error': 'Došlo je do greške kod pokušaja praćenja ovog cilja. Proverite vezu ili osvežite stranicu, pa probajte ponovo.',
82
+ 'fabric.linking.follow_project': 'Prati projekat',
83
+ 'fabric.linking.follow_project_description': 'Pratite da biste dobili obaveštenja o projektu',
84
+ 'fabric.linking.follow_project_error': 'Došlo je do greške kod pokušaja praćenja projekta. Proverite vezu ili osvežite stranicu, pa probajte ponovo.',
85
+ 'fabric.linking.forbidden_access': 'Zabranjen vam je pristup',
86
+ 'fabric.linking.forbidden_description': 'Zatražite od administratora pristup za {hostname}.',
87
+ 'fabric.linking.forbidden_title': 'Nemate pristup ovom sadržaju',
88
+ 'fabric.linking.generic_error_message': 'Došlo je do greške',
89
+ 'fabric.linking.go_back': 'Nazad',
90
+ 'fabric.linking.invalid_permissions': 'Ograničeni sadržaj',
91
+ 'fabric.linking.invalid_permissions_description': 'Treba da zatražite pristup ili probajte sa drugim nalogom da biste videli pregled.',
92
+ 'fabric.linking.join_to_view': 'Pridružite se {context} da biste pogledali ovaj problem',
93
+ 'fabric.linking.join_to_view-issue-term-refresh': 'Pridružite se {context} da biste pogledali ovu radnu stavku',
94
+ 'fabric.linking.learn_more_about_connecting_account': 'Saznajte više o povezivanju svog naloga sa Atlassian proizvodima.',
95
+ 'fabric.linking.learn_more_about_smart_links': 'Saznajte više o funkciji Smart Links.',
96
+ 'fabric.linking.link_safety_warning_message': 'Link {unsafeLinkText} vas vodi na drugi sajt, <a>actual link here</a>',
97
+ 'fabric.linking.loading': 'Učitavanje...',
98
+ 'fabric.linking.modified_on_absolute': 'Ažurirano na: {context}',
99
+ 'fabric.linking.modified_on_relative': 'Ažurirano {context}',
100
+ 'fabric.linking.more_actions': 'Još radnji',
101
+ 'fabric.linking.no_access_title': 'Pridružite se {product} da biste pogledali ovaj sadržaj',
102
+ 'fabric.linking.not_found_description': 'Stranica ne postoji ili je možda promenjena posle dodavanja ovog linka.',
103
+ 'fabric.linking.not_found_title': 'Ne možete da vidite ovu {product} stranicu',
104
+ 'fabric.linking.open_issue_in_jira': 'Otvori problem u usluzi Jira',
105
+ 'fabric.linking.open_issue_in_jira-issue-term-refresh': 'Otvori radnu stavku u usluzi Jira',
106
+ 'fabric.linking.open_link_in_a_new_tab': 'Otvori link na novoj kartici',
107
+ 'fabric.linking.owned_by': 'Vlasnik: {context}',
108
+ 'fabric.linking.pending_request': 'Vaš zahtev za pristup je na čekanju',
109
+ 'fabric.linking.preview_close': 'Zatvori pregled',
110
+ 'fabric.linking.preview_description': 'Otvorite pregled preko celog ekrana za ovaj link',
111
+ 'fabric.linking.preview_improved': 'Otvori pregled',
112
+ 'fabric.linking.preview_max_size': 'Prikaži preko celog ekrana',
113
+ 'fabric.linking.preview_min_size': 'Zatvori prikaz preko celog ekrana',
114
+ 'fabric.linking.priority_blocker': 'Blokiran',
115
+ 'fabric.linking.priority_critical': 'Kritičan',
116
+ 'fabric.linking.priority_high': 'Visok',
117
+ 'fabric.linking.priority_highest': 'Najviši',
118
+ 'fabric.linking.priority_low': 'Nizak',
119
+ 'fabric.linking.priority_lowest': 'Najniži',
120
+ 'fabric.linking.priority_major': 'Veliki',
121
+ 'fabric.linking.priority_medium': 'Srednji',
122
+ 'fabric.linking.priority_minor': 'Mali',
123
+ 'fabric.linking.priority_trivial': 'Informacija',
124
+ 'fabric.linking.priority_undefined': 'Neodređen',
125
+ 'fabric.linking.read_time': '{context} min. čitanja',
126
+ 'fabric.linking.related': 'Srodno',
127
+ 'fabric.linking.related_links_found_in': 'Pronađeno u',
128
+ 'fabric.linking.related_links_includes_links_to': 'Sadrži linkove do',
129
+ 'fabric.linking.related_links_modal_error_header': 'Došlo je do greške',
130
+ 'fabric.linking.related_links_modal_error_message': 'Došlo je do greške kod pokušaja učitavanja nedavnih linkova. Proverite vezu ili osvežite da biste probali ponovo.',
131
+ 'fabric.linking.related_links_modal_title': 'Nedavni linkovi',
132
+ 'fabric.linking.related_links_modal_unavailable_header': 'Nema nedavnih linkova',
133
+ 'fabric.linking.related_links_modal_unavailable_message': 'Nismo pronašli linkove koje možemo ovde da prikažemo. Neprekidno pregledamo i dodajemo nedavne linkove za ažurirane stranice ili druge tipove sadržaja.',
134
+ 'fabric.linking.related_links_not_found': 'Nismo pronašli linkove koje možemo ovde da prikažemo.',
135
+ 'fabric.linking.related_links_view_related_urls': 'Prikaži nedavne linkove',
136
+ 'fabric.linking.request_access': 'Zatražite pristup',
137
+ 'fabric.linking.request_access_description': 'Vaš tim koristi {product} za saradnju. Pošaljite administratoru zahtev za pristup.',
138
+ 'fabric.linking.request_access_pending': 'Čeka se odobrenje',
139
+ 'fabric.linking.request_access_pending_description': 'Vaš zahtev za pristup {hostname} čeka na odobrenje administratora.',
140
+ 'fabric.linking.request_access_pending_title': 'Čeka se pristup za {product}',
141
+ 'fabric.linking.request_access_to_view': 'Zatražite pristup za {context} da biste pogledali ovaj problem',
142
+ 'fabric.linking.request_access_to_view-issue-term-refresh': 'Zatražite pristup za {context} da biste pogledali ovu radnu stavku',
143
+ 'fabric.linking.request_denied': 'Vaš zahtev za pristup je odbijen',
144
+ 'fabric.linking.request_denied_description': 'Administrator nije odobrio vaš zahtev za pregled {product} stranica sa {hostname}.',
145
+ 'fabric.linking.restricted_link': 'Link sa ograničenjem, probajte sa drugim nalogom',
146
+ 'fabric.linking.retry': 'Ponovi',
147
+ 'fabric.linking.save': 'Sačuvaj',
148
+ 'fabric.linking.sent_on_absolute': 'Poslato u: {context}',
149
+ 'fabric.linking.sent_on_relative': 'Poslato {context}',
150
+ 'fabric.linking.srclink': 'Prikaži u',
151
+ 'fabric.linking.srclinkunknown': 'Prikaži original',
152
+ 'fabric.linking.status_change_load_error': 'Ne mogu da se učitaju statusi i prelazi',
153
+ 'fabric.linking.status_change_permission_error': 'Nemate dozvolu da promenite status problema.',
154
+ 'fabric.linking.status_change_permission_error-issue-term-refresh': 'Nemate dozvolu da pređete na ovu radnu stavku.',
155
+ 'fabric.linking.status_change_update_error': 'Status ne može da se ažurira',
156
+ 'fabric.linking.try_again': 'Probajte ponovo',
157
+ 'fabric.linking.try_another_account': 'Probajte sa drugim nalogom',
158
+ 'fabric.linking.unassigned': 'Nedodeljeno',
159
+ 'fabric.linking.unauthorised_account_description': 'Pokušavate da pregledate link do privatne {context} stranice. Preporučujemo da pregledate URL ili se obratite vlasniku stranice.',
160
+ 'fabric.linking.unauthorised_account_description_no_provider': 'Pokušavate da pregledate link do privatne stranice. Preporučujemo da pregledate URL ili se obratite vlasniku stranice.',
161
+ 'fabric.linking.unauthorised_account_name': 'Ne možemo da prikažemo privatne stranice sa: {context}',
162
+ 'fabric.linking.unauthorised_account_name_no_provider': 'Ne možemo da prikažemo privatne stranice',
163
+ 'fabric.linking.unfollow': 'Prekini praćenje',
164
+ 'fabric.linking.unfollow_goal': 'Prekini praćenje cilja',
165
+ 'fabric.linking.unfollow_goal_description': 'Prekinite praćenje i više nećete primati obaveštenja o cilju',
166
+ 'fabric.linking.unfollow_goal_error': 'Došlo je do greške kod pokušaja prekida praćenja cilja. Proverite vezu ili osvežite stranicu, pa probajte ponovo.',
167
+ 'fabric.linking.unfollow_project': 'Prekini praćenje projekta',
168
+ 'fabric.linking.unfollow_project_description': 'Prekinite praćenje i više nećete dobijati obaveštenja o projektima',
169
+ 'fabric.linking.unfollow_project_error': 'Došlo je do greške kod pokušaja prekida praćenja projekta. Proverite vezu ili osvežite stranicu, pa probajte ponovo.',
170
+ 'fabric.linking.unlink_account': 'Opozovi vezu sa nalogom',
171
+ 'fabric.linking.updated_by': 'Izmenio/la: {context}',
172
+ 'fabric.linking.view': 'Prikaz'
173
+ };
@@ -0,0 +1,173 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Serbian (Cyrillic) [sr-YR]
9
+ export default {
10
+ 'automation-menu.empty-state.image.alt': 'Икона Празна листа за аутоматизацију',
11
+ 'automation-menu.empty-state.learn-more.link': 'Сазнајте више о ручном активирању',
12
+ 'automation-menu.modal.empty.automations.admin.description': 'Користите ручно активирање да бисте попунили мени опцијама које сви, или особе које наведете, могу да примене аутоматизацијом помоћу једног клика.',
13
+ 'automation-menu.modal.empty.automations.user.description': 'Администратор још није конфигурисао аутоматизацију са ручним активирањем.',
14
+ 'automation-menu.modal.error.description': 'Потребно је неко време да се ово учита. Пробајте да освежите страницу.',
15
+ 'automation-menu.modal.error.image.alt': 'Икона грешке',
16
+ 'automation-menu.modal.footer.automate-button': 'Аутоматизуј',
17
+ 'automation-menu.modal.footer.cancel-button': 'Откажи',
18
+ 'automation-menu.modal.footer.get-started-button': 'Направи аутоматизацију',
19
+ 'automation-menu.modal.footer.ok-button': 'Потврди',
20
+ 'automation-menu.modal.header.icon.label': 'Икона заглавља прозора за аутоматизацију',
21
+ 'automation-menu.success-state.message': 'Аутоматизација је у току',
22
+ 'fabric.linking.access_exists_description': 'Затражите приступ да бисте погледали овај садржај на {hostname}.',
23
+ 'fabric.linking.actions': 'Радње',
24
+ 'fabric.linking.add_account': 'Додај налог',
25
+ 'fabric.linking.ai_summarize': 'Резиме',
26
+ 'fabric.linking.ai_summarized': 'Резиме направио Atlassian Intelligence',
27
+ 'fabric.linking.ai_summarized_abbreviation': 'Резимирано помоћу AI',
28
+ 'fabric.linking.ai_summarized_info': 'Квалитет информација може да се разликује. <a>Сазнајте више</a>',
29
+ 'fabric.linking.ai_summarized_info_short': 'Квалитет садржаја може да варира',
30
+ 'fabric.linking.ai_summarizing': 'Atlassian Intelligence ради...',
31
+ 'fabric.linking.ai_summary_action': 'Резиме помоћу AI',
32
+ 'fabric.linking.ai_summary_action_description': 'Резимира садржај са овог линка помоћу услуге Atlassian Intelligence.',
33
+ 'fabric.linking.ai_summary_error_acceptable_use_violation': 'Не можемо да прикажемо резултате овог резимеа јер је то у супротности са <a>Atlassian смерницама о прихватљивом коришћењу</a>.',
34
+ 'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence не може тренутно да генерише резиме за вас јер има превише садржаја за резимирање.',
35
+ 'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) не одговара. Пробајте поново касније или <a>проверите AI статус</a>.',
36
+ 'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence не може да обради захтев јер у вашем садржају постоје линкови до HIPAA ограниченог саобраћаја.',
37
+ 'fabric.linking.assigned_to': 'Додељено кориснику: {context}',
38
+ 'fabric.linking.automation-action.confluence.page.modal.description': 'Примените аутоматизацију на <b>{name}</b>.{br}Доступним изборима управљају администратори за Confluence и простор.',
39
+ 'fabric.linking.automation-action.confluence.page.modal.title': 'Аутоматизације странице',
40
+ 'fabric.linking.automation-action.icon.label': 'Икона аутоматизације',
41
+ 'fabric.linking.automation-action.title': 'Прикажи правила аутоматизације',
42
+ 'fabric.linking.automation-action.tooltip': 'Изаберите правило аутоматизације које ће се покренути',
43
+ 'fabric.linking.beta': 'Бета',
44
+ 'fabric.linking.cancel': 'Откажи',
45
+ 'fabric.linking.cannot_connect': 'Повезивање није могуће, пробајте поново',
46
+ 'fabric.linking.cannot_find_link': 'Линк није пронађен',
47
+ 'fabric.linking.check_this_link': 'Проверите овај линк',
48
+ 'fabric.linking.click_to_join': 'Придружите се: {context}',
49
+ 'fabric.linking.click_to_join_description': 'Добили сте одобрење, па можете одмах да се придружите услузи {context}.',
50
+ 'fabric.linking.close': 'Затвори',
51
+ 'fabric.linking.connect_account_description': 'Отворићемо нову страницу да бисте могли да се повежете са {name} налогом',
52
+ 'fabric.linking.connect_link_account': 'Повежите се за преглед',
53
+ 'fabric.linking.connect_link_account_card_view': 'Повежи',
54
+ 'fabric.linking.connect_link_account_card_view_description': 'Повежите {context} налог да бисте приказали преглед овог линка.',
55
+ 'fabric.linking.connect_link_account_card_view_name': 'Повежите свој {context} налог',
56
+ 'fabric.linking.connect_to': 'Повежите се на {name}',
57
+ 'fabric.linking.connect_unauthorised_account_action': 'Повежите се на {context}',
58
+ 'fabric.linking.connect_unauthorised_account_description': 'Повежите свој {context} налог да бисте сарађивали на послу у Atlassian производима.',
59
+ 'fabric.linking.connect_unauthorised_account_description_no_provider': 'Повежите свој налог да бисте сарађивали на послу у Atlassian производима.',
60
+ 'fabric.linking.continue': 'Настави',
61
+ 'fabric.linking.copied_summary_action_description': 'Копиран резиме у привремену меморију',
62
+ 'fabric.linking.copied_url_to_clipboard': 'Копирано!',
63
+ 'fabric.linking.copy_summary_action': 'Копирај резиме',
64
+ 'fabric.linking.copy_summary_action_description': 'Копирај резиме',
65
+ 'fabric.linking.copy_url_to_clipboard': 'Копирај линк',
66
+ 'fabric.linking.couldnt_load_link': 'Нисмо могли да учитамо овај линк из непознатог разлога.',
67
+ 'fabric.linking.create_on_absolute': 'Направљено: {context}',
68
+ 'fabric.linking.create_on_relative': 'Направљено {context}',
69
+ 'fabric.linking.created_by': 'Направио/ла: {context}',
70
+ 'fabric.linking.delete': 'Избриши',
71
+ 'fabric.linking.direct_access': 'Придружи се одмах',
72
+ 'fabric.linking.direct_access_description': 'Ваш тим користи {product} за сарадњу и ви можете одмах почети да га користите!',
73
+ 'fabric.linking.direct_access_title': 'Придружите се {product} да бисте погледали овај садржај',
74
+ 'fabric.linking.download': 'Преузми',
75
+ 'fabric.linking.download_description': 'Преузмите ову датотеку у локално складиште',
76
+ 'fabric.linking.download_file': 'Преузмите датотеку',
77
+ 'fabric.linking.edit': 'Измени',
78
+ 'fabric.linking.follow': 'Прати',
79
+ 'fabric.linking.follow_goal': 'Пратите циљ',
80
+ 'fabric.linking.follow_goal_description': 'Пратите овај циљ да бисте добили обавештења о ажурирањима',
81
+ 'fabric.linking.follow_goal_error': 'Дошло је до грешке код покушаја праћења овог циља. Проверите везу или освежите страницу, па пробајте поново.',
82
+ 'fabric.linking.follow_project': 'Прати пројекат',
83
+ 'fabric.linking.follow_project_description': 'Пратите да бисте добили обавештења о пројекту',
84
+ 'fabric.linking.follow_project_error': 'Дошло је до грешке код покушаја праћења пројекта. Проверите везу или освежите страницу, па пробајте поново.',
85
+ 'fabric.linking.forbidden_access': 'Забрањен вам је приступ',
86
+ 'fabric.linking.forbidden_description': 'Затражите од администратора приступ за {hostname}.',
87
+ 'fabric.linking.forbidden_title': 'Немате приступ овом садржају',
88
+ 'fabric.linking.generic_error_message': 'Дошло је до грешке',
89
+ 'fabric.linking.go_back': 'Назад',
90
+ 'fabric.linking.invalid_permissions': 'Ограничени садржај',
91
+ 'fabric.linking.invalid_permissions_description': 'Треба да затражите приступ или пробајте са другим налогом да бисте видели преглед.',
92
+ 'fabric.linking.join_to_view': 'Придружите се {context} да бисте погледали овај проблем',
93
+ 'fabric.linking.join_to_view-issue-term-refresh': 'Придружите се {context} да бисте погледали ову радну ставку',
94
+ 'fabric.linking.learn_more_about_connecting_account': 'Сазнајте више о повезивању свог налога са Atlassian производима.',
95
+ 'fabric.linking.learn_more_about_smart_links': 'Сазнајте више о функцији Smart Links.',
96
+ 'fabric.linking.link_safety_warning_message': 'Линк {unsafeLinkText} вас води на други сајт <a>actual link here</a>',
97
+ 'fabric.linking.loading': 'Учитавање...',
98
+ 'fabric.linking.modified_on_absolute': 'Ажурирано: {context}',
99
+ 'fabric.linking.modified_on_relative': 'Ажурирано {context}',
100
+ 'fabric.linking.more_actions': 'Још радњи',
101
+ 'fabric.linking.no_access_title': 'Придружите се {product} да бисте погледали овај садржај',
102
+ 'fabric.linking.not_found_description': 'Страница не постоји или је можда промењена после додавања овог линка.',
103
+ 'fabric.linking.not_found_title': 'Не можете да видите ову {product} страницу',
104
+ 'fabric.linking.open_issue_in_jira': 'Отвори проблем у услузи Jira',
105
+ 'fabric.linking.open_issue_in_jira-issue-term-refresh': 'Отвори радну ставку у услузи Jira',
106
+ 'fabric.linking.open_link_in_a_new_tab': 'Отвори линк на новој картици',
107
+ 'fabric.linking.owned_by': 'Власник: {context}',
108
+ 'fabric.linking.pending_request': 'Ваш захтев за приступ је на чекању',
109
+ 'fabric.linking.preview_close': 'Затвори преглед',
110
+ 'fabric.linking.preview_description': 'Отворите преглед преко целог екрана за овај линк',
111
+ 'fabric.linking.preview_improved': 'Отвори преглед',
112
+ 'fabric.linking.preview_max_size': 'Прикажи преко целог екрана',
113
+ 'fabric.linking.preview_min_size': 'Затвори приказ преко целог екрана',
114
+ 'fabric.linking.priority_blocker': 'Блокиран',
115
+ 'fabric.linking.priority_critical': 'Критичан',
116
+ 'fabric.linking.priority_high': 'Висок',
117
+ 'fabric.linking.priority_highest': 'Највиши',
118
+ 'fabric.linking.priority_low': 'Низак',
119
+ 'fabric.linking.priority_lowest': 'Најнижи',
120
+ 'fabric.linking.priority_major': 'Велики',
121
+ 'fabric.linking.priority_medium': 'Средњи',
122
+ 'fabric.linking.priority_minor': 'Мали',
123
+ 'fabric.linking.priority_trivial': 'Информација',
124
+ 'fabric.linking.priority_undefined': 'Неодређен',
125
+ 'fabric.linking.read_time': '{context} мин. читања',
126
+ 'fabric.linking.related': 'Сродно',
127
+ 'fabric.linking.related_links_found_in': 'Пронађено у',
128
+ 'fabric.linking.related_links_includes_links_to': 'Садржи линкове до',
129
+ 'fabric.linking.related_links_modal_error_header': 'Дошло је до грешке',
130
+ 'fabric.linking.related_links_modal_error_message': 'Дошло је до грешке код покушаја учитавања недавних линкова. Проверите везу или освежите да бисте пробали поново.',
131
+ 'fabric.linking.related_links_modal_title': 'Недавни линкови',
132
+ 'fabric.linking.related_links_modal_unavailable_header': 'Нема недавних линкова',
133
+ 'fabric.linking.related_links_modal_unavailable_message': 'Нисмо пронашли линкове које можемо овде да прикажемо. Непрекидно прегледамо и додајемо недавне линкове за ажуриране странице или друге типове садржаја.',
134
+ 'fabric.linking.related_links_not_found': 'Нисмо пронашли линкове које можемо овде да прикажемо.',
135
+ 'fabric.linking.related_links_view_related_urls': 'Прикажи недавне линкове',
136
+ 'fabric.linking.request_access': 'Затражите приступ',
137
+ 'fabric.linking.request_access_description': 'Ваш тим користи {product} за сарадњу. Пошаљите администратору захтев за приступ.',
138
+ 'fabric.linking.request_access_pending': 'Чека се одобрење',
139
+ 'fabric.linking.request_access_pending_description': 'Ваш захтев за приступ {hostname} чека на одобрење администратора.',
140
+ 'fabric.linking.request_access_pending_title': 'Чека се приступ за {product}',
141
+ 'fabric.linking.request_access_to_view': 'Затражите приступ за {context} да бисте погледали овај проблем',
142
+ 'fabric.linking.request_access_to_view-issue-term-refresh': 'Затражите приступ за {context} да бисте погледали ову радну ставку',
143
+ 'fabric.linking.request_denied': 'Ваш захтев за приступ је одбијен',
144
+ 'fabric.linking.request_denied_description': 'Администратор није одобрио ваш захтев за преглед {product} страница са {hostname}.',
145
+ 'fabric.linking.restricted_link': 'Линк са ограничењем, пробајте са другим налогом',
146
+ 'fabric.linking.retry': 'Понови',
147
+ 'fabric.linking.save': 'Сачувај',
148
+ 'fabric.linking.sent_on_absolute': 'Послато у: {context}',
149
+ 'fabric.linking.sent_on_relative': 'Послато {context}',
150
+ 'fabric.linking.srclink': 'Прикажи у',
151
+ 'fabric.linking.srclinkunknown': 'Прикажи оригинал',
152
+ 'fabric.linking.status_change_load_error': 'Не могу да се учитају статуси и прелази',
153
+ 'fabric.linking.status_change_permission_error': 'Немате дозволу да промените статус проблема.',
154
+ 'fabric.linking.status_change_permission_error-issue-term-refresh': 'Немате дозволу да пређете на ову радну ставку.',
155
+ 'fabric.linking.status_change_update_error': 'Статус не може да се ажурира',
156
+ 'fabric.linking.try_again': 'Пробај поново',
157
+ 'fabric.linking.try_another_account': 'Пробајте са другим налогом',
158
+ 'fabric.linking.unassigned': 'Недодељено',
159
+ 'fabric.linking.unauthorised_account_description': 'Покушавате да прегледате линк до приватне {context} странице. Препоручујемо да прегледате URL или се обратите власнику странице.',
160
+ 'fabric.linking.unauthorised_account_description_no_provider': 'Покушавате да прегледате линк до приватне странице. Препоручујемо да прегледате URL или се обратите власнику странице.',
161
+ 'fabric.linking.unauthorised_account_name': 'Не можемо да прикажемо приватне странице са: {context}',
162
+ 'fabric.linking.unauthorised_account_name_no_provider': 'Не можемо да прикажемо приватне странице',
163
+ 'fabric.linking.unfollow': 'Прекини праћење',
164
+ 'fabric.linking.unfollow_goal': 'Прекини праћење циља',
165
+ 'fabric.linking.unfollow_goal_description': 'Прекините праћење и више нећете примати обавештења о циљу',
166
+ 'fabric.linking.unfollow_goal_error': 'Дошло је до грешке код покушаја прекида праћења циља. Проверите везу или освежите страницу, па пробајте поново.',
167
+ 'fabric.linking.unfollow_project': 'Прекини праћење пројекта',
168
+ 'fabric.linking.unfollow_project_description': 'Прекините праћење и више нећете добијати обавештења о пројектима',
169
+ 'fabric.linking.unfollow_project_error': 'Дошло је до грешке код покушаја прекида праћења пројекта. Проверите везу или освежите страницу, па пробајте поново.',
170
+ 'fabric.linking.unlink_account': 'Опозови везу са налогом',
171
+ 'fabric.linking.updated_by': 'Изменио/ла: {context}',
172
+ 'fabric.linking.view': 'Прикажи'
173
+ };
@@ -98,7 +98,6 @@ export default {
98
98
  'fabric.linking.modified_on_absolute': 'Uppdaterades {context}',
99
99
  'fabric.linking.modified_on_relative': 'Uppdaterades {context}',
100
100
  'fabric.linking.more_actions': 'Fler åtgärder',
101
- 'fabric.linking.more_information_about_this_work_item': 'Mer information om arbetsuppgiften',
102
101
  'fabric.linking.no_access_title': 'Anslut till {product} för att visa innehållet',
103
102
  'fabric.linking.not_found_description': 'Sidan finns inte eller så har den ändrats efter att den här länken lades till.',
104
103
  'fabric.linking.not_found_title': 'Vi kan inte visa dig den här {product}-sidan.',
@@ -98,7 +98,6 @@ export default {
98
98
  'fabric.linking.modified_on_absolute': 'อัปเดตแล้วเมื่อ {context}',
99
99
  'fabric.linking.modified_on_relative': 'อัปเดต {context} แล้ว',
100
100
  'fabric.linking.more_actions': 'การดำเนินการเพิ่มเติม',
101
- 'fabric.linking.more_information_about_this_work_item': 'ข้อมูลเพิ่มเติมเกี่ยวกับตั๋วนี้',
102
101
  'fabric.linking.no_access_title': 'เข้าร่วม {product} เพื่อดูเนื้อหานี้',
103
102
  'fabric.linking.not_found_description': 'หน้าข้อมูลนี้ไม่มีอยู่ หรืออาจมีการเปลี่ยนแปลงหลังจากมีการเพิ่มลิงก์นี้',
104
103
  'fabric.linking.not_found_title': 'เราไม่สามารถแสดงหน้า {product} นี้ให้คุณดูได้',
@@ -98,7 +98,6 @@ export default {
98
98
  'fabric.linking.modified_on_absolute': '{context} tarihinde güncellendi',
99
99
  'fabric.linking.modified_on_relative': '{context} güncellendi',
100
100
  'fabric.linking.more_actions': 'Daha fazla işlem',
101
- 'fabric.linking.more_information_about_this_work_item': 'Bu bilet hakkında daha fazla bilgi',
102
101
  'fabric.linking.no_access_title': 'Bu içeriği görüntülemek için {product} ürününe katılın',
103
102
  'fabric.linking.not_found_description': 'Bu sayfa mevcut değil veya bu bağlantı eklendikten sonra değişmiş olabilir.',
104
103
  'fabric.linking.not_found_title': 'Bu {product} sayfası gösterilemiyor',
@@ -98,7 +98,6 @@ export default {
98
98
  'fabric.linking.modified_on_absolute': 'Оновлено {context}',
99
99
  'fabric.linking.modified_on_relative': 'Оновлено {context}',
100
100
  'fabric.linking.more_actions': 'Інші дії',
101
- 'fabric.linking.more_information_about_this_work_item': 'Докладніше про цей елемент завдання',
102
101
  'fabric.linking.no_access_title': 'Приєднайтеся до {product}, щоб переглянути цей вміст',
103
102
  'fabric.linking.not_found_description': 'Сторінка не існує або, можливо, змінилася після додавання цього посилання.',
104
103
  'fabric.linking.not_found_title': 'Не вдається відобразити цю сторінку {product}',
@@ -98,7 +98,6 @@ export default {
98
98
  'fabric.linking.modified_on_absolute': 'Đã cập nhật trên {context}',
99
99
  'fabric.linking.modified_on_relative': 'Đã cập nhật {context}',
100
100
  'fabric.linking.more_actions': 'Hành động khác',
101
- 'fabric.linking.more_information_about_this_work_item': 'Thông tin khác về hạng mục công việc này',
102
101
  'fabric.linking.no_access_title': 'Tham gia {product} để xem nội dung này',
103
102
  'fabric.linking.not_found_description': 'Trang này không tồn tại hoặc có thể đã thay đổi sau khi liên kết này được thêm vào.',
104
103
  'fabric.linking.not_found_title': 'Chúng tôi không thể hiển thị cho bạn trang {product} này',
@@ -98,7 +98,6 @@ export default {
98
98
  'fabric.linking.modified_on_absolute': '更新时间:{context}',
99
99
  'fabric.linking.modified_on_relative': '更新时间:{context}',
100
100
  'fabric.linking.more_actions': '更多操作',
101
- 'fabric.linking.more_information_about_this_work_item': '有关此工作项的更多信息',
102
101
  'fabric.linking.no_access_title': '加入 {product} 即可查看此内容',
103
102
  'fabric.linking.not_found_description': '该页面不存在或者在添加此链接后可能已发生更改。',
104
103
  'fabric.linking.not_found_title': '无法显示此 {product} 页面',
@@ -98,7 +98,6 @@ export default {
98
98
  'fabric.linking.modified_on_absolute': '更新於 {context}',
99
99
  'fabric.linking.modified_on_relative': '更新時間:{context}',
100
100
  'fabric.linking.more_actions': '更多動作',
101
- 'fabric.linking.more_information_about_this_work_item': '深入了解此工作項目',
102
101
  'fabric.linking.no_access_title': '加入 {product} 以檢視此內容',
103
102
  'fabric.linking.not_found_description': '該頁面不存在,或在新增此連結後可能已變更。',
104
103
  'fabric.linking.not_found_title': '我們無法向您顯示此 {product} 頁面',
@@ -803,5 +803,10 @@ export var messages = defineMessages({
803
803
  id: 'fabric.linking.team_members_count',
804
804
  defaultMessage: '{context} members',
805
805
  description: 'Indicates the count of team member'
806
+ },
807
+ user_attributes: {
808
+ id: 'fabric.linking.user_attributes',
809
+ defaultMessage: '{context}',
810
+ description: 'Displays user attributes like role, department, location, and pronouns'
806
811
  }
807
812
  });
@@ -4,7 +4,7 @@ export var ANALYTICS_CHANNEL = 'media';
4
4
  export var context = {
5
5
  componentName: 'smart-cards',
6
6
  packageName: "@atlaskit/smart-card",
7
- packageVersion: "38.16.2"
7
+ packageVersion: "38.18.0"
8
8
  };
9
9
  export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
10
10
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -136,13 +136,15 @@ export var getSimulatedBetterMetadata = function getSimulatedBetterMetadata(card
136
136
  bottomMetadata: defaultBottomMetadata
137
137
  };
138
138
  case 'legion-object-provider':
139
- case 'profile-object-provider':
139
+ case 'people-object-provider':
140
140
  return {
141
141
  titleMetadata: defaultTitleMetadata,
142
142
  topMetadata: [{
143
143
  name: ElementName.AuthorGroup
144
144
  }, {
145
145
  name: ElementName.TeamMemberCount
146
+ }, {
147
+ name: ElementName.UserAttributes
146
148
  }].concat(baseTopMetadata),
147
149
  bottomMetadata: defaultBottomMetadata
148
150
  };
@@ -285,7 +285,8 @@ function Component(_ref) {
285
285
  actionOptions: actionOptions,
286
286
  ref: embedIframeRef,
287
287
  onIframeDwell: onIframeDwell,
288
- onIframeFocus: onIframeFocus
288
+ onIframeFocus: onIframeFocus,
289
+ CompetitorPrompt: CompetitorPrompt
289
290
  });
290
291
  }
291
292
  }
@@ -15,6 +15,7 @@
15
15
  ._18postnw:after{position:absolute}
16
16
  ._19bvu2gc{padding-left:var(--ds-space-100,8px)}
17
17
  ._19doidpf:after{left:0}
18
+ ._1bah1yb4{justify-content:space-between}
18
19
  ._1bqqidpf:after{z-index:0}
19
20
  ._1bsb7vkz{width:1pc}
20
21
  ._1bto1l2s{text-overflow:ellipsis}
@@ -27,6 +28,7 @@
27
28
  ._1pbykb7n{z-index:1}
28
29
  ._1reo15vq{overflow-x:hidden}
29
30
  ._1reo1wug{overflow-x:auto}
31
+ ._1ul9idpf{min-width:0}
30
32
  ._1x88idpf:after{bottom:0}
31
33
  ._2lx21bp4{flex-direction:column}
32
34
  ._32rxidpf:after{right:0}
@@ -27,7 +27,8 @@ export var ExpandedFrame = function ExpandedFrame(_ref) {
27
27
  _ref$allowScrollBar = _ref.allowScrollBar,
28
28
  allowScrollBar = _ref$allowScrollBar === void 0 ? false : _ref$allowScrollBar,
29
29
  _ref$setOverflow = _ref.setOverflow,
30
- setOverflow = _ref$setOverflow === void 0 ? true : _ref$setOverflow;
30
+ setOverflow = _ref$setOverflow === void 0 ? true : _ref$setOverflow,
31
+ CompetitorPrompt = _ref.CompetitorPrompt;
31
32
  var isInteractive = function isInteractive() {
32
33
  return !isPlaceholder && (Boolean(href) || Boolean(onClick));
33
34
  };
@@ -35,10 +36,18 @@ export var ExpandedFrame = function ExpandedFrame(_ref) {
35
36
  return handleClickCommon(event, onClick);
36
37
  };
37
38
  var handleMouseDown = useMouseDownEvent();
39
+
40
+ // Note: cleanup fg based on results of prompt_whiteboard_competitor_link experiment
41
+ var CompetitorPromptComponent = CompetitorPrompt && href && fg('prompt_whiteboard_competitor_link_gate') ? /*#__PURE__*/React.createElement(CompetitorPrompt, {
42
+ sourceUrl: href,
43
+ linkType: "embed"
44
+ }) : null;
38
45
  var renderHeader = function renderHeader() {
39
46
  if (fg('platform-linking-visual-refresh-v1')) {
40
47
  return frameStyle !== 'hide' && /*#__PURE__*/React.createElement("div", {
41
48
  className: ax([styles.header, "embed-header"])
49
+ }, /*#__PURE__*/React.createElement("div", {
50
+ className: ax([styles.leftSection])
42
51
  }, /*#__PURE__*/React.createElement("div", {
43
52
  className: ax([styles.headerIcon])
44
53
  }, icon), /*#__PURE__*/React.createElement("div", {
@@ -51,7 +60,7 @@ export var ExpandedFrame = function ExpandedFrame(_ref) {
51
60
  onClick: handleClick,
52
61
  onMouseDown: handleMouseDown,
53
62
  className: ax([styles.headerAnchor])
54
- }, text))));
63
+ }, text)))), CompetitorPromptComponent);
55
64
  }
56
65
  return (
57
66
  /*#__PURE__*/
@@ -161,7 +170,8 @@ var styles = {
161
170
  linkWrapperSelected: "_8x3u92p9",
162
171
  linkWrapperBorderAndBackground: "_1tqzzgxb _1hfkhp5a _1ifikb7n",
163
172
  linkWrapperInteractiveNotHidden: "_hcgvzgxb _4tpuhp5a _x148kb7n",
164
- header: "_11c8140y _zulp1b66 _1e0c1txw _4cvr1h6o _4t3igktf _1pbykb7n",
173
+ header: "_11c8140y _zulp1b66 _1e0c1txw _4cvr1h6o _1bah1yb4 _4t3igktf _1pbykb7n",
174
+ leftSection: "_zulp1b66 _1e0c1txw _4cvr1h6o _1ul9idpf",
165
175
  tooltipWrapper: "_1reo15vq _18m915vq",
166
176
  headerAnchor: "_11c8140y _1reo15vq _18m915vq _1e0c1ule _1bto1l2s _o5721q9c _9oik1r31 _1bnxglyw _jf4cnqa1",
167
177
  headerIcon: "_11c8140y _1bsb7vkz _4t3i7vkz",
@@ -34,7 +34,8 @@ export var EmbedCard = /*#__PURE__*/React.forwardRef(function (_ref, iframeRef)
34
34
  onIframeFocus = _ref.onIframeFocus,
35
35
  iframeUrlType = _ref.iframeUrlType,
36
36
  actionOptions = _ref.actionOptions,
37
- renderers = _ref.renderers;
37
+ renderers = _ref.renderers,
38
+ CompetitorPrompt = _ref.CompetitorPrompt;
38
39
  var _useAnalyticsEvents = useAnalyticsEvents(),
39
40
  createAnalyticsEvent = _useAnalyticsEvents.createAnalyticsEvent;
40
41
  var status = cardState.status,
@@ -93,7 +94,8 @@ export var EmbedCard = /*#__PURE__*/React.forwardRef(function (_ref, iframeRef)
93
94
  ref: iframeRef,
94
95
  onIframeDwell: onIframeDwell,
95
96
  onIframeFocus: onIframeFocus,
96
- testId: testId
97
+ testId: testId,
98
+ CompetitorPrompt: CompetitorPrompt
97
99
  }));
98
100
  } else {
99
101
  if (platform === 'mobile') {
@@ -22,7 +22,8 @@ export var EmbedCardResolvedView = /*#__PURE__*/React.forwardRef(function (_ref,
22
22
  onIframeDwell = _ref.onIframeDwell,
23
23
  onIframeFocus = _ref.onIframeFocus,
24
24
  isSupportTheming = _ref.isSupportTheming,
25
- type = _ref.type;
25
+ type = _ref.type,
26
+ CompetitorPrompt = _ref.CompetitorPrompt;
26
27
  var iconFromContext = context === null || context === void 0 ? void 0 : context.icon;
27
28
  var src = typeof iconFromContext === 'string' ? iconFromContext : undefined;
28
29
  var text = title || (context === null || context === void 0 ? void 0 : context.text);
@@ -60,7 +61,8 @@ export var EmbedCardResolvedView = /*#__PURE__*/React.forwardRef(function (_ref,
60
61
  text: text,
61
62
  onClick: onClick,
62
63
  inheritDimensions: inheritDimensions,
63
- setOverflow: false
64
+ setOverflow: false,
65
+ CompetitorPrompt: CompetitorPrompt
64
66
  }, /*#__PURE__*/React.createElement(Frame, {
65
67
  url: previewUrl,
66
68
  isTrusted: isTrusted,
@@ -13,7 +13,7 @@ import ElementGroup from './element-group';
13
13
 
14
14
  // Determine whether the element can be display as inline/block.
15
15
 
16
- export var ElementDisplaySchema = (_ElementDisplaySchema = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.AssignedTo, ['inline']), ElementName.AssignedToGroup, ['inline']), ElementName.AttachmentCount, ['inline']), ElementName.AuthorGroup, ['inline']), ElementName.AppliedToComponentsCount, ['inline']), ElementName.ChecklistProgress, ['inline']), ElementName.CollaboratorGroup, ['inline']), ElementName.CommentCount, ['inline']), ElementName.CreatedBy, ['inline']), ElementName.CreatedOn, ['inline']), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.DueOn, ['inline']), ElementName.LatestCommit, ['inline']), ElementName.LinkIcon, ['inline']), ElementName.Location, ['inline']), ElementName.ModifiedBy, ['inline']), ElementName.ModifiedOn, ['inline']), ElementName.OwnedBy, ['inline']), ElementName.OwnedByGroup, ['inline']), ElementName.Preview, ['block']), ElementName.Priority, ['inline']), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.ProgrammingLanguage, ['inline']), ElementName.Provider, ['inline']), ElementName.ReactCount, ['inline']), ElementName.ReadTime, ['inline']), ElementName.Snippet, ['block']), ElementName.SourceBranch, ['inline']), ElementName.SentOn, ['inline']), ElementName.State, ['inline']), ElementName.SubscriberCount, ['inline']), ElementName.TeamMemberCount, ['inline']), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.SubTasksProgress, ['inline']), ElementName.StoryPoints, ['inline']), ElementName.TargetBranch, ['inline']), ElementName.Title, ['inline']), ElementName.ViewCount, ['inline']), ElementName.VoteCount, ['inline']));
16
+ export var ElementDisplaySchema = (_ElementDisplaySchema = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.AssignedTo, ['inline']), ElementName.AssignedToGroup, ['inline']), ElementName.AttachmentCount, ['inline']), ElementName.AuthorGroup, ['inline']), ElementName.AppliedToComponentsCount, ['inline']), ElementName.ChecklistProgress, ['inline']), ElementName.CollaboratorGroup, ['inline']), ElementName.CommentCount, ['inline']), ElementName.CreatedBy, ['inline']), ElementName.CreatedOn, ['inline']), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.DueOn, ['inline']), ElementName.LatestCommit, ['inline']), ElementName.LinkIcon, ['inline']), ElementName.Location, ['inline']), ElementName.ModifiedBy, ['inline']), ElementName.ModifiedOn, ['inline']), ElementName.OwnedBy, ['inline']), ElementName.OwnedByGroup, ['inline']), ElementName.Preview, ['block']), ElementName.Priority, ['inline']), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.ProgrammingLanguage, ['inline']), ElementName.Provider, ['inline']), ElementName.ReactCount, ['inline']), ElementName.ReadTime, ['inline']), ElementName.Snippet, ['block']), ElementName.SourceBranch, ['inline']), ElementName.SentOn, ['inline']), ElementName.State, ['inline']), ElementName.SubscriberCount, ['inline']), ElementName.TeamMemberCount, ['inline']), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.SubTasksProgress, ['inline']), ElementName.StoryPoints, ['inline']), ElementName.TargetBranch, ['inline']), ElementName.Title, ['inline']), ElementName.UserAttributes, ['inline']), ElementName.ViewCount, ['inline']), ElementName.VoteCount, ['inline']));
17
17
 
18
18
  /**
19
19
  * Get gap size between elements inside a block
@@ -31,6 +31,7 @@ export { default as StoryPoints } from './story-points-element';
31
31
  export { default as TargetBranch } from './target-branch-element';
32
32
  export { default as TeamMemberCount } from './team-member-count-element';
33
33
  export { default as Title } from './title-element';
34
+ export { default as UserAttributes } from './user-attributes-element';
34
35
  export { default as ViewCount } from './view-count-element';
35
36
  export { default as VoteCount } from './vote-count-element';
36
37
  export { default as AppliedToComponentsCount } from './applied-to-components-count-element';