@abyss-project/commons-front-core 1.0.136 → 1.0.141

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