@abyss-project/commons-front-core 1.0.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 (78) hide show
  1. package/.eslintrc.cjs +30 -0
  2. package/README.md +2 -0
  3. package/declaration.d.ts +9 -0
  4. package/dist/assets/index.d.ts +6 -0
  5. package/dist/assets/logo/index.d.ts +8 -0
  6. package/dist/components/AllCloudMetrics/AllCloudMetrics.component.d.ts +14 -0
  7. package/dist/components/AllCloudMetrics/index.d.ts +1 -0
  8. package/dist/components/Avatars/ProjectAvatar/ProjectAvatar.component.d.ts +14 -0
  9. package/dist/components/Avatars/ProjectAvatar/index.d.ts +1 -0
  10. package/dist/components/Avatars/UserAvatar/UserAvatar.component.d.ts +14 -0
  11. package/dist/components/Avatars/UserAvatar/constant.d.ts +4 -0
  12. package/dist/components/Avatars/UserAvatar/index.d.ts +2 -0
  13. package/dist/components/Avatars/index.d.ts +2 -0
  14. package/dist/components/Chips/LogTypeChip/LogTypeChip.component.d.ts +9 -0
  15. package/dist/components/Chips/LogTypeChip/index.d.ts +1 -0
  16. package/dist/components/Chips/ProjectStatusChip/ProjectStatusChip.component.d.ts +9 -0
  17. package/dist/components/Chips/ProjectStatusChip/index.d.ts +1 -0
  18. package/dist/components/Chips/WebhookResponseCodeChip/WebhookResponseCodeChip.component.d.ts +9 -0
  19. package/dist/components/Chips/WebhookResponseCodeChip/index.d.ts +1 -0
  20. package/dist/components/Chips/WebhookTypeChip/WebhookTypeChip.component.d.ts +9 -0
  21. package/dist/components/Chips/WebhookTypeChip/index.d.ts +1 -0
  22. package/dist/components/Chips/index.d.ts +4 -0
  23. package/dist/components/FiltersBox/FiltersBox.component.d.ts +8 -0
  24. package/dist/components/FiltersBox/index.d.ts +1 -0
  25. package/dist/components/FreepikSearch/FreepikSearch.component.d.ts +9 -0
  26. package/dist/components/FreepikSearch/index.d.ts +1 -0
  27. package/dist/components/ImportButton/ImportButton.component.d.ts +30 -0
  28. package/dist/components/ImportButton/index.d.ts +2 -0
  29. package/dist/components/InfoBox/InfoBox.component.d.ts +4 -0
  30. package/dist/components/InfoBox/index.d.ts +1 -0
  31. package/dist/components/Inputs/CloudImport/CloudImport.component.d.ts +18 -0
  32. package/dist/components/Inputs/CloudImport/CloudImportFile.component.d.ts +17 -0
  33. package/dist/components/Inputs/CloudImport/CloudImportFolder.component.d.ts +21 -0
  34. package/dist/components/Inputs/CloudImport/index.d.ts +1 -0
  35. package/dist/components/Inputs/CloudSave/CloudSave.component.d.ts +15 -0
  36. package/dist/components/Inputs/CloudSave/index.d.ts +1 -0
  37. package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +10 -0
  38. package/dist/components/Inputs/DatePeriodPicker/index.d.ts +1 -0
  39. package/dist/components/Inputs/PasswordInput/PasswordInput.component.d.ts +18 -0
  40. package/dist/components/Inputs/PasswordInput/index.d.ts +1 -0
  41. package/dist/components/Inputs/index.d.ts +4 -0
  42. package/dist/components/Modals/AbyssModal/AbyssModal.component.d.ts +2 -0
  43. package/dist/components/Modals/AbyssModal/index.d.ts +1 -0
  44. package/dist/components/Modals/ConfirmModal/ConfirmModal.d.ts +20 -0
  45. package/dist/components/Modals/ConfirmModal/index.d.ts +1 -0
  46. package/dist/components/Modals/ImportFromCloudModal/ImportFromCloudModal.component.d.ts +19 -0
  47. package/dist/components/Modals/ImportFromCloudModal/index.d.ts +1 -0
  48. package/dist/components/Modals/ImportFromCollectionModal/ImportFromCollectionModal.component.d.ts +11 -0
  49. package/dist/components/Modals/ImportFromCollectionModal/index.d.ts +1 -0
  50. package/dist/components/Modals/QRCodeModal/QRCodeModal.component.d.ts +12 -0
  51. package/dist/components/Modals/QRCodeModal/index.d.ts +1 -0
  52. package/dist/components/Modals/SaveCloudModal/SaveCloudModal.component.d.ts +16 -0
  53. package/dist/components/Modals/SaveCloudModal/index.d.ts +1 -0
  54. package/dist/components/Modals/index.d.ts +6 -0
  55. package/dist/components/Utils/CustomDivider/CustomDivider.component.d.ts +4 -0
  56. package/dist/components/Utils/CustomDivider/index.d.ts +1 -0
  57. package/dist/components/Utils/FloatingNavigation/FloatingNavigation.component.d.ts +17 -0
  58. package/dist/components/Utils/FloatingNavigation/index.d.ts +1 -0
  59. package/dist/components/Utils/WaterParticles/WaterParticles.component.d.ts +8 -0
  60. package/dist/components/Utils/WaterParticles/index.d.ts +1 -0
  61. package/dist/components/Utils/index.d.ts +3 -0
  62. package/dist/components/index.d.ts +10 -0
  63. package/dist/hooks/confirm-modal/confirm-modal.context.d.ts +8 -0
  64. package/dist/hooks/confirm-modal/index.d.ts +1 -0
  65. package/dist/hooks/index.d.ts +3 -0
  66. package/dist/hooks/use-cloud.hook.d.ts +8 -0
  67. package/dist/hooks/use-rich-intl.hook.d.ts +3145 -0
  68. package/dist/hooks/use-theme.hook.d.ts +1 -0
  69. package/dist/index.d.ts +5 -0
  70. package/dist/index.js +19762 -0
  71. package/dist/stylesheet.d.ts +123 -0
  72. package/dist/translations/en.d.ts +1567 -0
  73. package/dist/translations/fr.d.ts +1554 -0
  74. package/dist/utils/color.utils.d.ts +2 -0
  75. package/dist/utils/index.d.ts +1 -0
  76. package/package.json +96 -0
  77. package/tsconfig.json +35 -0
  78. package/vite.config.ts +72 -0
@@ -0,0 +1,3145 @@
1
+ import { IntlShape, MessageDescriptor } from 'react-intl';
2
+ import { ReactNode } from 'react';
3
+ import { UserLanguage } from '@abyss-project/main';
4
+ export declare const translations: {
5
+ fr: {
6
+ general: {
7
+ 'unknown-error': string;
8
+ 'not-implemented-yet': string;
9
+ 'session-expired': string;
10
+ 'click-to-copy': string;
11
+ open: string;
12
+ delete: string;
13
+ optional: string;
14
+ refresh: string;
15
+ 'please-wait': string;
16
+ 'rows-per-page': string;
17
+ 'rows-selected': string;
18
+ };
19
+ login: {
20
+ 'wrong-credentials': string;
21
+ 'forgotten-password': string;
22
+ 'sign-up': string;
23
+ 'fields-label': {
24
+ email: string;
25
+ password: string;
26
+ };
27
+ 'connect-button': string;
28
+ 'connect-with-discord': string;
29
+ 'resend-email-verification': string;
30
+ 'email-verification-sent': string;
31
+ 'go-back-to-login': string;
32
+ 'reset-password': {
33
+ 'email-not-verified': string;
34
+ 'send-reset-password': string;
35
+ 'password-reset': string;
36
+ 'password-reset-button': string;
37
+ };
38
+ };
39
+ 'sign-up': {
40
+ 'password-confirmation-error': string;
41
+ 'email-already-exist': string;
42
+ 'fields-label': {
43
+ 'password-confirmation': string;
44
+ };
45
+ login: string;
46
+ 'sign-up-button': string;
47
+ success: {
48
+ helper: string;
49
+ 'no-mail-received': string;
50
+ };
51
+ };
52
+ 'already-connected': {
53
+ 'connected-as': string;
54
+ 'confirm-button': string;
55
+ 'change-account': string;
56
+ };
57
+ dashboard: {
58
+ 'open-ticket-helper': string;
59
+ 'open-ticket-helper-2': string;
60
+ 'search-bar': string;
61
+ 'empty-table': string;
62
+ navigation: {
63
+ select: {
64
+ label: string;
65
+ };
66
+ dashboard: string;
67
+ applications: string;
68
+ settings: string;
69
+ forms: string;
70
+ services: string;
71
+ billing: string;
72
+ documentation: string;
73
+ permissions: string;
74
+ subtitle: string;
75
+ 'user-services': string;
76
+ projects: string;
77
+ others: string;
78
+ };
79
+ menu: {
80
+ services: {
81
+ title: string;
82
+ crypt: string;
83
+ cloud: string;
84
+ memories: string;
85
+ banking: string;
86
+ spotlight: string;
87
+ form: string;
88
+ };
89
+ dashboard: {
90
+ title: string;
91
+ crypt: string;
92
+ projects: {
93
+ title: string;
94
+ helper: string;
95
+ };
96
+ discord: string;
97
+ };
98
+ account: {
99
+ title: string;
100
+ 'my-account': string;
101
+ ticket: string;
102
+ billing: string;
103
+ };
104
+ logout: string;
105
+ };
106
+ 'no-subscription': string;
107
+ notification: {
108
+ 'no-notification': string;
109
+ 'see-all-button': string;
110
+ };
111
+ main: {
112
+ 'no-application-info-box': string;
113
+ 'create-first-application-button': string;
114
+ services: {
115
+ 'not-activated': string;
116
+ activated: string;
117
+ down: string;
118
+ 'enable-button': string;
119
+ 'open-service-button': string;
120
+ toast: {
121
+ 'service-activated': string;
122
+ };
123
+ type: {
124
+ developer: {
125
+ description: string;
126
+ };
127
+ customer: {
128
+ description: string;
129
+ };
130
+ both: {
131
+ description: string;
132
+ };
133
+ };
134
+ };
135
+ 'gift-code': {
136
+ title: string;
137
+ 'activation-button': string;
138
+ 'activation-error': string;
139
+ placeholder: string;
140
+ };
141
+ };
142
+ project: {
143
+ owner: string;
144
+ invited: string;
145
+ refresh: string;
146
+ 'project-count': string;
147
+ 'max-project-count': string;
148
+ 'see-subscription': string;
149
+ 'project-name': string;
150
+ role: string;
151
+ loading: string;
152
+ status: {
153
+ ACTIVE: string;
154
+ INACTIVE: string;
155
+ ARCHIVED: string;
156
+ };
157
+ card: {
158
+ members: string;
159
+ services: string;
160
+ 'created-at': string;
161
+ };
162
+ settings: {
163
+ title: string;
164
+ delete: string;
165
+ leave: string;
166
+ 'helper-notification': string;
167
+ 'helper-owner': string;
168
+ 'delete-modal': {
169
+ title: string;
170
+ helper: string;
171
+ 'helper-spotlight': string;
172
+ 'spotlight-project-error': string;
173
+ 'helper-form': string;
174
+ 'form-error': string;
175
+ };
176
+ 'info-helper': {
177
+ title: string;
178
+ 'project-id': string;
179
+ };
180
+ };
181
+ billing: {
182
+ title: string;
183
+ };
184
+ 'no-project': {
185
+ 'info-box': {
186
+ title: string;
187
+ 'part-1': {
188
+ title: string;
189
+ 'helper-1': string;
190
+ 'helper-2': string;
191
+ };
192
+ 'part-2': {
193
+ title: string;
194
+ 'helper-1': string;
195
+ 'helper-2': string;
196
+ };
197
+ };
198
+ 'create-first-project-button': string;
199
+ 'create-first-project-helper': string;
200
+ helper: string;
201
+ 'create-project-button': string;
202
+ 'application-of-project': string;
203
+ 'no-application': string;
204
+ };
205
+ 'stats-card': {
206
+ total: string;
207
+ owned: string;
208
+ invited: string;
209
+ remaining: string;
210
+ };
211
+ filters: {
212
+ title: string;
213
+ all: string;
214
+ 'view-mode': string;
215
+ 'order-by': string;
216
+ name: string;
217
+ showing: string;
218
+ };
219
+ 'create-project': {
220
+ title: string;
221
+ fields: {
222
+ name: string;
223
+ description: string;
224
+ status: string;
225
+ };
226
+ };
227
+ permissions: {
228
+ title: string;
229
+ 'no-user-permission': string;
230
+ helper: string;
231
+ 'no-permission': string;
232
+ 'invite-user-button': string;
233
+ 'create-api-key-button': string;
234
+ 'member-since': string;
235
+ tabs: {
236
+ all: string;
237
+ user: string;
238
+ 'api-key': string;
239
+ };
240
+ 'invite-user-modal': {
241
+ title: string;
242
+ fields: {
243
+ email: string;
244
+ name: string;
245
+ description: string;
246
+ };
247
+ helper: string;
248
+ 'helper-new-user': string;
249
+ confirm: string;
250
+ 'confirm-new-user': string;
251
+ 'success-new-user': string;
252
+ };
253
+ 'create-api-key-modal': {
254
+ title: string;
255
+ 'title-update': string;
256
+ 'title-update-user': string;
257
+ fields: {
258
+ name: string;
259
+ description: string;
260
+ };
261
+ };
262
+ 'no-comment': string;
263
+ inactive: string;
264
+ tooltip: {
265
+ delete: string;
266
+ edit: string;
267
+ 'set-ownership': string;
268
+ 'reset-api-key': string;
269
+ 'copy-api-key': string;
270
+ };
271
+ 'helper-1': string;
272
+ 'helper-2': string;
273
+ 'warning-delete': string;
274
+ 'warning-delete-2': string;
275
+ 'project-permission': string;
276
+ 'application-permission': string;
277
+ 'no-application': string;
278
+ project: {
279
+ 'full-access': string;
280
+ 'project-update': string;
281
+ 'project-notification': string;
282
+ 'project-access-read': string;
283
+ 'project-access-create': string;
284
+ 'project-access-delete': string;
285
+ 'project-access-update': string;
286
+ 'project-access-reset-api-key': string;
287
+ 'application-create': string;
288
+ 'application-update': string;
289
+ 'application-delete': string;
290
+ };
291
+ application: {
292
+ 'full-access': string;
293
+ 'monitor-full-access': string;
294
+ 'monitor-read': string;
295
+ 'monitor-reset-secret-publish-token': string;
296
+ 'monitor-log-read': string;
297
+ 'monitor-stats-read': string;
298
+ 'monitor-cron-task-read': string;
299
+ 'monitor-cron-task-create': string;
300
+ 'monitor-cron-task-delete': string;
301
+ 'monitor-cron-task-update': string;
302
+ 'monitor-cron-task-regenerate-secret': string;
303
+ 'monitor-cron-task-trigger': string;
304
+ 'monitor-store-read': string;
305
+ 'monitor-store-update': string;
306
+ 'monitor-store-delete': string;
307
+ 'monitor-store-create': string;
308
+ 'storage-full-access': string;
309
+ 'storage-read': string;
310
+ 'storage-file-read': string;
311
+ 'storage-file-pre-sign-url': string;
312
+ 'storage-file-crypt': string;
313
+ 'storage-file-update': string;
314
+ 'storage-file-delete': string;
315
+ 'storage-file-duplicate': string;
316
+ 'storage-file-archive': string;
317
+ 'storage-file-public-access': string;
318
+ 'storage-file-thumbnail-read': string;
319
+ 'storage-file-thumbnail-delete': string;
320
+ 'storage-file-thumbnail-update': string;
321
+ 'storage-file-thumbnail-write': string;
322
+ 'storage-webhook-read': string;
323
+ 'storage-webhook-create': string;
324
+ 'storage-webhook-update': string;
325
+ 'storage-webhook-delete': string;
326
+ 'storage-webhook-reset-secret': string;
327
+ 'storage-webhook-history-read': string;
328
+ };
329
+ };
330
+ };
331
+ crypt: {
332
+ subtitle: string;
333
+ encrypt: string;
334
+ decrypt: string;
335
+ count: string;
336
+ 'count-helper': string;
337
+ 'cryption-table': {
338
+ fields: {
339
+ id: string;
340
+ type: string;
341
+ algorithm: string;
342
+ size: string;
343
+ 'started-at': string;
344
+ 'ended-at': string;
345
+ 'created-at': string;
346
+ };
347
+ };
348
+ 'open-button': string;
349
+ };
350
+ notifications: {
351
+ title: string;
352
+ 'new-notifications': string;
353
+ 'notifications-card-list': {
354
+ 'no-element': string;
355
+ };
356
+ };
357
+ 'my-account': {
358
+ settings: string;
359
+ profile: {
360
+ title: string;
361
+ alias: string;
362
+ email: string;
363
+ phone: string;
364
+ name: string;
365
+ familyName: string;
366
+ placeholder: {
367
+ phone: string;
368
+ name: string;
369
+ familyName: string;
370
+ };
371
+ picture: {
372
+ title: string;
373
+ 'change-button': string;
374
+ 'file-too-big': string;
375
+ 'max-file-size': string;
376
+ };
377
+ };
378
+ sponsorship: {
379
+ title: string;
380
+ 'qrcode-button': string;
381
+ 'sponsorship-link': string;
382
+ or: string;
383
+ helper: string;
384
+ transactions: {
385
+ title: string;
386
+ total: string;
387
+ 'total-credit': string;
388
+ 'no-transactions': string;
389
+ };
390
+ 'sponsored-users': {
391
+ title: string;
392
+ 'total-sponsored': string;
393
+ verified: string;
394
+ 'not-verified': string;
395
+ };
396
+ form: {
397
+ title: string;
398
+ label: string;
399
+ button: string;
400
+ 'success-toast': string;
401
+ };
402
+ };
403
+ password: {
404
+ title: string;
405
+ password: string;
406
+ 'password-confirmation': string;
407
+ 'last-change': string;
408
+ };
409
+ 'save-button': string;
410
+ 'delete-button': string;
411
+ tabs: {
412
+ general: string;
413
+ projects: string;
414
+ connection: string;
415
+ settings: string;
416
+ };
417
+ connection: {
418
+ 'connected-account': string;
419
+ 'connect-button': string;
420
+ };
421
+ preference: {
422
+ title: string;
423
+ helper: string;
424
+ language: string;
425
+ 'language-title': string;
426
+ 'language-helper': string;
427
+ languages: {
428
+ en: string;
429
+ fr: string;
430
+ };
431
+ currency: {
432
+ title: string;
433
+ helper: string;
434
+ 'currency-title': string;
435
+ values: {
436
+ EUR: string;
437
+ USD: string;
438
+ GBP: string;
439
+ JPY: string;
440
+ CNY: string;
441
+ CHF: string;
442
+ };
443
+ };
444
+ newsletter: {
445
+ 'newsletter-title': string;
446
+ 'newsletter-helper': string;
447
+ label: string;
448
+ helper: string;
449
+ 'unsubscribe-confirm': string;
450
+ };
451
+ };
452
+ };
453
+ ticket: {
454
+ 'create-ticket': {
455
+ title: string;
456
+ fields: {
457
+ title: string;
458
+ service: string;
459
+ category: string;
460
+ };
461
+ category: {
462
+ billing: string;
463
+ bug: string;
464
+ 'help-package-api': string;
465
+ other: string;
466
+ partnership: string;
467
+ 'project-financing': string;
468
+ 'account-management': string;
469
+ report: string;
470
+ };
471
+ 'create-button': string;
472
+ 'attachment-filtered': string;
473
+ 'join-file': string;
474
+ 'max-file-size': string;
475
+ 'info-box': {
476
+ title: string;
477
+ 'helper-1': string;
478
+ 'helper-2': string;
479
+ 'helper-3': string;
480
+ 'helper-4': string;
481
+ };
482
+ helper: {
483
+ 'get-financed': string;
484
+ 'get-financed-button': string;
485
+ 'project-financing': {
486
+ 'helper-1': string;
487
+ 'helper-2': string;
488
+ 'helper-3': string;
489
+ 'helper-4': string;
490
+ };
491
+ 'account-management': {
492
+ 'helper-1': string;
493
+ };
494
+ };
495
+ };
496
+ 'info-box': {
497
+ title: string;
498
+ 'helper-1': string;
499
+ 'helper-2': string;
500
+ 'open-ticket': string;
501
+ };
502
+ 'no-ticket': string;
503
+ state: {
504
+ open: string;
505
+ close: string;
506
+ };
507
+ 'open-ticket': string;
508
+ 'send-message-button': string;
509
+ 're-open-ticket-on-send-message': string;
510
+ 'join-discord-button': string;
511
+ };
512
+ billing: {
513
+ title: string;
514
+ table: {
515
+ title: string;
516
+ 'no-element': string;
517
+ };
518
+ reduction: string;
519
+ 'buy-button': string;
520
+ 'free-pick': string;
521
+ credit: string;
522
+ 'amount-credit': string;
523
+ 'no-payment-method': string;
524
+ 'buy-credit-button': string;
525
+ 'user-credit': string;
526
+ product: {
527
+ credit: string;
528
+ };
529
+ 'see-receipt': string;
530
+ subscription: {
531
+ 'link-button': string;
532
+ title: string;
533
+ 'project-title': string;
534
+ 'choose-subscription': string;
535
+ 'current-subscription': {
536
+ 'no-subscription': string;
537
+ 'running-subscription': string;
538
+ level: string;
539
+ 'end-date': string;
540
+ price: string;
541
+ 'credit-per-month': string;
542
+ 'subscribe-now': string;
543
+ };
544
+ 'how-to-upgrade': {
545
+ title: string;
546
+ 'helper-1': string;
547
+ 'helper-2': string;
548
+ };
549
+ cards: {
550
+ 'subheader-1': string;
551
+ 'subheader-2': string;
552
+ config: {
553
+ 'no-limit': string;
554
+ yes: string;
555
+ no: string;
556
+ abyss: {
557
+ 'max-number-of-project': {
558
+ title: string;
559
+ value: string;
560
+ };
561
+ };
562
+ 'abyss-cloud': {
563
+ 'max-number-of-cloud': {
564
+ title: string;
565
+ value: string;
566
+ };
567
+ 'max-storage-size-go': {
568
+ title: string;
569
+ value: string;
570
+ };
571
+ 'max-cloud-share': {
572
+ title: string;
573
+ value: string;
574
+ };
575
+ };
576
+ 'abyss-crypt': {
577
+ 'max-file-size-mo': {
578
+ title: string;
579
+ value: string;
580
+ };
581
+ };
582
+ 'abyss-memories': {
583
+ 'max-member-per-event': {
584
+ title: string;
585
+ value: string;
586
+ };
587
+ };
588
+ 'abyss-form': {
589
+ 'max-document-per-form': {
590
+ title: string;
591
+ value: string;
592
+ };
593
+ 'max-document-size-mo': {
594
+ title: string;
595
+ value: string;
596
+ };
597
+ 'max-submission-per-form-per-day': {
598
+ title: string;
599
+ value: string;
600
+ };
601
+ 'max-submission-per-form': {
602
+ title: string;
603
+ value: string;
604
+ };
605
+ 'allow-submission-document': {
606
+ title: string;
607
+ value: string;
608
+ };
609
+ };
610
+ 'abyss-storage': {
611
+ 'max-file-size-mo': {
612
+ title: string;
613
+ value: string;
614
+ };
615
+ 'max-storage-size-go': {
616
+ title: string;
617
+ value: string;
618
+ };
619
+ 'max-thumbnail-per-file': {
620
+ title: string;
621
+ value: string;
622
+ };
623
+ 'max-pre-sign-url-per-hour': {
624
+ title: string;
625
+ value: string;
626
+ };
627
+ 'free-file-per-day': {
628
+ title: string;
629
+ value: string;
630
+ };
631
+ 'credit-per-file-per-day': {
632
+ title: string;
633
+ value: string;
634
+ };
635
+ };
636
+ 'abyss-monitor': {
637
+ 'max-cron-task': {
638
+ title: string;
639
+ value: string;
640
+ };
641
+ 'log-history-days': {
642
+ title: string;
643
+ value: string;
644
+ };
645
+ 'stats-history-days': {
646
+ title: string;
647
+ value: string;
648
+ };
649
+ 'max-store-entry': {
650
+ title: string;
651
+ value: string;
652
+ };
653
+ };
654
+ };
655
+ 'owned-subscription-button': string;
656
+ 'get-subscription-button': string;
657
+ 'tooltip-storage-1': string;
658
+ 'tooltip-storage-2': string;
659
+ 'tooltip-storage-calculate': string;
660
+ 'open-subscription-documentation-button': string;
661
+ modal: {
662
+ calculate: {
663
+ title: string;
664
+ fields: {
665
+ level: {
666
+ name: string;
667
+ helper: string;
668
+ };
669
+ 'amount-file': {
670
+ name: string;
671
+ };
672
+ };
673
+ cost: string;
674
+ };
675
+ };
676
+ };
677
+ 'auto-renew': string;
678
+ 'auto-renew-tooltip': string;
679
+ 'auto-renew-project': string;
680
+ };
681
+ 'ask-financing': {
682
+ title: string;
683
+ 'helper-1': string;
684
+ 'helper-2': string;
685
+ 'confirm-button': string;
686
+ };
687
+ };
688
+ applications: {
689
+ navigation: {
690
+ select: {
691
+ label: string;
692
+ };
693
+ menu: {
694
+ dashboard: string;
695
+ 'abyss-status': string;
696
+ logs: string;
697
+ 'cron-task': string;
698
+ stats: string;
699
+ endpoint: string;
700
+ store: string;
701
+ event: string;
702
+ 'file-manager': string;
703
+ 'webhook-manager': string;
704
+ documentation: string;
705
+ };
706
+ };
707
+ 'no-application': string;
708
+ title: string;
709
+ 'no-current-application': string;
710
+ 'unable-to-activate': string;
711
+ 'no-enabled-service': string;
712
+ 'enabled-service': string;
713
+ 'select-application': string;
714
+ 'create-form': {
715
+ title: string;
716
+ 'service-activation-helper': string;
717
+ 'app-id': string;
718
+ fields: {
719
+ name: {
720
+ label: string;
721
+ };
722
+ description: {
723
+ label: string;
724
+ };
725
+ };
726
+ 'confirm-button': string;
727
+ 'update-confirm-button': string;
728
+ };
729
+ 'info-helper': {
730
+ 'application-id': string;
731
+ };
732
+ 'new-application-button': string;
733
+ 'new-application-helper': string;
734
+ settings: {
735
+ title: string;
736
+ };
737
+ 'first-application-config': {
738
+ title: string;
739
+ 'helper-question-1': string;
740
+ 'helper-answer-1': string;
741
+ 'helper-answer-1-bis': string;
742
+ 'helper-monitor': {
743
+ title: string;
744
+ 'helper-1': string;
745
+ 'helper-2': string;
746
+ };
747
+ 'helper-storage': {
748
+ title: string;
749
+ 'helper-1': string;
750
+ 'helper-2': string;
751
+ };
752
+ 'get-more-details': string;
753
+ 'confirm-button': string;
754
+ };
755
+ };
756
+ 'ask-newsletter': {
757
+ title: string;
758
+ helper: string;
759
+ 'join-button': string;
760
+ 'helper-2': string;
761
+ 'helper-3': string;
762
+ };
763
+ 'join-newsletter': {
764
+ title: string;
765
+ helper: string;
766
+ 'helper-2': string;
767
+ 'profile-button': string;
768
+ 'subscribe-confirm': string;
769
+ 'email-field': string;
770
+ 'join-button': string;
771
+ 'access-application': string;
772
+ };
773
+ storage: {
774
+ metrics: {
775
+ title: string;
776
+ 'helper-1': string;
777
+ 'title-2': string;
778
+ 'free-space': string;
779
+ 'refresh-button': string;
780
+ 'total-file': string;
781
+ 'pre-sign-url': string;
782
+ 'pre-sign-url-per-hour': string;
783
+ };
784
+ 'preview-subscription': {
785
+ title: string;
786
+ helper: string;
787
+ cost: string;
788
+ 'price-per-file': string;
789
+ 'free-file': string;
790
+ tooltip: string;
791
+ 'current-helper': string;
792
+ };
793
+ 'file-manager': {
794
+ 'update-file-custom-public-access-id-error': string;
795
+ 'update-file-custom-public-access-id-success': string;
796
+ 'update-file-name-error': string;
797
+ 'update-file-name-success': string;
798
+ 'update-file-bucket-error': string;
799
+ 'update-file-bucket-success': string;
800
+ 'update-tag-error': string;
801
+ 'update-tag-success': string;
802
+ 'update-file-password-error': string;
803
+ 'update-file-password-success': string;
804
+ 'unset-file-public-access-error': string;
805
+ 'unset-file-public-access-success': string;
806
+ 'reset-file-public-access-error': string;
807
+ 'reset-file-public-access-success': string;
808
+ 'delete-file-error': string;
809
+ 'delete-file-success': string;
810
+ 'delete-multiple-file-error': string;
811
+ 'delete-multiple-file-success': string;
812
+ 'upload-file-error': string;
813
+ 'file-too-big': string;
814
+ 'some-file-too-big': string;
815
+ 'max-file-size': string;
816
+ 'confirm-user-file-deletion': string;
817
+ 'confirm-user-multiple-file-deletion': string;
818
+ title: string;
819
+ 'copy-public-access-url': string;
820
+ 'copy-custom-public-access-url': string;
821
+ actions: {
822
+ 'update-bucket-helper': string;
823
+ 'update-bucket-button': string;
824
+ 'update-bucket-placeholder': string;
825
+ 'delete-button-tooltip': string;
826
+ 'update-bucket-success': string;
827
+ 'info-created-at': string;
828
+ 'info-updated-at': string;
829
+ };
830
+ filter: {
831
+ name: string;
832
+ id: string;
833
+ 'public-access-id': string;
834
+ bucket: string;
835
+ tags: string;
836
+ };
837
+ fields: {
838
+ id: string;
839
+ name: string;
840
+ 'public-access-key': string;
841
+ 'public-access-password': string;
842
+ 'custom-public-access-id': string;
843
+ size: string;
844
+ algorithm: string;
845
+ 'updated-at': string;
846
+ 'created-at': string;
847
+ scopes: string;
848
+ tags: string;
849
+ bucket: string;
850
+ };
851
+ bucket: {
852
+ title: string;
853
+ loading: string;
854
+ 'helper-api': string;
855
+ helper: string;
856
+ 'no-element': string;
857
+ 'delete-button-tooltip': string;
858
+ 'delete-bucket-error': string;
859
+ 'delete-bucket-success': string;
860
+ 'update-bucket-success': string;
861
+ 'update-bucket-tooltip': string;
862
+ };
863
+ 'import-button': string;
864
+ 'import-file-button': string;
865
+ 'import-url-button': string;
866
+ 'import-cloud-button': string;
867
+ 'import-collection-button': string;
868
+ 'import-url-label': string;
869
+ 'import-success': string;
870
+ thumbnail: {
871
+ 'add-button': string;
872
+ title: string;
873
+ 'delete-button': string;
874
+ 'confirm-user-file-thumbnail-deletion': string;
875
+ 'confirm-user-file-thumbnail-deletion-all': string;
876
+ 'delete-file-thumbnail-error': string;
877
+ 'generate-file-thumbnail-error': string;
878
+ 'update-file-thumbnail-error': string;
879
+ 'update-file-thumbnail-success': string;
880
+ 'generate-file-thumbnail-tooltip': string;
881
+ 'regenerate-file-thumbnail-public-access': string;
882
+ 'copy-public-access-url': string;
883
+ 'enable-public-access': string;
884
+ 'disable-public-access': string;
885
+ 'generate-button': string;
886
+ 'delete-all-thumbnail-tooltip': string;
887
+ 'public-access-key': string;
888
+ 'custom-public-access-id': string;
889
+ 'set-custom-public-access-id': string;
890
+ 'no-thumbnail': string;
891
+ 'no-thumbnail-helper': string;
892
+ resolution: string;
893
+ size: string;
894
+ 'custom-public-access-id-helper': string;
895
+ 'generate-thumbnail-modal': {
896
+ title: string;
897
+ fields: {
898
+ name: string;
899
+ 'custom-public-access-id': string;
900
+ resolution: string;
901
+ resolutionX: string;
902
+ resolutionY: string;
903
+ };
904
+ };
905
+ 'update-thumbnail-modal': {
906
+ title: string;
907
+ fields: {
908
+ name: string;
909
+ 'custom-public-access-id': string;
910
+ resolutionX: string;
911
+ resolutionY: string;
912
+ };
913
+ };
914
+ };
915
+ };
916
+ 'webhook-manager': {
917
+ title: string;
918
+ helper: string;
919
+ 'helper-button': string;
920
+ 'confirm-deletion': string;
921
+ 'delete-webhook-error': string;
922
+ 'update-webhook-error': string;
923
+ 'copy-url': string;
924
+ 'copy-secret': string;
925
+ 'reset-secret': string;
926
+ 'reset-secret-confirm': string;
927
+ fields: {
928
+ id: string;
929
+ name: string;
930
+ description: string;
931
+ 'is-enabled': string;
932
+ 'webhook-url': string;
933
+ 'created-at': string;
934
+ };
935
+ 'create-webhook-modal': {
936
+ title: string;
937
+ fields: {
938
+ name: string;
939
+ description: string;
940
+ 'webhook-url': string;
941
+ 'is-enabled': string;
942
+ };
943
+ };
944
+ history: {
945
+ title: string;
946
+ 'empty-row': string;
947
+ loading: string;
948
+ fields: {
949
+ id: string;
950
+ 'group-id': string;
951
+ type: string;
952
+ 'response-code': string;
953
+ 'send-at': string;
954
+ 'created-at': string;
955
+ };
956
+ };
957
+ };
958
+ };
959
+ monitor: {
960
+ dashboard: {
961
+ metrics: {
962
+ logs: {
963
+ title: string;
964
+ };
965
+ stats: {
966
+ title: string;
967
+ };
968
+ 'cron-tasks': {
969
+ title: string;
970
+ };
971
+ 'last-stats': {
972
+ cpu: string;
973
+ ram: string;
974
+ };
975
+ };
976
+ };
977
+ 'secret-publish-token': {
978
+ title: string;
979
+ 'helper-1': string;
980
+ 'helper-2': string;
981
+ 'helper-3': string;
982
+ 'copy-button': string;
983
+ 'reset-button': string;
984
+ };
985
+ logs: {
986
+ 'subscription-title': string;
987
+ 'subscription-subheader': string;
988
+ 'subscription-helper': string;
989
+ 'subscription-helper-no-limit': string;
990
+ 'subscription-helper-button': string;
991
+ 'most-recent-error': string;
992
+ header: {
993
+ title: string;
994
+ cards: {
995
+ logs: {
996
+ title: string;
997
+ helper: string;
998
+ };
999
+ stats: {
1000
+ title: string;
1001
+ helper: string;
1002
+ };
1003
+ 'cron-tasks': {
1004
+ title: string;
1005
+ helper: string;
1006
+ };
1007
+ 'last-stats': {
1008
+ title: string;
1009
+ cpu: string;
1010
+ ram: string;
1011
+ };
1012
+ };
1013
+ 'open-logs-button': string;
1014
+ 'no-logs': string;
1015
+ 'no-logs-helper': string;
1016
+ 'setup-logs': string;
1017
+ };
1018
+ card: {
1019
+ 'open-full-screen-button': string;
1020
+ 'close-full-screen-button': string;
1021
+ 'load-more': string;
1022
+ helper: string;
1023
+ filter: {
1024
+ message: {
1025
+ placeholder: string;
1026
+ tooltip: string;
1027
+ };
1028
+ 'request-id': {
1029
+ placeholder: string;
1030
+ tooltip: string;
1031
+ };
1032
+ 'process-id': {
1033
+ placeholder: string;
1034
+ tooltip: string;
1035
+ };
1036
+ level: {
1037
+ label: string;
1038
+ };
1039
+ title: {
1040
+ placeholder: string;
1041
+ tooltip: string;
1042
+ };
1043
+ context: {
1044
+ placeholder: string;
1045
+ tooltip: string;
1046
+ };
1047
+ scenario: {
1048
+ placeholder: string;
1049
+ tooltip: string;
1050
+ };
1051
+ 'start-date': {
1052
+ label: string;
1053
+ };
1054
+ 'end-date': {
1055
+ label: string;
1056
+ };
1057
+ period: {
1058
+ 'last-7-days': string;
1059
+ 'last-30-days': string;
1060
+ 'last-60-days': string;
1061
+ 'from-start-month': string;
1062
+ 'from-start-year': string;
1063
+ };
1064
+ pagination: {
1065
+ increase: string;
1066
+ decrease: string;
1067
+ };
1068
+ 'deep-search-button': string;
1069
+ };
1070
+ console: {
1071
+ 'tooltip-api': string;
1072
+ 'display-details-helper': string;
1073
+ };
1074
+ };
1075
+ details: {
1076
+ 'not-found': string;
1077
+ 'stack-tooltip': string;
1078
+ };
1079
+ };
1080
+ stats: {
1081
+ 'subscription-title': string;
1082
+ 'subscription-subheader': string;
1083
+ 'subscription-helper': string;
1084
+ 'subscription-helper-no-limit': string;
1085
+ 'subscription-helper-button': string;
1086
+ 'no-history': string;
1087
+ header: {
1088
+ title: string;
1089
+ lines: {
1090
+ cpu: {
1091
+ 'text-percent': string;
1092
+ 'text-value': string;
1093
+ };
1094
+ ram: {
1095
+ 'text-percent': string;
1096
+ 'text-value': string;
1097
+ };
1098
+ disk: {
1099
+ 'text-percent': string;
1100
+ 'text-value': string;
1101
+ };
1102
+ never: string;
1103
+ };
1104
+ 'start-date': {
1105
+ label: string;
1106
+ };
1107
+ 'end-date': {
1108
+ label: string;
1109
+ };
1110
+ 'no-logs': string;
1111
+ 'display-percent': string;
1112
+ };
1113
+ type: {
1114
+ cpu: string;
1115
+ ram: string;
1116
+ disk: string;
1117
+ };
1118
+ table: {
1119
+ 'refresh-button': string;
1120
+ fields: {
1121
+ id: string;
1122
+ type: string;
1123
+ value: string;
1124
+ 'percent-value': string;
1125
+ 'process-id': string;
1126
+ 'date-value': string;
1127
+ };
1128
+ };
1129
+ };
1130
+ 'cron-task': {
1131
+ title: string;
1132
+ subtitle: string;
1133
+ 'info-box': string;
1134
+ helper: string;
1135
+ 'helper-button': string;
1136
+ 'no-cron-task': string;
1137
+ 'open-create-modal': string;
1138
+ 'trigger-button': string;
1139
+ 'creation-modal': {
1140
+ title: string;
1141
+ helper: string;
1142
+ fields: {
1143
+ name: string;
1144
+ description: string;
1145
+ 'webhook-url': string;
1146
+ 'schedule-configuration': string;
1147
+ 'is-active': string;
1148
+ };
1149
+ };
1150
+ card: {
1151
+ 'created-at': string;
1152
+ destination: string;
1153
+ state: string;
1154
+ menu: {
1155
+ 'copy-secret': string;
1156
+ 'reset-secret': string;
1157
+ };
1158
+ tooltips: {
1159
+ run: string;
1160
+ delete: string;
1161
+ edit: string;
1162
+ details: string;
1163
+ };
1164
+ };
1165
+ details: {
1166
+ 'history-title': string;
1167
+ fields: {
1168
+ id: string;
1169
+ 'start-date': string;
1170
+ 'request-id': string;
1171
+ status: string;
1172
+ date: string;
1173
+ };
1174
+ };
1175
+ 'limit-cron-task': string;
1176
+ 'helper-subscription': string;
1177
+ 'helper-no-cron-task-subscription': string;
1178
+ };
1179
+ store: {
1180
+ title: string;
1181
+ helper: string;
1182
+ 'open-create-modal': string;
1183
+ 'creation-modal': {
1184
+ title: string;
1185
+ fields: {
1186
+ name: string;
1187
+ value: string;
1188
+ 'expire-at': string;
1189
+ 'is-active': string;
1190
+ slug: string;
1191
+ };
1192
+ 'error-slug-already-exist': string;
1193
+ };
1194
+ table: {
1195
+ 'filter-title': string;
1196
+ filter: {
1197
+ id: string;
1198
+ name: string;
1199
+ slug: string;
1200
+ };
1201
+ fields: {
1202
+ id: string;
1203
+ name: string;
1204
+ value: string;
1205
+ 'expire-at': string;
1206
+ 'count-access': string;
1207
+ slug: string;
1208
+ 'is-active': string;
1209
+ active: string;
1210
+ inactive: string;
1211
+ 'updated-at': string;
1212
+ 'created-at': string;
1213
+ };
1214
+ 'tooltip-copy-id': string;
1215
+ };
1216
+ 'confirm-deletion': string;
1217
+ };
1218
+ endpoint: {
1219
+ 'endpoint-history': string;
1220
+ fields: {
1221
+ 'request-id': string;
1222
+ method: string;
1223
+ controller: string;
1224
+ route: string;
1225
+ 'response-code': string;
1226
+ 'response-time': string;
1227
+ date: string;
1228
+ };
1229
+ header: {
1230
+ cards: {
1231
+ request: {
1232
+ title: string;
1233
+ helper: string;
1234
+ };
1235
+ 'server-error': {
1236
+ title: string;
1237
+ helper: string;
1238
+ };
1239
+ 'response-time': {
1240
+ title: string;
1241
+ helper: string;
1242
+ };
1243
+ upload: {
1244
+ title: string;
1245
+ helper: string;
1246
+ tooltip: string;
1247
+ };
1248
+ download: {
1249
+ title: string;
1250
+ helper: string;
1251
+ tooltip: string;
1252
+ };
1253
+ };
1254
+ 'open-logs-button': string;
1255
+ 'no-logs': string;
1256
+ 'setup-logs': string;
1257
+ labels: {
1258
+ informational: string;
1259
+ successful: string;
1260
+ redirection: string;
1261
+ 'client-error': string;
1262
+ 'server-error': string;
1263
+ 'average-response-time': string;
1264
+ upload: string;
1265
+ download: string;
1266
+ };
1267
+ 'graph-title': string;
1268
+ };
1269
+ 'slower-endpoint': {
1270
+ title: string;
1271
+ fields: {
1272
+ method: string;
1273
+ controller: string;
1274
+ route: string;
1275
+ 'response-time-average': string;
1276
+ 'response-time-max': string;
1277
+ 'response-time-min': string;
1278
+ count: string;
1279
+ };
1280
+ };
1281
+ 'endpoint-log': {
1282
+ title: string;
1283
+ };
1284
+ };
1285
+ events: {
1286
+ 'subscription-title': string;
1287
+ 'subscription-subheader': string;
1288
+ 'subscription-helper': string;
1289
+ 'subscription-helper-2': string;
1290
+ 'subscription-helper-no-limit': string;
1291
+ 'metrics-card': {
1292
+ 'total-events': {
1293
+ title: string;
1294
+ subtitle: string;
1295
+ };
1296
+ 'total-error': {
1297
+ title: string;
1298
+ subtitle: string;
1299
+ };
1300
+ };
1301
+ 'graph-stacked-events': {
1302
+ title: string;
1303
+ };
1304
+ table: {
1305
+ title: string;
1306
+ filters: {
1307
+ event: string;
1308
+ };
1309
+ fields: {
1310
+ id: string;
1311
+ event: string;
1312
+ level: string;
1313
+ message: string;
1314
+ 'created-at': string;
1315
+ actions: {
1316
+ 'see-log': string;
1317
+ delete: string;
1318
+ 'delete-success': string;
1319
+ 'delete-error': string;
1320
+ };
1321
+ };
1322
+ };
1323
+ 'tree-graph': {
1324
+ title: string;
1325
+ 'no-events': string;
1326
+ 'no-events-helper': string;
1327
+ attributes: {
1328
+ events: string;
1329
+ };
1330
+ };
1331
+ };
1332
+ onboarding: {
1333
+ stepper: {
1334
+ title: string;
1335
+ helper: string;
1336
+ tooltip: string;
1337
+ 'create-application': {
1338
+ title: string;
1339
+ cta: string;
1340
+ };
1341
+ 'send-logs': {
1342
+ title: string;
1343
+ cta: string;
1344
+ };
1345
+ 'send-stats': {
1346
+ title: string;
1347
+ cta: string;
1348
+ };
1349
+ 'create-cron-task': {
1350
+ title: string;
1351
+ cta: string;
1352
+ };
1353
+ };
1354
+ };
1355
+ 'no-history': string;
1356
+ };
1357
+ permission: {
1358
+ 'no-permission': string;
1359
+ 'no-permission-redirect': string;
1360
+ };
1361
+ 'import-external': {
1362
+ modal: {
1363
+ title: string;
1364
+ placeholder: string;
1365
+ };
1366
+ };
1367
+ 'import-cloud': {
1368
+ 'open-modal-button': string;
1369
+ modal: {
1370
+ title: string;
1371
+ loading: string;
1372
+ 'service-not-enabled': string;
1373
+ 'service-not-enabled-description': string;
1374
+ 'enable-service-button': string;
1375
+ 'no-cloud-available': string;
1376
+ 'too-big-filtered-file': string;
1377
+ 'import-button': string;
1378
+ 'create-cloud': {
1379
+ title: string;
1380
+ fields: {
1381
+ name: {
1382
+ label: string;
1383
+ placeholder: string;
1384
+ };
1385
+ };
1386
+ 'create-cloud-button': string;
1387
+ };
1388
+ };
1389
+ };
1390
+ 'save-cloud': {
1391
+ modal: {
1392
+ title: string;
1393
+ 'import-button': string;
1394
+ 'success-toast': string;
1395
+ 'no-space-toast': string;
1396
+ };
1397
+ };
1398
+ };
1399
+ 'main-dashboard': {
1400
+ 'welcome-message': string;
1401
+ 'user-creation': string;
1402
+ 'help-button': string;
1403
+ 'collection-button': string;
1404
+ 'tag-new': string;
1405
+ 'helper-free': string;
1406
+ 'quick-actions': {
1407
+ title: string;
1408
+ 'create-form': string;
1409
+ 'create-project': string;
1410
+ 'create-spotlight': string;
1411
+ };
1412
+ 'cloud-usage-metrics': {
1413
+ title: string;
1414
+ 'count-files': string;
1415
+ 'pending-share': string;
1416
+ };
1417
+ projects: {
1418
+ title: string;
1419
+ 'create-first-project': string;
1420
+ applications: string;
1421
+ 'see-all-projects': string;
1422
+ 'no-description': string;
1423
+ loading: string;
1424
+ invitations: {
1425
+ title: string;
1426
+ helper: string;
1427
+ tooltip: {
1428
+ leave: string;
1429
+ confirm: string;
1430
+ decline: string;
1431
+ };
1432
+ };
1433
+ };
1434
+ 'performances-metrics': {
1435
+ projects: {
1436
+ title: string;
1437
+ 'count-applications': string;
1438
+ };
1439
+ 'abyss-cloud': {
1440
+ 'max-size': string;
1441
+ };
1442
+ 'abyss-banking': {
1443
+ title: string;
1444
+ 'total-bank-accounts': string;
1445
+ 'display-balance': string;
1446
+ 'hide-balance': string;
1447
+ };
1448
+ 'abyss-form': {
1449
+ 'total-forms': string;
1450
+ 'total-submissions': string;
1451
+ };
1452
+ };
1453
+ credit: {
1454
+ title: string;
1455
+ };
1456
+ };
1457
+ 'project-dashboard': {
1458
+ cards: {
1459
+ applications: {
1460
+ title: string;
1461
+ helper: string;
1462
+ };
1463
+ logs: {
1464
+ title: string;
1465
+ helper: string;
1466
+ };
1467
+ files: {
1468
+ title: string;
1469
+ };
1470
+ creation: {
1471
+ title: string;
1472
+ helper: string;
1473
+ };
1474
+ };
1475
+ 'storage-usage': {
1476
+ title: string;
1477
+ free: string;
1478
+ };
1479
+ 'monitor-usage': {
1480
+ title: string;
1481
+ logs: string;
1482
+ endpoints: string;
1483
+ };
1484
+ 'no-application': string;
1485
+ 'add-application-button': string;
1486
+ 'no-data': string;
1487
+ 'spotlight-project': {
1488
+ title: string;
1489
+ 'no-spotlight': string;
1490
+ 'no-spotlight-helper': string;
1491
+ helper: string;
1492
+ 'create-presentation-button': string;
1493
+ 'link-to-application': string;
1494
+ 'not-linked-to-application': string;
1495
+ };
1496
+ };
1497
+ subscription: {
1498
+ storage: {
1499
+ 'pre-signed-url': string;
1500
+ 'free-file-per-day-1': string;
1501
+ 'free-file-per-day-2': string;
1502
+ 'daily-file-cost-1': string;
1503
+ 'daily-file-cost-2': string;
1504
+ 'increase-free-file-per-day-button': string;
1505
+ 'decrease-daily-file-cost': string;
1506
+ 'max-storage-size': string;
1507
+ 'max-file-size': string;
1508
+ 'max-thumbnail-per-file': string;
1509
+ };
1510
+ monitor: {
1511
+ 'max-store-entry': string;
1512
+ 'max-cron-task': string;
1513
+ };
1514
+ };
1515
+ collection: {
1516
+ 'info-box': {
1517
+ 'helper-1': string;
1518
+ 'helper-2': string;
1519
+ extra: string;
1520
+ 'helper-source': string;
1521
+ 'save-modal': {
1522
+ title: string;
1523
+ 'download-button': string;
1524
+ 'save-cloud-button': string;
1525
+ };
1526
+ };
1527
+ };
1528
+ transactions: {
1529
+ 'gift-code': string;
1530
+ 'subscription-create': string;
1531
+ 'subscription-renew': string;
1532
+ 'subscription-upgrade': string;
1533
+ 'subscription-downgrade': string;
1534
+ 'subscription-refund': string;
1535
+ other: string;
1536
+ 'signup-sponsor': string;
1537
+ 'signup-sponsored': string;
1538
+ 'credit-purchase': string;
1539
+ 'credit-purchase-refund': string;
1540
+ };
1541
+ modal: {
1542
+ confirm: string;
1543
+ save: string;
1544
+ cancel: string;
1545
+ 'confirm-modal': {
1546
+ title: string;
1547
+ };
1548
+ 'outside-app-redirection-modal': {
1549
+ title: string;
1550
+ description: string;
1551
+ 'information-alert': string;
1552
+ question: string;
1553
+ confirm: string;
1554
+ cancel: string;
1555
+ };
1556
+ };
1557
+ };
1558
+ en: {
1559
+ general: {
1560
+ 'unknown-error': string;
1561
+ 'not-implemented-yet': string;
1562
+ 'session-expired': string;
1563
+ 'click-to-copy': string;
1564
+ open: string;
1565
+ delete: string;
1566
+ optional: string;
1567
+ refresh: string;
1568
+ 'please-wait': string;
1569
+ 'rows-per-page': string;
1570
+ 'rows-selected': string;
1571
+ };
1572
+ login: {
1573
+ 'wrong-credentials': string;
1574
+ 'forgotten-password': string;
1575
+ 'sign-up': string;
1576
+ 'fields-label': {
1577
+ email: string;
1578
+ password: string;
1579
+ };
1580
+ 'connect-button': string;
1581
+ 'connect-with-discord': string;
1582
+ 'resend-email-verification': string;
1583
+ 'email-verification-sent': string;
1584
+ 'go-back-to-login': string;
1585
+ 'reset-password': {
1586
+ 'email-not-verified': string;
1587
+ 'send-reset-password': string;
1588
+ 'password-reset': string;
1589
+ 'password-reset-button': string;
1590
+ };
1591
+ };
1592
+ 'sign-up': {
1593
+ 'password-confirmation-error': string;
1594
+ 'email-already-exist': string;
1595
+ 'fields-label': {
1596
+ 'password-confirmation': string;
1597
+ };
1598
+ login: string;
1599
+ 'sign-up-button': string;
1600
+ success: {
1601
+ helper: string;
1602
+ 'no-mail-received': string;
1603
+ };
1604
+ };
1605
+ 'already-connected': {
1606
+ 'connected-as': string;
1607
+ 'confirm-button': string;
1608
+ 'change-account': string;
1609
+ };
1610
+ dashboard: {
1611
+ 'open-ticket-helper': string;
1612
+ 'open-ticket-helper-2': string;
1613
+ 'search-bar': string;
1614
+ 'empty-table': string;
1615
+ navigation: {
1616
+ select: {
1617
+ label: string;
1618
+ };
1619
+ dashboard: string;
1620
+ applications: string;
1621
+ settings: string;
1622
+ forms: string;
1623
+ services: string;
1624
+ billing: string;
1625
+ documentation: string;
1626
+ permissions: string;
1627
+ subtitle: string;
1628
+ 'user-services': string;
1629
+ projects: string;
1630
+ others: string;
1631
+ };
1632
+ menu: {
1633
+ services: {
1634
+ title: string;
1635
+ crypt: string;
1636
+ cloud: string;
1637
+ memories: string;
1638
+ banking: string;
1639
+ spotlight: string;
1640
+ form: string;
1641
+ };
1642
+ dashboard: {
1643
+ title: string;
1644
+ crypt: string;
1645
+ projects: {
1646
+ title: string;
1647
+ helper: string;
1648
+ };
1649
+ discord: string;
1650
+ };
1651
+ account: {
1652
+ title: string;
1653
+ 'my-account': string;
1654
+ ticket: string;
1655
+ billing: string;
1656
+ };
1657
+ logout: string;
1658
+ };
1659
+ 'no-subscription': string;
1660
+ notification: {
1661
+ 'no-notification': string;
1662
+ 'see-all-button': string;
1663
+ };
1664
+ main: {
1665
+ 'no-application-info-box': string;
1666
+ 'create-first-application-button': string;
1667
+ services: {
1668
+ 'not-activated': string;
1669
+ activated: string;
1670
+ down: string;
1671
+ 'enable-button': string;
1672
+ 'open-service-button': string;
1673
+ toast: {
1674
+ 'service-activated': string;
1675
+ };
1676
+ type: {
1677
+ developer: {
1678
+ description: string;
1679
+ };
1680
+ customer: {
1681
+ description: string;
1682
+ };
1683
+ both: {
1684
+ description: string;
1685
+ };
1686
+ };
1687
+ };
1688
+ 'gift-code': {
1689
+ title: string;
1690
+ 'activation-button': string;
1691
+ 'activation-error': string;
1692
+ placeholder: string;
1693
+ };
1694
+ };
1695
+ project: {
1696
+ owner: string;
1697
+ invited: string;
1698
+ refresh: string;
1699
+ 'project-count': string;
1700
+ 'max-project-count': string;
1701
+ 'see-subscription': string;
1702
+ 'project-name': string;
1703
+ role: string;
1704
+ loading: string;
1705
+ status: {
1706
+ ACTIVE: string;
1707
+ INACTIVE: string;
1708
+ ARCHIVED: string;
1709
+ };
1710
+ card: {
1711
+ members: string;
1712
+ services: string;
1713
+ 'created-at': string;
1714
+ };
1715
+ settings: {
1716
+ title: string;
1717
+ delete: string;
1718
+ leave: string;
1719
+ 'helper-notification': string;
1720
+ 'helper-owner': string;
1721
+ 'delete-modal': {
1722
+ title: string;
1723
+ helper: string;
1724
+ 'helper-spotlight': string;
1725
+ 'spotlight-project-error': string;
1726
+ 'helper-form': string;
1727
+ 'form-error': string;
1728
+ };
1729
+ 'info-helper': {
1730
+ title: string;
1731
+ 'project-id': string;
1732
+ };
1733
+ };
1734
+ billing: {
1735
+ title: string;
1736
+ };
1737
+ 'no-project': {
1738
+ 'info-box': {
1739
+ title: string;
1740
+ 'part-1': {
1741
+ title: string;
1742
+ 'helper-1': string;
1743
+ 'helper-2': string;
1744
+ };
1745
+ 'part-2': {
1746
+ title: string;
1747
+ 'helper-1': string;
1748
+ 'helper-2': string;
1749
+ };
1750
+ };
1751
+ 'create-first-project-button': string;
1752
+ 'create-first-project-helper': string;
1753
+ helper: string;
1754
+ 'create-project-button': string;
1755
+ 'application-of-project': string;
1756
+ 'no-application': string;
1757
+ };
1758
+ 'stats-card': {
1759
+ total: string;
1760
+ owned: string;
1761
+ invited: string;
1762
+ remaining: string;
1763
+ };
1764
+ filters: {
1765
+ title: string;
1766
+ all: string;
1767
+ 'view-mode': string;
1768
+ 'order-by': string;
1769
+ name: string;
1770
+ showing: string;
1771
+ };
1772
+ 'create-project': {
1773
+ title: string;
1774
+ fields: {
1775
+ name: string;
1776
+ description: string;
1777
+ status: string;
1778
+ };
1779
+ };
1780
+ permissions: {
1781
+ title: string;
1782
+ 'no-user-permission': string;
1783
+ helper: string;
1784
+ 'no-permission': string;
1785
+ 'invite-user-button': string;
1786
+ 'create-api-key-button': string;
1787
+ 'member-since': string;
1788
+ tabs: {
1789
+ all: string;
1790
+ user: string;
1791
+ 'api-key': string;
1792
+ };
1793
+ 'invite-user-modal': {
1794
+ title: string;
1795
+ fields: {
1796
+ email: string;
1797
+ name: string;
1798
+ description: string;
1799
+ };
1800
+ helper: string;
1801
+ 'helper-new-user': string;
1802
+ confirm: string;
1803
+ 'confirm-new-user': string;
1804
+ 'success-new-user': string;
1805
+ };
1806
+ 'create-api-key-modal': {
1807
+ title: string;
1808
+ 'title-update': string;
1809
+ 'title-update-user': string;
1810
+ fields: {
1811
+ name: string;
1812
+ description: string;
1813
+ };
1814
+ };
1815
+ 'no-comment': string;
1816
+ inactive: string;
1817
+ tooltip: {
1818
+ delete: string;
1819
+ edit: string;
1820
+ 'set-ownership': string;
1821
+ 'reset-api-key': string;
1822
+ 'copy-api-key': string;
1823
+ };
1824
+ 'helper-1': string;
1825
+ 'helper-2': string;
1826
+ 'warning-delete': string;
1827
+ 'warning-delete-2': string;
1828
+ 'project-permission': string;
1829
+ 'application-permission': string;
1830
+ 'no-application': string;
1831
+ project: {
1832
+ 'full-access': string;
1833
+ 'project-update': string;
1834
+ 'project-notification': string;
1835
+ 'project-access-read': string;
1836
+ 'project-access-create': string;
1837
+ 'project-access-delete': string;
1838
+ 'project-access-update': string;
1839
+ 'project-access-reset-api-key': string;
1840
+ 'application-create': string;
1841
+ 'application-update': string;
1842
+ 'application-delete': string;
1843
+ };
1844
+ application: {
1845
+ 'full-access': string;
1846
+ 'monitor-full-access': string;
1847
+ 'monitor-read': string;
1848
+ 'monitor-reset-secret-publish-token': string;
1849
+ 'monitor-log-read': string;
1850
+ 'monitor-stats-read': string;
1851
+ 'monitor-cron-task-read': string;
1852
+ 'monitor-cron-task-create': string;
1853
+ 'monitor-cron-task-delete': string;
1854
+ 'monitor-cron-task-update': string;
1855
+ 'monitor-cron-task-regenerate-secret': string;
1856
+ 'monitor-cron-task-trigger': string;
1857
+ 'monitor-store-read': string;
1858
+ 'monitor-store-update': string;
1859
+ 'monitor-store-delete': string;
1860
+ 'monitor-store-create': string;
1861
+ 'storage-full-access': string;
1862
+ 'storage-read': string;
1863
+ 'storage-file-read': string;
1864
+ 'storage-file-pre-sign-url': string;
1865
+ 'storage-file-crypt': string;
1866
+ 'storage-file-update': string;
1867
+ 'storage-file-delete': string;
1868
+ 'storage-file-duplicate': string;
1869
+ 'storage-file-archive': string;
1870
+ 'storage-file-public-access': string;
1871
+ 'storage-file-thumbnail-read': string;
1872
+ 'storage-file-thumbnail-delete': string;
1873
+ 'storage-file-thumbnail-update': string;
1874
+ 'storage-file-thumbnail-write': string;
1875
+ 'storage-webhook-read': string;
1876
+ 'storage-webhook-create': string;
1877
+ 'storage-webhook-update': string;
1878
+ 'storage-webhook-delete': string;
1879
+ 'storage-webhook-reset-secret': string;
1880
+ 'storage-webhook-history-read': string;
1881
+ };
1882
+ };
1883
+ };
1884
+ crypt: {
1885
+ subtitle: string;
1886
+ encrypt: string;
1887
+ decrypt: string;
1888
+ count: string;
1889
+ 'count-helper': string;
1890
+ 'cryption-table': {
1891
+ fields: {
1892
+ id: string;
1893
+ type: string;
1894
+ algorithm: string;
1895
+ size: string;
1896
+ 'started-at': string;
1897
+ 'ended-at': string;
1898
+ 'created-at': string;
1899
+ };
1900
+ };
1901
+ 'open-button': string;
1902
+ };
1903
+ notifications: {
1904
+ title: string;
1905
+ 'new-notifications': string;
1906
+ 'notifications-card-list': {
1907
+ 'no-element': string;
1908
+ };
1909
+ };
1910
+ 'my-account': {
1911
+ settings: string;
1912
+ profile: {
1913
+ title: string;
1914
+ alias: string;
1915
+ email: string;
1916
+ phone: string;
1917
+ name: string;
1918
+ familyName: string;
1919
+ placeholder: {
1920
+ phone: string;
1921
+ name: string;
1922
+ familyName: string;
1923
+ };
1924
+ picture: {
1925
+ title: string;
1926
+ 'change-button': string;
1927
+ 'file-too-big': string;
1928
+ 'max-file-size': string;
1929
+ };
1930
+ };
1931
+ sponsorship: {
1932
+ title: string;
1933
+ 'qrcode-button': string;
1934
+ 'sponsorship-link': string;
1935
+ or: string;
1936
+ helper: string;
1937
+ transactions: {
1938
+ title: string;
1939
+ total: string;
1940
+ 'total-credit': string;
1941
+ 'no-transactions': string;
1942
+ };
1943
+ 'sponsored-users': {
1944
+ title: string;
1945
+ 'total-sponsored': string;
1946
+ verified: string;
1947
+ 'not-verified': string;
1948
+ };
1949
+ form: {
1950
+ title: string;
1951
+ label: string;
1952
+ button: string;
1953
+ 'success-toast': string;
1954
+ };
1955
+ };
1956
+ password: {
1957
+ title: string;
1958
+ password: string;
1959
+ 'password-confirmation': string;
1960
+ 'last-change': string;
1961
+ };
1962
+ 'save-button': string;
1963
+ 'delete-button': string;
1964
+ tabs: {
1965
+ general: string;
1966
+ projects: string;
1967
+ connection: string;
1968
+ settings: string;
1969
+ };
1970
+ connection: {
1971
+ 'connected-account': string;
1972
+ 'connect-button': string;
1973
+ };
1974
+ preference: {
1975
+ title: string;
1976
+ helper: string;
1977
+ language: string;
1978
+ 'language-title': string;
1979
+ 'language-helper': string;
1980
+ languages: {
1981
+ en: string;
1982
+ fr: string;
1983
+ };
1984
+ currency: {
1985
+ title: string;
1986
+ helper: string;
1987
+ 'currency-title': string;
1988
+ values: {
1989
+ EUR: string;
1990
+ USD: string;
1991
+ GBP: string;
1992
+ JPY: string;
1993
+ CNY: string;
1994
+ CHF: string;
1995
+ };
1996
+ };
1997
+ newsletter: {
1998
+ 'newsletter-title': string;
1999
+ 'newsletter-helper': string;
2000
+ label: string;
2001
+ helper: string;
2002
+ 'unsubscribe-confirm': string;
2003
+ };
2004
+ };
2005
+ };
2006
+ ticket: {
2007
+ 'create-ticket': {
2008
+ title: string;
2009
+ fields: {
2010
+ title: string;
2011
+ service: string;
2012
+ category: string;
2013
+ };
2014
+ category: {
2015
+ billing: string;
2016
+ bug: string;
2017
+ 'help-package-api': string;
2018
+ other: string;
2019
+ partnership: string;
2020
+ 'project-financing': string;
2021
+ 'account-management': string;
2022
+ report: string;
2023
+ };
2024
+ 'create-button': string;
2025
+ 'attachment-filtered': string;
2026
+ 'join-file': string;
2027
+ 'max-file-size': string;
2028
+ 'info-box': {
2029
+ title: string;
2030
+ 'helper-1': string;
2031
+ 'helper-2': string;
2032
+ 'helper-3': string;
2033
+ 'helper-4': string;
2034
+ };
2035
+ helper: {
2036
+ 'get-financed': string;
2037
+ 'get-financed-button': string;
2038
+ 'project-financing': {
2039
+ 'helper-1': string;
2040
+ 'helper-2': string;
2041
+ 'helper-3': string;
2042
+ 'helper-4': string;
2043
+ };
2044
+ 'account-management': {
2045
+ 'helper-1': string;
2046
+ };
2047
+ };
2048
+ };
2049
+ 'info-box': {
2050
+ title: string;
2051
+ 'helper-1': string;
2052
+ 'helper-2': string;
2053
+ 'open-ticket': string;
2054
+ };
2055
+ 'no-ticket': string;
2056
+ state: {
2057
+ open: string;
2058
+ close: string;
2059
+ };
2060
+ 'open-ticket': string;
2061
+ 'send-message-button': string;
2062
+ 're-open-ticket-on-send-message': string;
2063
+ 'join-discord-button': string;
2064
+ };
2065
+ billing: {
2066
+ title: string;
2067
+ table: {
2068
+ title: string;
2069
+ 'no-element': string;
2070
+ };
2071
+ reduction: string;
2072
+ 'buy-button': string;
2073
+ 'free-pick': string;
2074
+ credit: string;
2075
+ 'amount-credit': string;
2076
+ 'no-payment-method': string;
2077
+ 'buy-credit-button': string;
2078
+ 'user-credit': string;
2079
+ product: {
2080
+ credit: string;
2081
+ };
2082
+ 'see-receipt': string;
2083
+ subscription: {
2084
+ 'link-button': string;
2085
+ title: string;
2086
+ 'project-title': string;
2087
+ 'choose-subscription': string;
2088
+ 'current-subscription': {
2089
+ 'no-subscription': string;
2090
+ 'running-subscription': string;
2091
+ level: string;
2092
+ 'end-date': string;
2093
+ price: string;
2094
+ 'credit-per-month': string;
2095
+ 'subscribe-now': string;
2096
+ };
2097
+ 'how-to-upgrade': {
2098
+ title: string;
2099
+ 'helper-1': string;
2100
+ 'helper-2': string;
2101
+ };
2102
+ cards: {
2103
+ 'subheader-1': string;
2104
+ 'subheader-2': string;
2105
+ config: {
2106
+ 'no-limit': string;
2107
+ yes: string;
2108
+ no: string;
2109
+ abyss: {
2110
+ 'max-number-of-project': {
2111
+ title: string;
2112
+ value: string;
2113
+ };
2114
+ };
2115
+ 'abyss-cloud': {
2116
+ 'max-number-of-cloud': {
2117
+ title: string;
2118
+ value: string;
2119
+ };
2120
+ 'max-storage-size-go': {
2121
+ title: string;
2122
+ value: string;
2123
+ };
2124
+ 'max-cloud-share': {
2125
+ title: string;
2126
+ value: string;
2127
+ };
2128
+ };
2129
+ 'abyss-crypt': {
2130
+ 'max-file-size-mo': {
2131
+ title: string;
2132
+ value: string;
2133
+ };
2134
+ };
2135
+ 'abyss-memories': {
2136
+ 'max-member-per-event': {
2137
+ title: string;
2138
+ value: string;
2139
+ };
2140
+ };
2141
+ 'abyss-form': {
2142
+ 'max-document-per-form': {
2143
+ title: string;
2144
+ value: string;
2145
+ };
2146
+ 'max-document-size-mo': {
2147
+ title: string;
2148
+ value: string;
2149
+ };
2150
+ 'max-submission-per-form-per-day': {
2151
+ title: string;
2152
+ value: string;
2153
+ };
2154
+ 'max-submission-per-form': {
2155
+ title: string;
2156
+ value: string;
2157
+ };
2158
+ 'allow-submission-document': {
2159
+ title: string;
2160
+ value: string;
2161
+ };
2162
+ };
2163
+ 'abyss-storage': {
2164
+ 'max-file-size-mo': {
2165
+ title: string;
2166
+ value: string;
2167
+ };
2168
+ 'max-storage-size-go': {
2169
+ title: string;
2170
+ value: string;
2171
+ };
2172
+ 'max-thumbnail-per-file': {
2173
+ title: string;
2174
+ value: string;
2175
+ };
2176
+ 'max-pre-sign-url-per-hour': {
2177
+ title: string;
2178
+ value: string;
2179
+ };
2180
+ 'free-file-per-day': {
2181
+ title: string;
2182
+ value: string;
2183
+ };
2184
+ 'credit-per-file-per-day': {
2185
+ title: string;
2186
+ value: string;
2187
+ };
2188
+ };
2189
+ 'abyss-monitor': {
2190
+ 'max-cron-task': {
2191
+ title: string;
2192
+ value: string;
2193
+ };
2194
+ 'log-history-days': {
2195
+ title: string;
2196
+ value: string;
2197
+ };
2198
+ 'stats-history-days': {
2199
+ title: string;
2200
+ value: string;
2201
+ };
2202
+ 'max-store-entry': {
2203
+ title: string;
2204
+ value: string;
2205
+ };
2206
+ };
2207
+ };
2208
+ 'owned-subscription-button': string;
2209
+ 'get-subscription-button': string;
2210
+ 'tooltip-storage-1': string;
2211
+ 'tooltip-storage-2': string;
2212
+ 'tooltip-storage-calculate': string;
2213
+ 'open-subscription-documentation-button': string;
2214
+ modal: {
2215
+ calculate: {
2216
+ title: string;
2217
+ fields: {
2218
+ level: {
2219
+ name: string;
2220
+ helper: string;
2221
+ };
2222
+ 'amount-file': {
2223
+ name: string;
2224
+ };
2225
+ };
2226
+ cost: string;
2227
+ };
2228
+ };
2229
+ };
2230
+ 'auto-renew': string;
2231
+ 'auto-renew-tooltip': string;
2232
+ 'auto-renew-project': string;
2233
+ };
2234
+ 'ask-financing': {
2235
+ title: string;
2236
+ 'helper-1': string;
2237
+ 'helper-2': string;
2238
+ 'confirm-button': string;
2239
+ };
2240
+ };
2241
+ applications: {
2242
+ navigation: {
2243
+ select: {
2244
+ label: string;
2245
+ };
2246
+ menu: {
2247
+ dashboard: string;
2248
+ 'abyss-status': string;
2249
+ logs: string;
2250
+ 'cron-task': string;
2251
+ stats: string;
2252
+ endpoint: string;
2253
+ store: string;
2254
+ event: string;
2255
+ 'file-manager': string;
2256
+ 'webhook-manager': string;
2257
+ documentation: string;
2258
+ };
2259
+ };
2260
+ 'no-application': string;
2261
+ title: string;
2262
+ 'no-current-application': string;
2263
+ 'unable-to-activate': string;
2264
+ 'no-enabled-service': string;
2265
+ 'enabled-service': string;
2266
+ 'select-application': string;
2267
+ 'create-form': {
2268
+ title: string;
2269
+ 'service-activation-helper': string;
2270
+ 'app-id': string;
2271
+ fields: {
2272
+ name: {
2273
+ label: string;
2274
+ };
2275
+ description: {
2276
+ label: string;
2277
+ };
2278
+ };
2279
+ 'confirm-button': string;
2280
+ 'update-confirm-button': string;
2281
+ };
2282
+ 'info-helper': {
2283
+ 'application-id': string;
2284
+ };
2285
+ 'new-application-button': string;
2286
+ 'new-application-helper': string;
2287
+ settings: {
2288
+ title: string;
2289
+ };
2290
+ 'first-application-config': {
2291
+ title: string;
2292
+ 'helper-question-1': string;
2293
+ 'helper-answer-1': string;
2294
+ 'helper-answer-1-bis': string;
2295
+ 'helper-monitor': {
2296
+ title: string;
2297
+ 'helper-1': string;
2298
+ 'helper-2': string;
2299
+ };
2300
+ 'helper-storage': {
2301
+ title: string;
2302
+ 'helper-1': string;
2303
+ 'helper-2': string;
2304
+ };
2305
+ 'get-more-details': string;
2306
+ 'confirm-button': string;
2307
+ };
2308
+ };
2309
+ 'ask-newsletter': {
2310
+ title: string;
2311
+ helper: string;
2312
+ 'join-button': string;
2313
+ 'helper-2': string;
2314
+ 'helper-3': string;
2315
+ };
2316
+ 'join-newsletter': {
2317
+ title: string;
2318
+ helper: string;
2319
+ 'helper-2': string;
2320
+ 'profile-button': string;
2321
+ 'subscribe-confirm': string;
2322
+ 'email-field': string;
2323
+ 'join-button': string;
2324
+ 'access-application': string;
2325
+ };
2326
+ storage: {
2327
+ metrics: {
2328
+ title: string;
2329
+ 'helper-1': string;
2330
+ 'title-2': string;
2331
+ 'free-space': string;
2332
+ 'refresh-button': string;
2333
+ 'total-file': string;
2334
+ 'pre-sign-url': string;
2335
+ 'pre-sign-url-per-hour': string;
2336
+ };
2337
+ 'preview-subscription': {
2338
+ title: string;
2339
+ helper: string;
2340
+ cost: string;
2341
+ 'price-per-file': string;
2342
+ 'free-file': string;
2343
+ tooltip: string;
2344
+ 'current-helper': string;
2345
+ };
2346
+ 'file-manager': {
2347
+ 'update-file-custom-public-access-id-error': string;
2348
+ 'update-file-custom-public-access-id-success': string;
2349
+ 'update-file-name-error': string;
2350
+ 'update-file-name-success': string;
2351
+ 'update-file-bucket-error': string;
2352
+ 'update-file-bucket-success': string;
2353
+ 'update-tag-error': string;
2354
+ 'update-tag-success': string;
2355
+ 'update-file-password-error': string;
2356
+ 'update-file-password-success': string;
2357
+ 'unset-file-public-access-error': string;
2358
+ 'unset-file-public-access-success': string;
2359
+ 'reset-file-public-access-error': string;
2360
+ 'reset-file-public-access-success': string;
2361
+ 'delete-file-error': string;
2362
+ 'delete-file-success': string;
2363
+ 'delete-multiple-file-error': string;
2364
+ 'delete-multiple-file-success': string;
2365
+ 'upload-file-error': string;
2366
+ 'file-too-big': string;
2367
+ 'some-file-too-big': string;
2368
+ 'max-file-size': string;
2369
+ 'confirm-user-file-deletion': string;
2370
+ 'confirm-user-multiple-file-deletion': string;
2371
+ title: string;
2372
+ 'copy-public-access-url': string;
2373
+ 'copy-custom-public-access-url': string;
2374
+ actions: {
2375
+ 'update-bucket-helper': string;
2376
+ 'update-bucket-button': string;
2377
+ 'update-bucket-placeholder': string;
2378
+ 'delete-button-tooltip': string;
2379
+ 'update-bucket-success': string;
2380
+ 'info-created-at': string;
2381
+ 'info-updated-at': string;
2382
+ };
2383
+ filter: {
2384
+ name: string;
2385
+ id: string;
2386
+ 'public-access-id': string;
2387
+ bucket: string;
2388
+ tags: string;
2389
+ };
2390
+ fields: {
2391
+ id: string;
2392
+ name: string;
2393
+ 'public-access-key': string;
2394
+ 'public-access-password': string;
2395
+ 'custom-public-access-id': string;
2396
+ size: string;
2397
+ algorithm: string;
2398
+ 'updated-at': string;
2399
+ 'created-at': string;
2400
+ scopes: string;
2401
+ tags: string;
2402
+ bucket: string;
2403
+ };
2404
+ bucket: {
2405
+ title: string;
2406
+ loading: string;
2407
+ 'helper-api': string;
2408
+ helper: string;
2409
+ 'no-element': string;
2410
+ 'delete-button-tooltip': string;
2411
+ 'delete-bucket-error': string;
2412
+ 'delete-bucket-success': string;
2413
+ 'update-bucket-success': string;
2414
+ 'update-bucket-tooltip': string;
2415
+ };
2416
+ 'import-button': string;
2417
+ 'import-file-button': string;
2418
+ 'import-url-button': string;
2419
+ 'import-cloud-button': string;
2420
+ 'import-collection-button': string;
2421
+ 'import-url-label': string;
2422
+ 'import-success': string;
2423
+ thumbnail: {
2424
+ 'add-button': string;
2425
+ title: string;
2426
+ 'delete-button': string;
2427
+ 'confirm-user-file-thumbnail-deletion': string;
2428
+ 'confirm-user-file-thumbnail-deletion-all': string;
2429
+ 'delete-file-thumbnail-error': string;
2430
+ 'generate-file-thumbnail-error': string;
2431
+ 'update-file-thumbnail-error': string;
2432
+ 'update-file-thumbnail-success': string;
2433
+ 'generate-file-thumbnail-tooltip': string;
2434
+ 'regenerate-file-thumbnail-public-access': string;
2435
+ 'copy-public-access-url': string;
2436
+ 'enable-public-access': string;
2437
+ 'disable-public-access': string;
2438
+ 'generate-button': string;
2439
+ 'delete-all-thumbnail-tooltip': string;
2440
+ 'public-access-key': string;
2441
+ 'custom-public-access-id': string;
2442
+ 'set-custom-public-access-id': string;
2443
+ 'no-thumbnail': string;
2444
+ 'no-thumbnail-helper': string;
2445
+ resolution: string;
2446
+ size: string;
2447
+ 'custom-public-access-id-helper': string;
2448
+ 'generate-thumbnail-modal': {
2449
+ title: string;
2450
+ fields: {
2451
+ name: string;
2452
+ 'custom-public-access-id': string;
2453
+ resolution: string;
2454
+ resolutionX: string;
2455
+ resolutionY: string;
2456
+ };
2457
+ };
2458
+ 'update-thumbnail-modal': {
2459
+ title: string;
2460
+ fields: {
2461
+ name: string;
2462
+ 'custom-public-access-id': string;
2463
+ resolutionX: string;
2464
+ resolutionY: string;
2465
+ };
2466
+ };
2467
+ };
2468
+ };
2469
+ 'webhook-manager': {
2470
+ title: string;
2471
+ helper: string;
2472
+ 'helper-button': string;
2473
+ 'confirm-deletion': string;
2474
+ 'delete-webhook-error': string;
2475
+ 'update-webhook-error': string;
2476
+ 'copy-url': string;
2477
+ 'copy-secret': string;
2478
+ 'reset-secret': string;
2479
+ 'reset-secret-confirm': string;
2480
+ fields: {
2481
+ id: string;
2482
+ name: string;
2483
+ description: string;
2484
+ 'is-enabled': string;
2485
+ 'webhook-url': string;
2486
+ 'created-at': string;
2487
+ };
2488
+ 'create-webhook-modal': {
2489
+ title: string;
2490
+ fields: {
2491
+ name: string;
2492
+ description: string;
2493
+ 'webhook-url': string;
2494
+ 'is-enabled': string;
2495
+ };
2496
+ };
2497
+ history: {
2498
+ title: string;
2499
+ 'empty-row': string;
2500
+ loading: string;
2501
+ fields: {
2502
+ id: string;
2503
+ 'group-id': string;
2504
+ type: string;
2505
+ 'response-code': string;
2506
+ 'send-at': string;
2507
+ 'created-at': string;
2508
+ };
2509
+ };
2510
+ };
2511
+ };
2512
+ monitor: {
2513
+ dashboard: {
2514
+ metrics: {
2515
+ logs: {
2516
+ title: string;
2517
+ };
2518
+ stats: {
2519
+ title: string;
2520
+ };
2521
+ 'cron-tasks': {
2522
+ title: string;
2523
+ };
2524
+ 'last-stats': {
2525
+ cpu: string;
2526
+ ram: string;
2527
+ };
2528
+ };
2529
+ };
2530
+ 'secret-publish-token': {
2531
+ title: string;
2532
+ 'helper-1': string;
2533
+ 'helper-2': string;
2534
+ 'helper-3': string;
2535
+ 'copy-button': string;
2536
+ 'reset-button': string;
2537
+ };
2538
+ logs: {
2539
+ 'subscription-title': string;
2540
+ 'subscription-subheader': string;
2541
+ 'subscription-helper': string;
2542
+ 'subscription-helper-no-limit': string;
2543
+ 'subscription-helper-button': string;
2544
+ 'most-recent-error': string;
2545
+ header: {
2546
+ title: string;
2547
+ cards: {
2548
+ logs: {
2549
+ title: string;
2550
+ helper: string;
2551
+ };
2552
+ stats: {
2553
+ title: string;
2554
+ helper: string;
2555
+ };
2556
+ 'cron-tasks': {
2557
+ title: string;
2558
+ helper: string;
2559
+ };
2560
+ 'last-stats': {
2561
+ title: string;
2562
+ cpu: string;
2563
+ ram: string;
2564
+ };
2565
+ };
2566
+ 'open-logs-button': string;
2567
+ 'no-logs': string;
2568
+ 'no-logs-helper': string;
2569
+ 'setup-logs': string;
2570
+ };
2571
+ card: {
2572
+ 'open-full-screen-button': string;
2573
+ 'close-full-screen-button': string;
2574
+ 'load-more': string;
2575
+ helper: string;
2576
+ filter: {
2577
+ message: {
2578
+ placeholder: string;
2579
+ tooltip: string;
2580
+ };
2581
+ 'request-id': {
2582
+ placeholder: string;
2583
+ tooltip: string;
2584
+ };
2585
+ 'process-id': {
2586
+ placeholder: string;
2587
+ tooltip: string;
2588
+ };
2589
+ level: {
2590
+ label: string;
2591
+ };
2592
+ title: {
2593
+ placeholder: string;
2594
+ tooltip: string;
2595
+ };
2596
+ context: {
2597
+ placeholder: string;
2598
+ tooltip: string;
2599
+ };
2600
+ scenario: {
2601
+ placeholder: string;
2602
+ tooltip: string;
2603
+ };
2604
+ 'start-date': {
2605
+ label: string;
2606
+ };
2607
+ 'end-date': {
2608
+ label: string;
2609
+ };
2610
+ period: {
2611
+ 'last-7-days': string;
2612
+ 'last-30-days': string;
2613
+ 'last-60-days': string;
2614
+ 'from-start-month': string;
2615
+ 'from-start-year': string;
2616
+ };
2617
+ pagination: {
2618
+ increase: string;
2619
+ decrease: string;
2620
+ };
2621
+ 'deep-search-button': string;
2622
+ };
2623
+ console: {
2624
+ 'tooltip-api': string;
2625
+ 'display-details-helper': string;
2626
+ };
2627
+ };
2628
+ details: {
2629
+ 'not-found': string;
2630
+ 'stack-tooltip': string;
2631
+ };
2632
+ };
2633
+ stats: {
2634
+ 'subscription-title': string;
2635
+ 'subscription-subheader': string;
2636
+ 'subscription-helper': string;
2637
+ 'subscription-helper-no-limit': string;
2638
+ 'subscription-helper-button': string;
2639
+ 'no-history': string;
2640
+ header: {
2641
+ title: string;
2642
+ lines: {
2643
+ cpu: {
2644
+ 'text-percent': string;
2645
+ 'text-value': string;
2646
+ };
2647
+ ram: {
2648
+ 'text-percent': string;
2649
+ 'text-value': string;
2650
+ };
2651
+ disk: {
2652
+ 'text-percent': string;
2653
+ 'text-value': string;
2654
+ };
2655
+ never: string;
2656
+ };
2657
+ 'start-date': {
2658
+ label: string;
2659
+ };
2660
+ 'end-date': {
2661
+ label: string;
2662
+ };
2663
+ 'no-logs': string;
2664
+ 'display-percent': string;
2665
+ };
2666
+ type: {
2667
+ cpu: string;
2668
+ ram: string;
2669
+ disk: string;
2670
+ };
2671
+ table: {
2672
+ 'refresh-button': string;
2673
+ fields: {
2674
+ id: string;
2675
+ type: string;
2676
+ value: string;
2677
+ 'percent-value': string;
2678
+ 'process-id': string;
2679
+ 'date-value': string;
2680
+ };
2681
+ };
2682
+ };
2683
+ 'cron-task': {
2684
+ title: string;
2685
+ subtitle: string;
2686
+ 'info-box': string;
2687
+ helper: string;
2688
+ 'helper-button': string;
2689
+ 'no-cron-task': string;
2690
+ 'open-create-modal': string;
2691
+ 'trigger-button': string;
2692
+ 'creation-modal': {
2693
+ title: string;
2694
+ helper: string;
2695
+ fields: {
2696
+ name: string;
2697
+ description: string;
2698
+ 'webhook-url': string;
2699
+ 'schedule-configuration': string;
2700
+ 'is-active': string;
2701
+ };
2702
+ };
2703
+ card: {
2704
+ 'created-at': string;
2705
+ destination: string;
2706
+ state: string;
2707
+ menu: {
2708
+ 'copy-secret': string;
2709
+ 'reset-secret': string;
2710
+ };
2711
+ tooltips: {
2712
+ run: string;
2713
+ delete: string;
2714
+ edit: string;
2715
+ details: string;
2716
+ };
2717
+ };
2718
+ details: {
2719
+ 'history-title': string;
2720
+ fields: {
2721
+ id: string;
2722
+ 'start-date': string;
2723
+ 'request-id': string;
2724
+ status: string;
2725
+ date: string;
2726
+ };
2727
+ };
2728
+ 'limit-cron-task': string;
2729
+ 'helper-subscription': string;
2730
+ 'helper-no-cron-task-subscription': string;
2731
+ };
2732
+ store: {
2733
+ title: string;
2734
+ helper: string;
2735
+ 'open-create-modal': string;
2736
+ 'creation-modal': {
2737
+ title: string;
2738
+ fields: {
2739
+ name: string;
2740
+ value: string;
2741
+ 'expire-at': string;
2742
+ 'is-active': string;
2743
+ slug: string;
2744
+ };
2745
+ 'error-slug-already-exist': string;
2746
+ };
2747
+ table: {
2748
+ 'filter-title': string;
2749
+ filter: {
2750
+ id: string;
2751
+ name: string;
2752
+ slug: string;
2753
+ };
2754
+ fields: {
2755
+ id: string;
2756
+ name: string;
2757
+ value: string;
2758
+ 'expire-at': string;
2759
+ 'count-access': string;
2760
+ slug: string;
2761
+ 'is-active': string;
2762
+ active: string;
2763
+ inactive: string;
2764
+ 'updated-at': string;
2765
+ 'created-at': string;
2766
+ };
2767
+ 'tooltip-copy-id': string;
2768
+ };
2769
+ 'confirm-deletion': string;
2770
+ };
2771
+ endpoint: {
2772
+ 'endpoint-history': string;
2773
+ fields: {
2774
+ 'request-id': string;
2775
+ method: string;
2776
+ controller: string;
2777
+ route: string;
2778
+ 'response-code': string;
2779
+ 'response-time': string;
2780
+ date: string;
2781
+ };
2782
+ header: {
2783
+ cards: {
2784
+ request: {
2785
+ title: string;
2786
+ helper: string;
2787
+ };
2788
+ 'server-error': {
2789
+ title: string;
2790
+ helper: string;
2791
+ };
2792
+ 'response-time': {
2793
+ title: string;
2794
+ helper: string;
2795
+ };
2796
+ upload: {
2797
+ title: string;
2798
+ helper: string;
2799
+ tooltip: string;
2800
+ };
2801
+ download: {
2802
+ title: string;
2803
+ helper: string;
2804
+ tooltip: string;
2805
+ };
2806
+ };
2807
+ 'open-logs-button': string;
2808
+ 'no-logs': string;
2809
+ 'setup-logs': string;
2810
+ labels: {
2811
+ informational: string;
2812
+ successful: string;
2813
+ redirection: string;
2814
+ 'client-error': string;
2815
+ 'server-error': string;
2816
+ 'average-response-time': string;
2817
+ upload: string;
2818
+ download: string;
2819
+ };
2820
+ 'graph-title': string;
2821
+ };
2822
+ 'slower-endpoint': {
2823
+ title: string;
2824
+ fields: {
2825
+ method: string;
2826
+ controller: string;
2827
+ route: string;
2828
+ 'response-time-average': string;
2829
+ 'response-time-max': string;
2830
+ 'response-time-min': string;
2831
+ count: string;
2832
+ };
2833
+ };
2834
+ 'endpoint-log': {
2835
+ title: string;
2836
+ };
2837
+ };
2838
+ events: {
2839
+ 'subscription-title': string;
2840
+ 'subscription-subheader': string;
2841
+ 'subscription-helper': string;
2842
+ 'subscription-helper-2': string;
2843
+ 'subscription-helper-no-limit': string;
2844
+ 'metrics-card': {
2845
+ 'total-events': {
2846
+ title: string;
2847
+ subtitle: string;
2848
+ };
2849
+ 'total-error': {
2850
+ title: string;
2851
+ subtitle: string;
2852
+ };
2853
+ };
2854
+ 'graph-stacked-events': {
2855
+ title: string;
2856
+ };
2857
+ table: {
2858
+ title: string;
2859
+ filters: {
2860
+ event: string;
2861
+ };
2862
+ fields: {
2863
+ id: string;
2864
+ event: string;
2865
+ level: string;
2866
+ message: string;
2867
+ 'created-at': string;
2868
+ actions: {
2869
+ 'see-log': string;
2870
+ delete: string;
2871
+ 'delete-success': string;
2872
+ 'delete-error': string;
2873
+ };
2874
+ };
2875
+ };
2876
+ 'tree-graph': {
2877
+ title: string;
2878
+ 'no-events': string;
2879
+ 'no-events-helper': string;
2880
+ attributes: {
2881
+ events: string;
2882
+ };
2883
+ };
2884
+ };
2885
+ onboarding: {
2886
+ stepper: {
2887
+ title: string;
2888
+ helper: string;
2889
+ tooltip: string;
2890
+ 'create-application': {
2891
+ title: string;
2892
+ cta: string;
2893
+ };
2894
+ 'send-logs': {
2895
+ title: string;
2896
+ cta: string;
2897
+ };
2898
+ 'send-stats': {
2899
+ title: string;
2900
+ cta: string;
2901
+ };
2902
+ 'create-cron-task': {
2903
+ title: string;
2904
+ cta: string;
2905
+ };
2906
+ };
2907
+ };
2908
+ 'no-history': string;
2909
+ };
2910
+ permission: {
2911
+ 'no-permission': string;
2912
+ 'no-permission-redirect': string;
2913
+ };
2914
+ 'import-external': {
2915
+ modal: {
2916
+ title: string;
2917
+ placeholder: string;
2918
+ };
2919
+ };
2920
+ 'import-cloud': {
2921
+ 'open-modal-button': string;
2922
+ modal: {
2923
+ title: string;
2924
+ loading: string;
2925
+ 'service-not-enabled': string;
2926
+ 'service-not-enabled-description': string;
2927
+ 'enable-service-button': string;
2928
+ 'no-cloud-available': string;
2929
+ 'too-big-filtered-file': string;
2930
+ 'import-button': string;
2931
+ 'create-cloud': {
2932
+ title: string;
2933
+ fields: {
2934
+ name: {
2935
+ label: string;
2936
+ placeholder: string;
2937
+ };
2938
+ };
2939
+ 'create-cloud-button': string;
2940
+ };
2941
+ };
2942
+ };
2943
+ 'save-cloud': {
2944
+ modal: {
2945
+ title: string;
2946
+ 'import-button': string;
2947
+ 'success-toast': string;
2948
+ 'no-space-toast': string;
2949
+ };
2950
+ };
2951
+ };
2952
+ 'main-dashboard': {
2953
+ 'welcome-message': string;
2954
+ 'user-creation': string;
2955
+ 'help-button': string;
2956
+ 'collection-button': string;
2957
+ 'tag-new': string;
2958
+ 'helper-free': string;
2959
+ 'quick-actions': {
2960
+ title: string;
2961
+ 'create-form': string;
2962
+ 'create-project': string;
2963
+ 'create-spotlight': string;
2964
+ };
2965
+ 'cloud-usage-metrics': {
2966
+ title: string;
2967
+ 'count-files': string;
2968
+ 'pending-share': string;
2969
+ };
2970
+ projects: {
2971
+ title: string;
2972
+ 'create-first-project': string;
2973
+ applications: string;
2974
+ 'see-all-projects': string;
2975
+ 'no-description': string;
2976
+ loading: string;
2977
+ invitations: {
2978
+ title: string;
2979
+ helper: string;
2980
+ tooltip: {
2981
+ leave: string;
2982
+ confirm: string;
2983
+ decline: string;
2984
+ };
2985
+ };
2986
+ };
2987
+ 'performances-metrics': {
2988
+ projects: {
2989
+ title: string;
2990
+ 'count-applications': string;
2991
+ };
2992
+ 'abyss-cloud': {
2993
+ 'max-size': string;
2994
+ };
2995
+ 'abyss-banking': {
2996
+ title: string;
2997
+ 'total-bank-accounts': string;
2998
+ 'display-balance': string;
2999
+ 'hide-balance': string;
3000
+ };
3001
+ 'abyss-form': {
3002
+ 'total-forms': string;
3003
+ 'total-submissions': string;
3004
+ };
3005
+ };
3006
+ credit: {
3007
+ title: string;
3008
+ };
3009
+ };
3010
+ 'project-dashboard': {
3011
+ cards: {
3012
+ applications: {
3013
+ title: string;
3014
+ helper: string;
3015
+ };
3016
+ logs: {
3017
+ title: string;
3018
+ helper: string;
3019
+ };
3020
+ files: {
3021
+ title: string;
3022
+ };
3023
+ creation: {
3024
+ title: string;
3025
+ helper: string;
3026
+ };
3027
+ };
3028
+ 'storage-usage': {
3029
+ title: string;
3030
+ free: string;
3031
+ };
3032
+ 'monitor-usage': {
3033
+ title: string;
3034
+ logs: string;
3035
+ endpoints: string;
3036
+ };
3037
+ 'no-application': string;
3038
+ 'add-application-button': string;
3039
+ 'no-data': string;
3040
+ 'spotlight-project': {
3041
+ title: string;
3042
+ 'no-spotlight': string;
3043
+ 'no-spotlight-helper': string;
3044
+ helper: string;
3045
+ 'create-presentation-button': string;
3046
+ 'link-to-application': string;
3047
+ 'not-linked-to-application': string;
3048
+ };
3049
+ };
3050
+ subscription: {
3051
+ storage: {
3052
+ 'pre-signed-url': string;
3053
+ 'free-file-per-day-1': string;
3054
+ 'free-file-per-day-2': string;
3055
+ 'daily-file-cost-1': string;
3056
+ 'daily-file-cost-2': string;
3057
+ 'increase-free-file-per-day-button': string;
3058
+ 'decrease-daily-file-cost': string;
3059
+ 'max-storage-size': string;
3060
+ 'max-file-size': string;
3061
+ 'max-thumbnail-per-file': string;
3062
+ };
3063
+ monitor: {
3064
+ 'max-store-entry': string;
3065
+ 'max-cron-task': string;
3066
+ };
3067
+ };
3068
+ collection: {
3069
+ 'info-box': {
3070
+ 'helper-1': string;
3071
+ 'helper-2': string;
3072
+ extra: string;
3073
+ 'helper-source': string;
3074
+ 'save-modal': {
3075
+ title: string;
3076
+ 'download-button': string;
3077
+ 'save-cloud-button': string;
3078
+ };
3079
+ };
3080
+ };
3081
+ transactions: {
3082
+ 'gift-code': string;
3083
+ 'subscription-create': string;
3084
+ 'subscription-renew': string;
3085
+ 'subscription-upgrade': string;
3086
+ 'subscription-downgrade': string;
3087
+ 'subscription-refund': string;
3088
+ other: string;
3089
+ 'signup-sponsor': string;
3090
+ 'signup-sponsored': string;
3091
+ 'credit-purchase': string;
3092
+ 'credit-purchase-refund': string;
3093
+ };
3094
+ modal: {
3095
+ confirm: string;
3096
+ save: string;
3097
+ cancel: string;
3098
+ 'confirm-modal': {
3099
+ title: string;
3100
+ };
3101
+ 'outside-app-redirection-modal': {
3102
+ title: string;
3103
+ description: string;
3104
+ 'information-alert': string;
3105
+ question: string;
3106
+ confirm: string;
3107
+ cancel: string;
3108
+ };
3109
+ };
3110
+ landing: {
3111
+ helper: string;
3112
+ 'start-now-button': string;
3113
+ 'login-button': string;
3114
+ developers: {
3115
+ title: string;
3116
+ helper: string;
3117
+ };
3118
+ users: {
3119
+ title: string;
3120
+ helper: string;
3121
+ };
3122
+ };
3123
+ };
3124
+ };
3125
+ export declare const flattenTranslations: {
3126
+ fr: Record<string, string>;
3127
+ en: Record<string, string>;
3128
+ };
3129
+ 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;
3130
+ export type ExistingTranslationKey = FlattenObjectKeys<(typeof translations)[UserLanguage.FRENCH]>;
3131
+ export declare const RICH_TAGS: {
3132
+ break: import("react/jsx-runtime").JSX.Element;
3133
+ bold: (...chunks: ReactNode[]) => import("react/jsx-runtime").JSX.Element;
3134
+ italic: (...chunks: ReactNode[]) => import("react/jsx-runtime").JSX.Element;
3135
+ primary: (...chunks: ReactNode[]) => import("react/jsx-runtime").JSX.Element;
3136
+ focus: (...chunks: ReactNode[]) => import("react/jsx-runtime").JSX.Element;
3137
+ };
3138
+ export type ExistingMessageDescriptor = {
3139
+ [Key in keyof MessageDescriptor]: Key extends 'id' ? ExistingTranslationKey : MessageDescriptor['id'];
3140
+ };
3141
+ export interface RichIntlShape extends Omit<IntlShape, 'formatMessage'> {
3142
+ formatRichMessage(descriptor: ExistingMessageDescriptor, values?: Record<string, string | null | JSX.Element | ((...args: any) => JSX.Element)>): string;
3143
+ }
3144
+ export declare const useRichIntl: () => RichIntlShape;
3145
+ export {};