@abyss-project/commons-front-core 1.0.135 → 1.0.140

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 (264) hide show
  1. package/README.md +30 -2
  2. package/declaration.d.ts +13 -13
  3. package/dist/assets/index.d.ts +1 -1
  4. package/dist/assets/logo/index.d.ts +1 -0
  5. package/dist/components/Avatars/OrganizationAvatar/OrganizationAvatar.component.d.ts +23 -0
  6. package/dist/components/Avatars/OrganizationAvatar/index.d.ts +2 -0
  7. package/dist/components/Avatars/ProjectAvatar/ProjectAvatar.component.d.ts +16 -5
  8. package/dist/components/Avatars/ProjectAvatar/index.d.ts +1 -0
  9. package/dist/components/Avatars/UserAvatar/UserAvatar.component.d.ts +10 -0
  10. package/dist/components/Avatars/UserAvatar/constant.d.ts +6 -2
  11. package/dist/components/Avatars/UserAvatar/index.d.ts +1 -0
  12. package/dist/components/Avatars/UserAvatarList/UserAvatarList.component.d.ts +18 -0
  13. package/dist/components/{UserAvatarList → Avatars/UserAvatarList}/index.d.ts +1 -0
  14. package/dist/components/Avatars/index.d.ts +2 -0
  15. package/dist/components/Banking/AccountTransactions/AccountTransactionsRow.component.d.ts +2 -4
  16. package/dist/components/Banking/Inputs/SelectAccountTransactionCategory/SelectAccountTransactionCategory.component.d.ts +2 -4
  17. package/dist/components/Cards/InternalProjectCard/InternalProjectCard.component.d.ts +36 -0
  18. package/dist/components/Cards/InternalProjectCard/index.d.ts +2 -0
  19. package/dist/components/Cards/ProjectCard/ProjectCard.component.d.ts +27 -0
  20. package/dist/components/Cards/ProjectCard/index.d.ts +2 -0
  21. package/dist/components/Cards/index.d.ts +2 -0
  22. package/dist/components/Charts/AbyssBarChart/AbyssBarChart.component.d.ts +21 -0
  23. package/dist/components/Charts/AbyssBarChart/index.d.ts +1 -0
  24. package/dist/components/Charts/AbyssCashFlowChart/AbyssCashFlowChart.component.d.ts +14 -0
  25. package/dist/components/Charts/AbyssCashFlowChart/index.d.ts +1 -0
  26. package/dist/components/Charts/AbyssLineChart/AbyssLineChart.component.d.ts +27 -0
  27. package/dist/components/Charts/AbyssLineChart/index.d.ts +1 -0
  28. package/dist/components/Charts/AbyssPieChart/AbyssPieChart.component.d.ts +18 -0
  29. package/dist/components/Charts/AbyssPieChart/index.d.ts +1 -0
  30. package/dist/components/Charts/index.d.ts +4 -0
  31. package/dist/components/Charts/useNivoTheme.d.ts +65 -0
  32. package/dist/components/CookieConsent/AbyssCookieConsentProvider.d.ts +12 -0
  33. package/dist/components/CookieConsent/CookieConsentBanner.component.d.ts +7 -0
  34. package/dist/components/CookieConsent/CookieConsentSettings.component.d.ts +2 -0
  35. package/dist/components/CookieConsent/cookie-storage.util.d.ts +15 -0
  36. package/dist/components/CookieConsent/cookie-storage.util.spec.d.ts +1 -0
  37. package/dist/components/CookieConsent/index.d.ts +7 -0
  38. package/dist/components/CookieConsent/reconcile.util.d.ts +12 -0
  39. package/dist/components/CookieConsent/reconcile.util.spec.d.ts +1 -0
  40. package/dist/components/CookieConsent/types.d.ts +11 -0
  41. package/dist/components/CookieConsent/use-cookie-consent.hook.d.ts +15 -0
  42. package/dist/components/Data/AbyssTable/AbyssTable.component.d.ts +35 -0
  43. package/dist/components/Data/AbyssTable/index.d.ts +2 -0
  44. package/dist/components/Data/index.d.ts +1 -0
  45. package/dist/components/InfoBox/InfoBox.component.d.ts +5 -3
  46. package/dist/components/Inputs/AbyssMarkdownEditor/AbyssMarkdownEditor.component.d.ts +12 -13
  47. package/dist/components/Inputs/AbyssNumberField/AbyssNumberField.component.d.ts +16 -0
  48. package/dist/components/Inputs/AbyssNumberField/index.d.ts +2 -0
  49. package/dist/components/Inputs/AbyssScopeSwitcher/AbyssScopeSwitcher.component.d.ts +20 -0
  50. package/dist/components/Inputs/AbyssScopeSwitcher/index.d.ts +2 -0
  51. package/dist/components/Inputs/AbyssSelectOrganization/AbyssSelectOrganization.component.d.ts +18 -0
  52. package/dist/components/Inputs/AbyssSelectOrganization/index.d.ts +2 -0
  53. package/dist/components/Inputs/AbyssSelectProject/AbyssSelectProject.component.d.ts +12 -9
  54. package/dist/components/Inputs/AbyssSelectProject/index.d.ts +1 -0
  55. package/dist/components/Inputs/CloudImport/CloudImport.component.d.ts +21 -9
  56. package/dist/components/Inputs/CloudImport/CloudImportFile.component.d.ts +2 -4
  57. package/dist/components/Inputs/CloudImport/CloudImportFolder.component.d.ts +2 -4
  58. package/dist/components/Inputs/CloudSave/CloudSave.component.d.ts +12 -9
  59. package/dist/components/Inputs/ColorPalette/ColorPalette.component.d.ts +20 -0
  60. package/dist/components/Inputs/ColorPalette/index.d.ts +1 -0
  61. package/dist/components/Inputs/ColorPicker/ColorPicker.component.d.ts +19 -0
  62. package/dist/components/Inputs/ColorPicker/index.d.ts +1 -0
  63. package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +24 -9
  64. package/dist/components/Inputs/DatePeriodPicker/index.d.ts +1 -0
  65. package/dist/components/Inputs/DropZone/DropZone.component.d.ts +11 -10
  66. package/dist/components/Inputs/PasswordInput/PasswordInput.component.d.ts +2 -5
  67. package/dist/components/Inputs/ProjectCategoryBadge/ProjectCategoryBadge.component.d.ts +8 -0
  68. package/dist/components/Inputs/ProjectCategoryBadge/index.d.ts +1 -0
  69. package/dist/components/Inputs/ProjectLinkSelector/ProjectLinkSelector.component.d.ts +39 -0
  70. package/dist/components/Inputs/ProjectLinkSelector/index.d.ts +2 -0
  71. package/dist/components/Inputs/ProjectTagChip/ProjectTagChip.component.d.ts +9 -0
  72. package/dist/components/Inputs/ProjectTagChip/index.d.ts +1 -0
  73. package/dist/components/Inputs/index.d.ts +13 -6
  74. package/dist/components/Invitations/AbyssPendingInvitations.component.d.ts +18 -0
  75. package/dist/components/Invitations/index.d.ts +2 -0
  76. package/dist/components/Layouts/AbyssBillingPlan/AbyssBillingPlan.component.d.ts +9 -0
  77. package/dist/components/Layouts/AbyssBillingPlan/index.d.ts +1 -0
  78. package/dist/components/Layouts/AbyssDashboardLayout/AbyssDashboardLayout.component.d.ts +13 -0
  79. package/dist/components/Layouts/AbyssDashboardLayout/index.d.ts +1 -0
  80. package/dist/components/Layouts/AbyssHeader/AbyssHeader.component.d.ts +14 -0
  81. package/dist/components/Layouts/AbyssHeader/index.d.ts +1 -0
  82. package/dist/components/Layouts/AbyssLayoutProvider/AbyssLayoutProvider.component.d.ts +26 -0
  83. package/dist/components/Layouts/AbyssLayoutProvider/abyss-layout.store.d.ts +27 -0
  84. package/dist/components/Layouts/AbyssLayoutProvider/index.d.ts +3 -0
  85. package/dist/components/Layouts/AbyssLoadingScreen/AbyssLoadingScreen.component.d.ts +3 -0
  86. package/dist/components/Layouts/AbyssLoadingScreen/index.d.ts +1 -0
  87. package/dist/components/Layouts/AbyssSearchBar/AbyssSearchBar.component.d.ts +8 -0
  88. package/dist/components/Layouts/AbyssSearchBar/index.d.ts +1 -0
  89. package/dist/components/Layouts/AbyssSidebar/AbyssSidebar.component.d.ts +35 -0
  90. package/dist/components/Layouts/AbyssSidebar/AbyssSidebarItem.component.d.ts +9 -0
  91. package/dist/components/Layouts/AbyssSidebar/index.d.ts +3 -0
  92. package/dist/components/Layouts/AbyssThemeToggle/AbyssThemeToggle.component.d.ts +7 -0
  93. package/dist/components/Layouts/AbyssThemeToggle/index.d.ts +1 -0
  94. package/dist/components/Layouts/DashboardLayout/DashboardLayout.layout.d.ts +3 -5
  95. package/dist/components/Layouts/DashboardLayout/DashboardLayoutHeader.layout.d.ts +3 -5
  96. package/dist/components/Layouts/LoadingLayout/LoadingLayout.layout.d.ts +2 -4
  97. package/dist/components/Layouts/MainLayout/MainLayout.layout.d.ts +2 -4
  98. package/dist/components/Layouts/index.d.ts +8 -0
  99. package/dist/components/Modals/AbyssModal/AbyssModal.component.d.ts +9 -9
  100. package/dist/components/Modals/ConfirmModal/ConfirmModal.d.ts +3 -4
  101. package/dist/components/Modals/ConfirmModal/index.d.ts +1 -1
  102. package/dist/components/Modals/ImportFromCloudModal/ImportFromCloudModal.component.d.ts +20 -10
  103. package/dist/components/Modals/QRCodeModal/QRCodeModal.component.d.ts +2 -4
  104. package/dist/components/Modals/SaveCloudModal/SaveCloudModal.component.d.ts +12 -10
  105. package/dist/components/Modals/UserSettingsModal/UserSettings.compat.d.ts +13 -0
  106. package/dist/components/Modals/UserSettingsModal/UserSettingsModal.component.d.ts +27 -0
  107. package/dist/components/Modals/UserSettingsModal/index.d.ts +2 -0
  108. package/dist/components/Modals/index.d.ts +2 -2
  109. package/dist/components/PdfEditor/PdfEditor.d.ts +3 -0
  110. package/dist/components/PdfEditor/hooks/use-acro-form-fields.d.ts +2 -0
  111. package/dist/components/PdfEditor/hooks/use-export.d.ts +7 -0
  112. package/dist/components/PdfEditor/hooks/use-page-order.d.ts +2 -0
  113. package/dist/components/PdfEditor/hooks/use-pdf-document.d.ts +11 -0
  114. package/dist/components/PdfEditor/hooks/use-undo-redo.d.ts +7 -0
  115. package/dist/components/PdfEditor/hooks/use-uploaded-docs.d.ts +3 -0
  116. package/dist/components/PdfEditor/index.d.ts +3 -0
  117. package/dist/components/PdfEditor/operations/apply.d.ts +2 -0
  118. package/dist/components/PdfEditor/operations/apply.spec.d.ts +1 -0
  119. package/dist/components/PdfEditor/operations/compute-page-order.d.ts +9 -0
  120. package/dist/components/PdfEditor/operations/compute-page-order.spec.d.ts +1 -0
  121. package/dist/components/PdfEditor/operations/pdf-data-url.d.ts +2 -0
  122. package/dist/components/PdfEditor/operations/reducer.d.ts +3 -0
  123. package/dist/components/PdfEditor/operations/reducer.spec.d.ts +1 -0
  124. package/dist/components/PdfEditor/signature/SignatureDrawCanvas.d.ts +10 -0
  125. package/dist/components/PdfEditor/signature/SignaturePicker.d.ts +13 -0
  126. package/dist/components/PdfEditor/signature/SignatureSaveButton.d.ts +9 -0
  127. package/dist/components/PdfEditor/signature/SignatureSavedList.d.ts +10 -0
  128. package/dist/components/PdfEditor/signature/SignatureUploadDropzone.d.ts +10 -0
  129. package/dist/components/PdfEditor/tools/DrawTool.d.ts +9 -0
  130. package/dist/components/PdfEditor/tools/FillFieldsTool.d.ts +8 -0
  131. package/dist/components/PdfEditor/tools/SignatureTool.d.ts +12 -0
  132. package/dist/components/PdfEditor/tools/TextTool.d.ts +2 -0
  133. package/dist/components/PdfEditor/tools/Toolbar.d.ts +18 -0
  134. package/dist/components/PdfEditor/types.d.ts +217 -0
  135. package/dist/components/PdfEditor/viewer/InsertPagesButton.d.ts +9 -0
  136. package/dist/components/PdfEditor/viewer/InsertPagesDialog.d.ts +10 -0
  137. package/dist/components/PdfEditor/viewer/PageOverlay.d.ts +21 -0
  138. package/dist/components/PdfEditor/viewer/PageSidebar.d.ts +15 -0
  139. package/dist/components/PdfEditor/viewer/PageThumbnail.d.ts +17 -0
  140. package/dist/components/PdfEditor/viewer/PdfCanvas.d.ts +17 -0
  141. package/dist/components/QuotaReached/QuotaReachedDialog.component.d.ts +5 -0
  142. package/dist/components/QuotaReached/billing-quota-error.d.ts +4 -0
  143. package/dist/components/QuotaReached/index.d.ts +6 -0
  144. package/dist/components/QuotaReached/quota-dialog.store.d.ts +15 -0
  145. package/dist/components/QuotaReached/quota-service-meta.d.ts +27 -0
  146. package/dist/components/Support/AbyssServiceSelect.component.d.ts +35 -0
  147. package/dist/components/Support/SupportActionButtons.component.d.ts +3 -0
  148. package/dist/components/Support/SupportActivityLog.component.d.ts +3 -0
  149. package/dist/components/Support/SupportAttachmentsPanel.component.d.ts +3 -0
  150. package/dist/components/Support/SupportCategoryChip.component.d.ts +9 -0
  151. package/dist/components/Support/SupportCategoryGroupCards.component.d.ts +3 -0
  152. package/dist/components/Support/SupportCategorySelect.component.d.ts +19 -0
  153. package/dist/components/Support/SupportMessageInput.component.d.ts +3 -0
  154. package/dist/components/Support/SupportMessageThread.component.d.ts +3 -0
  155. package/dist/components/Support/SupportPriorityChip.component.d.ts +3 -0
  156. package/dist/components/Support/SupportSidebar.component.d.ts +3 -0
  157. package/dist/components/Support/SupportStatusBadge.component.d.ts +3 -0
  158. package/dist/components/Support/SupportTicketCreateForm.component.d.ts +3 -0
  159. package/dist/components/Support/SupportTicketCreateStepper.component.d.ts +3 -0
  160. package/dist/components/Support/SupportTicketDetail.component.d.ts +3 -0
  161. package/dist/components/Support/SupportTicketList.component.d.ts +3 -0
  162. package/dist/components/Support/SupportTopBar.component.d.ts +3 -0
  163. package/dist/components/Support/index.d.ts +18 -0
  164. package/dist/components/Support/types.d.ts +252 -0
  165. package/dist/components/Utils/AbyssBackground/AbyssBackground.component.d.ts +9 -0
  166. package/dist/components/Utils/AbyssDrawer/AbyssDrawer.component.d.ts +2 -5
  167. package/dist/components/Utils/AbyssErrorPage/AbyssErrorBoundary.component.d.ts +10 -0
  168. package/dist/components/Utils/AbyssErrorPage/AbyssErrorPage.component.d.ts +11 -0
  169. package/dist/components/Utils/AbyssErrorPage/index.d.ts +3 -0
  170. package/dist/components/Utils/AbyssHeaderTitle/AbyssHeaderTitle.component.d.ts +3 -5
  171. package/dist/components/Utils/AbyssLayoutMenu/AbyssLayoutMenu.component.d.ts +33 -24
  172. package/dist/components/Utils/AbyssLayoutMenu/AbyssMenuItem.component.d.ts +15 -0
  173. package/dist/components/Utils/AbyssLayoutMenu/index.d.ts +2 -0
  174. package/dist/components/Utils/AbyssLayoutNotifications/AbyssLayoutNotifications.component.d.ts +25 -12
  175. package/dist/components/Utils/AbyssLayoutNotifications/AbyssNotifications.component.d.ts +24 -9
  176. package/dist/components/Utils/AbyssLayoutNotifications/index.d.ts +2 -0
  177. package/dist/components/Utils/ImportButton/ImportButton.component.d.ts +36 -0
  178. package/dist/components/Utils/Toast/AbyssToast.component.d.ts +3 -0
  179. package/dist/components/Utils/Toast/index.d.ts +1 -0
  180. package/dist/components/Utils/WaterParticles/WaterParticles.component.d.ts +2 -6
  181. package/dist/components/Utils/index.d.ts +6 -3
  182. package/dist/components/index.d.ts +10 -8
  183. package/dist/hooks/index.d.ts +4 -1
  184. package/dist/hooks/use-cloud.hook.d.ts +3 -3
  185. package/dist/hooks/use-public-users.hook.d.ts +13 -0
  186. package/dist/hooks/use-rich-intl.hook.d.ts +1362 -212
  187. package/dist/hooks/use-theme-transition.hook.d.ts +4 -0
  188. package/dist/{index-gCpu5f9z.js → index-0Kl4O08s.js} +2 -2
  189. package/dist/{index-CdYmr155.js → index-BR_Xw8UL.js} +3 -3
  190. package/dist/{index-BnWtXPyg.js → index-BanaQPDD.js} +2 -2
  191. package/dist/{index-DeFVFcsM.js → index-BdtnG5GK.js} +2 -2
  192. package/dist/{index-UtVdSkzn.js → index-Bl6SIpvf.js} +1 -1
  193. package/dist/{index-CpqYJ_HN.js → index-CBU4Yqx5.js} +2 -2
  194. package/dist/{index-CoLGWgXI.js → index-CU2W3qym.js} +4 -4
  195. package/dist/{index-D__Z8Xsw.js → index-CypPvn_s.js} +2 -2
  196. package/dist/{index-Dk_KmVF1.js → index-D-1klt9M.js} +2 -2
  197. package/dist/{index-CC4UK1JX.js → index-D-lNUR0y.js} +2 -2
  198. package/dist/{index-CJOU7Mdg.js → index-D5ysDxCf.js} +2 -2
  199. package/dist/{index-CcWdcPha.js → index-DK4YUg-N.js} +2 -2
  200. package/dist/index-DR4nDzIn.js +117421 -0
  201. package/dist/{index-DPrXPSAH.js → index-DRApEyFE.js} +2 -2
  202. package/dist/{index-DkWj0imP.js → index-DS8zE3ca.js} +3 -3
  203. package/dist/{index-CcegjcGh.js → index-DYCXaPIH.js} +4 -4
  204. package/dist/{index-BJmWMt0A.js → index-DmM6klgp.js} +3 -3
  205. package/dist/{index-CsDN-X8K.js → index-DmUCpN76.js} +2 -2
  206. package/dist/{index-7woO6Vmb.js → index-KCcZKXY3.js} +3 -3
  207. package/dist/{index-DQ_TxTA-.js → index-SiHpvGQe.js} +2 -2
  208. package/dist/{index-DI8Xbxr-.js → index-UEOwaY3O.js} +4 -4
  209. package/dist/{index-wecGNuMv.js → index-okqeKiVw.js} +2 -2
  210. package/dist/index.d.ts +1 -1
  211. package/dist/index.js +236 -116
  212. package/dist/theme/augmentation.d.ts +78 -0
  213. package/dist/theme/components/buttons.d.ts +35 -0
  214. package/dist/theme/components/data-display.d.ts +4 -0
  215. package/dist/theme/components/index.d.ts +2 -0
  216. package/dist/theme/components/inputs.d.ts +4 -0
  217. package/dist/theme/components/navigation.d.ts +4 -0
  218. package/dist/theme/components/surfaces.d.ts +4 -0
  219. package/dist/theme/create-theme.d.ts +3 -0
  220. package/dist/theme/index.d.ts +15 -0
  221. package/dist/theme/palettes/common.d.ts +61 -0
  222. package/dist/theme/palettes/dark.d.ts +66 -0
  223. package/dist/theme/palettes/light.d.ts +66 -0
  224. package/dist/theme/tokens/animations.d.ts +30 -0
  225. package/dist/theme/tokens/borders.d.ts +11 -0
  226. package/dist/theme/tokens/colors.d.ts +102 -0
  227. package/dist/theme/tokens/shadows.d.ts +45 -0
  228. package/dist/theme/tokens/transitions.d.ts +21 -0
  229. package/dist/theme/tokens/typography.d.ts +93 -0
  230. package/dist/translations/en.d.ts +668 -9
  231. package/dist/translations/fr.d.ts +668 -9
  232. package/dist/utils/billing.utils.d.ts +7 -0
  233. package/dist/utils/index.d.ts +5 -0
  234. package/dist/utils/locale.utils.d.ts +2 -0
  235. package/dist/utils/share-notification.utils.d.ts +1 -0
  236. package/dist/utils/space-display-name.utils.d.ts +9 -0
  237. package/package.json +25 -7
  238. package/tsconfig.json +35 -37
  239. package/vite.config.ts +68 -77
  240. package/vitest.config.ts +14 -0
  241. package/.eslintrc.cjs +0 -30
  242. package/dist/components/AllCloudMetrics/AllCloudMetrics.component.d.ts +0 -13
  243. package/dist/components/AllCloudMetrics/index.d.ts +0 -1
  244. package/dist/components/FiltersBox/FiltersBox.component.d.ts +0 -8
  245. package/dist/components/FiltersBox/index.d.ts +0 -1
  246. package/dist/components/FreepikSearch/FreepikSearch.component.d.ts +0 -9
  247. package/dist/components/FreepikSearch/index.d.ts +0 -1
  248. package/dist/components/ImportButton/ImportButton.component.d.ts +0 -29
  249. package/dist/components/Inputs/Toggle/Toggle.component.d.ts +0 -15
  250. package/dist/components/Inputs/Toggle/index.d.ts +0 -1
  251. package/dist/components/Modals/ImportFromCollectionModal/ImportFromCollectionModal.component.d.ts +0 -11
  252. package/dist/components/Modals/ImportFromCollectionModal/index.d.ts +0 -1
  253. package/dist/components/Modals/UserSettings/UserSettingsModal.component.d.ts +0 -18
  254. package/dist/components/Modals/UserSettings/index.d.ts +0 -2
  255. package/dist/components/UserAvatarList/UserAvatarList.component.d.ts +0 -18
  256. package/dist/components/Utils/CustomDivider/CustomDivider.component.d.ts +0 -4
  257. package/dist/components/Utils/CustomDivider/index.d.ts +0 -1
  258. package/dist/components/Utils/FloatingNavigation/FloatingNavigation.component.d.ts +0 -16
  259. package/dist/components/Utils/FloatingNavigation/index.d.ts +0 -1
  260. package/dist/hooks/use-theme.hook.d.ts +0 -1
  261. package/dist/index-CJY4ItlM.js +0 -122719
  262. package/dist/stylesheet.d.ts +0 -124
  263. package/dist/web-DaGNjxku.js +0 -18
  264. /package/dist/components/{ImportButton → Utils/ImportButton}/index.d.ts +0 -0
@@ -6,91 +6,39 @@ export declare const translations: {
6
6
  common: {
7
7
  notifications: {
8
8
  ABYSS: {
9
- "user-credit-purchase": {
9
+ "notify-project-access-granted": {
10
10
  title: string;
11
11
  content: string;
12
12
  };
13
- "user-ticket-response": {
13
+ "subscription-created": {
14
14
  title: string;
15
15
  content: string;
16
16
  };
17
- "invite-user-project": {
17
+ "subscription-renewed": {
18
18
  title: string;
19
19
  content: string;
20
20
  };
21
- "project-set-ownership": {
21
+ "subscription-payment-failed": {
22
22
  title: string;
23
23
  content: string;
24
24
  };
25
- "user-subscription-no-funds-auto-renew-disabled": {
25
+ "subscription-cancelled": {
26
26
  title: string;
27
27
  content: string;
28
28
  };
29
- "user-subscription-auto-renew-disabled": {
29
+ "subscription-plan-changed": {
30
30
  title: string;
31
31
  content: string;
32
32
  };
33
- "user-subscription-auto-renew-enabled": {
33
+ "subscription-trial-ending": {
34
34
  title: string;
35
35
  content: string;
36
36
  };
37
- "user-subscription-expiration": {
37
+ "subscription-trial-ended": {
38
38
  title: string;
39
39
  content: string;
40
40
  };
41
- "user-subscription-expiration-without-auto-renew": {
42
- title: string;
43
- content: string;
44
- };
45
- "user-subscription-renew-success": {
46
- title: string;
47
- content: string;
48
- };
49
- "user-subscription-auto-renew-success": {
50
- title: string;
51
- content: string;
52
- };
53
- "user-subscription-create": {
54
- title: string;
55
- content: string;
56
- };
57
- "user-subscription-create-without-auto-renew": {
58
- title: string;
59
- content: string;
60
- };
61
- "project-subscription-no-funds-auto-renew-disabled": {
62
- title: string;
63
- content: string;
64
- };
65
- "project-subscription-auto-renew-disabled": {
66
- title: string;
67
- content: string;
68
- };
69
- "project-subscription-auto-renew-enabled": {
70
- title: string;
71
- content: string;
72
- };
73
- "project-subscription-expiration": {
74
- title: string;
75
- content: string;
76
- };
77
- "project-subscription-expiration-without-auto-renew": {
78
- title: string;
79
- content: string;
80
- };
81
- "project-subscription-renew-success": {
82
- title: string;
83
- content: string;
84
- };
85
- "project-subscription-auto-renew-success": {
86
- title: string;
87
- content: string;
88
- };
89
- "project-subscription-create": {
90
- title: string;
91
- content: string;
92
- };
93
- "project-subscription-create-without-auto-renew": {
41
+ "billing-invoice-ready": {
94
42
  title: string;
95
43
  content: string;
96
44
  };
@@ -112,18 +60,6 @@ export declare const translations: {
112
60
  title: string;
113
61
  content: string;
114
62
  };
115
- "create-cloud": {
116
- title: string;
117
- content: string;
118
- };
119
- "delete-cloud": {
120
- title: string;
121
- content: string;
122
- };
123
- "admin-create-cloud": {
124
- title: string;
125
- content: string;
126
- };
127
63
  "admin-delete-cloud": {
128
64
  title: string;
129
65
  content: string;
@@ -234,38 +170,291 @@ export declare const translations: {
234
170
  };
235
171
  };
236
172
  ABYSS_TRAINING: {
237
- "training-inactivity-7-days": {
238
- title: string;
239
- content: string;
240
- };
241
- "training-inactivity-5-days": {
242
- title: string;
243
- content: string;
244
- };
245
- "training-inactivity-2-days": {
246
- title: string;
247
- content: string;
248
- };
249
- "training-never-trained": {
173
+ "training-inactivity": {
250
174
  title: string;
251
175
  content: string;
252
176
  };
253
- "training-today-workout-reminder-morning": {
177
+ "training-reminder": {
254
178
  title: string;
255
179
  content: string;
256
180
  };
257
- "training-today-workout-reminder-afternoon": {
258
- title: string;
259
- content: string;
260
- };
261
- "training-today-workout-reminder-evening": {
262
- title: string;
263
- content: string;
181
+ };
182
+ };
183
+ };
184
+ 'space-display-name': {
185
+ personal: string;
186
+ 'perso-in-org': string;
187
+ 'org-common': string;
188
+ project: string;
189
+ 'subtitle-personal': string;
190
+ 'subtitle-perso-in-org': string;
191
+ 'subtitle-org-common': string;
192
+ 'subtitle-project': string;
193
+ 'section-personal': string;
194
+ 'section-shared': string;
195
+ 'section-organization': string;
196
+ };
197
+ 'pdf-editor': {
198
+ toolbar: {
199
+ 'change-file': string;
200
+ select: string;
201
+ text: string;
202
+ draw: string;
203
+ signature: string;
204
+ eraser: string;
205
+ 'fill-fields': string;
206
+ undo: string;
207
+ redo: string;
208
+ download: string;
209
+ 'save-to-cloud': string;
210
+ 'quick-sigs': string;
211
+ 'quick-texts': string;
212
+ };
213
+ sidebar: {
214
+ pages: string;
215
+ };
216
+ insert: {
217
+ button: string;
218
+ reading: string;
219
+ 'from-file': string;
220
+ 'from-cloud': string;
221
+ 'only-pdf': string;
222
+ };
223
+ 'insert-dialog': {
224
+ title: string;
225
+ helper: string;
226
+ 'select-all': string;
227
+ 'select-none': string;
228
+ 'page-label': string;
229
+ confirm: string;
230
+ };
231
+ action: {
232
+ cancel: string;
233
+ };
234
+ error: {
235
+ 'load-failed': string;
236
+ 'export-failed': string;
237
+ };
238
+ text: {
239
+ hint: string;
240
+ };
241
+ draw: {
242
+ hint: string;
243
+ 'stroke-width': string;
244
+ color: string;
245
+ width: string;
246
+ 'custom-color': string;
247
+ };
248
+ signature: {
249
+ 'placement-hint': string;
250
+ 'add-hint': string;
251
+ 'add-button': string;
252
+ 'apply-all-pages': string;
253
+ 'manage-assets': string;
254
+ clear: string;
255
+ 'picker-title': string;
256
+ tabs: {
257
+ draw: string;
258
+ upload: string;
259
+ saved: string;
260
+ };
261
+ save: {
262
+ kind: string;
263
+ name: string;
264
+ scope: string;
265
+ 'scope-personal': string;
266
+ button: string;
267
+ title: string;
268
+ SIGNATURE: string;
269
+ INITIALS: string;
270
+ STAMP: string;
271
+ error: string;
272
+ };
273
+ saved: {
274
+ 'scope-label': string;
275
+ scope: {
276
+ personal: string;
277
+ organization: string;
278
+ };
279
+ group: {
280
+ personal: string;
281
+ organization: string;
282
+ project: string;
283
+ };
284
+ kind: {
285
+ all: string;
286
+ SIGNATURE: string;
287
+ INITIALS: string;
288
+ STAMP: string;
289
+ TEXT_BLOCK: string;
290
+ };
291
+ empty: string;
292
+ };
293
+ upload: {
294
+ hint: string;
295
+ title: string;
296
+ browse: string;
297
+ replace: string;
298
+ reading: string;
299
+ cancel: string;
300
+ 'max-size': string;
301
+ error: {
302
+ 'invalid-type': string;
303
+ 'too-large': string;
304
+ 'read-failed': string;
264
305
  };
265
306
  };
307
+ draw: {
308
+ title: string;
309
+ helper: string;
310
+ 'stroke-color': string;
311
+ 'stroke-width': string;
312
+ };
313
+ use: string;
314
+ };
315
+ 'fill-fields': {
316
+ empty: string;
317
+ detected: string;
318
+ };
319
+ page: {
320
+ inserted: string;
321
+ rotate: string;
322
+ delete: string;
323
+ 'confirm-delete': {
324
+ title: string;
325
+ description: string;
326
+ confirm: string;
327
+ };
328
+ };
329
+ };
330
+ 'quota-reached': {
331
+ title: string;
332
+ description: string;
333
+ hint: string;
334
+ upgrade: string;
335
+ close: string;
336
+ service: {
337
+ ABYSS_PLATFORM: string;
338
+ ABYSS_STORAGE: string;
339
+ ABYSS_MONITOR: string;
340
+ ABYSS_CLOUD: string;
341
+ ABYSS_CRYPT: string;
342
+ ABYSS_FORM: string;
343
+ ABYSS_TOOLS: string;
344
+ ABYSS_SPOTLIGHT: string;
345
+ ABYSS_TRAINING: string;
346
+ ABYSS_MEMORIES: string;
347
+ };
348
+ metric: {
349
+ PROJECTS_COUNT: string;
350
+ MEMBERS_COUNT: string;
351
+ TEAM_COUNT: string;
352
+ API_KEYS_COUNT: string;
353
+ STORAGE_GB: string;
354
+ FILES_COUNT: string;
355
+ PRESIGNED_URLS: string;
356
+ BANDWIDTH_GB: string;
357
+ LOG_EVENTS: string;
358
+ RETENTION_DAYS: string;
359
+ APPLICATIONS: string;
360
+ CLOUD_INSTANCE_COUNT: string;
361
+ CLOUD_STORAGE_GB: string;
362
+ CLOUD_FILES_COUNT: string;
363
+ CRYPT_MAX_FILE_SIZE_MB: string;
364
+ CRYPT_ENCRYPTIONS_MONTH: string;
365
+ FORMS_COUNT: string;
366
+ FORM_SUBMISSIONS_MONTH: string;
367
+ FORM_ALLOW_DOCUMENTS: string;
368
+ FORM_MAX_DOCUMENT_SIZE_MB: string;
369
+ FORM_MAX_SUBMISSIONS_PER_FORM_DAY: string;
370
+ FORM_DOCUMENTS_STORAGE_GB: string;
371
+ TOOLS_DRAW_COUNT: string;
372
+ TOOLS_BOARD_COUNT: string;
373
+ TOOLS_MEMO_COUNT: string;
374
+ TOOLS_ATLAS_COUNT: string;
375
+ TOOLS_RETROSPECTIVE_COUNT: string;
376
+ TOOLS_SHORT_LINK_COUNT: string;
377
+ TOOLS_SHORTLINK_RESOLUTIONS_MONTH: string;
378
+ MONITOR_WEBHOOK_INVOCATIONS_MONTH: string;
379
+ SPOTLIGHT_PAGES_COUNT: string;
380
+ SPOTLIGHT_PAGE_VIEWS_MONTH: string;
381
+ TRAINING_PROGRAMS_COUNT: string;
382
+ TRAINING_SESSIONS_MONTH: string;
383
+ TRAINING_TEMPLATES_COUNT: string;
384
+ TRAINING_CUSTOM_EXERCISES_COUNT: string;
385
+ MEMORIES_EVENTS_COUNT: string;
386
+ MEMORIES_MEDIA_STORAGE_GB: string;
387
+ };
388
+ };
389
+ 'error-page': {
390
+ title: string;
391
+ description: string;
392
+ retry: string;
393
+ 'go-home': string;
394
+ 'show-details': string;
395
+ 'hide-details': string;
396
+ 'download-details': string;
397
+ 'footer-hint': string;
398
+ report: {
399
+ 'comment-placeholder': string;
400
+ send: string;
401
+ sending: string;
402
+ sent: string;
403
+ 'error-retry': string;
404
+ };
405
+ };
406
+ cookies: {
407
+ banner: {
408
+ title: string;
409
+ description: string;
410
+ 'privacy-link': string;
411
+ };
412
+ action: {
413
+ 'accept-all': string;
414
+ 'reject-all': string;
415
+ configure: string;
416
+ cancel: string;
417
+ save: string;
418
+ };
419
+ configure: {
420
+ title: string;
421
+ };
422
+ category: {
423
+ essentials: {
424
+ title: string;
425
+ description: string;
426
+ };
427
+ analytics: {
428
+ title: string;
429
+ description: string;
430
+ };
431
+ marketing: {
432
+ title: string;
433
+ description: string;
434
+ };
435
+ };
436
+ };
437
+ commons: {
438
+ menu: {
439
+ account: string;
440
+ settings: string;
441
+ billing: string;
442
+ logout: string;
443
+ };
444
+ scope: {
445
+ personal: string;
446
+ placeholder: string;
447
+ };
448
+ invitation: {
449
+ 'invite-message-with-name': string;
450
+ 'invite-message': string;
451
+ accept: string;
452
+ decline: string;
266
453
  };
267
454
  };
268
455
  general: {
456
+ error: string;
457
+ retry: string;
269
458
  'unknown-error': string;
270
459
  'not-implemented-yet': string;
271
460
  'session-expired': string;
@@ -301,6 +490,13 @@ export declare const translations: {
301
490
  'expand-sidebar': string;
302
491
  'collapse-sidebar': string;
303
492
  'unauthorized-access': string;
493
+ 'show-archived': string;
494
+ 'hide-archived': string;
495
+ add: string;
496
+ clear: string;
497
+ search: string;
498
+ 'theme-light': string;
499
+ 'theme-dark': string;
304
500
  };
305
501
  'file-importation': {
306
502
  'cloud-usage-metrics': {
@@ -308,14 +504,6 @@ export declare const translations: {
308
504
  'count-files': string;
309
505
  'pending-share': string;
310
506
  };
311
- 'import-external': {
312
- 'import-button': string;
313
- 'open-modal-button': string;
314
- modal: {
315
- title: string;
316
- placeholder: string;
317
- };
318
- };
319
507
  'import-cloud': {
320
508
  'open-modal-button': string;
321
509
  modal: {
@@ -324,9 +512,20 @@ export declare const translations: {
324
512
  'service-not-enabled': string;
325
513
  'service-not-enabled-description': string;
326
514
  'enable-service-button': string;
515
+ 'service-unreachable': string;
516
+ retry: string;
327
517
  'no-cloud-available': string;
328
518
  'too-big-filtered-file': string;
329
519
  'import-button': string;
520
+ 'space-label': string;
521
+ 'space-placeholder': string;
522
+ 'empty-cloud': string;
523
+ 'section-personal': string;
524
+ 'section-organization': string;
525
+ 'section-shared': string;
526
+ 'files-selected': string;
527
+ 'open-in-cloud': string;
528
+ refresh: string;
330
529
  'create-cloud': {
331
530
  title: string;
332
531
  fields: {
@@ -351,7 +550,6 @@ export declare const translations: {
351
550
  'import-file-button': string;
352
551
  'import-url-button': string;
353
552
  'import-cloud-button': string;
354
- 'import-collection-button': string;
355
553
  'import-url-label': string;
356
554
  'max-size': string;
357
555
  'max-size-2': string;
@@ -384,6 +582,18 @@ export declare const translations: {
384
582
  'select-application': string;
385
583
  'no-selected': string;
386
584
  'no-selected-application': string;
585
+ selector: {
586
+ 'organization-label': string;
587
+ 'project-label': string;
588
+ 'application-label': string;
589
+ 'organization-placeholder': string;
590
+ 'project-placeholder': string;
591
+ 'application-placeholder': string;
592
+ 'no-organization': string;
593
+ 'no-project': string;
594
+ 'no-application': string;
595
+ shared: string;
596
+ };
387
597
  };
388
598
  spotlight: {
389
599
  category: {
@@ -554,14 +764,32 @@ export declare const translations: {
554
764
  'from-start-month': string;
555
765
  'from-start-year': string;
556
766
  };
767
+ 'select-start-date': string;
768
+ 'select-end-date': string;
769
+ custom: string;
770
+ presets: {
771
+ '7d': string;
772
+ '30d': string;
773
+ '90d': string;
774
+ month: string;
775
+ year: string;
776
+ };
557
777
  };
558
778
  };
559
779
  };
780
+ date: {
781
+ preset: {
782
+ today: string;
783
+ 'this-week': string;
784
+ 'this-month': string;
785
+ };
786
+ };
560
787
  modal: {
561
788
  confirm: string;
562
789
  save: string;
563
790
  create: string;
564
791
  cancel: string;
792
+ close: string;
565
793
  'confirm-modal': {
566
794
  title: string;
567
795
  };
@@ -582,6 +810,7 @@ export declare const translations: {
582
810
  };
583
811
  'no-notification': string;
584
812
  'see-all-button': string;
813
+ preferences: string;
585
814
  actions: {
586
815
  open: string;
587
816
  see: string;
@@ -591,6 +820,47 @@ export declare const translations: {
591
820
  disable: string;
592
821
  'update-error': string;
593
822
  };
823
+ 'content-shared': {
824
+ title: string;
825
+ body: string;
826
+ };
827
+ 'invitation-org-member': {
828
+ title: string;
829
+ body: string;
830
+ };
831
+ 'invitation-project-access': {
832
+ title: string;
833
+ body: string;
834
+ };
835
+ 'invitation-content-share': {
836
+ title: string;
837
+ body: string;
838
+ };
839
+ };
840
+ 'content-share': {
841
+ label: {
842
+ draw: string;
843
+ board: string;
844
+ memo: string;
845
+ atlas: string;
846
+ retrospective: string;
847
+ 'short-link': string;
848
+ space: string;
849
+ folder: string;
850
+ file: string;
851
+ 'cloud-folder': string;
852
+ 'cloud-gallery': string;
853
+ form: string;
854
+ 'spotlight-project': string;
855
+ event: string;
856
+ report: string;
857
+ banking: string;
858
+ asset: string;
859
+ 'wrapped-report': string;
860
+ 'daily-digest': string;
861
+ 'analytics-snapshot': string;
862
+ content: string;
863
+ };
594
864
  };
595
865
  'no-subscription': string;
596
866
  'user-settings': {
@@ -614,102 +884,355 @@ export declare const translations: {
614
884
  'delete-account-button': string;
615
885
  };
616
886
  };
887
+ tags: {
888
+ 'manage-title': string;
889
+ 'new-tag': string;
890
+ 'name-placeholder': string;
891
+ 'your-tags': string;
892
+ 'no-tags': string;
893
+ 'create-success': string;
894
+ 'update-success': string;
895
+ 'delete-success': string;
896
+ 'confirm-delete': {
897
+ title: string;
898
+ description: string;
899
+ };
900
+ filter: string;
901
+ 'filter-by-tags': string;
902
+ manage: string;
903
+ usage: string;
904
+ 'usage-count': string;
905
+ 'no-usage': string;
906
+ 'custom-color': string;
907
+ 'select-tags': string;
908
+ };
909
+ billing: {
910
+ 'current-plan': string;
911
+ tier: {
912
+ FREEMIUM: string;
913
+ DEFAULT: string;
914
+ CUSTOM: string;
915
+ SYSTEM: string;
916
+ };
917
+ 'account-type': {
918
+ USER: string;
919
+ ORGANIZATION: string;
920
+ };
921
+ service: {
922
+ ABYSS_PLATFORM: string;
923
+ ABYSS_MONITOR: string;
924
+ ABYSS_STORAGE: string;
925
+ ABYSS_CLOUD: string;
926
+ ABYSS_CRYPT: string;
927
+ ABYSS_FORM: string;
928
+ };
929
+ metric: {
930
+ PROJECTS_COUNT: string;
931
+ MEMBERS_COUNT: string;
932
+ TEAM_COUNT: string;
933
+ API_KEYS_COUNT: string;
934
+ LOG_EVENTS: string;
935
+ APPLICATIONS: string;
936
+ RETENTION_DAYS: string;
937
+ STORAGE_GB: string;
938
+ FILES_COUNT: string;
939
+ PRESIGNED_URLS: string;
940
+ BANDWIDTH_GB: string;
941
+ CLOUD_INSTANCE_COUNT: string;
942
+ CLOUD_STORAGE_GB: string;
943
+ };
944
+ 'account-status': {
945
+ ACTIVE: string;
946
+ CANCELLED: string;
947
+ };
948
+ 'invoice-status': {
949
+ PAID: string;
950
+ OPEN: string;
951
+ DRAFT: string;
952
+ VOID: string;
953
+ UNCOLLECTIBLE: string;
954
+ };
955
+ 'invoice-type': {
956
+ MONTHLY_BILLING: string;
957
+ EUR_TOPUP: string;
958
+ PLAN_UPGRADE: string;
959
+ };
960
+ 'credit-transaction-type': {
961
+ OVERAGE_DEDUCTION: string;
962
+ ADMIN_ADJUSTMENT: string;
963
+ GIFT_CODE: string;
964
+ BONUS_SPONSOR: string;
965
+ BONUS_SPONSORED: string;
966
+ INVOICE_PAYMENT: string;
967
+ };
968
+ 'eur-transaction-type': {
969
+ STRIPE_PURCHASE: string;
970
+ INVOICE_DEDUCTION: string;
971
+ ADMIN_ADJUSTMENT: string;
972
+ };
973
+ plan: {
974
+ freemium: {
975
+ name: string;
976
+ description: string;
977
+ };
978
+ starter: {
979
+ name: string;
980
+ description: string;
981
+ };
982
+ pro: {
983
+ name: string;
984
+ description: string;
985
+ };
986
+ internal: {
987
+ name: string;
988
+ description: string;
989
+ };
990
+ };
991
+ 'plan-feature': {
992
+ PROJECTS_COUNT: string;
993
+ MEMBERS_COUNT: string;
994
+ STORAGE_GB: string;
995
+ LOG_EVENTS: string;
996
+ APPLICATIONS: string;
997
+ CLOUD_INSTANCE_COUNT: string;
998
+ RETENTION_DAYS: string;
999
+ };
1000
+ };
617
1001
  'abyss-banking': {
618
1002
  transactions: {
619
1003
  'placeholder-category': string;
620
1004
  'open-button-tooltip': string;
621
1005
  };
622
1006
  };
1007
+ support: {
1008
+ status: {
1009
+ OPEN: string;
1010
+ IN_PROGRESS: string;
1011
+ WAITING: string;
1012
+ ESCALATED: string;
1013
+ RESOLVED: string;
1014
+ CLOSED: string;
1015
+ ARCHIVED: string;
1016
+ };
1017
+ priority: {
1018
+ NORMAL: string;
1019
+ HIGH: string;
1020
+ CRITICAL: string;
1021
+ };
1022
+ 'category-group': {
1023
+ TECHNICAL: string;
1024
+ ACCOUNT: string;
1025
+ BILLING: string;
1026
+ DEVELOPER: string;
1027
+ SUGGESTION: string;
1028
+ OTHER: string;
1029
+ };
1030
+ category: {
1031
+ BUG_UI: string;
1032
+ BUG_PERFORMANCE: string;
1033
+ BUG_DATA: string;
1034
+ BUG_OTHER: string;
1035
+ ACCOUNT_ACCESS: string;
1036
+ ACCOUNT_DELETE: string;
1037
+ ACCOUNT_SECURITY: string;
1038
+ BILLING_PAYMENT: string;
1039
+ BILLING_INVOICE: string;
1040
+ BILLING_CUSTOM_PLAN: string;
1041
+ BILLING_REFUND: string;
1042
+ API_INTEGRATION: string;
1043
+ API_DOCUMENTATION: string;
1044
+ API_KEY: string;
1045
+ FEATURE_REQUEST: string;
1046
+ OTHER: string;
1047
+ };
1048
+ list: {
1049
+ title: string;
1050
+ empty: string;
1051
+ 'empty-desc': string;
1052
+ 'new-ticket': string;
1053
+ 'filter-search': string;
1054
+ 'filter-status': string;
1055
+ 'filter-category': string;
1056
+ 'clear-all': string;
1057
+ };
1058
+ create: {
1059
+ title: string;
1060
+ 'field-title': string;
1061
+ 'field-title-placeholder': string;
1062
+ 'field-description': string;
1063
+ 'field-description-placeholder': string;
1064
+ 'field-category': string;
1065
+ 'field-priority': string;
1066
+ 'field-service': string;
1067
+ 'field-priority-reason': string;
1068
+ 'field-priority-reason-placeholder': string;
1069
+ 'priority-reason-required': string;
1070
+ submit: string;
1071
+ back: string;
1072
+ cancel: string;
1073
+ };
1074
+ detail: {
1075
+ description: string;
1076
+ 'no-messages': string;
1077
+ 'messages-title': string;
1078
+ 'messages-count': string;
1079
+ 'new-messages': string;
1080
+ 'send-placeholder': string;
1081
+ send: string;
1082
+ 'admin-note': string;
1083
+ 'admin-note-placeholder': string;
1084
+ 'closed-banner': string;
1085
+ 'resolved-banner': string;
1086
+ 'admin-note-toggle': string;
1087
+ 'attachments-toggle': string;
1088
+ edit: string;
1089
+ delete: string;
1090
+ 'confirm-delete': string;
1091
+ terminalMessage: string;
1092
+ addTag: string;
1093
+ tags: string;
1094
+ };
1095
+ sidebar: {
1096
+ status: string;
1097
+ category: string;
1098
+ service: string;
1099
+ priority: string;
1100
+ 'requested-priority': string;
1101
+ 'assigned-to': string;
1102
+ 'created-by': string;
1103
+ 'created-at': string;
1104
+ 'updated-at': string;
1105
+ 'resolved-at': string;
1106
+ 'closed-at': string;
1107
+ requester: string;
1108
+ unassigned: string;
1109
+ resolve: string;
1110
+ close: string;
1111
+ reopen: string;
1112
+ 'resolve-reason': string;
1113
+ 'resolve-confirm-desc': string;
1114
+ 'close-reason': string;
1115
+ 'close-confirm-desc': string;
1116
+ tags: string;
1117
+ 'no-tags': string;
1118
+ organization: string;
1119
+ project: string;
1120
+ 'assign-to-me': string;
1121
+ 'archived-at': string;
1122
+ activity: string;
1123
+ 'activity-action': {
1124
+ CREATED: string;
1125
+ UPDATED: string;
1126
+ ASSIGNED: string;
1127
+ UNASSIGNED: string;
1128
+ PRIORITY_CHANGED: string;
1129
+ CATEGORY_CHANGED: string;
1130
+ RESOLVED: string;
1131
+ REOPENED: string;
1132
+ CLOSED: string;
1133
+ ESCALATED: string;
1134
+ PUT_ON_HOLD: string;
1135
+ RESUMED: string;
1136
+ ARCHIVED: string;
1137
+ TAG_ADDED: string;
1138
+ TAG_REMOVED: string;
1139
+ MESSAGE_SENT: string;
1140
+ };
1141
+ };
1142
+ action: {
1143
+ TAKE_OVER: string;
1144
+ CLOSE: string;
1145
+ RESOLVE: string;
1146
+ REOPEN: string;
1147
+ ESCALATE: string;
1148
+ PUT_ON_HOLD: string;
1149
+ RESUME: string;
1150
+ ARCHIVE: string;
1151
+ 'CLOSE-confirm': string;
1152
+ 'ARCHIVE-confirm': string;
1153
+ 'reason-placeholder': string;
1154
+ };
1155
+ attachments: {
1156
+ title: string;
1157
+ upload: string;
1158
+ 'max-reached': string;
1159
+ delete: string;
1160
+ 'delete-confirm': string;
1161
+ uploading: string;
1162
+ 'upload-hint': string;
1163
+ };
1164
+ stepper: {
1165
+ categoryGroup: {
1166
+ bug: string;
1167
+ technical: string;
1168
+ feature: string;
1169
+ account: string;
1170
+ other: string;
1171
+ };
1172
+ selectSubCategory: string;
1173
+ step: {
1174
+ forWho: string;
1175
+ category: string;
1176
+ details: string;
1177
+ priority: string;
1178
+ };
1179
+ next: string;
1180
+ dragAndDrop: string;
1181
+ };
1182
+ service: {
1183
+ ABYSS: string;
1184
+ ABYSS_CLOUD: string;
1185
+ ABYSS_CRYPT: string;
1186
+ ABYSS_STORAGE: string;
1187
+ ABYSS_MONITOR: string;
1188
+ ABYSS_MEMORIES: string;
1189
+ ABYSS_BANKING: string;
1190
+ ABYSS_SPOTLIGHT: string;
1191
+ ABYSS_FORM: string;
1192
+ ABYSS_TRAINING: string;
1193
+ ABYSS_CONSOLE: string;
1194
+ ABYSS_GAME_ODYSSEY: string;
1195
+ ABYSS_TOOLS: string;
1196
+ };
1197
+ };
623
1198
  };
624
1199
  en: {
625
1200
  common: {
626
1201
  notifications: {
627
1202
  ABYSS: {
628
- "user-credit-purchase": {
1203
+ "notify-project-access-granted": {
629
1204
  title: string;
630
1205
  content: string;
631
1206
  };
632
- "user-ticket-response": {
1207
+ "subscription-created": {
633
1208
  title: string;
634
1209
  content: string;
635
1210
  };
636
- "invite-user-project": {
1211
+ "subscription-renewed": {
637
1212
  title: string;
638
1213
  content: string;
639
1214
  };
640
- "project-set-ownership": {
1215
+ "subscription-payment-failed": {
641
1216
  title: string;
642
1217
  content: string;
643
1218
  };
644
- "user-subscription-no-funds-auto-renew-disabled": {
1219
+ "subscription-cancelled": {
645
1220
  title: string;
646
1221
  content: string;
647
1222
  };
648
- "user-subscription-auto-renew-disabled": {
1223
+ "subscription-plan-changed": {
649
1224
  title: string;
650
1225
  content: string;
651
1226
  };
652
- "user-subscription-auto-renew-enabled": {
1227
+ "subscription-trial-ending": {
653
1228
  title: string;
654
1229
  content: string;
655
1230
  };
656
- "user-subscription-expiration": {
1231
+ "subscription-trial-ended": {
657
1232
  title: string;
658
1233
  content: string;
659
1234
  };
660
- "user-subscription-expiration-without-auto-renew": {
661
- title: string;
662
- content: string;
663
- };
664
- "user-subscription-renew-success": {
665
- title: string;
666
- content: string;
667
- };
668
- "user-subscription-auto-renew-success": {
669
- title: string;
670
- content: string;
671
- };
672
- "user-subscription-create": {
673
- title: string;
674
- content: string;
675
- };
676
- "user-subscription-create-without-auto-renew": {
677
- title: string;
678
- content: string;
679
- };
680
- "project-subscription-no-funds-auto-renew-disabled": {
681
- title: string;
682
- content: string;
683
- };
684
- "project-subscription-auto-renew-disabled": {
685
- title: string;
686
- content: string;
687
- };
688
- "project-subscription-auto-renew-enabled": {
689
- title: string;
690
- content: string;
691
- };
692
- "project-subscription-expiration": {
693
- title: string;
694
- content: string;
695
- };
696
- "project-subscription-expiration-without-auto-renew": {
697
- title: string;
698
- content: string;
699
- };
700
- "project-subscription-renew-success": {
701
- title: string;
702
- content: string;
703
- };
704
- "project-subscription-auto-renew-success": {
705
- title: string;
706
- content: string;
707
- };
708
- "project-subscription-create": {
709
- title: string;
710
- content: string;
711
- };
712
- "project-subscription-create-without-auto-renew": {
1235
+ "billing-invoice-ready": {
713
1236
  title: string;
714
1237
  content: string;
715
1238
  };
@@ -731,18 +1254,6 @@ export declare const translations: {
731
1254
  title: string;
732
1255
  content: string;
733
1256
  };
734
- "create-cloud": {
735
- title: string;
736
- content: string;
737
- };
738
- "delete-cloud": {
739
- title: string;
740
- content: string;
741
- };
742
- "admin-create-cloud": {
743
- title: string;
744
- content: string;
745
- };
746
1257
  "admin-delete-cloud": {
747
1258
  title: string;
748
1259
  content: string;
@@ -853,38 +1364,291 @@ export declare const translations: {
853
1364
  };
854
1365
  };
855
1366
  ABYSS_TRAINING: {
856
- "training-inactivity-7-days": {
857
- title: string;
858
- content: string;
859
- };
860
- "training-inactivity-5-days": {
861
- title: string;
862
- content: string;
863
- };
864
- "training-inactivity-2-days": {
865
- title: string;
866
- content: string;
867
- };
868
- "training-never-trained": {
1367
+ "training-inactivity": {
869
1368
  title: string;
870
1369
  content: string;
871
1370
  };
872
- "training-today-workout-reminder-morning": {
1371
+ "training-reminder": {
873
1372
  title: string;
874
1373
  content: string;
875
1374
  };
876
- "training-today-workout-reminder-afternoon": {
877
- title: string;
878
- content: string;
879
- };
880
- "training-today-workout-reminder-evening": {
881
- title: string;
882
- content: string;
1375
+ };
1376
+ };
1377
+ };
1378
+ 'space-display-name': {
1379
+ personal: string;
1380
+ 'perso-in-org': string;
1381
+ 'org-common': string;
1382
+ project: string;
1383
+ 'subtitle-personal': string;
1384
+ 'subtitle-perso-in-org': string;
1385
+ 'subtitle-org-common': string;
1386
+ 'subtitle-project': string;
1387
+ 'section-personal': string;
1388
+ 'section-shared': string;
1389
+ 'section-organization': string;
1390
+ };
1391
+ 'pdf-editor': {
1392
+ toolbar: {
1393
+ 'change-file': string;
1394
+ select: string;
1395
+ text: string;
1396
+ draw: string;
1397
+ signature: string;
1398
+ eraser: string;
1399
+ 'fill-fields': string;
1400
+ undo: string;
1401
+ redo: string;
1402
+ download: string;
1403
+ 'save-to-cloud': string;
1404
+ 'quick-sigs': string;
1405
+ 'quick-texts': string;
1406
+ };
1407
+ sidebar: {
1408
+ pages: string;
1409
+ };
1410
+ insert: {
1411
+ button: string;
1412
+ reading: string;
1413
+ 'from-file': string;
1414
+ 'from-cloud': string;
1415
+ 'only-pdf': string;
1416
+ };
1417
+ 'insert-dialog': {
1418
+ title: string;
1419
+ helper: string;
1420
+ 'select-all': string;
1421
+ 'select-none': string;
1422
+ 'page-label': string;
1423
+ confirm: string;
1424
+ };
1425
+ action: {
1426
+ cancel: string;
1427
+ };
1428
+ error: {
1429
+ 'load-failed': string;
1430
+ 'export-failed': string;
1431
+ };
1432
+ text: {
1433
+ hint: string;
1434
+ };
1435
+ draw: {
1436
+ hint: string;
1437
+ 'stroke-width': string;
1438
+ color: string;
1439
+ width: string;
1440
+ 'custom-color': string;
1441
+ };
1442
+ signature: {
1443
+ 'placement-hint': string;
1444
+ 'add-hint': string;
1445
+ 'add-button': string;
1446
+ 'apply-all-pages': string;
1447
+ 'manage-assets': string;
1448
+ clear: string;
1449
+ 'picker-title': string;
1450
+ tabs: {
1451
+ draw: string;
1452
+ upload: string;
1453
+ saved: string;
1454
+ };
1455
+ save: {
1456
+ kind: string;
1457
+ name: string;
1458
+ scope: string;
1459
+ 'scope-personal': string;
1460
+ button: string;
1461
+ title: string;
1462
+ SIGNATURE: string;
1463
+ INITIALS: string;
1464
+ STAMP: string;
1465
+ error: string;
1466
+ };
1467
+ saved: {
1468
+ 'scope-label': string;
1469
+ scope: {
1470
+ personal: string;
1471
+ organization: string;
1472
+ };
1473
+ group: {
1474
+ personal: string;
1475
+ organization: string;
1476
+ project: string;
1477
+ };
1478
+ kind: {
1479
+ all: string;
1480
+ SIGNATURE: string;
1481
+ INITIALS: string;
1482
+ STAMP: string;
1483
+ TEXT_BLOCK: string;
1484
+ };
1485
+ empty: string;
1486
+ };
1487
+ upload: {
1488
+ hint: string;
1489
+ title: string;
1490
+ browse: string;
1491
+ replace: string;
1492
+ reading: string;
1493
+ cancel: string;
1494
+ 'max-size': string;
1495
+ error: {
1496
+ 'invalid-type': string;
1497
+ 'too-large': string;
1498
+ 'read-failed': string;
883
1499
  };
884
1500
  };
1501
+ draw: {
1502
+ title: string;
1503
+ helper: string;
1504
+ 'stroke-color': string;
1505
+ 'stroke-width': string;
1506
+ };
1507
+ use: string;
1508
+ };
1509
+ 'fill-fields': {
1510
+ empty: string;
1511
+ detected: string;
1512
+ };
1513
+ page: {
1514
+ inserted: string;
1515
+ rotate: string;
1516
+ delete: string;
1517
+ 'confirm-delete': {
1518
+ title: string;
1519
+ description: string;
1520
+ confirm: string;
1521
+ };
1522
+ };
1523
+ };
1524
+ 'quota-reached': {
1525
+ title: string;
1526
+ description: string;
1527
+ hint: string;
1528
+ upgrade: string;
1529
+ close: string;
1530
+ service: {
1531
+ ABYSS_PLATFORM: string;
1532
+ ABYSS_STORAGE: string;
1533
+ ABYSS_MONITOR: string;
1534
+ ABYSS_CLOUD: string;
1535
+ ABYSS_CRYPT: string;
1536
+ ABYSS_FORM: string;
1537
+ ABYSS_TOOLS: string;
1538
+ ABYSS_SPOTLIGHT: string;
1539
+ ABYSS_TRAINING: string;
1540
+ ABYSS_MEMORIES: string;
1541
+ };
1542
+ metric: {
1543
+ PROJECTS_COUNT: string;
1544
+ MEMBERS_COUNT: string;
1545
+ TEAM_COUNT: string;
1546
+ API_KEYS_COUNT: string;
1547
+ STORAGE_GB: string;
1548
+ FILES_COUNT: string;
1549
+ PRESIGNED_URLS: string;
1550
+ BANDWIDTH_GB: string;
1551
+ LOG_EVENTS: string;
1552
+ RETENTION_DAYS: string;
1553
+ APPLICATIONS: string;
1554
+ CLOUD_INSTANCE_COUNT: string;
1555
+ CLOUD_STORAGE_GB: string;
1556
+ CLOUD_FILES_COUNT: string;
1557
+ CRYPT_MAX_FILE_SIZE_MB: string;
1558
+ CRYPT_ENCRYPTIONS_MONTH: string;
1559
+ FORMS_COUNT: string;
1560
+ FORM_SUBMISSIONS_MONTH: string;
1561
+ FORM_ALLOW_DOCUMENTS: string;
1562
+ FORM_MAX_DOCUMENT_SIZE_MB: string;
1563
+ FORM_MAX_SUBMISSIONS_PER_FORM_DAY: string;
1564
+ FORM_DOCUMENTS_STORAGE_GB: string;
1565
+ TOOLS_DRAW_COUNT: string;
1566
+ TOOLS_BOARD_COUNT: string;
1567
+ TOOLS_MEMO_COUNT: string;
1568
+ TOOLS_ATLAS_COUNT: string;
1569
+ TOOLS_RETROSPECTIVE_COUNT: string;
1570
+ TOOLS_SHORT_LINK_COUNT: string;
1571
+ TOOLS_SHORTLINK_RESOLUTIONS_MONTH: string;
1572
+ MONITOR_WEBHOOK_INVOCATIONS_MONTH: string;
1573
+ SPOTLIGHT_PAGES_COUNT: string;
1574
+ SPOTLIGHT_PAGE_VIEWS_MONTH: string;
1575
+ TRAINING_PROGRAMS_COUNT: string;
1576
+ TRAINING_SESSIONS_MONTH: string;
1577
+ TRAINING_TEMPLATES_COUNT: string;
1578
+ TRAINING_CUSTOM_EXERCISES_COUNT: string;
1579
+ MEMORIES_EVENTS_COUNT: string;
1580
+ MEMORIES_MEDIA_STORAGE_GB: string;
1581
+ };
1582
+ };
1583
+ 'error-page': {
1584
+ title: string;
1585
+ description: string;
1586
+ retry: string;
1587
+ 'go-home': string;
1588
+ 'show-details': string;
1589
+ 'hide-details': string;
1590
+ 'download-details': string;
1591
+ 'footer-hint': string;
1592
+ report: {
1593
+ 'comment-placeholder': string;
1594
+ send: string;
1595
+ sending: string;
1596
+ sent: string;
1597
+ 'error-retry': string;
1598
+ };
1599
+ };
1600
+ cookies: {
1601
+ banner: {
1602
+ title: string;
1603
+ description: string;
1604
+ 'privacy-link': string;
1605
+ };
1606
+ action: {
1607
+ 'accept-all': string;
1608
+ 'reject-all': string;
1609
+ configure: string;
1610
+ cancel: string;
1611
+ save: string;
1612
+ };
1613
+ configure: {
1614
+ title: string;
1615
+ };
1616
+ category: {
1617
+ essentials: {
1618
+ title: string;
1619
+ description: string;
1620
+ };
1621
+ analytics: {
1622
+ title: string;
1623
+ description: string;
1624
+ };
1625
+ marketing: {
1626
+ title: string;
1627
+ description: string;
1628
+ };
1629
+ };
1630
+ };
1631
+ commons: {
1632
+ menu: {
1633
+ account: string;
1634
+ settings: string;
1635
+ billing: string;
1636
+ logout: string;
1637
+ };
1638
+ scope: {
1639
+ personal: string;
1640
+ placeholder: string;
1641
+ };
1642
+ invitation: {
1643
+ 'invite-message-with-name': string;
1644
+ 'invite-message': string;
1645
+ accept: string;
1646
+ decline: string;
885
1647
  };
886
1648
  };
887
1649
  general: {
1650
+ error: string;
1651
+ retry: string;
888
1652
  'unknown-error': string;
889
1653
  'not-implemented-yet': string;
890
1654
  'session-expired': string;
@@ -920,6 +1684,13 @@ export declare const translations: {
920
1684
  'expand-sidebar': string;
921
1685
  'collapse-sidebar': string;
922
1686
  'unauthorized-access': string;
1687
+ 'show-archived': string;
1688
+ 'hide-archived': string;
1689
+ add: string;
1690
+ clear: string;
1691
+ search: string;
1692
+ 'theme-light': string;
1693
+ 'theme-dark': string;
923
1694
  };
924
1695
  'file-importation': {
925
1696
  'cloud-usage-metrics': {
@@ -927,14 +1698,6 @@ export declare const translations: {
927
1698
  'count-files': string;
928
1699
  'pending-share': string;
929
1700
  };
930
- 'import-external': {
931
- 'import-button': string;
932
- 'open-modal-button': string;
933
- modal: {
934
- title: string;
935
- placeholder: string;
936
- };
937
- };
938
1701
  'import-cloud': {
939
1702
  'open-modal-button': string;
940
1703
  modal: {
@@ -943,9 +1706,20 @@ export declare const translations: {
943
1706
  'service-not-enabled': string;
944
1707
  'service-not-enabled-description': string;
945
1708
  'enable-service-button': string;
1709
+ 'service-unreachable': string;
1710
+ retry: string;
946
1711
  'no-cloud-available': string;
947
1712
  'too-big-filtered-file': string;
948
1713
  'import-button': string;
1714
+ 'space-label': string;
1715
+ 'space-placeholder': string;
1716
+ 'empty-cloud': string;
1717
+ 'section-personal': string;
1718
+ 'section-organization': string;
1719
+ 'section-shared': string;
1720
+ 'files-selected': string;
1721
+ 'open-in-cloud': string;
1722
+ refresh: string;
949
1723
  'create-cloud': {
950
1724
  title: string;
951
1725
  fields: {
@@ -970,7 +1744,6 @@ export declare const translations: {
970
1744
  'import-file-button': string;
971
1745
  'import-url-button': string;
972
1746
  'import-cloud-button': string;
973
- 'import-collection-button': string;
974
1747
  'import-url-label': string;
975
1748
  'max-size': string;
976
1749
  'max-size-2': string;
@@ -1003,6 +1776,18 @@ export declare const translations: {
1003
1776
  'select-application': string;
1004
1777
  'no-selected': string;
1005
1778
  'no-selected-application': string;
1779
+ selector: {
1780
+ 'organization-label': string;
1781
+ 'project-label': string;
1782
+ 'application-label': string;
1783
+ 'organization-placeholder': string;
1784
+ 'project-placeholder': string;
1785
+ 'application-placeholder': string;
1786
+ 'no-organization': string;
1787
+ 'no-project': string;
1788
+ 'no-application': string;
1789
+ shared: string;
1790
+ };
1006
1791
  };
1007
1792
  spotlight: {
1008
1793
  category: {
@@ -1173,13 +1958,31 @@ export declare const translations: {
1173
1958
  'from-start-month': string;
1174
1959
  'from-start-year': string;
1175
1960
  };
1961
+ 'select-start-date': string;
1962
+ 'select-end-date': string;
1963
+ custom: string;
1964
+ presets: {
1965
+ '7d': string;
1966
+ '30d': string;
1967
+ '90d': string;
1968
+ month: string;
1969
+ year: string;
1970
+ };
1176
1971
  };
1177
1972
  };
1178
1973
  };
1974
+ date: {
1975
+ preset: {
1976
+ today: string;
1977
+ 'this-week': string;
1978
+ 'this-month': string;
1979
+ };
1980
+ };
1179
1981
  modal: {
1180
1982
  confirm: string;
1181
1983
  save: string;
1182
1984
  cancel: string;
1985
+ close: string;
1183
1986
  create: string;
1184
1987
  'confirm-modal': {
1185
1988
  title: string;
@@ -1201,6 +2004,7 @@ export declare const translations: {
1201
2004
  };
1202
2005
  'no-notification': string;
1203
2006
  'see-all-button': string;
2007
+ preferences: string;
1204
2008
  actions: {
1205
2009
  open: string;
1206
2010
  see: string;
@@ -1210,6 +2014,47 @@ export declare const translations: {
1210
2014
  disable: string;
1211
2015
  'update-error': string;
1212
2016
  };
2017
+ 'content-shared': {
2018
+ title: string;
2019
+ body: string;
2020
+ };
2021
+ 'invitation-org-member': {
2022
+ title: string;
2023
+ body: string;
2024
+ };
2025
+ 'invitation-project-access': {
2026
+ title: string;
2027
+ body: string;
2028
+ };
2029
+ 'invitation-content-share': {
2030
+ title: string;
2031
+ body: string;
2032
+ };
2033
+ };
2034
+ 'content-share': {
2035
+ label: {
2036
+ draw: string;
2037
+ board: string;
2038
+ memo: string;
2039
+ atlas: string;
2040
+ retrospective: string;
2041
+ 'short-link': string;
2042
+ space: string;
2043
+ folder: string;
2044
+ file: string;
2045
+ 'cloud-folder': string;
2046
+ 'cloud-gallery': string;
2047
+ form: string;
2048
+ 'spotlight-project': string;
2049
+ event: string;
2050
+ report: string;
2051
+ banking: string;
2052
+ asset: string;
2053
+ 'wrapped-report': string;
2054
+ 'daily-digest': string;
2055
+ 'analytics-snapshot': string;
2056
+ content: string;
2057
+ };
1213
2058
  };
1214
2059
  'no-subscription': string;
1215
2060
  'user-settings': {
@@ -1233,12 +2078,317 @@ export declare const translations: {
1233
2078
  'delete-account-button': string;
1234
2079
  };
1235
2080
  };
2081
+ tags: {
2082
+ 'manage-title': string;
2083
+ 'new-tag': string;
2084
+ 'name-placeholder': string;
2085
+ 'your-tags': string;
2086
+ 'no-tags': string;
2087
+ 'create-success': string;
2088
+ 'update-success': string;
2089
+ 'delete-success': string;
2090
+ 'confirm-delete': {
2091
+ title: string;
2092
+ description: string;
2093
+ };
2094
+ filter: string;
2095
+ 'filter-by-tags': string;
2096
+ manage: string;
2097
+ usage: string;
2098
+ 'usage-count': string;
2099
+ 'no-usage': string;
2100
+ 'custom-color': string;
2101
+ 'select-tags': string;
2102
+ };
2103
+ billing: {
2104
+ 'current-plan': string;
2105
+ tier: {
2106
+ FREEMIUM: string;
2107
+ DEFAULT: string;
2108
+ CUSTOM: string;
2109
+ SYSTEM: string;
2110
+ };
2111
+ 'account-type': {
2112
+ USER: string;
2113
+ ORGANIZATION: string;
2114
+ };
2115
+ service: {
2116
+ ABYSS_PLATFORM: string;
2117
+ ABYSS_MONITOR: string;
2118
+ ABYSS_STORAGE: string;
2119
+ ABYSS_CLOUD: string;
2120
+ ABYSS_CRYPT: string;
2121
+ ABYSS_FORM: string;
2122
+ };
2123
+ metric: {
2124
+ PROJECTS_COUNT: string;
2125
+ MEMBERS_COUNT: string;
2126
+ TEAM_COUNT: string;
2127
+ API_KEYS_COUNT: string;
2128
+ LOG_EVENTS: string;
2129
+ APPLICATIONS: string;
2130
+ RETENTION_DAYS: string;
2131
+ STORAGE_GB: string;
2132
+ FILES_COUNT: string;
2133
+ PRESIGNED_URLS: string;
2134
+ BANDWIDTH_GB: string;
2135
+ CLOUD_INSTANCE_COUNT: string;
2136
+ CLOUD_STORAGE_GB: string;
2137
+ };
2138
+ 'account-status': {
2139
+ ACTIVE: string;
2140
+ CANCELLED: string;
2141
+ };
2142
+ 'invoice-status': {
2143
+ PAID: string;
2144
+ OPEN: string;
2145
+ DRAFT: string;
2146
+ VOID: string;
2147
+ UNCOLLECTIBLE: string;
2148
+ };
2149
+ 'invoice-type': {
2150
+ MONTHLY_BILLING: string;
2151
+ EUR_TOPUP: string;
2152
+ PLAN_UPGRADE: string;
2153
+ };
2154
+ 'credit-transaction-type': {
2155
+ OVERAGE_DEDUCTION: string;
2156
+ ADMIN_ADJUSTMENT: string;
2157
+ GIFT_CODE: string;
2158
+ BONUS_SPONSOR: string;
2159
+ BONUS_SPONSORED: string;
2160
+ INVOICE_PAYMENT: string;
2161
+ };
2162
+ 'eur-transaction-type': {
2163
+ STRIPE_PURCHASE: string;
2164
+ INVOICE_DEDUCTION: string;
2165
+ ADMIN_ADJUSTMENT: string;
2166
+ };
2167
+ plan: {
2168
+ freemium: {
2169
+ name: string;
2170
+ description: string;
2171
+ };
2172
+ starter: {
2173
+ name: string;
2174
+ description: string;
2175
+ };
2176
+ pro: {
2177
+ name: string;
2178
+ description: string;
2179
+ };
2180
+ internal: {
2181
+ name: string;
2182
+ description: string;
2183
+ };
2184
+ };
2185
+ 'plan-feature': {
2186
+ PROJECTS_COUNT: string;
2187
+ MEMBERS_COUNT: string;
2188
+ STORAGE_GB: string;
2189
+ LOG_EVENTS: string;
2190
+ APPLICATIONS: string;
2191
+ CLOUD_INSTANCE_COUNT: string;
2192
+ RETENTION_DAYS: string;
2193
+ };
2194
+ };
1236
2195
  'abyss-banking': {
1237
2196
  transactions: {
1238
2197
  'placeholder-category': string;
1239
2198
  'open-button-tooltip': string;
1240
2199
  };
1241
2200
  };
2201
+ support: {
2202
+ status: {
2203
+ OPEN: string;
2204
+ IN_PROGRESS: string;
2205
+ WAITING: string;
2206
+ ESCALATED: string;
2207
+ RESOLVED: string;
2208
+ CLOSED: string;
2209
+ ARCHIVED: string;
2210
+ };
2211
+ priority: {
2212
+ NORMAL: string;
2213
+ HIGH: string;
2214
+ CRITICAL: string;
2215
+ };
2216
+ 'category-group': {
2217
+ TECHNICAL: string;
2218
+ ACCOUNT: string;
2219
+ BILLING: string;
2220
+ DEVELOPER: string;
2221
+ SUGGESTION: string;
2222
+ OTHER: string;
2223
+ };
2224
+ category: {
2225
+ BUG_UI: string;
2226
+ BUG_PERFORMANCE: string;
2227
+ BUG_DATA: string;
2228
+ BUG_OTHER: string;
2229
+ ACCOUNT_ACCESS: string;
2230
+ ACCOUNT_DELETE: string;
2231
+ ACCOUNT_SECURITY: string;
2232
+ BILLING_PAYMENT: string;
2233
+ BILLING_INVOICE: string;
2234
+ BILLING_CUSTOM_PLAN: string;
2235
+ BILLING_REFUND: string;
2236
+ API_INTEGRATION: string;
2237
+ API_DOCUMENTATION: string;
2238
+ API_KEY: string;
2239
+ FEATURE_REQUEST: string;
2240
+ OTHER: string;
2241
+ };
2242
+ list: {
2243
+ title: string;
2244
+ empty: string;
2245
+ 'empty-desc': string;
2246
+ 'new-ticket': string;
2247
+ 'filter-search': string;
2248
+ 'filter-status': string;
2249
+ 'filter-category': string;
2250
+ 'clear-all': string;
2251
+ };
2252
+ create: {
2253
+ title: string;
2254
+ 'field-title': string;
2255
+ 'field-title-placeholder': string;
2256
+ 'field-description': string;
2257
+ 'field-description-placeholder': string;
2258
+ 'field-category': string;
2259
+ 'field-priority': string;
2260
+ 'field-service': string;
2261
+ 'field-priority-reason': string;
2262
+ 'field-priority-reason-placeholder': string;
2263
+ 'priority-reason-required': string;
2264
+ submit: string;
2265
+ back: string;
2266
+ cancel: string;
2267
+ };
2268
+ detail: {
2269
+ description: string;
2270
+ 'no-messages': string;
2271
+ 'messages-title': string;
2272
+ 'messages-count': string;
2273
+ 'new-messages': string;
2274
+ 'send-placeholder': string;
2275
+ send: string;
2276
+ 'admin-note': string;
2277
+ 'admin-note-placeholder': string;
2278
+ 'closed-banner': string;
2279
+ 'resolved-banner': string;
2280
+ 'admin-note-toggle': string;
2281
+ 'attachments-toggle': string;
2282
+ edit: string;
2283
+ delete: string;
2284
+ 'confirm-delete': string;
2285
+ terminalMessage: string;
2286
+ addTag: string;
2287
+ tags: string;
2288
+ };
2289
+ sidebar: {
2290
+ status: string;
2291
+ category: string;
2292
+ service: string;
2293
+ priority: string;
2294
+ 'requested-priority': string;
2295
+ 'assigned-to': string;
2296
+ 'created-by': string;
2297
+ 'created-at': string;
2298
+ 'updated-at': string;
2299
+ 'resolved-at': string;
2300
+ 'closed-at': string;
2301
+ requester: string;
2302
+ unassigned: string;
2303
+ resolve: string;
2304
+ close: string;
2305
+ reopen: string;
2306
+ 'resolve-reason': string;
2307
+ 'resolve-confirm-desc': string;
2308
+ 'close-reason': string;
2309
+ 'close-confirm-desc': string;
2310
+ tags: string;
2311
+ 'no-tags': string;
2312
+ organization: string;
2313
+ project: string;
2314
+ 'assign-to-me': string;
2315
+ 'archived-at': string;
2316
+ activity: string;
2317
+ 'activity-action': {
2318
+ CREATED: string;
2319
+ UPDATED: string;
2320
+ ASSIGNED: string;
2321
+ UNASSIGNED: string;
2322
+ PRIORITY_CHANGED: string;
2323
+ CATEGORY_CHANGED: string;
2324
+ RESOLVED: string;
2325
+ REOPENED: string;
2326
+ CLOSED: string;
2327
+ ESCALATED: string;
2328
+ PUT_ON_HOLD: string;
2329
+ RESUMED: string;
2330
+ ARCHIVED: string;
2331
+ TAG_ADDED: string;
2332
+ TAG_REMOVED: string;
2333
+ MESSAGE_SENT: string;
2334
+ };
2335
+ };
2336
+ action: {
2337
+ TAKE_OVER: string;
2338
+ CLOSE: string;
2339
+ RESOLVE: string;
2340
+ REOPEN: string;
2341
+ ESCALATE: string;
2342
+ PUT_ON_HOLD: string;
2343
+ RESUME: string;
2344
+ ARCHIVE: string;
2345
+ 'CLOSE-confirm': string;
2346
+ 'ARCHIVE-confirm': string;
2347
+ 'reason-placeholder': string;
2348
+ };
2349
+ attachments: {
2350
+ title: string;
2351
+ upload: string;
2352
+ 'max-reached': string;
2353
+ delete: string;
2354
+ 'delete-confirm': string;
2355
+ uploading: string;
2356
+ 'upload-hint': string;
2357
+ };
2358
+ stepper: {
2359
+ categoryGroup: {
2360
+ bug: string;
2361
+ technical: string;
2362
+ feature: string;
2363
+ account: string;
2364
+ other: string;
2365
+ };
2366
+ selectSubCategory: string;
2367
+ step: {
2368
+ forWho: string;
2369
+ category: string;
2370
+ details: string;
2371
+ priority: string;
2372
+ };
2373
+ next: string;
2374
+ dragAndDrop: string;
2375
+ };
2376
+ service: {
2377
+ ABYSS: string;
2378
+ ABYSS_CLOUD: string;
2379
+ ABYSS_CRYPT: string;
2380
+ ABYSS_STORAGE: string;
2381
+ ABYSS_MONITOR: string;
2382
+ ABYSS_MEMORIES: string;
2383
+ ABYSS_BANKING: string;
2384
+ ABYSS_SPOTLIGHT: string;
2385
+ ABYSS_FORM: string;
2386
+ ABYSS_TRAINING: string;
2387
+ ABYSS_CONSOLE: string;
2388
+ ABYSS_GAME_ODYSSEY: string;
2389
+ ABYSS_TOOLS: string;
2390
+ };
2391
+ };
1242
2392
  };
1243
2393
  };
1244
2394
  export declare const flattenTranslations: {
@@ -1248,17 +2398,17 @@ export declare const flattenTranslations: {
1248
2398
  type FlattenObjectKeys<T extends Record<string, unknown>, Key = keyof T> = Key extends string ? T[Key] extends Record<string, unknown> ? `${Key}.${FlattenObjectKeys<T[Key]>}` : `${Key}` : never;
1249
2399
  export type ExistingTranslationKey = FlattenObjectKeys<(typeof translations)[UserLanguage.FRENCH]>;
1250
2400
  export declare const RICH_TAGS: {
1251
- break: import("react/jsx-runtime").JSX.Element;
1252
- bold: (...chunks: ReactNode[]) => import("react/jsx-runtime").JSX.Element;
1253
- italic: (...chunks: ReactNode[]) => import("react/jsx-runtime").JSX.Element;
1254
- primary: (...chunks: ReactNode[]) => import("react/jsx-runtime").JSX.Element;
1255
- focus: (...chunks: ReactNode[]) => import("react/jsx-runtime").JSX.Element;
2401
+ break: import("react").JSX.Element;
2402
+ bold: (...chunks: ReactNode[]) => import("react").JSX.Element;
2403
+ italic: (...chunks: ReactNode[]) => import("react").JSX.Element;
2404
+ primary: (...chunks: ReactNode[]) => import("react").JSX.Element;
2405
+ focus: (...chunks: ReactNode[]) => import("react").JSX.Element;
1256
2406
  };
1257
2407
  export type ExistingMessageDescriptor = {
1258
2408
  [Key in keyof MessageDescriptor]: Key extends 'id' ? ExistingTranslationKey : MessageDescriptor['id'];
1259
2409
  };
1260
2410
  export interface RichIntlShape extends Omit<IntlShape, 'formatMessage'> {
1261
- formatRichMessage(descriptor: ExistingMessageDescriptor, values?: Record<string, string | null | JSX.Element | ((...args: any) => JSX.Element)>): string;
2411
+ formatRichMessage(descriptor: ExistingMessageDescriptor, values?: Record<string, string | null | JSX.Element | ((...args: ReactNode[]) => JSX.Element)>): string;
1262
2412
  }
1263
2413
  export declare const useRichIntl: () => RichIntlShape;
1264
2414
  export {};