@abyss-project/commons-front-core 2.4.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/{CookieConsentSettings.component-C-P3Slsp.js → CookieConsentSettings.component-ChZZCl46.js} +4 -0
  2. package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +4 -1
  3. package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.granularity.spec.d.ts +1 -0
  4. package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.segmented.spec.d.ts +1 -0
  5. package/dist/components/Inputs/DatePeriodPicker/date-period-i18n.spec.d.ts +1 -0
  6. package/dist/components/Inputs/DatePeriodPicker/date-period-picker.logic.d.ts +9 -0
  7. package/dist/components/Inputs/DatePeriodPicker/index.d.ts +1 -1
  8. package/dist/components/Support/SupportCategoryChip.component.d.ts +1 -0
  9. package/dist/cookie-consent.js +1 -1
  10. package/dist/hooks/use-rich-intl.hook.d.ts +1689 -3
  11. package/dist/{index-jleE7DcJ.js → index-3NrT-MnQ.js} +2 -2
  12. package/dist/{index-hbVolM0U.js → index-4sQWgqws.js} +4 -4
  13. package/dist/{index--SIdXoQr.js → index-6CbShgvy.js} +2 -2
  14. package/dist/{index-DIcfEH1P.js → index-7euPucrI.js} +2 -2
  15. package/dist/{index-C_x4f8Hn.js → index-AQKIK3bX.js} +2 -2
  16. package/dist/{index-Bmhqoibc.js → index-B3VObdi_.js} +2 -2
  17. package/dist/{index-BIJqLO2L.js → index-BFsSydXc.js} +3 -3
  18. package/dist/{index-m73qgNgv.js → index-BPQYFfIe.js} +2 -2
  19. package/dist/{index-CWWjBAMt.js → index-BsiIylc2.js} +2 -2
  20. package/dist/{index-CVzlXhX1.js → index-C--EilDN.js} +2 -2
  21. package/dist/{index-CxwUKanU.js → index-CW44ZaOX.js} +3 -3
  22. package/dist/{index-BVoJBh2o.js → index-CeUy4Tb9.js} +1 -1
  23. package/dist/{index-By6V_fPb.js → index-CzFMsm9h.js} +2 -2
  24. package/dist/{index-D_b-n8ZH.js → index-DQQ7RXeN.js} +4 -4
  25. package/dist/{index-Dt2wV3wa.js → index-DU11Jihs.js} +22733 -22456
  26. package/dist/{index-_wJOm7mG.js → index-DhNJc-MH.js} +2 -2
  27. package/dist/{index-C2Np9CaN.js → index-DisKzF7x.js} +4 -4
  28. package/dist/{index-C4gLrkBR.js → index-DmVnpqOX.js} +2 -2
  29. package/dist/{index-B9UONNNU.js → index-FlpI__b4.js} +2 -2
  30. package/dist/{index-BCzTe2h4.js → index-a0895ZMW.js} +2 -2
  31. package/dist/{index-BgGSLcXO.js → index-et0hOxQg.js} +3 -3
  32. package/dist/{index-BT3pVkuj.js → index-zCADulic.js} +3 -3
  33. package/dist/index.js +2 -2
  34. package/dist/translations/en.d.ts +2 -0
  35. package/dist/translations/fr.d.ts +2 -0
  36. package/dist/utils/color.utils.d.ts +1 -0
  37. package/package.json +17 -21
@@ -2,8 +2,233 @@ 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
+ "internal-ticket-created": {
206
+ title: string;
207
+ content: string;
208
+ };
209
+ "internal-ticket-section-without-agents": {
210
+ title: string;
211
+ content: string;
212
+ };
213
+ "internal-ticket-status-changed": {
214
+ title: string;
215
+ content: string;
216
+ };
217
+ "internal-ticket-new-message": {
218
+ title: string;
219
+ content: string;
220
+ };
221
+ "internal-ticket-mention": {
222
+ title: string;
223
+ content: string;
224
+ };
225
+ "internal-ticket-assigned": {
226
+ title: string;
227
+ content: string;
228
+ };
229
+ };
230
+ };
231
+ };
7
232
  'space-display-name': {
8
233
  personal: string;
9
234
  'perso-in-org': string;
@@ -746,6 +971,8 @@ export declare const translations: {
746
971
  'select-start-date': string;
747
972
  'select-end-date': string;
748
973
  custom: string;
974
+ 'start-time': string;
975
+ 'end-time': string;
749
976
  presets: {
750
977
  '7d': string;
751
978
  '30d': string;
@@ -1233,9 +1460,1468 @@ export declare const translations: {
1233
1460
  };
1234
1461
  };
1235
1462
  };
1463
+ en: {
1464
+ common: {
1465
+ notifications: {
1466
+ ABYSS: {
1467
+ "notify-project-access-granted": {
1468
+ title: string;
1469
+ content: string;
1470
+ };
1471
+ "subscription-created": {
1472
+ title: string;
1473
+ content: string;
1474
+ };
1475
+ "subscription-renewed": {
1476
+ title: string;
1477
+ content: string;
1478
+ };
1479
+ "subscription-payment-failed": {
1480
+ title: string;
1481
+ content: string;
1482
+ };
1483
+ "subscription-cancelled": {
1484
+ title: string;
1485
+ content: string;
1486
+ };
1487
+ "subscription-plan-changed": {
1488
+ title: string;
1489
+ content: string;
1490
+ };
1491
+ "subscription-trial-ending": {
1492
+ title: string;
1493
+ content: string;
1494
+ };
1495
+ "subscription-trial-ended": {
1496
+ title: string;
1497
+ content: string;
1498
+ };
1499
+ "billing-invoice-ready": {
1500
+ title: string;
1501
+ content: string;
1502
+ };
1503
+ "board-card-late": {
1504
+ title: string;
1505
+ content: string;
1506
+ };
1507
+ "board-card-almost-late": {
1508
+ title: string;
1509
+ content: string;
1510
+ };
1511
+ };
1512
+ ABYSS_CLOUD: {
1513
+ "create-cloud-share": {
1514
+ title: string;
1515
+ content: string;
1516
+ };
1517
+ "delete-cloud-share": {
1518
+ title: string;
1519
+ content: string;
1520
+ };
1521
+ "admin-delete-cloud": {
1522
+ title: string;
1523
+ content: string;
1524
+ };
1525
+ "join-cloud-share": {
1526
+ title: string;
1527
+ content: string;
1528
+ };
1529
+ "decline-cloud-share": {
1530
+ title: string;
1531
+ content: string;
1532
+ };
1533
+ "leave-cloud-share": {
1534
+ title: string;
1535
+ content: string;
1536
+ };
1537
+ };
1538
+ ABYSS_STORAGE: {
1539
+ "webhook-undeliverable": {
1540
+ title: string;
1541
+ content: string;
1542
+ };
1543
+ "webhook-undeliverable-disable": {
1544
+ title: string;
1545
+ content: string;
1546
+ };
1547
+ "file-quarantined": {
1548
+ title: string;
1549
+ content: string;
1550
+ };
1551
+ };
1552
+ ABYSS_MONITOR: {
1553
+ "cron-task-failed": {
1554
+ title: string;
1555
+ content: string;
1556
+ };
1557
+ "cron-task-disabled": {
1558
+ title: string;
1559
+ content: string;
1560
+ };
1561
+ "monitor-webhook-undeliverable": {
1562
+ title: string;
1563
+ content: string;
1564
+ };
1565
+ "monitor-webhook-undeliverable-disable": {
1566
+ title: string;
1567
+ content: string;
1568
+ };
1569
+ "monitor-sentinel-check-success": {
1570
+ title: string;
1571
+ content: string;
1572
+ };
1573
+ "monitor-sentinel-check-failed": {
1574
+ title: string;
1575
+ content: string;
1576
+ };
1577
+ "monitor-sentinel-disable-on-failure": {
1578
+ title: string;
1579
+ content: string;
1580
+ };
1581
+ };
1582
+ ABYSS_MEMORIES: {
1583
+ "invite-event": {
1584
+ title: string;
1585
+ content: string;
1586
+ };
1587
+ "change-owner-event": {
1588
+ title: string;
1589
+ content: string;
1590
+ };
1591
+ "create-poll-event": {
1592
+ title: string;
1593
+ content: string;
1594
+ };
1595
+ "memories-event-pdf-ready": {
1596
+ title: string;
1597
+ content: string;
1598
+ };
1599
+ "memories-highlight-reel-ready": {
1600
+ title: string;
1601
+ content: string;
1602
+ };
1603
+ "memories-seasonal-compilation-ready": {
1604
+ title: string;
1605
+ content: string;
1606
+ };
1607
+ "memories-content-shared": {
1608
+ title: string;
1609
+ content: string;
1610
+ };
1611
+ };
1612
+ ABYSS_BANKING: {
1613
+ "bank-connection-success": {
1614
+ title: string;
1615
+ content: string;
1616
+ };
1617
+ "bank-connection-expire": {
1618
+ title: string;
1619
+ content: string;
1620
+ };
1621
+ "banking-auto-matches-summary": {
1622
+ title: string;
1623
+ content: string;
1624
+ };
1625
+ };
1626
+ ABYSS_SPOTLIGHT: {
1627
+ "spotlight-project-new-post": {
1628
+ title: string;
1629
+ content: string;
1630
+ };
1631
+ };
1632
+ ABYSS_FORM: {
1633
+ "form-submission-completed": {
1634
+ title: string;
1635
+ content: string;
1636
+ };
1637
+ "form-webhook-undeliverable": {
1638
+ title: string;
1639
+ content: string;
1640
+ };
1641
+ "form-webhook-undeliverable-disable": {
1642
+ title: string;
1643
+ content: string;
1644
+ };
1645
+ "form-daily-submission-limit-reached": {
1646
+ title: string;
1647
+ content: string;
1648
+ };
1649
+ "form-submission-limit-reached": {
1650
+ title: string;
1651
+ content: string;
1652
+ };
1653
+ };
1654
+ ABYSS_TRAINING: {
1655
+ "training-inactivity": {
1656
+ title: string;
1657
+ content: string;
1658
+ };
1659
+ "training-reminder": {
1660
+ title: string;
1661
+ content: string;
1662
+ };
1663
+ "internal-ticket-created": {
1664
+ title: string;
1665
+ content: string;
1666
+ };
1667
+ "internal-ticket-section-without-agents": {
1668
+ title: string;
1669
+ content: string;
1670
+ };
1671
+ "internal-ticket-status-changed": {
1672
+ title: string;
1673
+ content: string;
1674
+ };
1675
+ "internal-ticket-new-message": {
1676
+ title: string;
1677
+ content: string;
1678
+ };
1679
+ "internal-ticket-mention": {
1680
+ title: string;
1681
+ content: string;
1682
+ };
1683
+ "internal-ticket-assigned": {
1684
+ title: string;
1685
+ content: string;
1686
+ };
1687
+ };
1688
+ };
1689
+ };
1690
+ 'space-display-name': {
1691
+ personal: string;
1692
+ 'perso-in-org': string;
1693
+ 'org-common': string;
1694
+ project: string;
1695
+ 'subtitle-personal': string;
1696
+ 'subtitle-perso-in-org': string;
1697
+ 'subtitle-org-common': string;
1698
+ 'subtitle-project': string;
1699
+ 'section-personal': string;
1700
+ 'section-shared': string;
1701
+ 'section-organization': string;
1702
+ };
1703
+ 'pdf-editor': {
1704
+ toolbar: {
1705
+ 'change-file': string;
1706
+ select: string;
1707
+ text: string;
1708
+ draw: string;
1709
+ shape: string;
1710
+ highlight: string;
1711
+ redact: string;
1712
+ signature: string;
1713
+ eraser: string;
1714
+ 'fill-fields': string;
1715
+ insert: string;
1716
+ undo: string;
1717
+ redo: string;
1718
+ download: string;
1719
+ 'save-to-cloud': string;
1720
+ 'toggle-pages': string;
1721
+ document: string;
1722
+ aria: {
1723
+ tools: string;
1724
+ history: string;
1725
+ };
1726
+ };
1727
+ sidebar: {
1728
+ pages: string;
1729
+ };
1730
+ viewer: {
1731
+ 'zoom-in': string;
1732
+ 'zoom-out': string;
1733
+ 'fit-width': string;
1734
+ 'reset-zoom': string;
1735
+ 'prev-page': string;
1736
+ 'next-page': string;
1737
+ 'page-indicator': string;
1738
+ };
1739
+ insert: {
1740
+ 'image-device': string;
1741
+ 'image-cloud': string;
1742
+ 'saved-title': string;
1743
+ personal: string;
1744
+ button: string;
1745
+ reading: string;
1746
+ 'only-pdf': string;
1747
+ };
1748
+ 'insert-dialog': {
1749
+ title: string;
1750
+ helper: string;
1751
+ 'select-all': string;
1752
+ 'select-none': string;
1753
+ 'page-label': string;
1754
+ confirm: string;
1755
+ };
1756
+ action: {
1757
+ cancel: string;
1758
+ delete: string;
1759
+ };
1760
+ placement: {
1761
+ hint: string;
1762
+ cancel: string;
1763
+ };
1764
+ error: {
1765
+ 'load-failed': string;
1766
+ 'export-failed': string;
1767
+ 'try-another': string;
1768
+ };
1769
+ document: {
1770
+ 'blank-page': string;
1771
+ 'page-numbers': string;
1772
+ watermark: string;
1773
+ extract: string;
1774
+ compress: string;
1775
+ protect: string;
1776
+ };
1777
+ password: {
1778
+ title: string;
1779
+ help: string;
1780
+ label: string;
1781
+ confirm: string;
1782
+ };
1783
+ compress: {
1784
+ saved: string;
1785
+ 'already-optimal': string;
1786
+ };
1787
+ unlock: {
1788
+ title: string;
1789
+ help: string;
1790
+ confirm: string;
1791
+ wrong: string;
1792
+ };
1793
+ watermark: {
1794
+ title: string;
1795
+ label: string;
1796
+ apply: string;
1797
+ };
1798
+ extract: {
1799
+ title: string;
1800
+ confirm: string;
1801
+ };
1802
+ loading: string;
1803
+ text: {
1804
+ 'hint-short': string;
1805
+ placeholder: string;
1806
+ size: string;
1807
+ font: string;
1808
+ };
1809
+ draw: {
1810
+ color: string;
1811
+ width: string;
1812
+ 'custom-color': string;
1813
+ };
1814
+ shape: {
1815
+ kind: string;
1816
+ fill: string;
1817
+ 'fill-none': string;
1818
+ 'fill-on': string;
1819
+ };
1820
+ redact: {
1821
+ hint: string;
1822
+ warning: string;
1823
+ };
1824
+ signature: {
1825
+ 'placement-hint': string;
1826
+ 'add-hint': string;
1827
+ 'add-button': string;
1828
+ 'apply-all-pages': string;
1829
+ 'manage-assets': string;
1830
+ 'asset-load-failed': string;
1831
+ clear: string;
1832
+ 'picker-title': string;
1833
+ tabs: {
1834
+ draw: string;
1835
+ upload: string;
1836
+ saved: string;
1837
+ };
1838
+ save: {
1839
+ kind: string;
1840
+ name: string;
1841
+ scope: string;
1842
+ 'scope-personal': string;
1843
+ button: string;
1844
+ title: string;
1845
+ SIGNATURE: string;
1846
+ INITIALS: string;
1847
+ STAMP: string;
1848
+ error: string;
1849
+ };
1850
+ saved: {
1851
+ 'scope-label': string;
1852
+ scope: {
1853
+ personal: string;
1854
+ };
1855
+ group: {
1856
+ personal: string;
1857
+ organization: string;
1858
+ project: string;
1859
+ };
1860
+ kind: {
1861
+ all: string;
1862
+ SIGNATURE: string;
1863
+ INITIALS: string;
1864
+ STAMP: string;
1865
+ TEXT_BLOCK: string;
1866
+ };
1867
+ empty: string;
1868
+ };
1869
+ upload: {
1870
+ title: string;
1871
+ browse: string;
1872
+ replace: string;
1873
+ reading: string;
1874
+ 'max-size': string;
1875
+ error: {
1876
+ 'invalid-type': string;
1877
+ 'too-large': string;
1878
+ 'read-failed': string;
1879
+ };
1880
+ };
1881
+ draw: {
1882
+ title: string;
1883
+ helper: string;
1884
+ 'stroke-color': string;
1885
+ 'stroke-width': string;
1886
+ };
1887
+ use: string;
1888
+ };
1889
+ 'fill-fields': {
1890
+ empty: string;
1891
+ detected: string;
1892
+ flatten: string;
1893
+ 'flatten-hint': string;
1894
+ };
1895
+ page: {
1896
+ inserted: string;
1897
+ rotate: string;
1898
+ delete: string;
1899
+ 'confirm-delete': {
1900
+ title: string;
1901
+ description: string;
1902
+ confirm: string;
1903
+ };
1904
+ };
1905
+ };
1906
+ 'quota-phrase': {
1907
+ held: string;
1908
+ monthly: string;
1909
+ setting: string;
1910
+ };
1911
+ 'quota-offer': {
1912
+ state: {
1913
+ APPROACHING: string;
1914
+ LIMIT_REACHED: string;
1915
+ LIMIT_REACHED_NO_OVERAGE: string;
1916
+ IN_OVERAGE: string;
1917
+ CEILING_REACHED: string;
1918
+ SETTING: string;
1919
+ SUSPENDED_BY_PLAN: string;
1920
+ };
1921
+ branch: {
1922
+ extension: string;
1923
+ pack: string;
1924
+ overage: string;
1925
+ ceiling: string;
1926
+ unlock: string;
1927
+ };
1928
+ 'overage-explained': string;
1929
+ 'saving-hint': string;
1930
+ 'price-unavailable': string;
1931
+ 'go-to-billing': string;
1932
+ dismiss: string;
1933
+ };
1934
+ 'quota-gauge': {
1935
+ segment: {
1936
+ 'used-included': string;
1937
+ 'used-overage': string;
1938
+ 'free-included': string;
1939
+ 'free-overage': string;
1940
+ };
1941
+ marker: {
1942
+ threshold: string;
1943
+ included: string;
1944
+ ceiling: string;
1945
+ 'threshold-hint': string;
1946
+ 'included-hint': string;
1947
+ 'ceiling-hint': string;
1948
+ 'ceiling-action': string;
1949
+ 'included-action': string;
1950
+ };
1951
+ 'overage-disallowed': string;
1952
+ unlimited: string;
1953
+ 'of-max': string;
1954
+ };
1955
+ 'quota-reached': {
1956
+ title: string;
1957
+ description: string;
1958
+ hint: string;
1959
+ upgrade: string;
1960
+ close: string;
1961
+ service: {
1962
+ ABYSS_PLATFORM: string;
1963
+ ABYSS_STORAGE: string;
1964
+ ABYSS_MONITOR: string;
1965
+ ABYSS_CLOUD: string;
1966
+ ABYSS_CRYPT: string;
1967
+ ABYSS_FORM: string;
1968
+ ABYSS_TOOLS: string;
1969
+ ABYSS_SPOTLIGHT: string;
1970
+ ABYSS_TRAINING: string;
1971
+ ABYSS_MEMORIES: string;
1972
+ ABYSS_BANKING: string;
1973
+ };
1974
+ metric: {
1975
+ PROJECTS_COUNT: string;
1976
+ MEMBERS_COUNT: string;
1977
+ TEAM_COUNT: string;
1978
+ API_KEYS_COUNT: string;
1979
+ FILES_COUNT: string;
1980
+ PRESIGNED_URLS: string;
1981
+ BANDWIDTH_GB: string;
1982
+ LOG_EVENTS: string;
1983
+ RETENTION_DAYS: string;
1984
+ APPLICATIONS: string;
1985
+ CLOUD_FILES_COUNT: string;
1986
+ CRYPT_MAX_FILE_SIZE_MB: string;
1987
+ CRYPT_ENCRYPTIONS_MONTH: string;
1988
+ FORM_SUBMISSIONS_MONTH: string;
1989
+ FORM_ALLOW_DOCUMENTS: string;
1990
+ TOOLS_DRAW_COUNT: string;
1991
+ TOOLS_BOARD_COUNT: string;
1992
+ TOOLS_ATLAS_COUNT: string;
1993
+ TOOLS_RETROSPECTIVE_COUNT: string;
1994
+ TOOLS_SHORT_LINK_COUNT: string;
1995
+ TOOLS_SHORTLINK_RESOLUTIONS_MONTH: string;
1996
+ MONITOR_WEBHOOK_INVOCATIONS_MONTH: string;
1997
+ SPOTLIGHT_PAGES_COUNT: string;
1998
+ SPOTLIGHT_PAGE_VIEWS_MONTH: string;
1999
+ MEMORIES_EVENTS_COUNT: string;
2000
+ ACCOUNT_STORAGE_GB: string;
2001
+ ACCOUNT_AV_SCAN_UNITS: string;
2002
+ TOOLS_EXTRACTION: string;
2003
+ TOOLS_EXTRACTION_OCR_PAGES: string;
2004
+ TOOLS_EXTRACT_TEMPLATES_ACTIVE: string;
2005
+ TOOLS_EXTRACTION_TRACE_RETENTION_DAYS: string;
2006
+ TOOLS_BEAM_COUNT: string;
2007
+ TOOLS_BEAM_UPLOADS_MONTH: string;
2008
+ TOOLS_BEAM_BANDWIDTH_MONTH: string;
2009
+ TOOLS_BEAM_EMAILS_DAY: string;
2010
+ TOOLS_BEAM_EXPIRY_MAX_DAYS: string;
2011
+ BANKING_PROFILES_COUNT: string;
2012
+ BANKING_MONITORED_PROFILES_COUNT: string;
2013
+ BANKING_SELF_BANK_CONNECTIONS_COUNT: string;
2014
+ BANKING_SAVED_CONFIGS_COUNT: string;
2015
+ BANKING_LENDER_SHARES_COUNT: string;
2016
+ BANKING_PORTFOLIOS_COUNT: string;
2017
+ BANKING_SNAPSHOTS_MONTH: string;
2018
+ BANKING_SCENARIO_RUNS_MONTH: string;
2019
+ BANKING_PREVIEW_RESCORES_MONTH: string;
2020
+ BANKING_REVIEW_API_CALLS_MONTH: string;
2021
+ BANKING_CREDIT_BUREAU_LOOKUPS_MONTH: string;
2022
+ BANKING_REGISTRE_DETAIL_CALLS_MONTH: string;
2023
+ BANKING_PSD2_REFRESHES_MONTH: string;
2024
+ BANKING_SYSTEM_RESNAPSHOTS_MONTH: string;
2025
+ };
2026
+ };
2027
+ 'error-page': {
2028
+ title: string;
2029
+ description: string;
2030
+ retry: string;
2031
+ 'go-home': string;
2032
+ 'show-details': string;
2033
+ 'hide-details': string;
2034
+ 'download-details': string;
2035
+ 'footer-hint': string;
2036
+ report: {
2037
+ 'comment-placeholder': string;
2038
+ send: string;
2039
+ sending: string;
2040
+ sent: string;
2041
+ 'error-retry': string;
2042
+ };
2043
+ };
2044
+ cookies: {
2045
+ banner: {
2046
+ title: string;
2047
+ description: string;
2048
+ 'privacy-link': string;
2049
+ };
2050
+ action: {
2051
+ 'accept-all': string;
2052
+ 'reject-all': string;
2053
+ configure: string;
2054
+ cancel: string;
2055
+ save: string;
2056
+ };
2057
+ configure: {
2058
+ title: string;
2059
+ };
2060
+ category: {
2061
+ essentials: {
2062
+ title: string;
2063
+ description: string;
2064
+ 'always-on': string;
2065
+ };
2066
+ analytics: {
2067
+ title: string;
2068
+ description: string;
2069
+ };
2070
+ marketing: {
2071
+ title: string;
2072
+ description: string;
2073
+ };
2074
+ };
2075
+ };
2076
+ commons: {
2077
+ menu: {
2078
+ account: string;
2079
+ settings: string;
2080
+ billing: string;
2081
+ logout: string;
2082
+ family: string;
2083
+ };
2084
+ scope: {
2085
+ personal: string;
2086
+ placeholder: string;
2087
+ };
2088
+ invitation: {
2089
+ 'invite-message-with-name': string;
2090
+ 'invite-message': string;
2091
+ accept: string;
2092
+ decline: string;
2093
+ };
2094
+ };
2095
+ 'context-selector': {
2096
+ personal: string;
2097
+ organization: string;
2098
+ projects: string;
2099
+ 'org-entry': string;
2100
+ };
2101
+ general: {
2102
+ error: string;
2103
+ retry: string;
2104
+ 'unknown-error': string;
2105
+ 'not-implemented-yet': string;
2106
+ 'session-expired': string;
2107
+ 'click-to-copy': string;
2108
+ open: string;
2109
+ delete: string;
2110
+ archive: string;
2111
+ unarchive: string;
2112
+ optional: string;
2113
+ refresh: string;
2114
+ 'please-wait': string;
2115
+ 'rows-per-page': string;
2116
+ 'rows-selected': string;
2117
+ 'filter-title': string;
2118
+ share: string;
2119
+ 'copy-share-link': string;
2120
+ 'load-more': string;
2121
+ 'empty-table': string;
2122
+ 'empty-graph': string;
2123
+ back: string;
2124
+ next: string;
2125
+ save: string;
2126
+ update: string;
2127
+ create: string;
2128
+ loading: string;
2129
+ new: string;
2130
+ 'download-file-completed': string;
2131
+ 'no-description': string;
2132
+ active: string;
2133
+ 'link-copied': string;
2134
+ credits: string;
2135
+ 'total-credit': string;
2136
+ 'expand-sidebar': string;
2137
+ 'collapse-sidebar': string;
2138
+ 'unauthorized-access': string;
2139
+ 'show-archived': string;
2140
+ 'hide-archived': string;
2141
+ add: string;
2142
+ clear: string;
2143
+ search: string;
2144
+ 'theme-light': string;
2145
+ 'theme-dark': string;
2146
+ };
2147
+ table: {
2148
+ 'rows-per-page': string;
2149
+ 'displayed-rows': string;
2150
+ 'displayed-rows-empty': string;
2151
+ 'rows-count': string;
2152
+ 'page-of': string;
2153
+ search: string;
2154
+ empty: string;
2155
+ 'show-filters': string;
2156
+ 'hide-filters': string;
2157
+ 'clear-filters': string;
2158
+ 'first-page': string;
2159
+ 'previous-page': string;
2160
+ 'next-page': string;
2161
+ 'last-page': string;
2162
+ };
2163
+ 'file-importation': {
2164
+ 'cloud-usage-metrics': {
2165
+ title: string;
2166
+ 'count-files': string;
2167
+ 'pending-share': string;
2168
+ };
2169
+ 'import-cloud': {
2170
+ 'open-modal-button': string;
2171
+ modal: {
2172
+ title: string;
2173
+ loading: string;
2174
+ 'service-not-enabled': string;
2175
+ 'service-not-enabled-description': string;
2176
+ 'enable-service-button': string;
2177
+ 'service-unreachable': string;
2178
+ retry: string;
2179
+ 'no-cloud-available': string;
2180
+ 'too-big-filtered-file': string;
2181
+ 'import-button': string;
2182
+ 'space-label': string;
2183
+ 'space-placeholder': string;
2184
+ 'empty-cloud': string;
2185
+ 'section-personal': string;
2186
+ 'section-organization': string;
2187
+ 'section-shared': string;
2188
+ 'files-selected': string;
2189
+ 'open-in-cloud': string;
2190
+ refresh: string;
2191
+ 'create-cloud': {
2192
+ title: string;
2193
+ fields: {
2194
+ name: {
2195
+ label: string;
2196
+ placeholder: string;
2197
+ };
2198
+ };
2199
+ 'create-cloud-button': string;
2200
+ };
2201
+ };
2202
+ };
2203
+ 'save-cloud': {
2204
+ modal: {
2205
+ title: string;
2206
+ 'import-button': string;
2207
+ 'success-toast': string;
2208
+ 'no-space-toast': string;
2209
+ };
2210
+ };
2211
+ 'import-button': string;
2212
+ 'import-file-button': string;
2213
+ 'import-url-button': string;
2214
+ 'import-cloud-button': string;
2215
+ 'import-url-label': string;
2216
+ 'max-size': string;
2217
+ 'max-size-2': string;
2218
+ 'file-too-big': string;
2219
+ 'file-too-big-filtered': string;
2220
+ 'duplicated-tooltip': string;
2221
+ 'drop-zone': {
2222
+ helper: string;
2223
+ helper2: string;
2224
+ };
2225
+ };
2226
+ project: {
2227
+ 'not-published': string;
2228
+ status: {
2229
+ ACTIVE: string;
2230
+ INACTIVE: string;
2231
+ ARCHIVED: string;
2232
+ STARTING: string;
2233
+ COMPLETED: string;
2234
+ DEPRECATED: string;
2235
+ };
2236
+ link: {
2237
+ none: {
2238
+ label: string;
2239
+ };
2240
+ project: {
2241
+ label: string;
2242
+ };
2243
+ 'select-project': string;
2244
+ 'select-application': string;
2245
+ 'no-selected': string;
2246
+ 'no-selected-application': string;
2247
+ selector: {
2248
+ 'organization-label': string;
2249
+ 'project-label': string;
2250
+ 'application-label': string;
2251
+ 'organization-placeholder': string;
2252
+ 'project-placeholder': string;
2253
+ 'application-placeholder': string;
2254
+ 'no-organization': string;
2255
+ 'no-project': string;
2256
+ 'no-application': string;
2257
+ shared: string;
2258
+ };
2259
+ };
2260
+ spotlight: {
2261
+ category: {
2262
+ label: string;
2263
+ placeholder: string;
2264
+ sections: {
2265
+ TECHNOLOGY: string;
2266
+ SCIENCE: string;
2267
+ ARTS_DESIGN: string;
2268
+ MUSIC_AUDIO: string;
2269
+ FILM_VIDEO: string;
2270
+ ENTREPRENEURSHIP_BUSINESS: string;
2271
+ EDUCATION_TRAINING: string;
2272
+ SOCIAL_COMMUNITY_PROJECTS: string;
2273
+ GAMES_ENTERTAINMENT: string;
2274
+ TRAVEL_ADVENTURE: string;
2275
+ LIFESTYLE_WELLNESS: string;
2276
+ DIY_CRAFTS: string;
2277
+ };
2278
+ categories: {
2279
+ SOFTWARE_DEVELOPMENT: string;
2280
+ WEB_DEVELOPMENT: string;
2281
+ ARTIFICIAL_INTELLIGENCE: string;
2282
+ ROBOTICS: string;
2283
+ VIRTUAL_REALITY: string;
2284
+ INTERNET_OF_THINGS: string;
2285
+ BIOTECHNOLOGY: string;
2286
+ ENVIRONMENT: string;
2287
+ PHYSICS: string;
2288
+ CHEMISTRY: string;
2289
+ ASTRONOMY: string;
2290
+ VISUAL_ARTS: string;
2291
+ GRAPHIC_DESIGN: string;
2292
+ PHOTOGRAPHY: string;
2293
+ FASHION: string;
2294
+ ANIMATION: string;
2295
+ MUSIC_COMPOSITION: string;
2296
+ AUDIO_PRODUCTION: string;
2297
+ PODCASTS: string;
2298
+ RECORDING_MIXING: string;
2299
+ MUSICAL_INSTRUMENTS: string;
2300
+ DIRECTING: string;
2301
+ VIDEO_EDITING: string;
2302
+ CINEMATOGRAPHY: string;
2303
+ ANIMATION_3D: string;
2304
+ VISUAL_EFFECTS: string;
2305
+ STARTUPS: string;
2306
+ E_COMMERCE: string;
2307
+ DIGITAL_MARKETING: string;
2308
+ PERSONAL_FINANCE: string;
2309
+ BUSINESS_STRATEGY: string;
2310
+ ONLINE_COURSES: string;
2311
+ TUTORIALS: string;
2312
+ EDUCATIONAL_PROGRAMS: string;
2313
+ PROFESSIONAL_DEVELOPMENT: string;
2314
+ CONTINUING_EDUCATION: string;
2315
+ HUMANITARIAN_AID: string;
2316
+ ENVIRONMENTAL_PROJECTS: string;
2317
+ COMMUNITY_INITIATIVES: string;
2318
+ EQUALITY_INCLUSION: string;
2319
+ PUBLIC_HEALTH: string;
2320
+ GAME_DEVELOPMENT: string;
2321
+ BOARD_GAMES: string;
2322
+ GAMIFICATION: string;
2323
+ GAME_EVENTS: string;
2324
+ ENTERTAINMENT_APPS: string;
2325
+ TRAVEL_BLOG: string;
2326
+ TRAVEL_VLOGS: string;
2327
+ TRAVEL_GUIDES: string;
2328
+ TRAVEL_PHOTOGRAPHY_PROJECTS: string;
2329
+ EXPEDITIONS: string;
2330
+ FITNESS_HEALTH: string;
2331
+ NUTRITION: string;
2332
+ PERSONAL_DEVELOPMENT: string;
2333
+ MEDITATION_MINDFULNESS: string;
2334
+ GARDENING_PROJECTS: string;
2335
+ DIY: string;
2336
+ CRAFT_PROJECTS: string;
2337
+ WOODWORKING: string;
2338
+ SEWING: string;
2339
+ HANDICRAFTS: string;
2340
+ };
2341
+ };
2342
+ language: {
2343
+ label: string;
2344
+ helper: string;
2345
+ 'label-other': string;
2346
+ 'helper-other': string;
2347
+ placeholder: string;
2348
+ languages: {
2349
+ FRENCH: string;
2350
+ ENGLISH: string;
2351
+ GERMAN: string;
2352
+ SPANISH: string;
2353
+ ITALIAN: string;
2354
+ PORTUGUESE: string;
2355
+ RUSSIAN: string;
2356
+ JAPANESE: string;
2357
+ CHINESE: string;
2358
+ ARABIC: string;
2359
+ HINDI: string;
2360
+ BENGALI: string;
2361
+ PUNJABI: string;
2362
+ URDU: string;
2363
+ KOREAN: string;
2364
+ VIETNAMESE: string;
2365
+ TURKISH: string;
2366
+ DUTCH: string;
2367
+ GREEK: string;
2368
+ SWEDISH: string;
2369
+ NORWEGIAN: string;
2370
+ DANISH: string;
2371
+ FINNISH: string;
2372
+ POLISH: string;
2373
+ UKRAINIAN: string;
2374
+ HUNGARIAN: string;
2375
+ CZECH: string;
2376
+ SLOVAK: string;
2377
+ CROATIAN: string;
2378
+ SERBIAN: string;
2379
+ BULGARIAN: string;
2380
+ ROMANIAN: string;
2381
+ HEBREW: string;
2382
+ THAI: string;
2383
+ MALAYSIAN: string;
2384
+ INDONESIAN: string;
2385
+ FILIPINO: string;
2386
+ SWAHILI: string;
2387
+ };
2388
+ };
2389
+ star: {
2390
+ 'star-button': string;
2391
+ 'un-star-button': string;
2392
+ 'starred-tooltip': string;
2393
+ };
2394
+ follower: {
2395
+ 'follow-button': string;
2396
+ 'follow-helper': string;
2397
+ 'un-follow-button': string;
2398
+ 'following-tooltip': string;
2399
+ };
2400
+ views: string;
2401
+ posts: string;
2402
+ followers: string;
2403
+ favorites: string;
2404
+ 'view-button': string;
2405
+ 'edit-button': string;
2406
+ 'delete-button': string;
2407
+ };
2408
+ };
2409
+ inputs: {
2410
+ date: {
2411
+ start: string;
2412
+ end: string;
2413
+ };
2414
+ 'period-picker': {
2415
+ labels: {
2416
+ 'start-date': {
2417
+ label: string;
2418
+ };
2419
+ 'end-date': {
2420
+ label: string;
2421
+ };
2422
+ period: {
2423
+ 'last-7-days': string;
2424
+ 'last-30-days': string;
2425
+ 'last-60-days': string;
2426
+ 'from-start-month': string;
2427
+ 'from-start-year': string;
2428
+ };
2429
+ 'select-start-date': string;
2430
+ 'select-end-date': string;
2431
+ custom: string;
2432
+ 'start-time': string;
2433
+ 'end-time': string;
2434
+ presets: {
2435
+ '7d': string;
2436
+ '30d': string;
2437
+ '90d': string;
2438
+ month: string;
2439
+ year: string;
2440
+ };
2441
+ };
2442
+ };
2443
+ };
2444
+ date: {
2445
+ preset: {
2446
+ today: string;
2447
+ 'this-week': string;
2448
+ 'this-month': string;
2449
+ };
2450
+ };
2451
+ modal: {
2452
+ confirm: string;
2453
+ save: string;
2454
+ cancel: string;
2455
+ close: string;
2456
+ create: string;
2457
+ 'confirm-modal': {
2458
+ title: string;
2459
+ };
2460
+ 'outside-app-redirection-modal': {
2461
+ title: string;
2462
+ description: string;
2463
+ 'information-alert': string;
2464
+ question: string;
2465
+ confirm: string;
2466
+ cancel: string;
2467
+ };
2468
+ };
2469
+ notifications: {
2470
+ title: string;
2471
+ 'new-notifications': string;
2472
+ 'notifications-card-list': {
2473
+ 'no-element': string;
2474
+ };
2475
+ 'no-notification': string;
2476
+ 'see-all-button': string;
2477
+ preferences: string;
2478
+ actions: {
2479
+ open: string;
2480
+ see: string;
2481
+ };
2482
+ sound: {
2483
+ enable: string;
2484
+ disable: string;
2485
+ 'update-error': string;
2486
+ };
2487
+ 'content-shared': {
2488
+ title: string;
2489
+ body: string;
2490
+ };
2491
+ 'invitation-org-member': {
2492
+ title: string;
2493
+ body: string;
2494
+ };
2495
+ 'invitation-project-access': {
2496
+ title: string;
2497
+ body: string;
2498
+ };
2499
+ 'invitation-content-share': {
2500
+ title: string;
2501
+ body: string;
2502
+ };
2503
+ };
2504
+ 'content-share': {
2505
+ label: {
2506
+ draw: string;
2507
+ board: string;
2508
+ atlas: string;
2509
+ retrospective: string;
2510
+ 'short-link': string;
2511
+ space: string;
2512
+ folder: string;
2513
+ file: string;
2514
+ 'cloud-folder': string;
2515
+ 'cloud-gallery': string;
2516
+ form: string;
2517
+ 'spotlight-project': string;
2518
+ event: string;
2519
+ report: string;
2520
+ banking: string;
2521
+ asset: string;
2522
+ 'wrapped-report': string;
2523
+ 'daily-digest': string;
2524
+ 'analytics-snapshot': string;
2525
+ content: string;
2526
+ };
2527
+ };
2528
+ 'no-subscription': string;
2529
+ 'user-settings': {
2530
+ profile: {
2531
+ title: string;
2532
+ fields: {
2533
+ alias: string;
2534
+ name: string;
2535
+ familyName: string;
2536
+ 'api-key': string;
2537
+ };
2538
+ helper: string;
2539
+ 'open-on-abyss': string;
2540
+ 'copy-api-key': string;
2541
+ 'reset-api-key': string;
2542
+ 'confirm-reset-api-key': string;
2543
+ 'helper-confirm-reset-api-key': string;
2544
+ subscription: string;
2545
+ 'no-subscription': string;
2546
+ 'see-subscription-button': string;
2547
+ 'delete-account-button': string;
2548
+ };
2549
+ };
2550
+ tags: {
2551
+ 'manage-title': string;
2552
+ 'new-tag': string;
2553
+ 'name-placeholder': string;
2554
+ 'your-tags': string;
2555
+ 'no-tags': string;
2556
+ 'create-success': string;
2557
+ 'update-success': string;
2558
+ 'delete-success': string;
2559
+ 'confirm-delete': {
2560
+ title: string;
2561
+ description: string;
2562
+ };
2563
+ filter: string;
2564
+ 'filter-by-tags': string;
2565
+ manage: string;
2566
+ usage: string;
2567
+ 'usage-count': string;
2568
+ 'no-usage': string;
2569
+ 'custom-color': string;
2570
+ 'select-tags': string;
2571
+ };
2572
+ billing: {
2573
+ 'current-plan': string;
2574
+ 'free-plan': string;
2575
+ 'custom-plan': string;
2576
+ tier: {
2577
+ FREEMIUM: string;
2578
+ DEFAULT: string;
2579
+ CUSTOM: string;
2580
+ SYSTEM: string;
2581
+ };
2582
+ 'account-type': {
2583
+ USER: string;
2584
+ ORGANIZATION: string;
2585
+ };
2586
+ service: {
2587
+ ABYSS_PLATFORM: string;
2588
+ ABYSS_MONITOR: string;
2589
+ ABYSS_STORAGE: string;
2590
+ ABYSS_CLOUD: string;
2591
+ ABYSS_CRYPT: string;
2592
+ ABYSS_FORM: string;
2593
+ };
2594
+ metric: {
2595
+ PROJECTS_COUNT: string;
2596
+ MEMBERS_COUNT: string;
2597
+ TEAM_COUNT: string;
2598
+ API_KEYS_COUNT: string;
2599
+ LOG_EVENTS: string;
2600
+ APPLICATIONS: string;
2601
+ RETENTION_DAYS: string;
2602
+ FILES_COUNT: string;
2603
+ PRESIGNED_URLS: string;
2604
+ BANDWIDTH_GB: string;
2605
+ };
2606
+ 'account-status': {
2607
+ ACTIVE: string;
2608
+ };
2609
+ 'invoice-status': {
2610
+ PAID: string;
2611
+ OPEN: string;
2612
+ DRAFT: string;
2613
+ VOID: string;
2614
+ UNCOLLECTIBLE: string;
2615
+ };
2616
+ 'invoice-type': {
2617
+ MONTHLY_BILLING: string;
2618
+ EUR_TOPUP: string;
2619
+ PLAN_UPGRADE: string;
2620
+ };
2621
+ 'credit-transaction-type': {
2622
+ OVERAGE_DEDUCTION: string;
2623
+ ADMIN_ADJUSTMENT: string;
2624
+ GIFT_CODE: string;
2625
+ BONUS_SPONSOR: string;
2626
+ BONUS_SPONSORED: string;
2627
+ INVOICE_PAYMENT: string;
2628
+ };
2629
+ 'eur-transaction-type': {
2630
+ STRIPE_PURCHASE: string;
2631
+ INVOICE_DEDUCTION: string;
2632
+ ADMIN_ADJUSTMENT: string;
2633
+ STRIPE_REFUND: string;
2634
+ };
2635
+ plan: {
2636
+ freemium: {
2637
+ name: string;
2638
+ description: string;
2639
+ };
2640
+ starter: {
2641
+ name: string;
2642
+ description: string;
2643
+ };
2644
+ pro: {
2645
+ name: string;
2646
+ description: string;
2647
+ };
2648
+ internal: {
2649
+ name: string;
2650
+ description: string;
2651
+ };
2652
+ 'family-free': {
2653
+ name: string;
2654
+ description: string;
2655
+ };
2656
+ 'family-paid': {
2657
+ name: string;
2658
+ description: string;
2659
+ };
2660
+ };
2661
+ 'plan-feature': {
2662
+ PROJECTS_COUNT: string;
2663
+ MEMBERS_COUNT: string;
2664
+ LOG_EVENTS: string;
2665
+ APPLICATIONS: string;
2666
+ RETENTION_DAYS: string;
2667
+ };
2668
+ };
2669
+ 'abyss-banking': {
2670
+ transactions: {
2671
+ 'placeholder-category': string;
2672
+ 'open-button-tooltip': string;
2673
+ };
2674
+ };
2675
+ support: {
2676
+ status: {
2677
+ OPEN: string;
2678
+ IN_PROGRESS: string;
2679
+ WAITING: string;
2680
+ ESCALATED: string;
2681
+ RESOLVED: string;
2682
+ CLOSED: string;
2683
+ ARCHIVED: string;
2684
+ };
2685
+ timeline: {
2686
+ title: string;
2687
+ open: string;
2688
+ 'in-progress': string;
2689
+ resolved: string;
2690
+ closed: string;
2691
+ };
2692
+ priority: {
2693
+ NORMAL: string;
2694
+ HIGH: string;
2695
+ CRITICAL: string;
2696
+ };
2697
+ 'category-group': {
2698
+ TECHNICAL: string;
2699
+ ACCOUNT: string;
2700
+ BILLING: string;
2701
+ DEVELOPER: string;
2702
+ SUGGESTION: string;
2703
+ OTHER: string;
2704
+ };
2705
+ category: {
2706
+ BUG_UI: string;
2707
+ BUG_PERFORMANCE: string;
2708
+ BUG_DATA: string;
2709
+ BUG_OTHER: string;
2710
+ EXTRACTION: string;
2711
+ ACCOUNT_ACCESS: string;
2712
+ ACCOUNT_DELETE: string;
2713
+ ACCOUNT_SECURITY: string;
2714
+ BILLING_PAYMENT: string;
2715
+ BILLING_INVOICE: string;
2716
+ BILLING_CUSTOM_PLAN: string;
2717
+ BILLING_REFUND: string;
2718
+ BILLING_TRIAL: string;
2719
+ API_INTEGRATION: string;
2720
+ API_DOCUMENTATION: string;
2721
+ API_KEY: string;
2722
+ FEATURE_REQUEST: string;
2723
+ OTHER: string;
2724
+ };
2725
+ list: {
2726
+ title: string;
2727
+ empty: string;
2728
+ 'empty-desc': string;
2729
+ 'new-ticket': string;
2730
+ 'filter-search': string;
2731
+ 'filter-status': string;
2732
+ 'filter-category': string;
2733
+ 'clear-all': string;
2734
+ };
2735
+ create: {
2736
+ title: string;
2737
+ 'field-title': string;
2738
+ 'field-title-placeholder': string;
2739
+ 'field-description': string;
2740
+ 'field-description-placeholder': string;
2741
+ 'field-category': string;
2742
+ 'field-priority': string;
2743
+ 'field-service': string;
2744
+ 'field-priority-reason': string;
2745
+ 'field-priority-reason-placeholder': string;
2746
+ 'priority-reason-required': string;
2747
+ submit: string;
2748
+ back: string;
2749
+ cancel: string;
2750
+ 'attachment-failed': string;
2751
+ };
2752
+ detail: {
2753
+ description: string;
2754
+ 'unknown-user': string;
2755
+ 'no-messages': string;
2756
+ 'waiting-title': string;
2757
+ 'waiting-subtitle': string;
2758
+ 'messages-title': string;
2759
+ 'messages-count': string;
2760
+ 'new-messages': string;
2761
+ 'send-placeholder': string;
2762
+ 'send-hint': string;
2763
+ send: string;
2764
+ 'admin-note': string;
2765
+ 'admin-note-placeholder': string;
2766
+ 'closed-banner': string;
2767
+ 'resolved-banner': string;
2768
+ 'admin-note-toggle': string;
2769
+ 'attachments-toggle': string;
2770
+ edit: string;
2771
+ delete: string;
2772
+ 'confirm-delete': string;
2773
+ terminalMessage: string;
2774
+ addTag: string;
2775
+ tags: string;
2776
+ };
2777
+ sidebar: {
2778
+ status: string;
2779
+ category: string;
2780
+ service: string;
2781
+ priority: string;
2782
+ 'requested-priority': string;
2783
+ 'assigned-to': string;
2784
+ 'created-by': string;
2785
+ 'created-at': string;
2786
+ 'updated-at': string;
2787
+ 'resolved-at': string;
2788
+ 'closed-at': string;
2789
+ requester: string;
2790
+ unassigned: string;
2791
+ resolve: string;
2792
+ close: string;
2793
+ reopen: string;
2794
+ 'resolve-reason': string;
2795
+ 'resolve-confirm-desc': string;
2796
+ 'close-reason': string;
2797
+ 'close-confirm-desc': string;
2798
+ tags: string;
2799
+ 'no-tags': string;
2800
+ organization: string;
2801
+ project: string;
2802
+ 'assign-to-me': string;
2803
+ 'archived-at': string;
2804
+ activity: string;
2805
+ 'activity-action': {
2806
+ CREATED: string;
2807
+ UPDATED: string;
2808
+ ASSIGNED: string;
2809
+ UNASSIGNED: string;
2810
+ PRIORITY_CHANGED: string;
2811
+ CATEGORY_CHANGED: string;
2812
+ RESOLVED: string;
2813
+ REOPENED: string;
2814
+ CLOSED: string;
2815
+ ESCALATED: string;
2816
+ PUT_ON_HOLD: string;
2817
+ RESUMED: string;
2818
+ ARCHIVED: string;
2819
+ TAG_ADDED: string;
2820
+ TAG_REMOVED: string;
2821
+ MESSAGE_SENT: string;
2822
+ };
2823
+ };
2824
+ action: {
2825
+ TAKE_OVER: string;
2826
+ CLOSE: string;
2827
+ RESOLVE: string;
2828
+ REOPEN: string;
2829
+ ESCALATE: string;
2830
+ PUT_ON_HOLD: string;
2831
+ RESUME: string;
2832
+ ARCHIVE: string;
2833
+ 'CLOSE-confirm': string;
2834
+ 'ARCHIVE-confirm': string;
2835
+ 'reason-placeholder': string;
2836
+ };
2837
+ attachments: {
2838
+ title: string;
2839
+ upload: string;
2840
+ 'max-reached': string;
2841
+ delete: string;
2842
+ 'delete-confirm': string;
2843
+ 'delete-confirm-title': string;
2844
+ 'delete-confirm-description': string;
2845
+ 'delete-confirm-action': string;
2846
+ uploading: string;
2847
+ 'upload-hint': string;
2848
+ open: string;
2849
+ download: string;
2850
+ };
2851
+ stepper: {
2852
+ categoryGroup: {
2853
+ bug: string;
2854
+ technical: string;
2855
+ feature: string;
2856
+ account: string;
2857
+ other: string;
2858
+ };
2859
+ selectSubCategory: string;
2860
+ step: {
2861
+ forWho: {
2862
+ label: string;
2863
+ help: string;
2864
+ };
2865
+ category: {
2866
+ label: string;
2867
+ help: string;
2868
+ };
2869
+ details: {
2870
+ label: string;
2871
+ help: string;
2872
+ };
2873
+ priority: {
2874
+ label: string;
2875
+ help: string;
2876
+ };
2877
+ };
2878
+ next: string;
2879
+ 'attachments-title': string;
2880
+ };
2881
+ service: {
2882
+ ABYSS: string;
2883
+ ABYSS_CLOUD: string;
2884
+ ABYSS_CRYPT: string;
2885
+ ABYSS_STORAGE: string;
2886
+ ABYSS_MONITOR: string;
2887
+ ABYSS_MEMORIES: string;
2888
+ ABYSS_BANKING: string;
2889
+ ABYSS_SPOTLIGHT: string;
2890
+ ABYSS_FORM: string;
2891
+ ABYSS_TRAINING: string;
2892
+ ABYSS_CONSOLE: string;
2893
+ ABYSS_GAME_ODYSSEY: string;
2894
+ ABYSS_TOOLS: string;
2895
+ };
2896
+ context: {
2897
+ extraction: {
2898
+ view: string;
2899
+ };
2900
+ };
2901
+ };
2902
+ family: {
2903
+ banner: {
2904
+ 'no-family': string;
2905
+ 'no-family-cta': string;
2906
+ 'no-family-sub': string;
2907
+ pending: string;
2908
+ manage: string;
2909
+ 'owner-badge': string;
2910
+ 'coming-soon': string;
2911
+ settings: {
2912
+ 'no-family-description': string;
2913
+ 'join-hint': string;
2914
+ 'pending-description': string;
2915
+ 'active-description': string;
2916
+ 'owner-description': string;
2917
+ };
2918
+ };
2919
+ };
2920
+ };
1236
2921
  };
1237
2922
  export declare const flattenTranslations: {
1238
- [x: number]: Record<string, string>;
2923
+ fr: Record<string, string>;
2924
+ en: Record<string, string>;
1239
2925
  };
1240
2926
  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;
1241
2927
  export type ExistingTranslationKey = FlattenObjectKeys<(typeof translations)[UserLanguage.FRENCH]>;