@atlaskit/afm-i18n-platform-people-and-teams-focused-task-close-account 2.2.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 (159) hide show
  1. package/build.js +131 -0
  2. package/dist/cjs/i18n/cs.js +87 -0
  3. package/dist/cjs/i18n/da.js +87 -0
  4. package/dist/cjs/i18n/de.js +87 -0
  5. package/dist/cjs/i18n/en.js +91 -0
  6. package/dist/cjs/i18n/en_GB.js +91 -0
  7. package/dist/cjs/i18n/en_ZZ.js +91 -0
  8. package/dist/cjs/i18n/es.js +87 -0
  9. package/dist/cjs/i18n/fi.js +87 -0
  10. package/dist/cjs/i18n/fr.js +87 -0
  11. package/dist/cjs/i18n/hr.js +20 -0
  12. package/dist/cjs/i18n/hu.js +87 -0
  13. package/dist/cjs/i18n/index.js +63 -0
  14. package/dist/cjs/i18n/it.js +87 -0
  15. package/dist/cjs/i18n/ja.js +87 -0
  16. package/dist/cjs/i18n/ko.js +87 -0
  17. package/dist/cjs/i18n/nb.js +87 -0
  18. package/dist/cjs/i18n/nl.js +87 -0
  19. package/dist/cjs/i18n/pl.js +87 -0
  20. package/dist/cjs/i18n/pt_BR.js +87 -0
  21. package/dist/cjs/i18n/ru.js +87 -0
  22. package/dist/cjs/i18n/sl.js +20 -0
  23. package/dist/cjs/i18n/sr_RS.js +20 -0
  24. package/dist/cjs/i18n/sr_YR.js +20 -0
  25. package/dist/cjs/i18n/sv.js +87 -0
  26. package/dist/cjs/i18n/th.js +87 -0
  27. package/dist/cjs/i18n/tr.js +87 -0
  28. package/dist/cjs/i18n/uk.js +87 -0
  29. package/dist/cjs/i18n/vi.js +87 -0
  30. package/dist/cjs/i18n/zh.js +87 -0
  31. package/dist/cjs/i18n/zh_TW.js +87 -0
  32. package/dist/cjs/index.js +18 -0
  33. package/dist/esm/i18n/cs.d.ts +84 -0
  34. package/dist/esm/i18n/cs.js +85 -0
  35. package/dist/esm/i18n/da.d.ts +84 -0
  36. package/dist/esm/i18n/da.js +85 -0
  37. package/dist/esm/i18n/de.d.ts +84 -0
  38. package/dist/esm/i18n/de.js +85 -0
  39. package/dist/esm/i18n/en.d.ts +88 -0
  40. package/dist/esm/i18n/en.js +89 -0
  41. package/dist/esm/i18n/en_GB.d.ts +88 -0
  42. package/dist/esm/i18n/en_GB.js +89 -0
  43. package/dist/esm/i18n/en_ZZ.d.ts +88 -0
  44. package/dist/esm/i18n/en_ZZ.js +89 -0
  45. package/dist/esm/i18n/es.d.ts +84 -0
  46. package/dist/esm/i18n/es.js +85 -0
  47. package/dist/esm/i18n/fi.d.ts +84 -0
  48. package/dist/esm/i18n/fi.js +85 -0
  49. package/dist/esm/i18n/fr.d.ts +84 -0
  50. package/dist/esm/i18n/fr.js +85 -0
  51. package/dist/esm/i18n/hr.d.ts +17 -0
  52. package/dist/esm/i18n/hr.js +18 -0
  53. package/dist/esm/i18n/hu.d.ts +84 -0
  54. package/dist/esm/i18n/hu.js +85 -0
  55. package/dist/esm/i18n/index.d.ts +29 -0
  56. package/dist/esm/i18n/index.js +30 -0
  57. package/dist/esm/i18n/it.d.ts +84 -0
  58. package/dist/esm/i18n/it.js +85 -0
  59. package/dist/esm/i18n/ja.d.ts +84 -0
  60. package/dist/esm/i18n/ja.js +85 -0
  61. package/dist/esm/i18n/ko.d.ts +84 -0
  62. package/dist/esm/i18n/ko.js +85 -0
  63. package/dist/esm/i18n/nb.d.ts +84 -0
  64. package/dist/esm/i18n/nb.js +85 -0
  65. package/dist/esm/i18n/nl.d.ts +84 -0
  66. package/dist/esm/i18n/nl.js +85 -0
  67. package/dist/esm/i18n/pl.d.ts +84 -0
  68. package/dist/esm/i18n/pl.js +85 -0
  69. package/dist/esm/i18n/pt_BR.d.ts +84 -0
  70. package/dist/esm/i18n/pt_BR.js +85 -0
  71. package/dist/esm/i18n/ru.d.ts +84 -0
  72. package/dist/esm/i18n/ru.js +85 -0
  73. package/dist/esm/i18n/sl.d.ts +17 -0
  74. package/dist/esm/i18n/sl.js +18 -0
  75. package/dist/esm/i18n/sr_RS.d.ts +17 -0
  76. package/dist/esm/i18n/sr_RS.js +18 -0
  77. package/dist/esm/i18n/sr_YR.d.ts +17 -0
  78. package/dist/esm/i18n/sr_YR.js +18 -0
  79. package/dist/esm/i18n/sv.d.ts +84 -0
  80. package/dist/esm/i18n/sv.js +85 -0
  81. package/dist/esm/i18n/th.d.ts +84 -0
  82. package/dist/esm/i18n/th.js +85 -0
  83. package/dist/esm/i18n/tr.d.ts +84 -0
  84. package/dist/esm/i18n/tr.js +85 -0
  85. package/dist/esm/i18n/uk.d.ts +84 -0
  86. package/dist/esm/i18n/uk.js +85 -0
  87. package/dist/esm/i18n/vi.d.ts +84 -0
  88. package/dist/esm/i18n/vi.js +85 -0
  89. package/dist/esm/i18n/zh.d.ts +84 -0
  90. package/dist/esm/i18n/zh.js +85 -0
  91. package/dist/esm/i18n/zh_TW.d.ts +84 -0
  92. package/dist/esm/i18n/zh_TW.js +85 -0
  93. package/dist/esm/index.d.ts +1 -0
  94. package/dist/esm/index.js +2 -0
  95. package/dist/types/i18n/cs.d.ts +84 -0
  96. package/dist/types/i18n/da.d.ts +84 -0
  97. package/dist/types/i18n/de.d.ts +84 -0
  98. package/dist/types/i18n/en.d.ts +88 -0
  99. package/dist/types/i18n/en_GB.d.ts +88 -0
  100. package/dist/types/i18n/en_ZZ.d.ts +88 -0
  101. package/dist/types/i18n/es.d.ts +84 -0
  102. package/dist/types/i18n/fi.d.ts +84 -0
  103. package/dist/types/i18n/fr.d.ts +84 -0
  104. package/dist/types/i18n/hr.d.ts +17 -0
  105. package/dist/types/i18n/hu.d.ts +84 -0
  106. package/dist/types/i18n/index.d.ts +29 -0
  107. package/dist/types/i18n/it.d.ts +84 -0
  108. package/dist/types/i18n/ja.d.ts +84 -0
  109. package/dist/types/i18n/ko.d.ts +84 -0
  110. package/dist/types/i18n/nb.d.ts +84 -0
  111. package/dist/types/i18n/nl.d.ts +84 -0
  112. package/dist/types/i18n/pl.d.ts +84 -0
  113. package/dist/types/i18n/pt_BR.d.ts +84 -0
  114. package/dist/types/i18n/ru.d.ts +84 -0
  115. package/dist/types/i18n/sl.d.ts +17 -0
  116. package/dist/types/i18n/sr_RS.d.ts +17 -0
  117. package/dist/types/i18n/sr_YR.d.ts +17 -0
  118. package/dist/types/i18n/sv.d.ts +84 -0
  119. package/dist/types/i18n/th.d.ts +84 -0
  120. package/dist/types/i18n/tr.d.ts +84 -0
  121. package/dist/types/i18n/uk.d.ts +84 -0
  122. package/dist/types/i18n/vi.d.ts +84 -0
  123. package/dist/types/i18n/zh.d.ts +84 -0
  124. package/dist/types/i18n/zh_TW.d.ts +84 -0
  125. package/dist/types/index.d.ts +1 -0
  126. package/i18n/cs.ts +140 -0
  127. package/i18n/da.ts +141 -0
  128. package/i18n/de.ts +143 -0
  129. package/i18n/en.ts +150 -0
  130. package/i18n/en_GB.ts +150 -0
  131. package/i18n/en_ZZ.ts +156 -0
  132. package/i18n/es.ts +142 -0
  133. package/i18n/fi.ts +142 -0
  134. package/i18n/fr.ts +145 -0
  135. package/i18n/hr.ts +26 -0
  136. package/i18n/hu.ts +141 -0
  137. package/i18n/index.ts +30 -0
  138. package/i18n/it.ts +140 -0
  139. package/i18n/ja.ts +141 -0
  140. package/i18n/ko.ts +138 -0
  141. package/i18n/nb.ts +143 -0
  142. package/i18n/nl.ts +147 -0
  143. package/i18n/pl.ts +143 -0
  144. package/i18n/pt_BR.ts +143 -0
  145. package/i18n/ru.ts +141 -0
  146. package/i18n/sl.ts +26 -0
  147. package/i18n/sr_RS.ts +26 -0
  148. package/i18n/sr_YR.ts +26 -0
  149. package/i18n/sv.ts +141 -0
  150. package/i18n/th.ts +141 -0
  151. package/i18n/tr.ts +143 -0
  152. package/i18n/uk.ts +146 -0
  153. package/i18n/vi.ts +144 -0
  154. package/i18n/zh.ts +133 -0
  155. package/i18n/zh_TW.ts +133 -0
  156. package/index.ts +2 -0
  157. package/package.json +38 -0
  158. package/tsconfig.cjs.json +8 -0
  159. package/tsconfig.json +25 -0
package/i18n/en.ts ADDED
@@ -0,0 +1,150 @@
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
+ //
9
+ export default {
10
+ 'focused-task-close-account.cancel': 'Cancel',
11
+ 'focused-task-close-account.deactivate-account': 'Deactivate account',
12
+ 'focused-task-close-account.deactivate-account.overview.first.line.admin':
13
+ "You're about to deactivate the user account of:",
14
+ 'focused-task-close-account.deactivate-account.overview.first.line.self':
15
+ "You're about to deactivate the user account of:",
16
+ 'focused-task-close-account.deactivate-account.overview.heading.admin': 'Deactivate account',
17
+ 'focused-task-close-account.deactivate-account.overview.heading.self': 'Deactivate account',
18
+ 'focused-task-close-account.deactivate-account.overview.last.line.admin':
19
+ 'You can reactivate the account at any time.',
20
+ 'focused-task-close-account.deactivate-account.overview.last.line.self':
21
+ 'You can reactivate the account at any time.',
22
+ 'focused-task-close-account.deactivate-account.overview.paragraph.about-to-deactivate.admin':
23
+ 'When you deactivate the account:',
24
+ 'focused-task-close-account.deactivate-account.overview.paragraph.about-to-deactivate.self':
25
+ 'When you deactivate the account:',
26
+ 'focused-task-close-account.deactivate-account.overview.paragraph.billing.admin':
27
+ "We'll no longer bill you for them.",
28
+ 'focused-task-close-account.deactivate-account.overview.paragraph.billing.self': "We'll no longer bill you for them.",
29
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.admin':
30
+ '{fullName} will <b>immediately lose access</b> to all Atlassian account services. They currently have access to:',
31
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.admin.noSites':
32
+ '{fullName} will <b>immediately lose access</b> to all Atlassian account services. Currently, they don’t have access to any, except services like Community and Marketplace.',
33
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.footnote':
34
+ 'Other Atlassian account services, such as Atlassian Community and Marketplace.',
35
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.self':
36
+ "You'll <b>immediately lose access</b> to all Atlassian account services. You currently have access to:",
37
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.self.noSites':
38
+ "You'll <b>immediately lose access</b> to all Atlassian account services. Currently, you don’t have access to any, except services like Community and Marketplace.",
39
+ 'focused-task-close-account.deactivate-account.overview.paragraph.personal-data.admin':
40
+ "Their personal data, such as their full name and email address, and content they've created will remain in Atlassian account services.",
41
+ 'focused-task-close-account.deactivate-account.overview.paragraph.personal-data.self':
42
+ "Their personal data, such as their full name and email address, and content they've created will remain in Atlassian account services.",
43
+ 'focused-task-close-account.delete-account': 'Delete account',
44
+ 'focused-task-close-account.delete-account.content-preview.footnote.admin':
45
+ 'Note: Answering this survey will help us make a better experience for all users. The user will still appear as “Former user” after you delete their account.',
46
+ 'focused-task-close-account.delete-account.content-preview.footnote.self':
47
+ 'Note: Answering this survey will help us make a better experience for all users, including those deleting their accounts. You’ll still appear as “Former user” after you delete your account.',
48
+ 'focused-task-close-account.delete-account.content-preview.formerUser': 'Former user',
49
+ 'focused-task-close-account.delete-account.content-preview.heading.admin':
50
+ 'How would you prefer the deleted user to appear?',
51
+ 'focused-task-close-account.delete-account.content-preview.heading.self':
52
+ 'How would you prefer your deleted account to appear?',
53
+ 'focused-task-close-account.delete-account.content-preview.line.survey.admin':
54
+ 'If we gave you a choice, how would you like the deleted user to appear to other users?',
55
+ 'focused-task-close-account.delete-account.content-preview.line.survey.self':
56
+ 'If we gave you a choice, how would you like to appear to other users?',
57
+ 'focused-task-close-account.delete-account.content-preview.paragraph.survey.admin':
58
+ 'After the user’s account is deleted, they’ll appear as “Former user” to other users. Please take a moment to answer our survey question.',
59
+ 'focused-task-close-account.delete-account.content-preview.paragraph.survey.self':
60
+ 'After your account is deleted, you’ll appear as “Former user” to other users. Please take a moment to answer our survey question.',
61
+ 'focused-task-close-account.delete-account.drop-down-collapse-button': 'Show less',
62
+ 'focused-task-close-account.delete-account.drop-down-expand-button': '{num} more',
63
+ 'focused-task-close-account.delete-account.overview.first.line.admin': "You're about to delete the account of:",
64
+ 'focused-task-close-account.delete-account.overview.first.line.self': "You're about to delete your account:",
65
+ 'focused-task-close-account.delete-account.overview.heading.admin': 'Delete account',
66
+ 'focused-task-close-account.delete-account.overview.heading.self': 'Delete your account',
67
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin':
68
+ "For example, pages, work items, and comments they've created in products.",
69
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify':
70
+ "For example, pages, work items, and comments they've created in apps.",
71
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin':
72
+ "For example, pages, issues, and comments they've created in products.",
73
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self':
74
+ "For example, pages, work items, and comments you've created in products.",
75
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify':
76
+ "For example, pages, work items, and comments you've created in apps.",
77
+ 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin':
78
+ 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored the user’s profile information.',
79
+ 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify':
80
+ "You or other users may have installed third-party apps that add features to Atlassian apps and may have stored the user's profile information.",
81
+ 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self':
82
+ 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
83
+ 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify':
84
+ 'You or other users may have installed third-party apps that add features to Atlassian apps and may have stored your profile information.',
85
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin':
86
+ "Information related to purchases, which we're required to keep for financial reporting.",
87
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self':
88
+ "Information related to purchases, which we're required to keep for financial reporting.",
89
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin':
90
+ "Records showing that we deleted someone's account, which we may need to provide to regulators.",
91
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.self':
92
+ "Records showing that we deleted someone's account, which we may need to provide to regulators.",
93
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li3.admin':
94
+ "Data that's part of an active lawsuit, which we're required to keep by law.",
95
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li3.self':
96
+ "Data that's part of an active lawsuit, which we're required to keep by law.",
97
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin':
98
+ 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
99
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self':
100
+ 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
101
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin':
102
+ 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The product admins need to delete that data manually.',
103
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify':
104
+ 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
105
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self':
106
+ "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your product admins need to delete that data manually.",
107
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify':
108
+ "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
109
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin':
110
+ 'Users have the right to submit complaints to the supervisory authority in their country.',
111
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self':
112
+ 'You have the right to submit complaints to the supervisory authority in your country.',
113
+ 'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': 'When you delete the account:',
114
+ 'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.self': 'When you delete your account:',
115
+ 'focused-task-close-account.delete-account.overview.paragraph.content-created.admin':
116
+ "The content they've created will remain in Atlassian account services.",
117
+ 'focused-task-close-account.delete-account.overview.paragraph.content-created.self':
118
+ "The content you've created will remain in Atlassian account services.",
119
+ 'focused-task-close-account.delete-account.overview.paragraph.grace-period.admin':
120
+ 'After a 14-day grace period, you won’t be able to cancel the deletion of the account.',
121
+ 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.admin':
122
+ 'We’ll email you a list of apps that may have stored their personal data.',
123
+ 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.admin-appify':
124
+ 'We’ll email you a list of third-party apps that may have stored their personal data.',
125
+ 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.self':
126
+ 'We’ll email you a list of apps that may have stored your personal data.',
127
+ 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.self-appify':
128
+ 'We’ll email you a list of third-party apps that may have stored your personal data.',
129
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.admin':
130
+ '{fullName} will <b>immediately lose access</b> to all Atlassian account services. They currently have access to:',
131
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.admin.noSites':
132
+ '{fullName} will <b>immediately lose access</b> to all Atlassian account services. Currently, they don’t have access to any, except services like Community and Marketplace.',
133
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.footnote':
134
+ 'Other Atlassian account services, such as Atlassian Community and Marketplace.',
135
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.self':
136
+ "You'll <b>immediately lose access</b> to all Atlassian account services. You currently have access to:",
137
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.self.noSites':
138
+ "You'll <b>immediately lose access</b> to all Atlassian account services. Currently, you don’t have access to any, except services like Community and Marketplace.",
139
+ 'focused-task-close-account.delete-account.overview.paragraph.personal-data-will-be-deleted.admin':
140
+ "We'll <b>delete their personal data</b>, such as their full name and email address, from Atlassian account services within 30 days, except in a few cases where required for legitimate business or legal purposes.",
141
+ 'focused-task-close-account.delete-account.overview.paragraph.personal-data-will-be-deleted.self':
142
+ "We'll <b>delete your personal data</b>, such as your full name and email address, from Atlassian account services within 30 days, except in a few cases where required for legitimate business or legal purposes.",
143
+ 'focused-task-close-account.delete-account.overview.warning-section.body':
144
+ 'After a 14-day grace period, you won’t be able to cancel the deletion of the account. If you think you’ll need the account later, deactivate it instead.',
145
+ 'focused-task-close-account.delete-account.overview.warning-section.deactivated.body':
146
+ 'After a 14-day grace period, you won’t be able to cancel the deletion of the account.',
147
+ 'focused-task-close-account.learnMore': 'Learn more',
148
+ 'focused-task-close-account.next': 'Next',
149
+ 'focused-task-close-account.previous': 'Previous',
150
+ };
package/i18n/en_GB.ts ADDED
@@ -0,0 +1,150 @@
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
+ //English (United Kingdom)
9
+ export default {
10
+ 'focused-task-close-account.cancel': 'Cancel',
11
+ 'focused-task-close-account.deactivate-account': 'Deactivate account',
12
+ 'focused-task-close-account.deactivate-account.overview.first.line.admin':
13
+ "You're about to deactivate the user account of:",
14
+ 'focused-task-close-account.deactivate-account.overview.first.line.self':
15
+ "You're about to deactivate the user account of:",
16
+ 'focused-task-close-account.deactivate-account.overview.heading.admin': 'Deactivate account',
17
+ 'focused-task-close-account.deactivate-account.overview.heading.self': 'Deactivate account',
18
+ 'focused-task-close-account.deactivate-account.overview.last.line.admin':
19
+ 'You can reactivate the account at any time.',
20
+ 'focused-task-close-account.deactivate-account.overview.last.line.self':
21
+ 'You can reactivate the account at any time.',
22
+ 'focused-task-close-account.deactivate-account.overview.paragraph.about-to-deactivate.admin':
23
+ 'When you deactivate the account:',
24
+ 'focused-task-close-account.deactivate-account.overview.paragraph.about-to-deactivate.self':
25
+ 'When you deactivate the account:',
26
+ 'focused-task-close-account.deactivate-account.overview.paragraph.billing.admin':
27
+ "We'll no longer bill you for them.",
28
+ 'focused-task-close-account.deactivate-account.overview.paragraph.billing.self': "We'll no longer bill you for them.",
29
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.admin':
30
+ '{fullName} will <b>immediately lose access</b> to all Atlassian account services. They currently have access to:',
31
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.admin.noSites':
32
+ '{fullName} will <b>immediately lose access</b> to all Atlassian account services. Currently, they don’t have access to any, except services like Community and Marketplace.',
33
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.footnote':
34
+ 'Other Atlassian account services, such as Atlassian Community and Marketplace.',
35
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.self':
36
+ "You'll <b>immediately lose access</b> to all Atlassian account services. You currently have access to:",
37
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.self.noSites':
38
+ "You'll <b>immediately lose access</b> to all Atlassian account services. Currently, you don’t have access to any, except services like Community and Marketplace.",
39
+ 'focused-task-close-account.deactivate-account.overview.paragraph.personal-data.admin':
40
+ "Their personal data, such as their full name and email address, and content they've created will remain in Atlassian account services.",
41
+ 'focused-task-close-account.deactivate-account.overview.paragraph.personal-data.self':
42
+ "Their personal data, such as their full name and email address, and content they've created will remain in Atlassian account services.",
43
+ 'focused-task-close-account.delete-account': 'Delete account',
44
+ 'focused-task-close-account.delete-account.content-preview.footnote.admin':
45
+ 'Note: Answering this survey will help us make a better experience for all users. The user will still appear as “Former user” after you delete their account.',
46
+ 'focused-task-close-account.delete-account.content-preview.footnote.self':
47
+ 'Note: Answering this survey will help us make a better experience for all users, including those deleting their accounts. You’ll still appear as “Former user” after you delete your account.',
48
+ 'focused-task-close-account.delete-account.content-preview.formerUser': 'Former user',
49
+ 'focused-task-close-account.delete-account.content-preview.heading.admin':
50
+ 'How would you prefer the deleted user to appear?',
51
+ 'focused-task-close-account.delete-account.content-preview.heading.self':
52
+ 'How would you prefer your deleted account to appear?',
53
+ 'focused-task-close-account.delete-account.content-preview.line.survey.admin':
54
+ 'If we gave you a choice, how would you like the deleted user to appear to other users?',
55
+ 'focused-task-close-account.delete-account.content-preview.line.survey.self':
56
+ 'If we gave you a choice, how would you like to appear to other users?',
57
+ 'focused-task-close-account.delete-account.content-preview.paragraph.survey.admin':
58
+ 'After the user’s account is deleted, they’ll appear as “Former user” to other users. Please take a moment to answer our survey question.',
59
+ 'focused-task-close-account.delete-account.content-preview.paragraph.survey.self':
60
+ 'After your account is deleted, you’ll appear as “Former user” to other users. Please take a moment to answer our survey question.',
61
+ 'focused-task-close-account.delete-account.drop-down-collapse-button': 'Show less',
62
+ 'focused-task-close-account.delete-account.drop-down-expand-button': '{num} more',
63
+ 'focused-task-close-account.delete-account.overview.first.line.admin': "You're about to delete the account of:",
64
+ 'focused-task-close-account.delete-account.overview.first.line.self': "You're about to delete your account:",
65
+ 'focused-task-close-account.delete-account.overview.heading.admin': 'Delete account',
66
+ 'focused-task-close-account.delete-account.overview.heading.self': 'Delete your account',
67
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin':
68
+ "For example, pages, work items, and comments they've created in products.",
69
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify':
70
+ "For example, pages, work items, and comments they've created in apps.",
71
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin':
72
+ "For example, pages, issues, and comments they've created in products.",
73
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self':
74
+ "For example, pages, work items, and comments you've created in products.",
75
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify':
76
+ "For example, pages, work items, and comments you've created in apps.",
77
+ 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin':
78
+ 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored the user’s profile information.',
79
+ 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify':
80
+ "You or other users may have installed third-party apps that add features to Atlassian apps and may have stored the user's profile information.",
81
+ 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self':
82
+ 'You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.',
83
+ 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify':
84
+ 'You or other users may have installed third-party apps that add features to Atlassian apps and may have stored your profile information.',
85
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin':
86
+ "Information related to purchases, which we're required to keep for financial reporting.",
87
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self':
88
+ "Information related to purchases, which we're required to keep for financial reporting.",
89
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin':
90
+ "Records showing that we deleted someone's account, which we may need to provide to regulators.",
91
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.self':
92
+ "Records showing that we deleted someone's account, which we may need to provide to regulators.",
93
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li3.admin':
94
+ "Data that's part of an active lawsuit, which we're required to keep by law.",
95
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li3.self':
96
+ "Data that's part of an active lawsuit, which we're required to keep by law.",
97
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin':
98
+ 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
99
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self':
100
+ 'We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:',
101
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin':
102
+ 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The product admins need to delete that data manually.',
103
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify':
104
+ 'We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.',
105
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self':
106
+ "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your product admins need to delete that data manually.",
107
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify':
108
+ "We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.",
109
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin':
110
+ 'Users have the right to submit complaints to the supervisory authority in their country.',
111
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self':
112
+ 'You have the right to submit complaints to the supervisory authority in your country.',
113
+ 'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin': 'When you delete the account:',
114
+ 'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.self': 'When you delete your account:',
115
+ 'focused-task-close-account.delete-account.overview.paragraph.content-created.admin':
116
+ "The content they've created will remain in Atlassian account services.",
117
+ 'focused-task-close-account.delete-account.overview.paragraph.content-created.self':
118
+ "The content you've created will remain in Atlassian account services.",
119
+ 'focused-task-close-account.delete-account.overview.paragraph.grace-period.admin':
120
+ 'After a 14-day grace period, you won’t be able to cancel the deletion of the account.',
121
+ 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.admin':
122
+ 'We’ll email you a list of apps that may have stored their personal data.',
123
+ 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.admin-appify':
124
+ 'We’ll email you a list of third-party apps that may have stored their personal data.',
125
+ 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.self':
126
+ 'We’ll email you a list of apps that may have stored your personal data.',
127
+ 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.self-appify':
128
+ 'We’ll email you a list of third-party apps that may have stored your personal data.',
129
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.admin':
130
+ '{fullName} will <b>immediately lose access</b> to all Atlassian account services. They currently have access to:',
131
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.admin.noSites':
132
+ '{fullName} will <b>immediately lose access</b> to all Atlassian account services. Currently, they don’t have access to any, except services like Community and Marketplace.',
133
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.footnote':
134
+ 'Other Atlassian account services, such as Atlassian Community and Marketplace.',
135
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.self':
136
+ "You'll <b>immediately lose access</b> to all Atlassian account services. You currently have access to:",
137
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.self.noSites':
138
+ "You'll <b>immediately lose access</b> to all Atlassian account services. Currently, you don’t have access to any, except services like Community and Marketplace.",
139
+ 'focused-task-close-account.delete-account.overview.paragraph.personal-data-will-be-deleted.admin':
140
+ "We'll <b>delete their personal data</b>, such as their full name and email address, from Atlassian account services within 30 days, except in a few cases where required for legitimate business or legal purposes.",
141
+ 'focused-task-close-account.delete-account.overview.paragraph.personal-data-will-be-deleted.self':
142
+ "We'll <b>delete your personal data</b>, such as your full name and email address, from Atlassian account services within 30 days, except in a few cases where required for legitimate business or legal purposes.",
143
+ 'focused-task-close-account.delete-account.overview.warning-section.body':
144
+ 'After a 14-day grace period, you won’t be able to cancel the deletion of the account. If you think you’ll need the account later, deactivate it instead.',
145
+ 'focused-task-close-account.delete-account.overview.warning-section.deactivated.body':
146
+ 'After a 14-day grace period, you won’t be able to cancel the deletion of the account.',
147
+ 'focused-task-close-account.learnMore': 'Learn more',
148
+ 'focused-task-close-account.next': 'Next',
149
+ 'focused-task-close-account.previous': 'Previous',
150
+ };
package/i18n/en_ZZ.ts ADDED
@@ -0,0 +1,156 @@
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
+ //
9
+ export default {
10
+ 'focused-task-close-account.cancel': '⁣⁢Cancel؜‍⁡؜⁡‍‌⁣⁤',
11
+ 'focused-task-close-account.deactivate-account': '⁣⁢Deactivate account؜‍؜⁠⁡⁡‍⁣⁤',
12
+ 'focused-task-close-account.deactivate-account.overview.first.line.admin':
13
+ "⁣⁢You're about to deactivate the user account of:⁡‍‌؜⁠⁠⁠؜⁣⁤",
14
+ 'focused-task-close-account.deactivate-account.overview.first.line.self':
15
+ "⁣⁢You're about to deactivate the user account of:؜⁡⁡⁠‌‌⁡⁠⁠⁣⁤",
16
+ 'focused-task-close-account.deactivate-account.overview.heading.admin':
17
+ '⁣⁢Deactivate account‍‍‌‍؜‌؜‍‍⁠⁠‌⁡⁣⁤',
18
+ 'focused-task-close-account.deactivate-account.overview.heading.self': '⁣⁢Deactivate account‌⁠⁠‍‍⁠⁠⁣⁤',
19
+ 'focused-task-close-account.deactivate-account.overview.last.line.admin':
20
+ '⁣⁢You can reactivate the account at any time.⁡؜‍‍‍‍‌⁣⁤',
21
+ 'focused-task-close-account.deactivate-account.overview.last.line.self':
22
+ '⁣⁢You can reactivate the account at any time.⁠‍؜⁠‍‍‍⁡⁠⁣⁤',
23
+ 'focused-task-close-account.deactivate-account.overview.paragraph.about-to-deactivate.admin':
24
+ '⁣⁢When you deactivate the account:؜‍‌⁡‍‌⁡‌‌؜⁣⁤',
25
+ 'focused-task-close-account.deactivate-account.overview.paragraph.about-to-deactivate.self':
26
+ '⁣⁢When you deactivate the account:‌⁡⁠‌؜‌⁠؜؜⁡⁣⁤',
27
+ 'focused-task-close-account.deactivate-account.overview.paragraph.billing.admin':
28
+ "⁣⁢We'll no longer bill you for them.؜‌‍⁡؜⁡؜⁡‍⁣⁤",
29
+ 'focused-task-close-account.deactivate-account.overview.paragraph.billing.self':
30
+ "⁣⁢We'll no longer bill you for them.‍⁡‌⁡⁠⁡⁠⁠⁠؜؜⁡‌‍⁣⁤",
31
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.admin':
32
+ '⁣⁢{fullName} will <b>immediately lose access</b> to all Atlassian account services. They currently have access to:؜⁡⁠‌‌⁠⁡؜؜⁡؜‍؜⁠⁡؜‍⁣⁤',
33
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.admin.noSites':
34
+ '⁣⁢{fullName} will <b>immediately lose access</b> to all Atlassian account services. Currently, they don’t have access to any, except services like Community and Marketplace.؜⁡‌⁠؜⁠⁡⁡؜⁡‌‍‍⁣⁤',
35
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.footnote':
36
+ '⁣⁢Other Atlassian account services, such as Atlassian Community and Marketplace.؜⁠⁠؜‌⁠‍⁣⁤',
37
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.self':
38
+ "⁣⁢You'll <b>immediately lose access</b> to all Atlassian account services. You currently have access to:⁠‌⁡؜⁡‌⁠⁣⁤",
39
+ 'focused-task-close-account.deactivate-account.overview.paragraph.loseAccess.self.noSites':
40
+ "⁣⁢You'll <b>immediately lose access</b> to all Atlassian account services. Currently, you don’t have access to any, except services like Community and Marketplace.⁡⁠⁠‍‌‌‌⁡؜⁣⁤",
41
+ 'focused-task-close-account.deactivate-account.overview.paragraph.personal-data.admin':
42
+ "⁣⁢Their personal data, such as their full name and email address, and content they've created will remain in Atlassian account services.؜؜⁠‌⁠‍⁣⁤",
43
+ 'focused-task-close-account.deactivate-account.overview.paragraph.personal-data.self':
44
+ "⁣⁢Their personal data, such as their full name and email address, and content they've created will remain in Atlassian account services.‍‌⁠⁠؜⁡⁡‍‌؜⁣⁤",
45
+ 'focused-task-close-account.delete-account': '⁣⁢Delete account⁡⁡؜⁠⁡‍؜⁡⁡⁡⁣⁤',
46
+ 'focused-task-close-account.delete-account.content-preview.footnote.admin':
47
+ '⁣⁢Note: Answering this survey will help us make a better experience for all users. The user will still appear as “Former user” after you delete their account.‍؜؜‍‍‌‍⁠؜⁡‍⁡⁣⁤',
48
+ 'focused-task-close-account.delete-account.content-preview.footnote.self':
49
+ '⁣⁢Note: Answering this survey will help us make a better experience for all users, including those deleting their accounts. You’ll still appear as “Former user” after you delete your account.⁡⁡⁠⁠‍‍‍⁡؜‌‍⁠؜⁣⁤',
50
+ 'focused-task-close-account.delete-account.content-preview.formerUser': '⁣⁢Former user⁡‍‍⁡‍؜‍⁣⁤',
51
+ 'focused-task-close-account.delete-account.content-preview.heading.admin':
52
+ '⁣⁢How would you prefer the deleted user to appear?⁡⁠⁡؜‍‌‍⁡⁡‌‌‍‍⁣⁤',
53
+ 'focused-task-close-account.delete-account.content-preview.heading.self':
54
+ '⁣⁢How would you prefer your deleted account to appear?؜‍⁡‌⁠‌؜⁡‌⁣⁤',
55
+ 'focused-task-close-account.delete-account.content-preview.line.survey.admin':
56
+ '⁣⁢If we gave you a choice, how would you like the deleted user to appear to other users?؜⁡؜‍⁠؜؜⁡؜؜⁣⁤',
57
+ 'focused-task-close-account.delete-account.content-preview.line.survey.self':
58
+ '⁣⁢If we gave you a choice, how would you like to appear to other users?⁠‌⁠⁡⁠⁡⁡⁡‍‌⁡⁣⁤',
59
+ 'focused-task-close-account.delete-account.content-preview.paragraph.survey.admin':
60
+ '⁣⁢After the user’s account is deleted, they’ll appear as “Former user” to other users. Please take a moment to answer our survey question.؜⁠‌⁡⁡⁣⁤',
61
+ 'focused-task-close-account.delete-account.content-preview.paragraph.survey.self':
62
+ '⁣⁢After your account is deleted, you’ll appear as “Former user” to other users. Please take a moment to answer our survey question.؜‌⁡⁡‌‌؜؜⁡⁣⁤',
63
+ 'focused-task-close-account.delete-account.drop-down-collapse-button': '⁣⁢Show less‍‍⁡‍؜‍‍؜⁠⁡⁡؜⁣⁤',
64
+ 'focused-task-close-account.delete-account.drop-down-expand-button': '⁣⁢{num} more⁡‌‌⁠⁠‌⁠‍‌⁠⁡‌⁣⁤',
65
+ 'focused-task-close-account.delete-account.overview.first.line.admin':
66
+ "⁣⁢You're about to delete the account of:؜‍‌⁡؜⁡‍⁠‌⁠⁠⁠‍⁣⁤",
67
+ 'focused-task-close-account.delete-account.overview.first.line.self':
68
+ "⁣⁢You're about to delete your account:⁡⁡‍؜‌⁡⁡؜⁡؜‍⁣⁤",
69
+ 'focused-task-close-account.delete-account.overview.heading.admin': '⁣⁢Delete account⁠‍؜‍⁡؜⁣⁤',
70
+ 'focused-task-close-account.delete-account.overview.heading.self': '⁣⁢Delete your account‌؜؜⁡⁡⁠⁣⁤',
71
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin':
72
+ "⁣⁢For example, pages, work items, and comments they've created in products.⁡‌⁡‍‍⁠⁠⁠؜؜⁣⁤",
73
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created-issue-refresh.admin-appify':
74
+ "⁣⁢For example, pages, work items, and comments they've created in apps.‌‌‌⁠؜؜⁣⁤",
75
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.admin':
76
+ "⁣⁢For example, pages, issues, and comments they've created in products.‌⁠⁠‍⁡⁠⁡⁠⁡‌⁣⁤",
77
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self':
78
+ "⁣⁢For example, pages, work items, and comments you've created in products.‍‍‌⁡‍⁠‌‌‍⁣⁤",
79
+ 'focused-task-close-account.delete-account.overview.inline-dialog.content-created.self-appify':
80
+ "⁣⁢For example, pages, work items, and comments you've created in apps.‍‍⁠؜⁠‌⁠‌⁡‌‌؜⁣⁤",
81
+ 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin':
82
+ '⁣⁢You or other users may have installed apps that add features to Atlassian products. These apps may have stored the user’s profile information.‌⁡‌‌‍؜⁠؜⁡⁠⁠‌⁣⁤',
83
+ 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.admin-appify':
84
+ "⁣⁢You or other users may have installed third-party apps that add features to Atlassian apps and may have stored the user's profile information.⁠‍⁡⁡‌‍⁡‍⁠⁡⁣⁤",
85
+ 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self':
86
+ '⁣⁢You or other users may have installed apps that add features to Atlassian products. These apps may have stored your profile information.⁠‍‌⁠⁡‌⁠⁠‍⁠‌‍‌‍⁣⁤',
87
+ 'focused-task-close-account.delete-account.overview.inline-dialog.data-apps.self-appify':
88
+ '⁣⁢You or other users may have installed third-party apps that add features to Atlassian apps and may have stored your profile information.⁠‌⁠⁠⁡‍⁠⁠‍‌⁣⁤',
89
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.admin':
90
+ "⁣⁢Information related to purchases, which we're required to keep for financial reporting.⁠⁠⁡‌‌‍⁠؜⁠⁡⁣⁤",
91
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li1.self':
92
+ "⁣⁢Information related to purchases, which we're required to keep for financial reporting.‌؜⁠؜⁡⁡؜⁠؜؜‍؜⁠‌⁠‌⁣⁤",
93
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.admin':
94
+ "⁣⁢Records showing that we deleted someone's account, which we may need to provide to regulators.⁠‍؜‍؜؜؜‌‍⁡؜⁣⁤",
95
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li2.self':
96
+ "⁣⁢Records showing that we deleted someone's account, which we may need to provide to regulators.‍؜‍؜‌⁠⁠⁠⁠‍⁠‍⁣⁤",
97
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li3.admin':
98
+ "⁣⁢Data that's part of an active lawsuit, which we're required to keep by law.⁠‍؜‍⁡‍⁣⁤",
99
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.li3.self':
100
+ "⁣⁢Data that's part of an active lawsuit, which we're required to keep by law.⁠؜⁡؜؜‌؜⁣⁤",
101
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.admin':
102
+ '⁣⁢We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:‍؜⁡؜⁠؜⁡؜‌‍⁣⁤',
103
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p1.self':
104
+ '⁣⁢We keep personal data for limited periods when we have legitimate business or legal purposes. Some examples include:‌‌؜؜⁠؜‍‍‌⁡‍؜⁡⁣⁤',
105
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin':
106
+ '⁣⁢We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The product admins need to delete that data manually.‍⁠⁠‍؜‍⁠؜‌‍⁣⁤',
107
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.admin-appify':
108
+ '⁣⁢We don’t delete any personal data from content created by users, such as names or email addresses they typed in a page or work item. The app admins need to delete that data manually.‌⁠‍؜‍‌‍؜⁣⁤',
109
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self':
110
+ "⁣⁢We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your product admins need to delete that data manually.⁡؜‌‍‌⁠⁠؜⁡⁣⁤",
111
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p2.self-appify':
112
+ "⁣⁢We don't delete any personal data from content created by you or other people, such as names or email addresses typed into a page or work item. Your app admins need to delete that data manually.‍؜⁠⁠؜⁠‍‍؜⁣⁤",
113
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.admin':
114
+ '⁣⁢Users have the right to submit complaints to the supervisory authority in their country.؜‌⁠⁡‍‍‌‍؜‌‍⁡⁣⁤',
115
+ 'focused-task-close-account.delete-account.overview.inline-dialog.personal-data-will-be-deleted.p3.self':
116
+ '⁣⁢You have the right to submit complaints to the supervisory authority in your country.‍‌⁠⁡‍⁡⁡‍⁣⁤',
117
+ 'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.admin':
118
+ '⁣⁢When you delete the account:⁠⁠‍‍‌⁡⁠⁣⁤',
119
+ 'focused-task-close-account.delete-account.overview.paragraph.about-to-delete.self':
120
+ '⁣⁢When you delete your account:⁠‌⁠؜‍‍؜⁠؜⁠⁡⁣⁤',
121
+ 'focused-task-close-account.delete-account.overview.paragraph.content-created.admin':
122
+ "⁣⁢The content they've created will remain in Atlassian account services.؜⁡‌؜‌⁠؜⁠‌‌⁡؜⁣⁤",
123
+ 'focused-task-close-account.delete-account.overview.paragraph.content-created.self':
124
+ "⁣⁢The content you've created will remain in Atlassian account services.⁠⁡؜⁠؜‍‌‍؜؜⁠⁡⁡⁠⁠؜⁣⁤",
125
+ 'focused-task-close-account.delete-account.overview.paragraph.grace-period.admin':
126
+ '⁣⁢After a 14-day grace period, you won’t be able to cancel the deletion of the account.؜‍⁠‍⁡⁡‍⁣⁤',
127
+ 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.admin':
128
+ '⁣⁢We’ll email you a list of apps that may have stored their personal data.⁡‌⁠؜‌⁡⁠⁠⁠‌⁣⁤',
129
+ 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.admin-appify':
130
+ '⁣⁢We’ll email you a list of third-party apps that may have stored their personal data.‍‍‌؜‍‍⁠⁡‍⁣⁤',
131
+ 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.self':
132
+ '⁣⁢We’ll email you a list of apps that may have stored your personal data.⁠‌‌؜⁡⁠؜⁡؜‌⁣⁤',
133
+ 'focused-task-close-account.delete-account.overview.paragraph.list-of-apps-with-personal-data.self-appify':
134
+ '⁣⁢We’ll email you a list of third-party apps that may have stored your personal data.‍‌‍⁠⁡⁠⁡⁠⁡⁣⁤',
135
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.admin':
136
+ '⁣⁢{fullName} will <b>immediately lose access</b> to all Atlassian account services. They currently have access to:⁡‌⁠⁠؜‍‍⁡⁡‌‌‍⁡⁡؜⁣⁤',
137
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.admin.noSites':
138
+ '⁣⁢{fullName} will <b>immediately lose access</b> to all Atlassian account services. Currently, they don’t have access to any, except services like Community and Marketplace.‌‌؜⁡؜⁠⁠⁣⁤',
139
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.footnote':
140
+ '⁣⁢Other Atlassian account services, such as Atlassian Community and Marketplace.؜‌⁡‌⁡‌‍‌؜‍؜⁣⁤',
141
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.self':
142
+ "⁣⁢You'll <b>immediately lose access</b> to all Atlassian account services. You currently have access to:؜‌⁡⁠؜⁠‌؜‌؜⁡؜؜⁣⁤",
143
+ 'focused-task-close-account.delete-account.overview.paragraph.loseAccess.self.noSites':
144
+ "⁣⁢You'll <b>immediately lose access</b> to all Atlassian account services. Currently, you don’t have access to any, except services like Community and Marketplace.؜⁡⁡‌‍‌‍‌‍‍⁡‍⁣⁤",
145
+ 'focused-task-close-account.delete-account.overview.paragraph.personal-data-will-be-deleted.admin':
146
+ "⁣⁢We'll <b>delete their personal data</b>, such as their full name and email address, from Atlassian account services within 30 days, except in a few cases where required for legitimate business or legal purposes.‌‍‍‍؜‌⁡⁣⁤",
147
+ 'focused-task-close-account.delete-account.overview.paragraph.personal-data-will-be-deleted.self':
148
+ "⁣⁢We'll <b>delete your personal data</b>, such as your full name and email address, from Atlassian account services within 30 days, except in a few cases where required for legitimate business or legal purposes.‍⁠‍⁡⁡؜⁠⁡⁠‌⁣⁤",
149
+ 'focused-task-close-account.delete-account.overview.warning-section.body':
150
+ '⁣⁢After a 14-day grace period, you won’t be able to cancel the deletion of the account. If you think you’ll need the account later, deactivate it instead.‌؜‍⁡؜⁠⁡‌⁣⁤',
151
+ 'focused-task-close-account.delete-account.overview.warning-section.deactivated.body':
152
+ '⁣⁢After a 14-day grace period, you won’t be able to cancel the deletion of the account.‍⁡‍⁠⁡؜‌؜؜‍⁠⁡⁣⁤',
153
+ 'focused-task-close-account.learnMore': '⁣⁢Learn more⁡‌⁠‍⁠؜‌⁡⁡؜؜⁡‍‍‍⁣⁤',
154
+ 'focused-task-close-account.next': '⁣⁢Next‍‌‍‌‌⁣⁤',
155
+ 'focused-task-close-account.previous': '⁣⁢Previous⁡؜؜⁡⁣⁤',
156
+ };