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