@abyss-project/commons-front-core 2.0.8 → 2.0.9

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 (39) hide show
  1. package/dist/CookieConsentSettings.component-DX8UGrQv.js +6770 -0
  2. package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +3 -9
  3. package/dist/components/Inputs/DatePeriodPicker/date-period-picker.logic.d.ts +0 -9
  4. package/dist/components/Inputs/DatePeriodPicker/date-period-presets.spec.d.ts +1 -0
  5. package/dist/components/Inputs/DatePeriodPicker/date-period-presets.util.d.ts +7 -0
  6. package/dist/components/Inputs/DatePeriodPicker/index.d.ts +1 -1
  7. package/dist/components/Inputs/PasswordInput/PasswordInput.component.d.ts +12 -3
  8. package/dist/components/Support/SupportCategoryChip.component.d.ts +1 -0
  9. package/dist/components/Utils/WaterParticles/WaterParticles.component.d.ts +4 -1
  10. package/dist/cookie-consent.js +1 -1
  11. package/dist/hooks/use-rich-intl.hook.d.ts +1615 -11
  12. package/dist/{index-BCV7rlux.js → index-51K14Eyc.js} +1 -1
  13. package/dist/{index-Df4mFDsC.js → index-BCA5Vod2.js} +2 -2
  14. package/dist/{index-CvXcJgWq.js → index-BRQYDNh_.js} +2 -2
  15. package/dist/{index-BIkWv17C.js → index-BiQ0ye2m.js} +4 -4
  16. package/dist/{index-cQX4BwF4.js → index-BpTqeeVe.js} +2 -2
  17. package/dist/{index-bJY5dG9r.js → index-CJ8p6-bx.js} +2 -2
  18. package/dist/{index-L4m1U2Vi.js → index-CVuiuPPp.js} +3 -3
  19. package/dist/{index-2yYuyD7a.js → index-C_0jzWjy.js} +2 -2
  20. package/dist/{index-B5ltbXyf.js → index-CsAh2Ik2.js} +2 -2
  21. package/dist/{index-AHfgfPfa.js → index-Cu91rx6k.js} +2 -2
  22. package/dist/{index-CZO13gJg.js → index-CudQjfps.js} +44624 -48598
  23. package/dist/{index-BMfTdYWm.js → index-CyNoPuDN.js} +4 -4
  24. package/dist/{index-BwZNiqKZ.js → index-DXqgg-Cv.js} +4 -4
  25. package/dist/{index-CYDJl0rv.js → index-Dj8R-rAN.js} +2 -2
  26. package/dist/{index-D7ZYvm-K.js → index-DqDs98uV.js} +2 -2
  27. package/dist/{index-Dck2q3tC.js → index-DuMysSyV.js} +2 -2
  28. package/dist/{index-BriJZGdD.js → index-JGgjUuXU.js} +2 -2
  29. package/dist/{index-qP9tNsHq.js → index-LEMTpBLd.js} +3 -3
  30. package/dist/{index-DBx6Ce8z.js → index-Sp7tyFRo.js} +3 -3
  31. package/dist/{index-3UBk5Y8e.js → index-dAuS9qT4.js} +2 -2
  32. package/dist/{index-Z3OHzbIe.js → index-gauug9Au.js} +2 -2
  33. package/dist/{index-tLml6jt2.js → index-nWr1HQ7I.js} +3 -3
  34. package/dist/index.js +179 -179
  35. package/dist/translations/en.d.ts +16 -8
  36. package/dist/translations/fr.d.ts +16 -8
  37. package/dist/utils/color.utils.d.ts +1 -0
  38. package/package.json +3 -3
  39. package/dist/CookieConsentSettings.component-BS3tbqB-.js +0 -2942
@@ -2,8 +2,209 @@ import { IntlShape, MessageDescriptor } from 'react-intl';
2
2
  import { ReactNode } from 'react';
3
3
  import { UserLanguage } from '@abyss-project/main';
4
4
  export declare const translations: {
5
- [x: number]: {
6
- common: any;
5
+ fr: {
6
+ common: {
7
+ notifications: {
8
+ ABYSS: {
9
+ "notify-project-access-granted": {
10
+ title: string;
11
+ content: string;
12
+ };
13
+ "subscription-created": {
14
+ title: string;
15
+ content: string;
16
+ };
17
+ "subscription-renewed": {
18
+ title: string;
19
+ content: string;
20
+ };
21
+ "subscription-payment-failed": {
22
+ title: string;
23
+ content: string;
24
+ };
25
+ "subscription-cancelled": {
26
+ title: string;
27
+ content: string;
28
+ };
29
+ "subscription-plan-changed": {
30
+ title: string;
31
+ content: string;
32
+ };
33
+ "subscription-trial-ending": {
34
+ title: string;
35
+ content: string;
36
+ };
37
+ "subscription-trial-ended": {
38
+ title: string;
39
+ content: string;
40
+ };
41
+ "billing-invoice-ready": {
42
+ title: string;
43
+ content: string;
44
+ };
45
+ "board-card-late": {
46
+ title: string;
47
+ content: string;
48
+ };
49
+ "board-card-almost-late": {
50
+ title: string;
51
+ content: string;
52
+ };
53
+ };
54
+ ABYSS_CLOUD: {
55
+ "create-cloud-share": {
56
+ title: string;
57
+ content: string;
58
+ };
59
+ "delete-cloud-share": {
60
+ title: string;
61
+ content: string;
62
+ };
63
+ "admin-delete-cloud": {
64
+ title: string;
65
+ content: string;
66
+ };
67
+ "join-cloud-share": {
68
+ title: string;
69
+ content: string;
70
+ };
71
+ "decline-cloud-share": {
72
+ title: string;
73
+ content: string;
74
+ };
75
+ "leave-cloud-share": {
76
+ title: string;
77
+ content: string;
78
+ };
79
+ };
80
+ ABYSS_STORAGE: {
81
+ "webhook-undeliverable": {
82
+ title: string;
83
+ content: string;
84
+ };
85
+ "webhook-undeliverable-disable": {
86
+ title: string;
87
+ content: string;
88
+ };
89
+ "file-quarantined": {
90
+ title: string;
91
+ content: string;
92
+ };
93
+ };
94
+ ABYSS_MONITOR: {
95
+ "cron-task-failed": {
96
+ title: string;
97
+ content: string;
98
+ };
99
+ "cron-task-disabled": {
100
+ title: string;
101
+ content: string;
102
+ };
103
+ "monitor-webhook-undeliverable": {
104
+ title: string;
105
+ content: string;
106
+ };
107
+ "monitor-webhook-undeliverable-disable": {
108
+ title: string;
109
+ content: string;
110
+ };
111
+ "monitor-sentinel-check-success": {
112
+ title: string;
113
+ content: string;
114
+ };
115
+ "monitor-sentinel-check-failed": {
116
+ title: string;
117
+ content: string;
118
+ };
119
+ "monitor-sentinel-disable-on-failure": {
120
+ title: string;
121
+ content: string;
122
+ };
123
+ };
124
+ ABYSS_MEMORIES: {
125
+ "invite-event": {
126
+ title: string;
127
+ content: string;
128
+ };
129
+ "change-owner-event": {
130
+ title: string;
131
+ content: string;
132
+ };
133
+ "create-poll-event": {
134
+ title: string;
135
+ content: string;
136
+ };
137
+ "memories-event-pdf-ready": {
138
+ title: string;
139
+ content: string;
140
+ };
141
+ "memories-highlight-reel-ready": {
142
+ title: string;
143
+ content: string;
144
+ };
145
+ "memories-seasonal-compilation-ready": {
146
+ title: string;
147
+ content: string;
148
+ };
149
+ "memories-content-shared": {
150
+ title: string;
151
+ content: string;
152
+ };
153
+ };
154
+ ABYSS_BANKING: {
155
+ "bank-connection-success": {
156
+ title: string;
157
+ content: string;
158
+ };
159
+ "bank-connection-expire": {
160
+ title: string;
161
+ content: string;
162
+ };
163
+ "banking-auto-matches-summary": {
164
+ title: string;
165
+ content: string;
166
+ };
167
+ };
168
+ ABYSS_SPOTLIGHT: {
169
+ "spotlight-project-new-post": {
170
+ title: string;
171
+ content: string;
172
+ };
173
+ };
174
+ ABYSS_FORM: {
175
+ "form-submission-completed": {
176
+ title: string;
177
+ content: string;
178
+ };
179
+ "form-webhook-undeliverable": {
180
+ title: string;
181
+ content: string;
182
+ };
183
+ "form-webhook-undeliverable-disable": {
184
+ title: string;
185
+ content: string;
186
+ };
187
+ "form-daily-submission-limit-reached": {
188
+ title: string;
189
+ content: string;
190
+ };
191
+ "form-submission-limit-reached": {
192
+ title: string;
193
+ content: string;
194
+ };
195
+ };
196
+ ABYSS_TRAINING: {
197
+ "training-inactivity": {
198
+ title: string;
199
+ content: string;
200
+ };
201
+ "training-reminder": {
202
+ title: string;
203
+ content: string;
204
+ };
205
+ };
206
+ };
207
+ };
7
208
  'space-display-name': {
8
209
  personal: string;
9
210
  'perso-in-org': string;
@@ -237,6 +438,7 @@ export declare const translations: {
237
438
  ABYSS_SPOTLIGHT: string;
238
439
  ABYSS_TRAINING: string;
239
440
  ABYSS_MEMORIES: string;
441
+ ABYSS_BANKING: string;
240
442
  };
241
443
  metric: {
242
444
  PROJECTS_COUNT: string;
@@ -250,16 +452,12 @@ export declare const translations: {
250
452
  LOG_EVENTS: string;
251
453
  RETENTION_DAYS: string;
252
454
  APPLICATIONS: string;
253
- CLOUD_INSTANCE_COUNT: string;
254
455
  CLOUD_STORAGE_GB: string;
255
456
  CLOUD_FILES_COUNT: string;
256
457
  CRYPT_MAX_FILE_SIZE_MB: string;
257
458
  CRYPT_ENCRYPTIONS_MONTH: string;
258
- FORMS_COUNT: string;
259
459
  FORM_SUBMISSIONS_MONTH: string;
260
460
  FORM_ALLOW_DOCUMENTS: string;
261
- FORM_MAX_DOCUMENT_SIZE_MB: string;
262
- FORM_MAX_SUBMISSIONS_PER_FORM_DAY: string;
263
461
  FORM_DOCUMENTS_STORAGE_GB: string;
264
462
  TOOLS_DRAW_COUNT: string;
265
463
  TOOLS_BOARD_COUNT: string;
@@ -287,6 +485,20 @@ export declare const translations: {
287
485
  TOOLS_BEAM_BANDWIDTH_MONTH: string;
288
486
  TOOLS_BEAM_EMAILS_DAY: string;
289
487
  TOOLS_BEAM_EXPIRY_MAX_DAYS: string;
488
+ BANKING_PROFILES_COUNT: string;
489
+ BANKING_MONITORED_PROFILES_COUNT: string;
490
+ BANKING_SELF_BANK_CONNECTIONS_COUNT: string;
491
+ BANKING_SAVED_CONFIGS_COUNT: string;
492
+ BANKING_LENDER_SHARES_COUNT: string;
493
+ BANKING_PORTFOLIOS_COUNT: string;
494
+ BANKING_SNAPSHOTS_MONTH: string;
495
+ BANKING_SCENARIO_RUNS_MONTH: string;
496
+ BANKING_PREVIEW_RESCORES_MONTH: string;
497
+ BANKING_REVIEW_API_CALLS_MONTH: string;
498
+ BANKING_CREDIT_BUREAU_LOOKUPS_MONTH: string;
499
+ BANKING_REGISTRE_DETAIL_CALLS_MONTH: string;
500
+ BANKING_PSD2_REFRESHES_MONTH: string;
501
+ BANKING_SYSTEM_RESNAPSHOTS_MONTH: string;
290
502
  };
291
503
  };
292
504
  'error-page': {
@@ -326,6 +538,7 @@ export declare const translations: {
326
538
  essentials: {
327
539
  title: string;
328
540
  description: string;
541
+ 'always-on': string;
329
542
  };
330
543
  analytics: {
331
544
  title: string;
@@ -693,8 +906,6 @@ export declare const translations: {
693
906
  'select-start-date': string;
694
907
  'select-end-date': string;
695
908
  custom: string;
696
- 'start-time': string;
697
- 'end-time': string;
698
909
  presets: {
699
910
  '7d': string;
700
911
  '30d': string;
@@ -867,7 +1078,6 @@ export declare const translations: {
867
1078
  FILES_COUNT: string;
868
1079
  PRESIGNED_URLS: string;
869
1080
  BANDWIDTH_GB: string;
870
- CLOUD_INSTANCE_COUNT: string;
871
1081
  CLOUD_STORAGE_GB: string;
872
1082
  };
873
1083
  'account-status': {
@@ -931,7 +1141,6 @@ export declare const translations: {
931
1141
  STORAGE_GB: string;
932
1142
  LOG_EVENTS: string;
933
1143
  APPLICATIONS: string;
934
- CLOUD_INSTANCE_COUNT: string;
935
1144
  RETENTION_DAYS: string;
936
1145
  };
937
1146
  };
@@ -1187,9 +1396,1404 @@ export declare const translations: {
1187
1396
  };
1188
1397
  };
1189
1398
  };
1399
+ en: {
1400
+ common: {
1401
+ notifications: {
1402
+ ABYSS: {
1403
+ "notify-project-access-granted": {
1404
+ title: string;
1405
+ content: string;
1406
+ };
1407
+ "subscription-created": {
1408
+ title: string;
1409
+ content: string;
1410
+ };
1411
+ "subscription-renewed": {
1412
+ title: string;
1413
+ content: string;
1414
+ };
1415
+ "subscription-payment-failed": {
1416
+ title: string;
1417
+ content: string;
1418
+ };
1419
+ "subscription-cancelled": {
1420
+ title: string;
1421
+ content: string;
1422
+ };
1423
+ "subscription-plan-changed": {
1424
+ title: string;
1425
+ content: string;
1426
+ };
1427
+ "subscription-trial-ending": {
1428
+ title: string;
1429
+ content: string;
1430
+ };
1431
+ "subscription-trial-ended": {
1432
+ title: string;
1433
+ content: string;
1434
+ };
1435
+ "billing-invoice-ready": {
1436
+ title: string;
1437
+ content: string;
1438
+ };
1439
+ "board-card-late": {
1440
+ title: string;
1441
+ content: string;
1442
+ };
1443
+ "board-card-almost-late": {
1444
+ title: string;
1445
+ content: string;
1446
+ };
1447
+ };
1448
+ ABYSS_CLOUD: {
1449
+ "create-cloud-share": {
1450
+ title: string;
1451
+ content: string;
1452
+ };
1453
+ "delete-cloud-share": {
1454
+ title: string;
1455
+ content: string;
1456
+ };
1457
+ "admin-delete-cloud": {
1458
+ title: string;
1459
+ content: string;
1460
+ };
1461
+ "join-cloud-share": {
1462
+ title: string;
1463
+ content: string;
1464
+ };
1465
+ "decline-cloud-share": {
1466
+ title: string;
1467
+ content: string;
1468
+ };
1469
+ "leave-cloud-share": {
1470
+ title: string;
1471
+ content: string;
1472
+ };
1473
+ };
1474
+ ABYSS_STORAGE: {
1475
+ "webhook-undeliverable": {
1476
+ title: string;
1477
+ content: string;
1478
+ };
1479
+ "webhook-undeliverable-disable": {
1480
+ title: string;
1481
+ content: string;
1482
+ };
1483
+ "file-quarantined": {
1484
+ title: string;
1485
+ content: string;
1486
+ };
1487
+ };
1488
+ ABYSS_MONITOR: {
1489
+ "cron-task-failed": {
1490
+ title: string;
1491
+ content: string;
1492
+ };
1493
+ "cron-task-disabled": {
1494
+ title: string;
1495
+ content: string;
1496
+ };
1497
+ "monitor-webhook-undeliverable": {
1498
+ title: string;
1499
+ content: string;
1500
+ };
1501
+ "monitor-webhook-undeliverable-disable": {
1502
+ title: string;
1503
+ content: string;
1504
+ };
1505
+ "monitor-sentinel-check-success": {
1506
+ title: string;
1507
+ content: string;
1508
+ };
1509
+ "monitor-sentinel-check-failed": {
1510
+ title: string;
1511
+ content: string;
1512
+ };
1513
+ "monitor-sentinel-disable-on-failure": {
1514
+ title: string;
1515
+ content: string;
1516
+ };
1517
+ };
1518
+ ABYSS_MEMORIES: {
1519
+ "invite-event": {
1520
+ title: string;
1521
+ content: string;
1522
+ };
1523
+ "change-owner-event": {
1524
+ title: string;
1525
+ content: string;
1526
+ };
1527
+ "create-poll-event": {
1528
+ title: string;
1529
+ content: string;
1530
+ };
1531
+ "memories-event-pdf-ready": {
1532
+ title: string;
1533
+ content: string;
1534
+ };
1535
+ "memories-highlight-reel-ready": {
1536
+ title: string;
1537
+ content: string;
1538
+ };
1539
+ "memories-seasonal-compilation-ready": {
1540
+ title: string;
1541
+ content: string;
1542
+ };
1543
+ "memories-content-shared": {
1544
+ title: string;
1545
+ content: string;
1546
+ };
1547
+ };
1548
+ ABYSS_BANKING: {
1549
+ "bank-connection-success": {
1550
+ title: string;
1551
+ content: string;
1552
+ };
1553
+ "bank-connection-expire": {
1554
+ title: string;
1555
+ content: string;
1556
+ };
1557
+ "banking-auto-matches-summary": {
1558
+ title: string;
1559
+ content: string;
1560
+ };
1561
+ };
1562
+ ABYSS_SPOTLIGHT: {
1563
+ "spotlight-project-new-post": {
1564
+ title: string;
1565
+ content: string;
1566
+ };
1567
+ };
1568
+ ABYSS_FORM: {
1569
+ "form-submission-completed": {
1570
+ title: string;
1571
+ content: string;
1572
+ };
1573
+ "form-webhook-undeliverable": {
1574
+ title: string;
1575
+ content: string;
1576
+ };
1577
+ "form-webhook-undeliverable-disable": {
1578
+ title: string;
1579
+ content: string;
1580
+ };
1581
+ "form-daily-submission-limit-reached": {
1582
+ title: string;
1583
+ content: string;
1584
+ };
1585
+ "form-submission-limit-reached": {
1586
+ title: string;
1587
+ content: string;
1588
+ };
1589
+ };
1590
+ ABYSS_TRAINING: {
1591
+ "training-inactivity": {
1592
+ title: string;
1593
+ content: string;
1594
+ };
1595
+ "training-reminder": {
1596
+ title: string;
1597
+ content: string;
1598
+ };
1599
+ };
1600
+ };
1601
+ };
1602
+ 'space-display-name': {
1603
+ personal: string;
1604
+ 'perso-in-org': string;
1605
+ 'org-common': string;
1606
+ project: string;
1607
+ 'subtitle-personal': string;
1608
+ 'subtitle-perso-in-org': string;
1609
+ 'subtitle-org-common': string;
1610
+ 'subtitle-project': string;
1611
+ 'section-personal': string;
1612
+ 'section-shared': string;
1613
+ 'section-organization': string;
1614
+ };
1615
+ 'pdf-editor': {
1616
+ toolbar: {
1617
+ 'change-file': string;
1618
+ select: string;
1619
+ text: string;
1620
+ draw: string;
1621
+ shape: string;
1622
+ highlight: string;
1623
+ redact: string;
1624
+ signature: string;
1625
+ eraser: string;
1626
+ 'fill-fields': string;
1627
+ insert: string;
1628
+ undo: string;
1629
+ redo: string;
1630
+ download: string;
1631
+ 'save-to-cloud': string;
1632
+ 'toggle-pages': string;
1633
+ document: string;
1634
+ aria: {
1635
+ tools: string;
1636
+ history: string;
1637
+ };
1638
+ };
1639
+ sidebar: {
1640
+ pages: string;
1641
+ };
1642
+ viewer: {
1643
+ 'zoom-in': string;
1644
+ 'zoom-out': string;
1645
+ 'fit-width': string;
1646
+ 'reset-zoom': string;
1647
+ 'prev-page': string;
1648
+ 'next-page': string;
1649
+ 'page-indicator': string;
1650
+ };
1651
+ insert: {
1652
+ 'image-device': string;
1653
+ 'image-cloud': string;
1654
+ 'saved-title': string;
1655
+ personal: string;
1656
+ button: string;
1657
+ reading: string;
1658
+ 'only-pdf': string;
1659
+ };
1660
+ 'insert-dialog': {
1661
+ title: string;
1662
+ helper: string;
1663
+ 'select-all': string;
1664
+ 'select-none': string;
1665
+ 'page-label': string;
1666
+ confirm: string;
1667
+ };
1668
+ action: {
1669
+ cancel: string;
1670
+ delete: string;
1671
+ };
1672
+ placement: {
1673
+ hint: string;
1674
+ cancel: string;
1675
+ };
1676
+ error: {
1677
+ 'load-failed': string;
1678
+ 'export-failed': string;
1679
+ 'try-another': string;
1680
+ };
1681
+ document: {
1682
+ 'blank-page': string;
1683
+ 'page-numbers': string;
1684
+ watermark: string;
1685
+ extract: string;
1686
+ compress: string;
1687
+ protect: string;
1688
+ };
1689
+ password: {
1690
+ title: string;
1691
+ help: string;
1692
+ label: string;
1693
+ confirm: string;
1694
+ };
1695
+ compress: {
1696
+ saved: string;
1697
+ 'already-optimal': string;
1698
+ };
1699
+ unlock: {
1700
+ title: string;
1701
+ help: string;
1702
+ confirm: string;
1703
+ wrong: string;
1704
+ };
1705
+ watermark: {
1706
+ title: string;
1707
+ label: string;
1708
+ apply: string;
1709
+ };
1710
+ extract: {
1711
+ title: string;
1712
+ confirm: string;
1713
+ };
1714
+ loading: string;
1715
+ text: {
1716
+ 'hint-short': string;
1717
+ placeholder: string;
1718
+ size: string;
1719
+ font: string;
1720
+ };
1721
+ draw: {
1722
+ color: string;
1723
+ width: string;
1724
+ 'custom-color': string;
1725
+ };
1726
+ shape: {
1727
+ kind: string;
1728
+ fill: string;
1729
+ 'fill-none': string;
1730
+ 'fill-on': string;
1731
+ };
1732
+ redact: {
1733
+ hint: string;
1734
+ warning: string;
1735
+ };
1736
+ signature: {
1737
+ 'placement-hint': string;
1738
+ 'add-hint': string;
1739
+ 'add-button': string;
1740
+ 'apply-all-pages': string;
1741
+ 'manage-assets': string;
1742
+ 'asset-load-failed': string;
1743
+ clear: string;
1744
+ 'picker-title': string;
1745
+ tabs: {
1746
+ draw: string;
1747
+ upload: string;
1748
+ saved: string;
1749
+ };
1750
+ save: {
1751
+ kind: string;
1752
+ name: string;
1753
+ scope: string;
1754
+ 'scope-personal': string;
1755
+ button: string;
1756
+ title: string;
1757
+ SIGNATURE: string;
1758
+ INITIALS: string;
1759
+ STAMP: string;
1760
+ error: string;
1761
+ };
1762
+ saved: {
1763
+ 'scope-label': string;
1764
+ scope: {
1765
+ personal: string;
1766
+ };
1767
+ group: {
1768
+ personal: string;
1769
+ organization: string;
1770
+ project: string;
1771
+ };
1772
+ kind: {
1773
+ all: string;
1774
+ SIGNATURE: string;
1775
+ INITIALS: string;
1776
+ STAMP: string;
1777
+ TEXT_BLOCK: string;
1778
+ };
1779
+ empty: string;
1780
+ };
1781
+ upload: {
1782
+ title: string;
1783
+ browse: string;
1784
+ replace: string;
1785
+ reading: string;
1786
+ 'max-size': string;
1787
+ error: {
1788
+ 'invalid-type': string;
1789
+ 'too-large': string;
1790
+ 'read-failed': string;
1791
+ };
1792
+ };
1793
+ draw: {
1794
+ title: string;
1795
+ helper: string;
1796
+ 'stroke-color': string;
1797
+ 'stroke-width': string;
1798
+ };
1799
+ use: string;
1800
+ };
1801
+ 'fill-fields': {
1802
+ empty: string;
1803
+ detected: string;
1804
+ flatten: string;
1805
+ 'flatten-hint': string;
1806
+ };
1807
+ page: {
1808
+ inserted: string;
1809
+ rotate: string;
1810
+ delete: string;
1811
+ 'confirm-delete': {
1812
+ title: string;
1813
+ description: string;
1814
+ confirm: string;
1815
+ };
1816
+ };
1817
+ };
1818
+ 'quota-reached': {
1819
+ title: string;
1820
+ description: string;
1821
+ hint: string;
1822
+ upgrade: string;
1823
+ close: string;
1824
+ service: {
1825
+ ABYSS_PLATFORM: string;
1826
+ ABYSS_STORAGE: string;
1827
+ ABYSS_MONITOR: string;
1828
+ ABYSS_CLOUD: string;
1829
+ ABYSS_CRYPT: string;
1830
+ ABYSS_FORM: string;
1831
+ ABYSS_TOOLS: string;
1832
+ ABYSS_SPOTLIGHT: string;
1833
+ ABYSS_TRAINING: string;
1834
+ ABYSS_MEMORIES: string;
1835
+ ABYSS_BANKING: string;
1836
+ };
1837
+ metric: {
1838
+ PROJECTS_COUNT: string;
1839
+ MEMBERS_COUNT: string;
1840
+ TEAM_COUNT: string;
1841
+ API_KEYS_COUNT: string;
1842
+ STORAGE_GB: string;
1843
+ FILES_COUNT: string;
1844
+ PRESIGNED_URLS: string;
1845
+ BANDWIDTH_GB: string;
1846
+ LOG_EVENTS: string;
1847
+ RETENTION_DAYS: string;
1848
+ APPLICATIONS: string;
1849
+ CLOUD_STORAGE_GB: string;
1850
+ CLOUD_FILES_COUNT: string;
1851
+ CRYPT_MAX_FILE_SIZE_MB: string;
1852
+ CRYPT_ENCRYPTIONS_MONTH: string;
1853
+ FORM_SUBMISSIONS_MONTH: string;
1854
+ FORM_ALLOW_DOCUMENTS: string;
1855
+ FORM_DOCUMENTS_STORAGE_GB: string;
1856
+ TOOLS_DRAW_COUNT: string;
1857
+ TOOLS_BOARD_COUNT: string;
1858
+ TOOLS_ATLAS_COUNT: string;
1859
+ TOOLS_RETROSPECTIVE_COUNT: string;
1860
+ TOOLS_SHORT_LINK_COUNT: string;
1861
+ TOOLS_SHORTLINK_RESOLUTIONS_MONTH: string;
1862
+ MONITOR_WEBHOOK_INVOCATIONS_MONTH: string;
1863
+ SPOTLIGHT_PAGES_COUNT: string;
1864
+ SPOTLIGHT_PAGE_VIEWS_MONTH: string;
1865
+ TRAINING_PROGRAMS_COUNT: string;
1866
+ TRAINING_SESSIONS_MONTH: string;
1867
+ TRAINING_TEMPLATES_COUNT: string;
1868
+ TRAINING_CUSTOM_EXERCISES_COUNT: string;
1869
+ MEMORIES_EVENTS_COUNT: string;
1870
+ MEMORIES_MEDIA_STORAGE_GB: string;
1871
+ ACCOUNT_STORAGE_GB: string;
1872
+ ACCOUNT_AV_SCAN_UNITS: string;
1873
+ TOOLS_EXTRACTION: string;
1874
+ TOOLS_EXTRACTION_OCR_PAGES: string;
1875
+ TOOLS_EXTRACT_TEMPLATES_ACTIVE: string;
1876
+ TOOLS_EXTRACTION_TRACE_RETENTION_DAYS: string;
1877
+ TOOLS_BEAM_COUNT: string;
1878
+ TOOLS_BEAM_UPLOADS_MONTH: string;
1879
+ TOOLS_BEAM_BANDWIDTH_MONTH: string;
1880
+ TOOLS_BEAM_EMAILS_DAY: string;
1881
+ TOOLS_BEAM_EXPIRY_MAX_DAYS: string;
1882
+ BANKING_PROFILES_COUNT: string;
1883
+ BANKING_MONITORED_PROFILES_COUNT: string;
1884
+ BANKING_SELF_BANK_CONNECTIONS_COUNT: string;
1885
+ BANKING_SAVED_CONFIGS_COUNT: string;
1886
+ BANKING_LENDER_SHARES_COUNT: string;
1887
+ BANKING_PORTFOLIOS_COUNT: string;
1888
+ BANKING_SNAPSHOTS_MONTH: string;
1889
+ BANKING_SCENARIO_RUNS_MONTH: string;
1890
+ BANKING_PREVIEW_RESCORES_MONTH: string;
1891
+ BANKING_REVIEW_API_CALLS_MONTH: string;
1892
+ BANKING_CREDIT_BUREAU_LOOKUPS_MONTH: string;
1893
+ BANKING_REGISTRE_DETAIL_CALLS_MONTH: string;
1894
+ BANKING_PSD2_REFRESHES_MONTH: string;
1895
+ BANKING_SYSTEM_RESNAPSHOTS_MONTH: string;
1896
+ };
1897
+ };
1898
+ 'error-page': {
1899
+ title: string;
1900
+ description: string;
1901
+ retry: string;
1902
+ 'go-home': string;
1903
+ 'show-details': string;
1904
+ 'hide-details': string;
1905
+ 'download-details': string;
1906
+ 'footer-hint': string;
1907
+ report: {
1908
+ 'comment-placeholder': string;
1909
+ send: string;
1910
+ sending: string;
1911
+ sent: string;
1912
+ 'error-retry': string;
1913
+ };
1914
+ };
1915
+ cookies: {
1916
+ banner: {
1917
+ title: string;
1918
+ description: string;
1919
+ 'privacy-link': string;
1920
+ };
1921
+ action: {
1922
+ 'accept-all': string;
1923
+ 'reject-all': string;
1924
+ configure: string;
1925
+ cancel: string;
1926
+ save: string;
1927
+ };
1928
+ configure: {
1929
+ title: string;
1930
+ };
1931
+ category: {
1932
+ essentials: {
1933
+ title: string;
1934
+ description: string;
1935
+ 'always-on': string;
1936
+ };
1937
+ analytics: {
1938
+ title: string;
1939
+ description: string;
1940
+ };
1941
+ marketing: {
1942
+ title: string;
1943
+ description: string;
1944
+ };
1945
+ };
1946
+ };
1947
+ commons: {
1948
+ menu: {
1949
+ account: string;
1950
+ settings: string;
1951
+ billing: string;
1952
+ logout: string;
1953
+ family: string;
1954
+ };
1955
+ scope: {
1956
+ personal: string;
1957
+ placeholder: string;
1958
+ };
1959
+ invitation: {
1960
+ 'invite-message-with-name': string;
1961
+ 'invite-message': string;
1962
+ accept: string;
1963
+ decline: string;
1964
+ };
1965
+ };
1966
+ 'context-selector': {
1967
+ personal: string;
1968
+ organization: string;
1969
+ projects: string;
1970
+ 'org-entry': string;
1971
+ };
1972
+ general: {
1973
+ error: string;
1974
+ retry: string;
1975
+ 'unknown-error': string;
1976
+ 'not-implemented-yet': string;
1977
+ 'session-expired': string;
1978
+ 'click-to-copy': string;
1979
+ open: string;
1980
+ delete: string;
1981
+ archive: string;
1982
+ unarchive: string;
1983
+ optional: string;
1984
+ refresh: string;
1985
+ 'please-wait': string;
1986
+ 'rows-per-page': string;
1987
+ 'rows-selected': string;
1988
+ 'filter-title': string;
1989
+ share: string;
1990
+ 'copy-share-link': string;
1991
+ 'load-more': string;
1992
+ 'empty-table': string;
1993
+ 'empty-graph': string;
1994
+ back: string;
1995
+ next: string;
1996
+ save: string;
1997
+ update: string;
1998
+ create: string;
1999
+ loading: string;
2000
+ new: string;
2001
+ 'download-file-completed': string;
2002
+ 'no-description': string;
2003
+ active: string;
2004
+ 'link-copied': string;
2005
+ credits: string;
2006
+ 'total-credit': string;
2007
+ 'expand-sidebar': string;
2008
+ 'collapse-sidebar': string;
2009
+ 'unauthorized-access': string;
2010
+ 'show-archived': string;
2011
+ 'hide-archived': string;
2012
+ add: string;
2013
+ clear: string;
2014
+ search: string;
2015
+ 'theme-light': string;
2016
+ 'theme-dark': string;
2017
+ };
2018
+ table: {
2019
+ 'rows-per-page': string;
2020
+ 'displayed-rows': string;
2021
+ 'displayed-rows-empty': string;
2022
+ 'rows-count': string;
2023
+ 'page-of': string;
2024
+ search: string;
2025
+ empty: string;
2026
+ 'show-filters': string;
2027
+ 'hide-filters': string;
2028
+ 'clear-filters': string;
2029
+ 'first-page': string;
2030
+ 'previous-page': string;
2031
+ 'next-page': string;
2032
+ 'last-page': string;
2033
+ };
2034
+ 'file-importation': {
2035
+ 'cloud-usage-metrics': {
2036
+ title: string;
2037
+ 'count-files': string;
2038
+ 'pending-share': string;
2039
+ };
2040
+ 'import-cloud': {
2041
+ 'open-modal-button': string;
2042
+ modal: {
2043
+ title: string;
2044
+ loading: string;
2045
+ 'service-not-enabled': string;
2046
+ 'service-not-enabled-description': string;
2047
+ 'enable-service-button': string;
2048
+ 'service-unreachable': string;
2049
+ retry: string;
2050
+ 'no-cloud-available': string;
2051
+ 'too-big-filtered-file': string;
2052
+ 'import-button': string;
2053
+ 'space-label': string;
2054
+ 'space-placeholder': string;
2055
+ 'empty-cloud': string;
2056
+ 'section-personal': string;
2057
+ 'section-organization': string;
2058
+ 'section-shared': string;
2059
+ 'files-selected': string;
2060
+ 'open-in-cloud': string;
2061
+ refresh: string;
2062
+ 'create-cloud': {
2063
+ title: string;
2064
+ fields: {
2065
+ name: {
2066
+ label: string;
2067
+ placeholder: string;
2068
+ };
2069
+ };
2070
+ 'create-cloud-button': string;
2071
+ };
2072
+ };
2073
+ };
2074
+ 'save-cloud': {
2075
+ modal: {
2076
+ title: string;
2077
+ 'import-button': string;
2078
+ 'success-toast': string;
2079
+ 'no-space-toast': string;
2080
+ };
2081
+ };
2082
+ 'import-button': string;
2083
+ 'import-file-button': string;
2084
+ 'import-url-button': string;
2085
+ 'import-cloud-button': string;
2086
+ 'import-url-label': string;
2087
+ 'max-size': string;
2088
+ 'max-size-2': string;
2089
+ 'file-too-big': string;
2090
+ 'file-too-big-filtered': string;
2091
+ 'duplicated-tooltip': string;
2092
+ 'drop-zone': {
2093
+ helper: string;
2094
+ helper2: string;
2095
+ };
2096
+ };
2097
+ project: {
2098
+ 'not-published': string;
2099
+ status: {
2100
+ ACTIVE: string;
2101
+ INACTIVE: string;
2102
+ ARCHIVED: string;
2103
+ STARTING: string;
2104
+ COMPLETED: string;
2105
+ DEPRECATED: string;
2106
+ };
2107
+ link: {
2108
+ none: {
2109
+ label: string;
2110
+ };
2111
+ project: {
2112
+ label: string;
2113
+ };
2114
+ 'select-project': string;
2115
+ 'select-application': string;
2116
+ 'no-selected': string;
2117
+ 'no-selected-application': string;
2118
+ selector: {
2119
+ 'organization-label': string;
2120
+ 'project-label': string;
2121
+ 'application-label': string;
2122
+ 'organization-placeholder': string;
2123
+ 'project-placeholder': string;
2124
+ 'application-placeholder': string;
2125
+ 'no-organization': string;
2126
+ 'no-project': string;
2127
+ 'no-application': string;
2128
+ shared: string;
2129
+ };
2130
+ };
2131
+ spotlight: {
2132
+ category: {
2133
+ label: string;
2134
+ placeholder: string;
2135
+ sections: {
2136
+ TECHNOLOGY: string;
2137
+ SCIENCE: string;
2138
+ ARTS_DESIGN: string;
2139
+ MUSIC_AUDIO: string;
2140
+ FILM_VIDEO: string;
2141
+ ENTREPRENEURSHIP_BUSINESS: string;
2142
+ EDUCATION_TRAINING: string;
2143
+ SOCIAL_COMMUNITY_PROJECTS: string;
2144
+ GAMES_ENTERTAINMENT: string;
2145
+ TRAVEL_ADVENTURE: string;
2146
+ LIFESTYLE_WELLNESS: string;
2147
+ DIY_CRAFTS: string;
2148
+ };
2149
+ categories: {
2150
+ SOFTWARE_DEVELOPMENT: string;
2151
+ WEB_DEVELOPMENT: string;
2152
+ ARTIFICIAL_INTELLIGENCE: string;
2153
+ ROBOTICS: string;
2154
+ VIRTUAL_REALITY: string;
2155
+ INTERNET_OF_THINGS: string;
2156
+ BIOTECHNOLOGY: string;
2157
+ ENVIRONMENT: string;
2158
+ PHYSICS: string;
2159
+ CHEMISTRY: string;
2160
+ ASTRONOMY: string;
2161
+ VISUAL_ARTS: string;
2162
+ GRAPHIC_DESIGN: string;
2163
+ PHOTOGRAPHY: string;
2164
+ FASHION: string;
2165
+ ANIMATION: string;
2166
+ MUSIC_COMPOSITION: string;
2167
+ AUDIO_PRODUCTION: string;
2168
+ PODCASTS: string;
2169
+ RECORDING_MIXING: string;
2170
+ MUSICAL_INSTRUMENTS: string;
2171
+ DIRECTING: string;
2172
+ VIDEO_EDITING: string;
2173
+ CINEMATOGRAPHY: string;
2174
+ ANIMATION_3D: string;
2175
+ VISUAL_EFFECTS: string;
2176
+ STARTUPS: string;
2177
+ E_COMMERCE: string;
2178
+ DIGITAL_MARKETING: string;
2179
+ PERSONAL_FINANCE: string;
2180
+ BUSINESS_STRATEGY: string;
2181
+ ONLINE_COURSES: string;
2182
+ TUTORIALS: string;
2183
+ EDUCATIONAL_PROGRAMS: string;
2184
+ PROFESSIONAL_DEVELOPMENT: string;
2185
+ CONTINUING_EDUCATION: string;
2186
+ HUMANITARIAN_AID: string;
2187
+ ENVIRONMENTAL_PROJECTS: string;
2188
+ COMMUNITY_INITIATIVES: string;
2189
+ EQUALITY_INCLUSION: string;
2190
+ PUBLIC_HEALTH: string;
2191
+ GAME_DEVELOPMENT: string;
2192
+ BOARD_GAMES: string;
2193
+ GAMIFICATION: string;
2194
+ GAME_EVENTS: string;
2195
+ ENTERTAINMENT_APPS: string;
2196
+ TRAVEL_BLOG: string;
2197
+ TRAVEL_VLOGS: string;
2198
+ TRAVEL_GUIDES: string;
2199
+ TRAVEL_PHOTOGRAPHY_PROJECTS: string;
2200
+ EXPEDITIONS: string;
2201
+ FITNESS_HEALTH: string;
2202
+ NUTRITION: string;
2203
+ PERSONAL_DEVELOPMENT: string;
2204
+ MEDITATION_MINDFULNESS: string;
2205
+ GARDENING_PROJECTS: string;
2206
+ DIY: string;
2207
+ CRAFT_PROJECTS: string;
2208
+ WOODWORKING: string;
2209
+ SEWING: string;
2210
+ HANDICRAFTS: string;
2211
+ };
2212
+ };
2213
+ language: {
2214
+ label: string;
2215
+ helper: string;
2216
+ 'label-other': string;
2217
+ 'helper-other': string;
2218
+ placeholder: string;
2219
+ languages: {
2220
+ FRENCH: string;
2221
+ ENGLISH: string;
2222
+ GERMAN: string;
2223
+ SPANISH: string;
2224
+ ITALIAN: string;
2225
+ PORTUGUESE: string;
2226
+ RUSSIAN: string;
2227
+ JAPANESE: string;
2228
+ CHINESE: string;
2229
+ ARABIC: string;
2230
+ HINDI: string;
2231
+ BENGALI: string;
2232
+ PUNJABI: string;
2233
+ URDU: string;
2234
+ KOREAN: string;
2235
+ VIETNAMESE: string;
2236
+ TURKISH: string;
2237
+ DUTCH: string;
2238
+ GREEK: string;
2239
+ SWEDISH: string;
2240
+ NORWEGIAN: string;
2241
+ DANISH: string;
2242
+ FINNISH: string;
2243
+ POLISH: string;
2244
+ UKRAINIAN: string;
2245
+ HUNGARIAN: string;
2246
+ CZECH: string;
2247
+ SLOVAK: string;
2248
+ CROATIAN: string;
2249
+ SERBIAN: string;
2250
+ BULGARIAN: string;
2251
+ ROMANIAN: string;
2252
+ HEBREW: string;
2253
+ THAI: string;
2254
+ MALAYSIAN: string;
2255
+ INDONESIAN: string;
2256
+ FILIPINO: string;
2257
+ SWAHILI: string;
2258
+ };
2259
+ };
2260
+ star: {
2261
+ 'star-button': string;
2262
+ 'un-star-button': string;
2263
+ 'starred-tooltip': string;
2264
+ };
2265
+ follower: {
2266
+ 'follow-button': string;
2267
+ 'follow-helper': string;
2268
+ 'un-follow-button': string;
2269
+ 'following-tooltip': string;
2270
+ };
2271
+ views: string;
2272
+ posts: string;
2273
+ followers: string;
2274
+ favorites: string;
2275
+ 'view-button': string;
2276
+ 'edit-button': string;
2277
+ 'delete-button': string;
2278
+ };
2279
+ };
2280
+ inputs: {
2281
+ date: {
2282
+ start: string;
2283
+ end: string;
2284
+ };
2285
+ 'period-picker': {
2286
+ labels: {
2287
+ 'start-date': {
2288
+ label: string;
2289
+ };
2290
+ 'end-date': {
2291
+ label: string;
2292
+ };
2293
+ period: {
2294
+ 'last-7-days': string;
2295
+ 'last-30-days': string;
2296
+ 'last-60-days': string;
2297
+ 'from-start-month': string;
2298
+ 'from-start-year': string;
2299
+ };
2300
+ 'select-start-date': string;
2301
+ 'select-end-date': string;
2302
+ custom: string;
2303
+ presets: {
2304
+ '7d': string;
2305
+ '30d': string;
2306
+ '90d': string;
2307
+ month: string;
2308
+ year: string;
2309
+ };
2310
+ };
2311
+ };
2312
+ };
2313
+ date: {
2314
+ preset: {
2315
+ today: string;
2316
+ 'this-week': string;
2317
+ 'this-month': string;
2318
+ };
2319
+ };
2320
+ modal: {
2321
+ confirm: string;
2322
+ save: string;
2323
+ cancel: string;
2324
+ close: string;
2325
+ create: string;
2326
+ 'confirm-modal': {
2327
+ title: string;
2328
+ };
2329
+ 'outside-app-redirection-modal': {
2330
+ title: string;
2331
+ description: string;
2332
+ 'information-alert': string;
2333
+ question: string;
2334
+ confirm: string;
2335
+ cancel: string;
2336
+ };
2337
+ };
2338
+ notifications: {
2339
+ title: string;
2340
+ 'new-notifications': string;
2341
+ 'notifications-card-list': {
2342
+ 'no-element': string;
2343
+ };
2344
+ 'no-notification': string;
2345
+ 'see-all-button': string;
2346
+ preferences: string;
2347
+ actions: {
2348
+ open: string;
2349
+ see: string;
2350
+ };
2351
+ sound: {
2352
+ enable: string;
2353
+ disable: string;
2354
+ 'update-error': string;
2355
+ };
2356
+ 'content-shared': {
2357
+ title: string;
2358
+ body: string;
2359
+ };
2360
+ 'invitation-org-member': {
2361
+ title: string;
2362
+ body: string;
2363
+ };
2364
+ 'invitation-project-access': {
2365
+ title: string;
2366
+ body: string;
2367
+ };
2368
+ 'invitation-content-share': {
2369
+ title: string;
2370
+ body: string;
2371
+ };
2372
+ };
2373
+ 'content-share': {
2374
+ label: {
2375
+ draw: string;
2376
+ board: string;
2377
+ atlas: string;
2378
+ retrospective: string;
2379
+ 'short-link': string;
2380
+ space: string;
2381
+ folder: string;
2382
+ file: string;
2383
+ 'cloud-folder': string;
2384
+ 'cloud-gallery': string;
2385
+ form: string;
2386
+ 'spotlight-project': string;
2387
+ event: string;
2388
+ report: string;
2389
+ banking: string;
2390
+ asset: string;
2391
+ 'wrapped-report': string;
2392
+ 'daily-digest': string;
2393
+ 'analytics-snapshot': string;
2394
+ content: string;
2395
+ };
2396
+ };
2397
+ 'no-subscription': string;
2398
+ 'user-settings': {
2399
+ profile: {
2400
+ title: string;
2401
+ fields: {
2402
+ alias: string;
2403
+ name: string;
2404
+ familyName: string;
2405
+ 'api-key': string;
2406
+ };
2407
+ helper: string;
2408
+ 'open-on-abyss': string;
2409
+ 'copy-api-key': string;
2410
+ 'reset-api-key': string;
2411
+ 'confirm-reset-api-key': string;
2412
+ 'helper-confirm-reset-api-key': string;
2413
+ subscription: string;
2414
+ 'no-subscription': string;
2415
+ 'see-subscription-button': string;
2416
+ 'delete-account-button': string;
2417
+ };
2418
+ };
2419
+ tags: {
2420
+ 'manage-title': string;
2421
+ 'new-tag': string;
2422
+ 'name-placeholder': string;
2423
+ 'your-tags': string;
2424
+ 'no-tags': string;
2425
+ 'create-success': string;
2426
+ 'update-success': string;
2427
+ 'delete-success': string;
2428
+ 'confirm-delete': {
2429
+ title: string;
2430
+ description: string;
2431
+ };
2432
+ filter: string;
2433
+ 'filter-by-tags': string;
2434
+ manage: string;
2435
+ usage: string;
2436
+ 'usage-count': string;
2437
+ 'no-usage': string;
2438
+ 'custom-color': string;
2439
+ 'select-tags': string;
2440
+ };
2441
+ billing: {
2442
+ 'current-plan': string;
2443
+ 'free-plan': string;
2444
+ 'custom-plan': string;
2445
+ tier: {
2446
+ FREEMIUM: string;
2447
+ DEFAULT: string;
2448
+ CUSTOM: string;
2449
+ SYSTEM: string;
2450
+ };
2451
+ 'account-type': {
2452
+ USER: string;
2453
+ ORGANIZATION: string;
2454
+ };
2455
+ service: {
2456
+ ABYSS_PLATFORM: string;
2457
+ ABYSS_MONITOR: string;
2458
+ ABYSS_STORAGE: string;
2459
+ ABYSS_CLOUD: string;
2460
+ ABYSS_CRYPT: string;
2461
+ ABYSS_FORM: string;
2462
+ };
2463
+ metric: {
2464
+ PROJECTS_COUNT: string;
2465
+ MEMBERS_COUNT: string;
2466
+ TEAM_COUNT: string;
2467
+ API_KEYS_COUNT: string;
2468
+ LOG_EVENTS: string;
2469
+ APPLICATIONS: string;
2470
+ RETENTION_DAYS: string;
2471
+ STORAGE_GB: string;
2472
+ FILES_COUNT: string;
2473
+ PRESIGNED_URLS: string;
2474
+ BANDWIDTH_GB: string;
2475
+ CLOUD_STORAGE_GB: string;
2476
+ };
2477
+ 'account-status': {
2478
+ ACTIVE: string;
2479
+ CANCELLED: string;
2480
+ };
2481
+ 'invoice-status': {
2482
+ PAID: string;
2483
+ OPEN: string;
2484
+ DRAFT: string;
2485
+ VOID: string;
2486
+ UNCOLLECTIBLE: string;
2487
+ };
2488
+ 'invoice-type': {
2489
+ MONTHLY_BILLING: string;
2490
+ EUR_TOPUP: string;
2491
+ PLAN_UPGRADE: string;
2492
+ };
2493
+ 'credit-transaction-type': {
2494
+ OVERAGE_DEDUCTION: string;
2495
+ ADMIN_ADJUSTMENT: string;
2496
+ GIFT_CODE: string;
2497
+ BONUS_SPONSOR: string;
2498
+ BONUS_SPONSORED: string;
2499
+ INVOICE_PAYMENT: string;
2500
+ };
2501
+ 'eur-transaction-type': {
2502
+ STRIPE_PURCHASE: string;
2503
+ INVOICE_DEDUCTION: string;
2504
+ ADMIN_ADJUSTMENT: string;
2505
+ };
2506
+ plan: {
2507
+ freemium: {
2508
+ name: string;
2509
+ description: string;
2510
+ };
2511
+ starter: {
2512
+ name: string;
2513
+ description: string;
2514
+ };
2515
+ pro: {
2516
+ name: string;
2517
+ description: string;
2518
+ };
2519
+ internal: {
2520
+ name: string;
2521
+ description: string;
2522
+ };
2523
+ 'family-free': {
2524
+ name: string;
2525
+ description: string;
2526
+ };
2527
+ 'family-paid': {
2528
+ name: string;
2529
+ description: string;
2530
+ };
2531
+ };
2532
+ 'plan-feature': {
2533
+ PROJECTS_COUNT: string;
2534
+ MEMBERS_COUNT: string;
2535
+ STORAGE_GB: string;
2536
+ LOG_EVENTS: string;
2537
+ APPLICATIONS: string;
2538
+ RETENTION_DAYS: string;
2539
+ };
2540
+ };
2541
+ 'abyss-banking': {
2542
+ transactions: {
2543
+ 'placeholder-category': string;
2544
+ 'open-button-tooltip': string;
2545
+ };
2546
+ };
2547
+ support: {
2548
+ status: {
2549
+ OPEN: string;
2550
+ IN_PROGRESS: string;
2551
+ WAITING: string;
2552
+ ESCALATED: string;
2553
+ RESOLVED: string;
2554
+ CLOSED: string;
2555
+ ARCHIVED: string;
2556
+ };
2557
+ timeline: {
2558
+ title: string;
2559
+ open: string;
2560
+ 'in-progress': string;
2561
+ resolved: string;
2562
+ closed: string;
2563
+ };
2564
+ priority: {
2565
+ NORMAL: string;
2566
+ HIGH: string;
2567
+ CRITICAL: string;
2568
+ };
2569
+ 'category-group': {
2570
+ TECHNICAL: string;
2571
+ ACCOUNT: string;
2572
+ BILLING: string;
2573
+ DEVELOPER: string;
2574
+ SUGGESTION: string;
2575
+ OTHER: string;
2576
+ };
2577
+ category: {
2578
+ BUG_UI: string;
2579
+ BUG_PERFORMANCE: string;
2580
+ BUG_DATA: string;
2581
+ BUG_OTHER: string;
2582
+ EXTRACTION: string;
2583
+ ACCOUNT_ACCESS: string;
2584
+ ACCOUNT_DELETE: string;
2585
+ ACCOUNT_SECURITY: string;
2586
+ BILLING_PAYMENT: string;
2587
+ BILLING_INVOICE: string;
2588
+ BILLING_CUSTOM_PLAN: string;
2589
+ BILLING_REFUND: string;
2590
+ BILLING_TRIAL: string;
2591
+ API_INTEGRATION: string;
2592
+ API_DOCUMENTATION: string;
2593
+ API_KEY: string;
2594
+ FEATURE_REQUEST: string;
2595
+ OTHER: string;
2596
+ };
2597
+ list: {
2598
+ title: string;
2599
+ empty: string;
2600
+ 'empty-desc': string;
2601
+ 'new-ticket': string;
2602
+ 'filter-search': string;
2603
+ 'filter-status': string;
2604
+ 'filter-category': string;
2605
+ 'clear-all': string;
2606
+ };
2607
+ create: {
2608
+ title: string;
2609
+ 'field-title': string;
2610
+ 'field-title-placeholder': string;
2611
+ 'field-description': string;
2612
+ 'field-description-placeholder': string;
2613
+ 'field-category': string;
2614
+ 'field-priority': string;
2615
+ 'field-service': string;
2616
+ 'field-priority-reason': string;
2617
+ 'field-priority-reason-placeholder': string;
2618
+ 'priority-reason-required': string;
2619
+ submit: string;
2620
+ back: string;
2621
+ cancel: string;
2622
+ 'attachment-failed': string;
2623
+ };
2624
+ detail: {
2625
+ description: string;
2626
+ 'unknown-user': string;
2627
+ 'no-messages': string;
2628
+ 'waiting-title': string;
2629
+ 'waiting-subtitle': string;
2630
+ 'messages-title': string;
2631
+ 'messages-count': string;
2632
+ 'new-messages': string;
2633
+ 'send-placeholder': string;
2634
+ 'send-hint': string;
2635
+ send: string;
2636
+ 'admin-note': string;
2637
+ 'admin-note-placeholder': string;
2638
+ 'closed-banner': string;
2639
+ 'resolved-banner': string;
2640
+ 'admin-note-toggle': string;
2641
+ 'attachments-toggle': string;
2642
+ edit: string;
2643
+ delete: string;
2644
+ 'confirm-delete': string;
2645
+ terminalMessage: string;
2646
+ addTag: string;
2647
+ tags: string;
2648
+ };
2649
+ sidebar: {
2650
+ status: string;
2651
+ category: string;
2652
+ service: string;
2653
+ priority: string;
2654
+ 'requested-priority': string;
2655
+ 'assigned-to': string;
2656
+ 'created-by': string;
2657
+ 'created-at': string;
2658
+ 'updated-at': string;
2659
+ 'resolved-at': string;
2660
+ 'closed-at': string;
2661
+ requester: string;
2662
+ unassigned: string;
2663
+ resolve: string;
2664
+ close: string;
2665
+ reopen: string;
2666
+ 'resolve-reason': string;
2667
+ 'resolve-confirm-desc': string;
2668
+ 'close-reason': string;
2669
+ 'close-confirm-desc': string;
2670
+ tags: string;
2671
+ 'no-tags': string;
2672
+ organization: string;
2673
+ project: string;
2674
+ 'assign-to-me': string;
2675
+ 'archived-at': string;
2676
+ activity: string;
2677
+ 'activity-action': {
2678
+ CREATED: string;
2679
+ UPDATED: string;
2680
+ ASSIGNED: string;
2681
+ UNASSIGNED: string;
2682
+ PRIORITY_CHANGED: string;
2683
+ CATEGORY_CHANGED: string;
2684
+ RESOLVED: string;
2685
+ REOPENED: string;
2686
+ CLOSED: string;
2687
+ ESCALATED: string;
2688
+ PUT_ON_HOLD: string;
2689
+ RESUMED: string;
2690
+ ARCHIVED: string;
2691
+ TAG_ADDED: string;
2692
+ TAG_REMOVED: string;
2693
+ MESSAGE_SENT: string;
2694
+ };
2695
+ };
2696
+ action: {
2697
+ TAKE_OVER: string;
2698
+ CLOSE: string;
2699
+ RESOLVE: string;
2700
+ REOPEN: string;
2701
+ ESCALATE: string;
2702
+ PUT_ON_HOLD: string;
2703
+ RESUME: string;
2704
+ ARCHIVE: string;
2705
+ 'CLOSE-confirm': string;
2706
+ 'ARCHIVE-confirm': string;
2707
+ 'reason-placeholder': string;
2708
+ };
2709
+ attachments: {
2710
+ title: string;
2711
+ upload: string;
2712
+ 'max-reached': string;
2713
+ delete: string;
2714
+ 'delete-confirm': string;
2715
+ 'delete-confirm-title': string;
2716
+ 'delete-confirm-description': string;
2717
+ 'delete-confirm-action': string;
2718
+ uploading: string;
2719
+ 'upload-hint': string;
2720
+ open: string;
2721
+ download: string;
2722
+ };
2723
+ stepper: {
2724
+ categoryGroup: {
2725
+ bug: string;
2726
+ technical: string;
2727
+ feature: string;
2728
+ account: string;
2729
+ other: string;
2730
+ };
2731
+ selectSubCategory: string;
2732
+ step: {
2733
+ forWho: {
2734
+ label: string;
2735
+ help: string;
2736
+ };
2737
+ category: {
2738
+ label: string;
2739
+ help: string;
2740
+ };
2741
+ details: {
2742
+ label: string;
2743
+ help: string;
2744
+ };
2745
+ priority: {
2746
+ label: string;
2747
+ help: string;
2748
+ };
2749
+ };
2750
+ next: string;
2751
+ 'attachments-title': string;
2752
+ };
2753
+ service: {
2754
+ ABYSS: string;
2755
+ ABYSS_CLOUD: string;
2756
+ ABYSS_CRYPT: string;
2757
+ ABYSS_STORAGE: string;
2758
+ ABYSS_MONITOR: string;
2759
+ ABYSS_MEMORIES: string;
2760
+ ABYSS_BANKING: string;
2761
+ ABYSS_SPOTLIGHT: string;
2762
+ ABYSS_FORM: string;
2763
+ ABYSS_TRAINING: string;
2764
+ ABYSS_CONSOLE: string;
2765
+ ABYSS_GAME_ODYSSEY: string;
2766
+ ABYSS_TOOLS: string;
2767
+ };
2768
+ context: {
2769
+ extraction: {
2770
+ view: string;
2771
+ };
2772
+ };
2773
+ };
2774
+ family: {
2775
+ banner: {
2776
+ 'no-family': string;
2777
+ 'no-family-cta': string;
2778
+ 'no-family-sub': string;
2779
+ pending: string;
2780
+ manage: string;
2781
+ 'owner-badge': string;
2782
+ 'coming-soon': string;
2783
+ settings: {
2784
+ 'no-family-description': string;
2785
+ 'join-hint': string;
2786
+ 'pending-description': string;
2787
+ 'active-description': string;
2788
+ 'owner-description': string;
2789
+ };
2790
+ };
2791
+ };
2792
+ };
1190
2793
  };
1191
2794
  export declare const flattenTranslations: {
1192
- [x: number]: Record<string, string>;
2795
+ fr: Record<string, string>;
2796
+ en: Record<string, string>;
1193
2797
  };
1194
2798
  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;
1195
2799
  export type ExistingTranslationKey = FlattenObjectKeys<(typeof translations)[UserLanguage.FRENCH]>;