@procore/core-react 10.23.0-rc.21 → 10.23.0-rc.22

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 (101) hide show
  1. package/.storybook/preview.js +28 -2
  2. package/dist/esm/components/DateInput/DateInput.js +3 -0
  3. package/dist/esm/components/DateInput/DateInput.js.map +1 -1
  4. package/dist/esm/locales/en-AU.json +285 -0
  5. package/dist/esm/locales/en-US.json +33 -0
  6. package/dist/esm/locales/is-IS.json +285 -0
  7. package/dist/esm/locales/it-IT.json +1 -0
  8. package/dist/esm/locales/ja-JP.json +1 -0
  9. package/dist/esm/locales/ko.json +1 -0
  10. package/dist/esm/locales/pt-BR.json +285 -0
  11. package/dist/esm/locales/th-TH.json +285 -0
  12. package/dist/esm/locales/zh-SG.json +285 -0
  13. package/dist/esm/state/I18n.d.ts +3751 -2
  14. package/dist/esm/state/I18n.js +46 -4
  15. package/dist/esm/state/I18n.js.map +1 -1
  16. package/dist/esm/utils/CalendarHelpers.js +2 -0
  17. package/dist/esm/utils/CalendarHelpers.js.map +1 -1
  18. package/dist/esm/utils/TinyMCE.js +1 -0
  19. package/dist/esm/utils/TinyMCE.js.map +1 -1
  20. package/dist/esm/utils/i18n.js +2 -0
  21. package/dist/esm/utils/i18n.js.map +1 -1
  22. package/dist/typedoc/components/Avatar/Avatar.types.json +17 -17
  23. package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -22
  24. package/dist/typedoc/components/Badge/Badge.types.json +6 -6
  25. package/dist/typedoc/components/Banner/Banner.types.json +12 -12
  26. package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
  27. package/dist/typedoc/components/Button/Button.types.json +11 -11
  28. package/dist/typedoc/components/Calendar/Calendar.types.json +79 -79
  29. package/dist/typedoc/components/Card/Card.types.json +6 -6
  30. package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
  31. package/dist/typedoc/components/ContactItem/ContactItem.types.json +9 -9
  32. package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
  33. package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
  34. package/dist/typedoc/components/Dropdown/Dropdown.types.json +34 -34
  35. package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
  36. package/dist/typedoc/components/Dropzone/Dropzone.types.json +41 -41
  37. package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
  38. package/dist/typedoc/components/FileList/FileList.types.json +3 -3
  39. package/dist/typedoc/components/FileSelect/FileSelect.types.json +25 -25
  40. package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
  41. package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +14 -14
  42. package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
  43. package/dist/typedoc/components/Font/Font.types.json +7 -7
  44. package/dist/typedoc/components/Form/Form.types.json +684 -684
  45. package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +50 -50
  46. package/dist/typedoc/components/Icon/Icon.types.json +10 -10
  47. package/dist/typedoc/components/Input/Input.types.json +2 -2
  48. package/dist/typedoc/components/Link/Link.types.json +4 -4
  49. package/dist/typedoc/components/Menu/Menu.types.json +67 -67
  50. package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
  51. package/dist/typedoc/components/Modal/Modal.types.json +27 -27
  52. package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +29 -29
  53. package/dist/typedoc/components/Notation/Notation.types.json +4 -4
  54. package/dist/typedoc/components/NumberInput/NumberInput.types.json +25 -25
  55. package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
  56. package/dist/typedoc/components/Pagination/Pagination.types.json +8 -8
  57. package/dist/typedoc/components/Panel/Panel.types.json +17 -17
  58. package/dist/typedoc/components/Pill/Pill.types.json +1 -1
  59. package/dist/typedoc/components/PillSelect/PillSelect.types.json +46 -46
  60. package/dist/typedoc/components/Popover/Popover.types.json +9 -9
  61. package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
  62. package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
  63. package/dist/typedoc/components/Required/Required.types.json +5 -5
  64. package/dist/typedoc/components/Search/Search.types.json +21 -21
  65. package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
  66. package/dist/typedoc/components/Select/Select.types.json +31 -31
  67. package/dist/typedoc/components/Slider/Slider.types.json +6 -6
  68. package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
  69. package/dist/typedoc/components/Switch/Switch.types.json +3 -3
  70. package/dist/typedoc/components/Table/Table.types.json +94 -94
  71. package/dist/typedoc/components/Tabs/Tabs.types.json +15 -15
  72. package/dist/typedoc/components/Tearsheet/Tearsheet.types.json +7 -7
  73. package/dist/typedoc/components/TextArea/TextArea.types.json +3 -3
  74. package/dist/typedoc/components/TextEditor/TextEditor.types.json +7 -7
  75. package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +12 -12
  76. package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +41 -41
  77. package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +27 -27
  78. package/dist/typedoc/components/Tile/Tile.types.json +30 -30
  79. package/dist/typedoc/components/Toast/Toast.types.json +4 -4
  80. package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
  81. package/dist/typedoc/components/Token/Token.types.json +11 -11
  82. package/dist/typedoc/components/Tooltip/Tooltip.types.json +13 -13
  83. package/dist/typedoc/components/Tree/Tree.types.json +85 -85
  84. package/dist/typedoc/components/Typeahead/Typeahead.types.json +2 -2
  85. package/dist/typedoc/components/Typography/Typography.types.json +8 -8
  86. package/dist/typedoc/layouts/Box/Box.types.json +66 -66
  87. package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
  88. package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
  89. package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
  90. package/dist/typedoc/layouts/Grid/Grid.json +10 -10
  91. package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +4 -4
  92. package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
  93. package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +4 -4
  94. package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +8 -8
  95. package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
  96. package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
  97. package/dist/typedoc/utils/types.json +3 -3
  98. package/package.json +5 -5
  99. package/storybook-static/iframe.html +1 -1
  100. package/storybook-static/main.a8ddd718.iframe.bundle.js +1 -0
  101. package/storybook-static/main.20a6a593.iframe.bundle.js +0 -1
@@ -1,8 +1,3757 @@
1
1
  import { I18njs, I18njsConfig } from '@procore/core-i18n-js';
2
2
  import React from 'react';
3
3
  declare type I18nConfig = Omit<I18njsConfig, 'I18n'>;
4
- export declare type Locale = 'en' | 'en-CA' | 'fr-CA' | 'fr-FR' | 'es' | 'es-ES' | 'en-AE' | 'en-AU' | 'en-GB' | 'en-SG' | 'ko' | 'th-TH' | 'pt' | 'is-IS' | 'de-DE' | 'pseudo';
5
- export declare function useI18n({ locale, translations }: I18njsConfig): I18njs;
4
+ export declare type Locale = 'en' | 'en-CA' | 'fr-CA' | 'fr-FR' | 'es' | 'es-ES' | 'en-AE' | 'en-AU' | 'en-GB' | 'en-SG' | 'en-US' | 'ko' | 'th-TH' | 'pt' | 'is-IS' | 'de-DE' | 'pseudo';
5
+ export declare const coreTranslations: {
6
+ readonly 'de-DE': {
7
+ core: {
8
+ connected: {
9
+ fileSelect: {
10
+ documents: string;
11
+ drawings: string;
12
+ forms: string;
13
+ photos: string;
14
+ selectAlbum: string;
15
+ selectAnAlbum: string;
16
+ selectArea: string;
17
+ selectAnArea: string;
18
+ selectDiscipline: string;
19
+ selectADiscipline: string;
20
+ selectSet: string;
21
+ selectASet: string;
22
+ selectTemplate: string;
23
+ selectATemplate: string;
24
+ };
25
+ emails: {
26
+ emailSendErrorTitle: string;
27
+ emailBodyRequiredError: string;
28
+ emailContentValidationError: string;
29
+ emailContentDisclaimer: string;
30
+ recipientSelectPlaceholder: string;
31
+ emailRecipientRequiredError: string;
32
+ emailSubjectRequiredError: string;
33
+ goToAllEmails: string;
34
+ sendEmail: string;
35
+ replyAll: string;
36
+ downloadAll: string;
37
+ showAll: string;
38
+ showLess: string;
39
+ composeEmailPageTitle: string;
40
+ emailSentMessage: string;
41
+ from: string;
42
+ to: string;
43
+ cc: string;
44
+ bcc: string;
45
+ downloadPdfLong: string;
46
+ downloadPdfShort: string;
47
+ privateEmailDisclaimer: string;
48
+ privateLabel: string;
49
+ settingsLink: string;
50
+ composeNewEmail: string;
51
+ startNewCommunication: string;
52
+ emptyStateTitle: string;
53
+ emptyStateDescription: string;
54
+ reply: string;
55
+ cancel: string;
56
+ subject: string;
57
+ subjectPlaceholder: string;
58
+ };
59
+ distributionSelect: {
60
+ noCompany: string;
61
+ peopleCount: string;
62
+ distributionGroups: string;
63
+ people: string;
64
+ };
65
+ relatedItems: {
66
+ cancel: string;
67
+ close: string;
68
+ date: string;
69
+ itemType: string;
70
+ itemTypeGroupLabel: {
71
+ dailyLog: string;
72
+ prostoreFile: string;
73
+ };
74
+ itemName: string;
75
+ loading: string;
76
+ notes: string;
77
+ notesPlaceholder: string;
78
+ newItem: string;
79
+ noRelatedItems: {
80
+ title: string;
81
+ description: string;
82
+ };
83
+ noItems: {
84
+ title: string;
85
+ description: string;
86
+ };
87
+ noResultsSearchQuery: {
88
+ title: string;
89
+ description: string;
90
+ };
91
+ noResultsServerError: {
92
+ title: string;
93
+ description: string;
94
+ action: string;
95
+ };
96
+ panelTitle: string;
97
+ search: string;
98
+ searchItemType: string;
99
+ submit: string;
100
+ toast: {
101
+ itemAdded: string;
102
+ itemAdditionFailed: string;
103
+ itemRemoved: string;
104
+ requestError: string;
105
+ };
106
+ };
107
+ };
108
+ dateTimeFormat: {
109
+ dateAtTime: string;
110
+ timeOnDate: string;
111
+ };
112
+ dataTable: {
113
+ emptyState: {
114
+ noFilteredResults: {
115
+ description: string;
116
+ title: string;
117
+ };
118
+ };
119
+ exporting: string;
120
+ filters: {
121
+ filters: string;
122
+ moreFilters: string;
123
+ clearAllFilters: string;
124
+ };
125
+ grandTotals: string;
126
+ search: string;
127
+ subtotals: string;
128
+ tableSettings: {
129
+ configureColumns: string;
130
+ resetToDefault: string;
131
+ rowHeight: string;
132
+ small: string;
133
+ medium: string;
134
+ large: string;
135
+ tableSettings: string;
136
+ };
137
+ };
138
+ dateInput: {
139
+ segment: {
140
+ ariaLabel: {
141
+ withValue: {
142
+ month: string;
143
+ day: string;
144
+ year: string;
145
+ };
146
+ withoutValue: {
147
+ month: string;
148
+ day: string;
149
+ year: string;
150
+ };
151
+ };
152
+ };
153
+ clearButton: {
154
+ ariaLabel: string;
155
+ };
156
+ };
157
+ dropdown: {
158
+ search: string;
159
+ };
160
+ dropzone: {
161
+ uploadFiles: {
162
+ one: string;
163
+ other: string;
164
+ };
165
+ dragAndDrop: string;
166
+ incorrectFileTypeMessage: {
167
+ one: string;
168
+ other: string;
169
+ };
170
+ incorrectFileNumber: string;
171
+ invalidAmountAttachments: {
172
+ one: string;
173
+ other: string;
174
+ };
175
+ hideDetails: string;
176
+ showDetails: string;
177
+ errorTitle: string;
178
+ oneFileAtATimeError: string;
179
+ multipleErrorsMessage: string;
180
+ maxFileSizeErrorGroup: string;
181
+ minFileSizeErrorGroup: string;
182
+ maxFileNumberErrorGroup: string;
183
+ wrongFileTypeErrorGroup: string;
184
+ standaloneMaxFileNumberError: string;
185
+ standaloneUnsupportedFileTypeError: string;
186
+ standaloneMinFileSizeError: string;
187
+ standaloneMaxFileSizeError: string;
188
+ };
189
+ fileAttacher: {
190
+ attachFiles: {
191
+ one: string;
192
+ other: string;
193
+ };
194
+ };
195
+ tree: {
196
+ selectionLimit: {
197
+ one: string;
198
+ other: string;
199
+ };
200
+ unsupportedFileType: {
201
+ specific: string;
202
+ unspecific: string;
203
+ };
204
+ };
205
+ fileExplorer: {
206
+ filesSelectedWithLimit: string;
207
+ ungroupedThumbnailGridGroup: string;
208
+ filesSelected: {
209
+ one: string;
210
+ other: string;
211
+ };
212
+ cancelAction: string;
213
+ attachAction: string;
214
+ maxNumberOfFilesSelected: string;
215
+ modalTitle: string;
216
+ filesPendingUpload: string;
217
+ noSelectedItems: string;
218
+ emptySearchResults: string;
219
+ noItems: string;
220
+ searchPlaceholder: string;
221
+ uploadFailed: string;
222
+ supportedFileTypes: string;
223
+ };
224
+ form: {
225
+ checkbox: {
226
+ no: string;
227
+ yes: string;
228
+ };
229
+ errorBanner: {
230
+ coundNotCreateItem: string;
231
+ couldNotUpdateItem: string;
232
+ fixErrorsToCreate: string;
233
+ fixErrorsToUpdate: string;
234
+ };
235
+ };
236
+ menu: {
237
+ search: string;
238
+ };
239
+ pagination: {
240
+ interval: string;
241
+ page: string;
242
+ nextPage: string;
243
+ prevPage: string;
244
+ };
245
+ select: {
246
+ search: string;
247
+ };
248
+ tabs: {
249
+ more: string;
250
+ };
251
+ fileList: {
252
+ downloadAll: string;
253
+ };
254
+ tieredSelect: {
255
+ emptyMessage: string;
256
+ placeholder: string;
257
+ quickCreateActionLabel: string;
258
+ quickCreateCancelLabel: string;
259
+ quickCreateCreateLabel: string;
260
+ quickCreatePlaceholder: string;
261
+ searchEmptyMessage: string;
262
+ searchPlaceholder: string;
263
+ spinnerLabel: string;
264
+ };
265
+ tieredDropdown: {
266
+ emptyMessage: string;
267
+ searchEmptyMessage: string;
268
+ searchPlaceholder: string;
269
+ spinnerLabel: string;
270
+ };
271
+ fileSelect: {
272
+ localFilesSource: string;
273
+ uploadFailed: string;
274
+ maxNumberOfFilesSelected: string;
275
+ };
276
+ required: {
277
+ requiredFields: string;
278
+ };
279
+ wxpDetailPage: {
280
+ requiredFields: string;
281
+ };
282
+ avatarStack: {
283
+ viewAll: string;
284
+ close: string;
285
+ };
286
+ panel: {
287
+ close: string;
288
+ };
289
+ };
290
+ };
291
+ readonly en: {
292
+ core: {
293
+ connected: {
294
+ fileSelect: {
295
+ documents: string;
296
+ drawings: string;
297
+ forms: string;
298
+ photos: string;
299
+ selectAlbum: string;
300
+ selectAnAlbum: string;
301
+ selectArea: string;
302
+ selectAnArea: string;
303
+ selectDiscipline: string;
304
+ selectADiscipline: string;
305
+ selectSet: string;
306
+ selectASet: string;
307
+ selectTemplate: string;
308
+ selectATemplate: string;
309
+ };
310
+ emails: {
311
+ emailSendErrorTitle: string;
312
+ emailBodyRequiredError: string;
313
+ emailContentValidationError: string;
314
+ emailContentDisclaimer: string;
315
+ recipientSelectPlaceholder: string;
316
+ emailRecipientRequiredError: string;
317
+ emailSubjectRequiredError: string;
318
+ goToAllEmails: string;
319
+ sendEmail: string;
320
+ replyAll: string;
321
+ downloadAll: string;
322
+ showAll: string;
323
+ showLess: string;
324
+ composeEmailPageTitle: string;
325
+ emailSentMessage: string;
326
+ from: string;
327
+ to: string;
328
+ cc: string;
329
+ bcc: string;
330
+ downloadPdfLong: string;
331
+ downloadPdfShort: string;
332
+ privateEmailDisclaimer: string;
333
+ privateLabel: string;
334
+ settingsLink: string;
335
+ composeNewEmail: string;
336
+ startNewCommunication: string;
337
+ emptyStateTitle: string;
338
+ emptyStateDescription: string;
339
+ reply: string;
340
+ cancel: string;
341
+ subject: string;
342
+ subjectPlaceholder: string;
343
+ };
344
+ distributionSelect: {
345
+ noCompany: string;
346
+ peopleCount: string;
347
+ distributionGroups: string;
348
+ people: string;
349
+ };
350
+ relatedItems: {
351
+ cancel: string;
352
+ close: string;
353
+ date: string;
354
+ itemType: string;
355
+ itemTypeGroupLabel: {
356
+ dailyLog: string;
357
+ prostoreFile: string;
358
+ };
359
+ itemName: string;
360
+ loading: string;
361
+ notes: string;
362
+ notesPlaceholder: string;
363
+ newItem: string;
364
+ noRelatedItems: {
365
+ title: string;
366
+ description: string;
367
+ };
368
+ noItems: {
369
+ title: string;
370
+ description: string;
371
+ };
372
+ noResultsSearchQuery: {
373
+ title: string;
374
+ description: string;
375
+ };
376
+ noResultsServerError: {
377
+ title: string;
378
+ description: string;
379
+ action: string;
380
+ };
381
+ panelTitle: string;
382
+ search: string;
383
+ searchItemType: string;
384
+ submit: string;
385
+ toast: {
386
+ itemAdded: string;
387
+ itemAdditionFailed: string;
388
+ itemRemoved: string;
389
+ requestError: string;
390
+ };
391
+ };
392
+ };
393
+ dateTimeFormat: {
394
+ dateAtTime: string;
395
+ timeOnDate: string;
396
+ };
397
+ dataTable: {
398
+ emptyState: {
399
+ noFilteredResults: {
400
+ description: string;
401
+ title: string;
402
+ };
403
+ };
404
+ exporting: string;
405
+ filters: {
406
+ filters: string;
407
+ moreFilters: string;
408
+ clearAllFilters: string;
409
+ };
410
+ grandTotals: string;
411
+ search: string;
412
+ subtotals: string;
413
+ tableSettings: {
414
+ configureColumns: string;
415
+ resetToDefault: string;
416
+ rowHeight: string;
417
+ small: string;
418
+ medium: string;
419
+ large: string;
420
+ tableSettings: string;
421
+ };
422
+ };
423
+ dateInput: {
424
+ segment: {
425
+ ariaLabel: {
426
+ withValue: {
427
+ month: string;
428
+ day: string;
429
+ year: string;
430
+ };
431
+ withoutValue: {
432
+ month: string;
433
+ day: string;
434
+ year: string;
435
+ };
436
+ };
437
+ };
438
+ clearButton: {
439
+ ariaLabel: string;
440
+ };
441
+ };
442
+ dropdown: {
443
+ search: string;
444
+ };
445
+ dropzone: {
446
+ uploadFiles: {
447
+ one: string;
448
+ other: string;
449
+ };
450
+ dragAndDrop: string;
451
+ incorrectFileTypeMessage: {
452
+ one: string;
453
+ other: string;
454
+ };
455
+ incorrectFileNumber: string;
456
+ invalidAmountAttachments: {
457
+ one: string;
458
+ other: string;
459
+ };
460
+ hideDetails: string;
461
+ showDetails: string;
462
+ errorTitle: string;
463
+ oneFileAtATimeError: string;
464
+ multipleErrorsMessage: string;
465
+ maxFileSizeErrorGroup: string;
466
+ minFileSizeErrorGroup: string;
467
+ maxFileNumberErrorGroup: string;
468
+ wrongFileTypeErrorGroup: string;
469
+ standaloneMaxFileNumberError: string;
470
+ standaloneUnsupportedFileTypeError: string;
471
+ standaloneMinFileSizeError: string;
472
+ standaloneMaxFileSizeError: string;
473
+ };
474
+ fileAttacher: {
475
+ attachFiles: {
476
+ one: string;
477
+ other: string;
478
+ };
479
+ };
480
+ tree: {
481
+ selectionLimit: {
482
+ one: string;
483
+ other: string;
484
+ };
485
+ unsupportedFileType: {
486
+ specific: string;
487
+ unspecific: string;
488
+ };
489
+ };
490
+ fileExplorer: {
491
+ filesSelectedWithLimit: string;
492
+ ungroupedThumbnailGridGroup: string;
493
+ filesSelected: {
494
+ one: string;
495
+ other: string;
496
+ };
497
+ cancelAction: string;
498
+ attachAction: string;
499
+ maxNumberOfFilesSelected: string;
500
+ modalTitle: string;
501
+ filesPendingUpload: string;
502
+ noSelectedItems: string;
503
+ emptySearchResults: string;
504
+ noItems: string;
505
+ searchPlaceholder: string;
506
+ uploadFailed: string;
507
+ supportedFileTypes: string;
508
+ };
509
+ form: {
510
+ checkbox: {
511
+ no: string;
512
+ yes: string;
513
+ };
514
+ errorBanner: {
515
+ coundNotCreateItem: string;
516
+ couldNotUpdateItem: string;
517
+ fixErrorsToCreate: string;
518
+ fixErrorsToUpdate: string;
519
+ };
520
+ };
521
+ menu: {
522
+ search: string;
523
+ };
524
+ pagination: {
525
+ interval: string;
526
+ page: string;
527
+ nextPage: string;
528
+ prevPage: string;
529
+ };
530
+ select: {
531
+ search: string;
532
+ };
533
+ tabs: {
534
+ more: string;
535
+ };
536
+ fileList: {
537
+ downloadAll: string;
538
+ };
539
+ tieredSelect: {
540
+ emptyMessage: string;
541
+ placeholder: string;
542
+ quickCreateActionLabel: string;
543
+ quickCreateCancelLabel: string;
544
+ quickCreateCreateLabel: string;
545
+ quickCreatePlaceholder: string;
546
+ searchEmptyMessage: string;
547
+ searchPlaceholder: string;
548
+ spinnerLabel: string;
549
+ };
550
+ tieredDropdown: {
551
+ emptyMessage: string;
552
+ searchEmptyMessage: string;
553
+ searchPlaceholder: string;
554
+ spinnerLabel: string;
555
+ };
556
+ fileSelect: {
557
+ localFilesSource: string;
558
+ uploadFailed: string;
559
+ maxNumberOfFilesSelected: string;
560
+ };
561
+ required: {
562
+ requiredFields: string;
563
+ };
564
+ wxpDetailPage: {
565
+ requiredFields: string;
566
+ };
567
+ avatarStack: {
568
+ viewAll: string;
569
+ close: string;
570
+ };
571
+ panel: {
572
+ close: string;
573
+ };
574
+ };
575
+ };
576
+ readonly 'en-AU': {
577
+ core: {
578
+ connected: {
579
+ fileSelect: {
580
+ documents: string;
581
+ drawings: string;
582
+ forms: string;
583
+ photos: string;
584
+ selectAlbum: string;
585
+ selectAnAlbum: string;
586
+ selectArea: string;
587
+ selectAnArea: string;
588
+ selectDiscipline: string;
589
+ selectADiscipline: string;
590
+ selectSet: string;
591
+ selectASet: string;
592
+ selectTemplate: string;
593
+ selectATemplate: string;
594
+ };
595
+ emails: {
596
+ emailSendErrorTitle: string;
597
+ emailBodyRequiredError: string;
598
+ emailContentValidationError: string;
599
+ emailContentDisclaimer: string;
600
+ recipientSelectPlaceholder: string;
601
+ emailRecipientRequiredError: string;
602
+ emailSubjectRequiredError: string;
603
+ goToAllEmails: string;
604
+ sendEmail: string;
605
+ replyAll: string;
606
+ downloadAll: string;
607
+ showAll: string;
608
+ showLess: string;
609
+ composeEmailPageTitle: string;
610
+ emailSentMessage: string;
611
+ from: string;
612
+ to: string;
613
+ cc: string;
614
+ bcc: string;
615
+ downloadPdfLong: string;
616
+ downloadPdfShort: string;
617
+ privateEmailDisclaimer: string;
618
+ privateLabel: string;
619
+ settingsLink: string;
620
+ composeNewEmail: string;
621
+ startNewCommunication: string;
622
+ emptyStateTitle: string;
623
+ emptyStateDescription: string;
624
+ reply: string;
625
+ cancel: string;
626
+ subject: string;
627
+ subjectPlaceholder: string;
628
+ };
629
+ distributionSelect: {
630
+ noCompany: string;
631
+ peopleCount: string;
632
+ distributionGroups: string;
633
+ people: string;
634
+ };
635
+ relatedItems: {
636
+ cancel: string;
637
+ close: string;
638
+ date: string;
639
+ itemType: string;
640
+ itemTypeGroupLabel: {
641
+ dailyLog: string;
642
+ prostoreFile: string;
643
+ };
644
+ itemName: string;
645
+ loading: string;
646
+ notes: string;
647
+ notesPlaceholder: string;
648
+ newItem: string;
649
+ noRelatedItems: {
650
+ title: string;
651
+ description: string;
652
+ };
653
+ noItems: {
654
+ title: string;
655
+ description: string;
656
+ };
657
+ noResultsSearchQuery: {
658
+ title: string;
659
+ description: string;
660
+ };
661
+ noResultsServerError: {
662
+ title: string;
663
+ description: string;
664
+ action: string;
665
+ };
666
+ panelTitle: string;
667
+ search: string;
668
+ searchItemType: string;
669
+ submit: string;
670
+ toast: {
671
+ itemAdded: string;
672
+ itemAdditionFailed: string;
673
+ itemRemoved: string;
674
+ requestError: string;
675
+ };
676
+ };
677
+ };
678
+ dateTimeFormat: {
679
+ dateAtTime: string;
680
+ timeOnDate: string;
681
+ };
682
+ dataTable: {
683
+ emptyState: {
684
+ noFilteredResults: {
685
+ description: string;
686
+ title: string;
687
+ };
688
+ };
689
+ exporting: string;
690
+ filters: {
691
+ filters: string;
692
+ moreFilters: string;
693
+ clearAllFilters: string;
694
+ };
695
+ grandTotals: string;
696
+ search: string;
697
+ subtotals: string;
698
+ tableSettings: {
699
+ configureColumns: string;
700
+ resetToDefault: string;
701
+ rowHeight: string;
702
+ small: string;
703
+ medium: string;
704
+ large: string;
705
+ tableSettings: string;
706
+ };
707
+ };
708
+ dateInput: {
709
+ segment: {
710
+ ariaLabel: {
711
+ withValue: {
712
+ month: string;
713
+ day: string;
714
+ year: string;
715
+ };
716
+ withoutValue: {
717
+ month: string;
718
+ day: string;
719
+ year: string;
720
+ };
721
+ };
722
+ };
723
+ clearButton: {
724
+ ariaLabel: string;
725
+ };
726
+ };
727
+ dropdown: {
728
+ search: string;
729
+ };
730
+ dropzone: {
731
+ uploadFiles: {
732
+ one: string;
733
+ other: string;
734
+ };
735
+ dragAndDrop: string;
736
+ incorrectFileTypeMessage: {
737
+ one: string;
738
+ other: string;
739
+ };
740
+ incorrectFileNumber: string;
741
+ invalidAmountAttachments: {
742
+ one: string;
743
+ other: string;
744
+ };
745
+ hideDetails: string;
746
+ showDetails: string;
747
+ errorTitle: string;
748
+ oneFileAtATimeError: string;
749
+ multipleErrorsMessage: string;
750
+ maxFileSizeErrorGroup: string;
751
+ minFileSizeErrorGroup: string;
752
+ maxFileNumberErrorGroup: string;
753
+ wrongFileTypeErrorGroup: string;
754
+ standaloneMaxFileNumberError: string;
755
+ standaloneUnsupportedFileTypeError: string;
756
+ standaloneMinFileSizeError: string;
757
+ standaloneMaxFileSizeError: string;
758
+ };
759
+ fileAttacher: {
760
+ attachFiles: {
761
+ one: string;
762
+ other: string;
763
+ };
764
+ };
765
+ tree: {
766
+ selectionLimit: {
767
+ one: string;
768
+ other: string;
769
+ };
770
+ unsupportedFileType: {
771
+ specific: string;
772
+ unspecific: string;
773
+ };
774
+ };
775
+ fileExplorer: {
776
+ filesSelectedWithLimit: string;
777
+ ungroupedThumbnailGridGroup: string;
778
+ filesSelected: {
779
+ one: string;
780
+ other: string;
781
+ };
782
+ cancelAction: string;
783
+ attachAction: string;
784
+ maxNumberOfFilesSelected: string;
785
+ modalTitle: string;
786
+ filesPendingUpload: string;
787
+ noSelectedItems: string;
788
+ emptySearchResults: string;
789
+ noItems: string;
790
+ searchPlaceholder: string;
791
+ uploadFailed: string;
792
+ supportedFileTypes: string;
793
+ };
794
+ form: {
795
+ checkbox: {
796
+ no: string;
797
+ yes: string;
798
+ };
799
+ errorBanner: {
800
+ coundNotCreateItem: string;
801
+ couldNotUpdateItem: string;
802
+ fixErrorsToCreate: string;
803
+ fixErrorsToUpdate: string;
804
+ };
805
+ };
806
+ menu: {
807
+ search: string;
808
+ };
809
+ pagination: {
810
+ interval: string;
811
+ page: string;
812
+ nextPage: string;
813
+ prevPage: string;
814
+ };
815
+ select: {
816
+ search: string;
817
+ };
818
+ tabs: {
819
+ more: string;
820
+ };
821
+ fileList: {
822
+ downloadAll: string;
823
+ };
824
+ tieredSelect: {
825
+ emptyMessage: string;
826
+ placeholder: string;
827
+ quickCreateActionLabel: string;
828
+ quickCreateCancelLabel: string;
829
+ quickCreateCreateLabel: string;
830
+ quickCreatePlaceholder: string;
831
+ searchEmptyMessage: string;
832
+ searchPlaceholder: string;
833
+ spinnerLabel: string;
834
+ };
835
+ tieredDropdown: {
836
+ emptyMessage: string;
837
+ searchEmptyMessage: string;
838
+ searchPlaceholder: string;
839
+ spinnerLabel: string;
840
+ };
841
+ fileSelect: {
842
+ localFilesSource: string;
843
+ uploadFailed: string;
844
+ maxNumberOfFilesSelected: string;
845
+ };
846
+ required: {
847
+ requiredFields: string;
848
+ };
849
+ wxpDetailPage: {
850
+ requiredFields: string;
851
+ };
852
+ avatarStack: {
853
+ viewAll: string;
854
+ close: string;
855
+ };
856
+ panel: {
857
+ close: string;
858
+ };
859
+ };
860
+ };
861
+ readonly 'en-CA': {
862
+ core: {
863
+ connected: {
864
+ fileSelect: {
865
+ documents: string;
866
+ drawings: string;
867
+ forms: string;
868
+ photos: string;
869
+ selectAlbum: string;
870
+ selectAnAlbum: string;
871
+ selectArea: string;
872
+ selectAnArea: string;
873
+ selectDiscipline: string;
874
+ selectADiscipline: string;
875
+ selectSet: string;
876
+ selectASet: string;
877
+ selectTemplate: string;
878
+ selectATemplate: string;
879
+ };
880
+ emails: {
881
+ emailSendErrorTitle: string;
882
+ emailBodyRequiredError: string;
883
+ emailContentValidationError: string;
884
+ emailContentDisclaimer: string;
885
+ recipientSelectPlaceholder: string;
886
+ emailRecipientRequiredError: string;
887
+ emailSubjectRequiredError: string;
888
+ goToAllEmails: string;
889
+ sendEmail: string;
890
+ replyAll: string;
891
+ downloadAll: string;
892
+ showAll: string;
893
+ showLess: string;
894
+ composeEmailPageTitle: string;
895
+ emailSentMessage: string;
896
+ from: string;
897
+ to: string;
898
+ cc: string;
899
+ bcc: string;
900
+ downloadPdfLong: string;
901
+ downloadPdfShort: string;
902
+ privateEmailDisclaimer: string;
903
+ privateLabel: string;
904
+ settingsLink: string;
905
+ composeNewEmail: string;
906
+ startNewCommunication: string;
907
+ emptyStateTitle: string;
908
+ emptyStateDescription: string;
909
+ reply: string;
910
+ cancel: string;
911
+ subject: string;
912
+ subjectPlaceholder: string;
913
+ };
914
+ distributionSelect: {
915
+ noCompany: string;
916
+ peopleCount: string;
917
+ distributionGroups: string;
918
+ people: string;
919
+ };
920
+ relatedItems: {
921
+ cancel: string;
922
+ close: string;
923
+ date: string;
924
+ itemType: string;
925
+ itemTypeGroupLabel: {
926
+ dailyLog: string;
927
+ prostoreFile: string;
928
+ };
929
+ itemName: string;
930
+ loading: string;
931
+ notes: string;
932
+ notesPlaceholder: string;
933
+ newItem: string;
934
+ noRelatedItems: {
935
+ title: string;
936
+ description: string;
937
+ };
938
+ noItems: {
939
+ title: string;
940
+ description: string;
941
+ };
942
+ noResultsSearchQuery: {
943
+ title: string;
944
+ description: string;
945
+ };
946
+ noResultsServerError: {
947
+ title: string;
948
+ description: string;
949
+ action: string;
950
+ };
951
+ panelTitle: string;
952
+ search: string;
953
+ searchItemType: string;
954
+ submit: string;
955
+ toast: {
956
+ itemAdded: string;
957
+ itemAdditionFailed: string;
958
+ itemRemoved: string;
959
+ requestError: string;
960
+ };
961
+ };
962
+ };
963
+ dateTimeFormat: {
964
+ dateAtTime: string;
965
+ timeOnDate: string;
966
+ };
967
+ dataTable: {
968
+ emptyState: {
969
+ noFilteredResults: {
970
+ description: string;
971
+ title: string;
972
+ };
973
+ };
974
+ exporting: string;
975
+ filters: {
976
+ filters: string;
977
+ moreFilters: string;
978
+ clearAllFilters: string;
979
+ };
980
+ grandTotals: string;
981
+ search: string;
982
+ subtotals: string;
983
+ tableSettings: {
984
+ configureColumns: string;
985
+ resetToDefault: string;
986
+ rowHeight: string;
987
+ small: string;
988
+ medium: string;
989
+ large: string;
990
+ tableSettings: string;
991
+ };
992
+ };
993
+ dateInput: {
994
+ segment: {
995
+ ariaLabel: {
996
+ withValue: {
997
+ month: string;
998
+ day: string;
999
+ year: string;
1000
+ };
1001
+ withoutValue: {
1002
+ month: string;
1003
+ day: string;
1004
+ year: string;
1005
+ };
1006
+ };
1007
+ };
1008
+ clearButton: {
1009
+ ariaLabel: string;
1010
+ };
1011
+ };
1012
+ dropdown: {
1013
+ search: string;
1014
+ };
1015
+ dropzone: {
1016
+ uploadFiles: {
1017
+ one: string;
1018
+ other: string;
1019
+ };
1020
+ dragAndDrop: string;
1021
+ incorrectFileTypeMessage: {
1022
+ one: string;
1023
+ other: string;
1024
+ };
1025
+ incorrectFileNumber: string;
1026
+ invalidAmountAttachments: {
1027
+ one: string;
1028
+ other: string;
1029
+ };
1030
+ hideDetails: string;
1031
+ showDetails: string;
1032
+ errorTitle: string;
1033
+ oneFileAtATimeError: string;
1034
+ multipleErrorsMessage: string;
1035
+ maxFileSizeErrorGroup: string;
1036
+ minFileSizeErrorGroup: string;
1037
+ maxFileNumberErrorGroup: string;
1038
+ wrongFileTypeErrorGroup: string;
1039
+ standaloneMaxFileNumberError: string;
1040
+ standaloneUnsupportedFileTypeError: string;
1041
+ standaloneMinFileSizeError: string;
1042
+ standaloneMaxFileSizeError: string;
1043
+ };
1044
+ fileAttacher: {
1045
+ attachFiles: {
1046
+ one: string;
1047
+ other: string;
1048
+ };
1049
+ };
1050
+ tree: {
1051
+ selectionLimit: {
1052
+ one: string;
1053
+ other: string;
1054
+ };
1055
+ unsupportedFileType: {
1056
+ specific: string;
1057
+ unspecific: string;
1058
+ };
1059
+ };
1060
+ fileExplorer: {
1061
+ filesSelectedWithLimit: string;
1062
+ ungroupedThumbnailGridGroup: string;
1063
+ filesSelected: {
1064
+ one: string;
1065
+ other: string;
1066
+ };
1067
+ cancelAction: string;
1068
+ attachAction: string;
1069
+ maxNumberOfFilesSelected: string;
1070
+ modalTitle: string;
1071
+ filesPendingUpload: string;
1072
+ noSelectedItems: string;
1073
+ emptySearchResults: string;
1074
+ noItems: string;
1075
+ searchPlaceholder: string;
1076
+ uploadFailed: string;
1077
+ supportedFileTypes: string;
1078
+ };
1079
+ form: {
1080
+ checkbox: {
1081
+ no: string;
1082
+ yes: string;
1083
+ };
1084
+ errorBanner: {
1085
+ coundNotCreateItem: string;
1086
+ couldNotUpdateItem: string;
1087
+ fixErrorsToCreate: string;
1088
+ fixErrorsToUpdate: string;
1089
+ };
1090
+ };
1091
+ menu: {
1092
+ search: string;
1093
+ };
1094
+ pagination: {
1095
+ interval: string;
1096
+ page: string;
1097
+ nextPage: string;
1098
+ prevPage: string;
1099
+ };
1100
+ select: {
1101
+ search: string;
1102
+ };
1103
+ tabs: {
1104
+ more: string;
1105
+ };
1106
+ fileList: {
1107
+ downloadAll: string;
1108
+ };
1109
+ tieredSelect: {
1110
+ emptyMessage: string;
1111
+ placeholder: string;
1112
+ quickCreateActionLabel: string;
1113
+ quickCreateCancelLabel: string;
1114
+ quickCreateCreateLabel: string;
1115
+ quickCreatePlaceholder: string;
1116
+ searchEmptyMessage: string;
1117
+ searchPlaceholder: string;
1118
+ spinnerLabel: string;
1119
+ };
1120
+ tieredDropdown: {
1121
+ emptyMessage: string;
1122
+ searchEmptyMessage: string;
1123
+ searchPlaceholder: string;
1124
+ spinnerLabel: string;
1125
+ };
1126
+ fileSelect: {
1127
+ localFilesSource: string;
1128
+ uploadFailed: string;
1129
+ maxNumberOfFilesSelected: string;
1130
+ };
1131
+ required: {
1132
+ requiredFields: string;
1133
+ };
1134
+ wxpDetailPage: {
1135
+ requiredFields: string;
1136
+ };
1137
+ avatarStack: {
1138
+ viewAll: string;
1139
+ close: string;
1140
+ };
1141
+ panel: {
1142
+ close: string;
1143
+ };
1144
+ };
1145
+ };
1146
+ readonly 'en-GB': {
1147
+ core: {
1148
+ connected: {
1149
+ fileSelect: {
1150
+ documents: string;
1151
+ drawings: string;
1152
+ forms: string;
1153
+ photos: string;
1154
+ selectAlbum: string;
1155
+ selectAnAlbum: string;
1156
+ selectArea: string;
1157
+ selectAnArea: string;
1158
+ selectDiscipline: string;
1159
+ selectADiscipline: string;
1160
+ selectSet: string;
1161
+ selectASet: string;
1162
+ selectTemplate: string;
1163
+ selectATemplate: string;
1164
+ };
1165
+ emails: {
1166
+ emailSendErrorTitle: string;
1167
+ emailBodyRequiredError: string;
1168
+ emailContentValidationError: string;
1169
+ emailContentDisclaimer: string;
1170
+ recipientSelectPlaceholder: string;
1171
+ emailRecipientRequiredError: string;
1172
+ emailSubjectRequiredError: string;
1173
+ goToAllEmails: string;
1174
+ sendEmail: string;
1175
+ replyAll: string;
1176
+ downloadAll: string;
1177
+ showAll: string;
1178
+ showLess: string;
1179
+ composeEmailPageTitle: string;
1180
+ emailSentMessage: string;
1181
+ from: string;
1182
+ to: string;
1183
+ cc: string;
1184
+ bcc: string;
1185
+ downloadPdfLong: string;
1186
+ downloadPdfShort: string;
1187
+ privateEmailDisclaimer: string;
1188
+ privateLabel: string;
1189
+ settingsLink: string;
1190
+ composeNewEmail: string;
1191
+ startNewCommunication: string;
1192
+ emptyStateTitle: string;
1193
+ emptyStateDescription: string;
1194
+ reply: string;
1195
+ cancel: string;
1196
+ subject: string;
1197
+ subjectPlaceholder: string;
1198
+ };
1199
+ distributionSelect: {
1200
+ noCompany: string;
1201
+ peopleCount: string;
1202
+ distributionGroups: string;
1203
+ people: string;
1204
+ };
1205
+ relatedItems: {
1206
+ cancel: string;
1207
+ close: string;
1208
+ date: string;
1209
+ itemType: string;
1210
+ itemTypeGroupLabel: {
1211
+ dailyLog: string;
1212
+ prostoreFile: string;
1213
+ };
1214
+ itemName: string;
1215
+ loading: string;
1216
+ notes: string;
1217
+ notesPlaceholder: string;
1218
+ newItem: string;
1219
+ noRelatedItems: {
1220
+ title: string;
1221
+ description: string;
1222
+ };
1223
+ noItems: {
1224
+ title: string;
1225
+ description: string;
1226
+ };
1227
+ noResultsSearchQuery: {
1228
+ title: string;
1229
+ description: string;
1230
+ };
1231
+ noResultsServerError: {
1232
+ title: string;
1233
+ description: string;
1234
+ action: string;
1235
+ };
1236
+ panelTitle: string;
1237
+ search: string;
1238
+ searchItemType: string;
1239
+ submit: string;
1240
+ toast: {
1241
+ itemAdded: string;
1242
+ itemAdditionFailed: string;
1243
+ itemRemoved: string;
1244
+ requestError: string;
1245
+ };
1246
+ };
1247
+ };
1248
+ dateTimeFormat: {
1249
+ dateAtTime: string;
1250
+ timeOnDate: string;
1251
+ };
1252
+ dataTable: {
1253
+ emptyState: {
1254
+ noFilteredResults: {
1255
+ description: string;
1256
+ title: string;
1257
+ };
1258
+ };
1259
+ exporting: string;
1260
+ filters: {
1261
+ filters: string;
1262
+ moreFilters: string;
1263
+ clearAllFilters: string;
1264
+ };
1265
+ grandTotals: string;
1266
+ search: string;
1267
+ subtotals: string;
1268
+ tableSettings: {
1269
+ configureColumns: string;
1270
+ resetToDefault: string;
1271
+ rowHeight: string;
1272
+ small: string;
1273
+ medium: string;
1274
+ large: string;
1275
+ tableSettings: string;
1276
+ };
1277
+ };
1278
+ dateInput: {
1279
+ segment: {
1280
+ ariaLabel: {
1281
+ withValue: {
1282
+ month: string;
1283
+ day: string;
1284
+ year: string;
1285
+ };
1286
+ withoutValue: {
1287
+ month: string;
1288
+ day: string;
1289
+ year: string;
1290
+ };
1291
+ };
1292
+ };
1293
+ clearButton: {
1294
+ ariaLabel: string;
1295
+ };
1296
+ };
1297
+ dropdown: {
1298
+ search: string;
1299
+ };
1300
+ dropzone: {
1301
+ uploadFiles: {
1302
+ one: string;
1303
+ other: string;
1304
+ };
1305
+ dragAndDrop: string;
1306
+ incorrectFileTypeMessage: {
1307
+ one: string;
1308
+ other: string;
1309
+ };
1310
+ incorrectFileNumber: string;
1311
+ invalidAmountAttachments: {
1312
+ one: string;
1313
+ other: string;
1314
+ };
1315
+ hideDetails: string;
1316
+ showDetails: string;
1317
+ errorTitle: string;
1318
+ oneFileAtATimeError: string;
1319
+ multipleErrorsMessage: string;
1320
+ maxFileSizeErrorGroup: string;
1321
+ minFileSizeErrorGroup: string;
1322
+ maxFileNumberErrorGroup: string;
1323
+ wrongFileTypeErrorGroup: string;
1324
+ standaloneMaxFileNumberError: string;
1325
+ standaloneUnsupportedFileTypeError: string;
1326
+ standaloneMinFileSizeError: string;
1327
+ standaloneMaxFileSizeError: string;
1328
+ };
1329
+ fileAttacher: {
1330
+ attachFiles: {
1331
+ one: string;
1332
+ other: string;
1333
+ };
1334
+ };
1335
+ tree: {
1336
+ selectionLimit: {
1337
+ one: string;
1338
+ other: string;
1339
+ };
1340
+ unsupportedFileType: {
1341
+ specific: string;
1342
+ unspecific: string;
1343
+ };
1344
+ };
1345
+ fileExplorer: {
1346
+ filesSelectedWithLimit: string;
1347
+ ungroupedThumbnailGridGroup: string;
1348
+ filesSelected: {
1349
+ one: string;
1350
+ other: string;
1351
+ };
1352
+ cancelAction: string;
1353
+ attachAction: string;
1354
+ maxNumberOfFilesSelected: string;
1355
+ modalTitle: string;
1356
+ filesPendingUpload: string;
1357
+ noSelectedItems: string;
1358
+ emptySearchResults: string;
1359
+ noItems: string;
1360
+ searchPlaceholder: string;
1361
+ uploadFailed: string;
1362
+ supportedFileTypes: string;
1363
+ };
1364
+ form: {
1365
+ checkbox: {
1366
+ no: string;
1367
+ yes: string;
1368
+ };
1369
+ errorBanner: {
1370
+ coundNotCreateItem: string;
1371
+ couldNotUpdateItem: string;
1372
+ fixErrorsToCreate: string;
1373
+ fixErrorsToUpdate: string;
1374
+ };
1375
+ };
1376
+ menu: {
1377
+ search: string;
1378
+ };
1379
+ pagination: {
1380
+ interval: string;
1381
+ page: string;
1382
+ nextPage: string;
1383
+ prevPage: string;
1384
+ };
1385
+ select: {
1386
+ search: string;
1387
+ };
1388
+ tabs: {
1389
+ more: string;
1390
+ };
1391
+ fileList: {
1392
+ downloadAll: string;
1393
+ };
1394
+ tieredSelect: {
1395
+ emptyMessage: string;
1396
+ placeholder: string;
1397
+ quickCreateActionLabel: string;
1398
+ quickCreateCancelLabel: string;
1399
+ quickCreateCreateLabel: string;
1400
+ quickCreatePlaceholder: string;
1401
+ searchEmptyMessage: string;
1402
+ searchPlaceholder: string;
1403
+ spinnerLabel: string;
1404
+ };
1405
+ tieredDropdown: {
1406
+ emptyMessage: string;
1407
+ searchEmptyMessage: string;
1408
+ searchPlaceholder: string;
1409
+ spinnerLabel: string;
1410
+ };
1411
+ fileSelect: {
1412
+ localFilesSource: string;
1413
+ uploadFailed: string;
1414
+ maxNumberOfFilesSelected: string;
1415
+ };
1416
+ required: {
1417
+ requiredFields: string;
1418
+ };
1419
+ wxpDetailPage: {
1420
+ requiredFields: string;
1421
+ };
1422
+ avatarStack: {
1423
+ viewAll: string;
1424
+ close: string;
1425
+ };
1426
+ panel: {
1427
+ close: string;
1428
+ };
1429
+ };
1430
+ };
1431
+ readonly 'en-US': {
1432
+ core: {
1433
+ dropdown: {
1434
+ search: string;
1435
+ };
1436
+ menu: {
1437
+ search: string;
1438
+ };
1439
+ pagination: {
1440
+ interval: string;
1441
+ };
1442
+ required: {
1443
+ requiredFields: string;
1444
+ };
1445
+ select: {
1446
+ search: string;
1447
+ };
1448
+ tabs: {
1449
+ more: string;
1450
+ };
1451
+ tieredSelect: {
1452
+ emptyMessage: string;
1453
+ placeholder: string;
1454
+ quickCreateActionLabel: string;
1455
+ quickCreateCancelLabel: string;
1456
+ quickCreateCreateLabel: string;
1457
+ quickCreatePlaceholder: string;
1458
+ searchEmptyMessage: string;
1459
+ searchPlaceholder: string;
1460
+ spinnerLabel: string;
1461
+ };
1462
+ };
1463
+ };
1464
+ readonly es: {
1465
+ core: {
1466
+ connected: {
1467
+ fileSelect: {
1468
+ documents: string;
1469
+ drawings: string;
1470
+ forms: string;
1471
+ photos: string;
1472
+ selectAlbum: string;
1473
+ selectAnAlbum: string;
1474
+ selectArea: string;
1475
+ selectAnArea: string;
1476
+ selectDiscipline: string;
1477
+ selectADiscipline: string;
1478
+ selectSet: string;
1479
+ selectASet: string;
1480
+ selectTemplate: string;
1481
+ selectATemplate: string;
1482
+ };
1483
+ emails: {
1484
+ emailSendErrorTitle: string;
1485
+ emailBodyRequiredError: string;
1486
+ emailContentValidationError: string;
1487
+ emailContentDisclaimer: string;
1488
+ recipientSelectPlaceholder: string;
1489
+ emailRecipientRequiredError: string;
1490
+ emailSubjectRequiredError: string;
1491
+ goToAllEmails: string;
1492
+ sendEmail: string;
1493
+ replyAll: string;
1494
+ downloadAll: string;
1495
+ showAll: string;
1496
+ showLess: string;
1497
+ composeEmailPageTitle: string;
1498
+ emailSentMessage: string;
1499
+ from: string;
1500
+ to: string;
1501
+ cc: string;
1502
+ bcc: string;
1503
+ downloadPdfLong: string;
1504
+ downloadPdfShort: string;
1505
+ privateEmailDisclaimer: string;
1506
+ privateLabel: string;
1507
+ settingsLink: string;
1508
+ composeNewEmail: string;
1509
+ startNewCommunication: string;
1510
+ emptyStateTitle: string;
1511
+ emptyStateDescription: string;
1512
+ reply: string;
1513
+ cancel: string;
1514
+ subject: string;
1515
+ subjectPlaceholder: string;
1516
+ };
1517
+ distributionSelect: {
1518
+ noCompany: string;
1519
+ peopleCount: string;
1520
+ distributionGroups: string;
1521
+ people: string;
1522
+ };
1523
+ relatedItems: {
1524
+ cancel: string;
1525
+ close: string;
1526
+ date: string;
1527
+ itemType: string;
1528
+ itemTypeGroupLabel: {
1529
+ dailyLog: string;
1530
+ prostoreFile: string;
1531
+ };
1532
+ itemName: string;
1533
+ loading: string;
1534
+ notes: string;
1535
+ notesPlaceholder: string;
1536
+ newItem: string;
1537
+ noRelatedItems: {
1538
+ title: string;
1539
+ description: string;
1540
+ };
1541
+ noItems: {
1542
+ title: string;
1543
+ description: string;
1544
+ };
1545
+ noResultsSearchQuery: {
1546
+ title: string;
1547
+ description: string;
1548
+ };
1549
+ noResultsServerError: {
1550
+ title: string;
1551
+ description: string;
1552
+ action: string;
1553
+ };
1554
+ panelTitle: string;
1555
+ search: string;
1556
+ searchItemType: string;
1557
+ submit: string;
1558
+ toast: {
1559
+ itemAdded: string;
1560
+ itemAdditionFailed: string;
1561
+ itemRemoved: string;
1562
+ requestError: string;
1563
+ };
1564
+ };
1565
+ };
1566
+ dateTimeFormat: {
1567
+ dateAtTime: string;
1568
+ timeOnDate: string;
1569
+ };
1570
+ dataTable: {
1571
+ emptyState: {
1572
+ noFilteredResults: {
1573
+ description: string;
1574
+ title: string;
1575
+ };
1576
+ };
1577
+ exporting: string;
1578
+ filters: {
1579
+ filters: string;
1580
+ moreFilters: string;
1581
+ clearAllFilters: string;
1582
+ };
1583
+ grandTotals: string;
1584
+ search: string;
1585
+ subtotals: string;
1586
+ tableSettings: {
1587
+ configureColumns: string;
1588
+ resetToDefault: string;
1589
+ rowHeight: string;
1590
+ small: string;
1591
+ medium: string;
1592
+ large: string;
1593
+ tableSettings: string;
1594
+ };
1595
+ };
1596
+ dateInput: {
1597
+ segment: {
1598
+ ariaLabel: {
1599
+ withValue: {
1600
+ month: string;
1601
+ day: string;
1602
+ year: string;
1603
+ };
1604
+ withoutValue: {
1605
+ month: string;
1606
+ day: string;
1607
+ year: string;
1608
+ };
1609
+ };
1610
+ };
1611
+ clearButton: {
1612
+ ariaLabel: string;
1613
+ };
1614
+ };
1615
+ dropdown: {
1616
+ search: string;
1617
+ };
1618
+ dropzone: {
1619
+ uploadFiles: {
1620
+ one: string;
1621
+ other: string;
1622
+ };
1623
+ dragAndDrop: string;
1624
+ incorrectFileTypeMessage: {
1625
+ one: string;
1626
+ other: string;
1627
+ };
1628
+ incorrectFileNumber: string;
1629
+ invalidAmountAttachments: {
1630
+ one: string;
1631
+ other: string;
1632
+ };
1633
+ hideDetails: string;
1634
+ showDetails: string;
1635
+ errorTitle: string;
1636
+ oneFileAtATimeError: string;
1637
+ multipleErrorsMessage: string;
1638
+ maxFileSizeErrorGroup: string;
1639
+ minFileSizeErrorGroup: string;
1640
+ maxFileNumberErrorGroup: string;
1641
+ wrongFileTypeErrorGroup: string;
1642
+ standaloneMaxFileNumberError: string;
1643
+ standaloneUnsupportedFileTypeError: string;
1644
+ standaloneMinFileSizeError: string;
1645
+ standaloneMaxFileSizeError: string;
1646
+ };
1647
+ fileAttacher: {
1648
+ attachFiles: {
1649
+ one: string;
1650
+ other: string;
1651
+ };
1652
+ };
1653
+ tree: {
1654
+ selectionLimit: {
1655
+ one: string;
1656
+ other: string;
1657
+ };
1658
+ unsupportedFileType: {
1659
+ specific: string;
1660
+ unspecific: string;
1661
+ };
1662
+ };
1663
+ fileExplorer: {
1664
+ filesSelectedWithLimit: string;
1665
+ ungroupedThumbnailGridGroup: string;
1666
+ filesSelected: {
1667
+ one: string;
1668
+ other: string;
1669
+ };
1670
+ cancelAction: string;
1671
+ attachAction: string;
1672
+ maxNumberOfFilesSelected: string;
1673
+ modalTitle: string;
1674
+ filesPendingUpload: string;
1675
+ noSelectedItems: string;
1676
+ emptySearchResults: string;
1677
+ noItems: string;
1678
+ searchPlaceholder: string;
1679
+ uploadFailed: string;
1680
+ supportedFileTypes: string;
1681
+ };
1682
+ form: {
1683
+ checkbox: {
1684
+ no: string;
1685
+ yes: string;
1686
+ };
1687
+ errorBanner: {
1688
+ coundNotCreateItem: string;
1689
+ couldNotUpdateItem: string;
1690
+ fixErrorsToCreate: string;
1691
+ fixErrorsToUpdate: string;
1692
+ };
1693
+ };
1694
+ menu: {
1695
+ search: string;
1696
+ };
1697
+ pagination: {
1698
+ interval: string;
1699
+ page: string;
1700
+ nextPage: string;
1701
+ prevPage: string;
1702
+ };
1703
+ select: {
1704
+ search: string;
1705
+ };
1706
+ tabs: {
1707
+ more: string;
1708
+ };
1709
+ fileList: {
1710
+ downloadAll: string;
1711
+ };
1712
+ tieredSelect: {
1713
+ emptyMessage: string;
1714
+ placeholder: string;
1715
+ quickCreateActionLabel: string;
1716
+ quickCreateCancelLabel: string;
1717
+ quickCreateCreateLabel: string;
1718
+ quickCreatePlaceholder: string;
1719
+ searchEmptyMessage: string;
1720
+ searchPlaceholder: string;
1721
+ spinnerLabel: string;
1722
+ };
1723
+ tieredDropdown: {
1724
+ emptyMessage: string;
1725
+ searchEmptyMessage: string;
1726
+ searchPlaceholder: string;
1727
+ spinnerLabel: string;
1728
+ };
1729
+ fileSelect: {
1730
+ localFilesSource: string;
1731
+ uploadFailed: string;
1732
+ maxNumberOfFilesSelected: string;
1733
+ };
1734
+ required: {
1735
+ requiredFields: string;
1736
+ };
1737
+ wxpDetailPage: {
1738
+ requiredFields: string;
1739
+ };
1740
+ avatarStack: {
1741
+ viewAll: string;
1742
+ close: string;
1743
+ };
1744
+ panel: {
1745
+ close: string;
1746
+ };
1747
+ };
1748
+ };
1749
+ readonly 'es-ES': {
1750
+ core: {
1751
+ connected: {
1752
+ fileSelect: {
1753
+ documents: string;
1754
+ drawings: string;
1755
+ forms: string;
1756
+ photos: string;
1757
+ selectAlbum: string;
1758
+ selectAnAlbum: string;
1759
+ selectArea: string;
1760
+ selectAnArea: string;
1761
+ selectDiscipline: string;
1762
+ selectADiscipline: string;
1763
+ selectSet: string;
1764
+ selectASet: string;
1765
+ selectTemplate: string;
1766
+ selectATemplate: string;
1767
+ };
1768
+ emails: {
1769
+ emailSendErrorTitle: string;
1770
+ emailBodyRequiredError: string;
1771
+ emailContentValidationError: string;
1772
+ emailContentDisclaimer: string;
1773
+ recipientSelectPlaceholder: string;
1774
+ emailRecipientRequiredError: string;
1775
+ emailSubjectRequiredError: string;
1776
+ goToAllEmails: string;
1777
+ sendEmail: string;
1778
+ replyAll: string;
1779
+ downloadAll: string;
1780
+ showAll: string;
1781
+ showLess: string;
1782
+ composeEmailPageTitle: string;
1783
+ emailSentMessage: string;
1784
+ from: string;
1785
+ to: string;
1786
+ cc: string;
1787
+ bcc: string;
1788
+ downloadPdfLong: string;
1789
+ downloadPdfShort: string;
1790
+ privateEmailDisclaimer: string;
1791
+ privateLabel: string;
1792
+ settingsLink: string;
1793
+ composeNewEmail: string;
1794
+ startNewCommunication: string;
1795
+ emptyStateTitle: string;
1796
+ emptyStateDescription: string;
1797
+ reply: string;
1798
+ cancel: string;
1799
+ subject: string;
1800
+ subjectPlaceholder: string;
1801
+ };
1802
+ distributionSelect: {
1803
+ noCompany: string;
1804
+ peopleCount: string;
1805
+ distributionGroups: string;
1806
+ people: string;
1807
+ };
1808
+ relatedItems: {
1809
+ cancel: string;
1810
+ close: string;
1811
+ date: string;
1812
+ itemType: string;
1813
+ itemTypeGroupLabel: {
1814
+ dailyLog: string;
1815
+ prostoreFile: string;
1816
+ };
1817
+ itemName: string;
1818
+ loading: string;
1819
+ notes: string;
1820
+ notesPlaceholder: string;
1821
+ newItem: string;
1822
+ noRelatedItems: {
1823
+ title: string;
1824
+ description: string;
1825
+ };
1826
+ noItems: {
1827
+ title: string;
1828
+ description: string;
1829
+ };
1830
+ noResultsSearchQuery: {
1831
+ title: string;
1832
+ description: string;
1833
+ };
1834
+ noResultsServerError: {
1835
+ title: string;
1836
+ description: string;
1837
+ action: string;
1838
+ };
1839
+ panelTitle: string;
1840
+ search: string;
1841
+ searchItemType: string;
1842
+ submit: string;
1843
+ toast: {
1844
+ itemAdded: string;
1845
+ itemAdditionFailed: string;
1846
+ itemRemoved: string;
1847
+ requestError: string;
1848
+ };
1849
+ };
1850
+ };
1851
+ dateTimeFormat: {
1852
+ dateAtTime: string;
1853
+ timeOnDate: string;
1854
+ };
1855
+ dataTable: {
1856
+ emptyState: {
1857
+ noFilteredResults: {
1858
+ description: string;
1859
+ title: string;
1860
+ };
1861
+ };
1862
+ exporting: string;
1863
+ filters: {
1864
+ filters: string;
1865
+ moreFilters: string;
1866
+ clearAllFilters: string;
1867
+ };
1868
+ grandTotals: string;
1869
+ search: string;
1870
+ subtotals: string;
1871
+ tableSettings: {
1872
+ configureColumns: string;
1873
+ resetToDefault: string;
1874
+ rowHeight: string;
1875
+ small: string;
1876
+ medium: string;
1877
+ large: string;
1878
+ tableSettings: string;
1879
+ };
1880
+ };
1881
+ dateInput: {
1882
+ segment: {
1883
+ ariaLabel: {
1884
+ withValue: {
1885
+ month: string;
1886
+ day: string;
1887
+ year: string;
1888
+ };
1889
+ withoutValue: {
1890
+ month: string;
1891
+ day: string;
1892
+ year: string;
1893
+ };
1894
+ };
1895
+ };
1896
+ clearButton: {
1897
+ ariaLabel: string;
1898
+ };
1899
+ };
1900
+ dropdown: {
1901
+ search: string;
1902
+ };
1903
+ dropzone: {
1904
+ uploadFiles: {
1905
+ one: string;
1906
+ other: string;
1907
+ };
1908
+ dragAndDrop: string;
1909
+ incorrectFileTypeMessage: {
1910
+ one: string;
1911
+ other: string;
1912
+ };
1913
+ incorrectFileNumber: string;
1914
+ invalidAmountAttachments: {
1915
+ one: string;
1916
+ other: string;
1917
+ };
1918
+ hideDetails: string;
1919
+ showDetails: string;
1920
+ errorTitle: string;
1921
+ oneFileAtATimeError: string;
1922
+ multipleErrorsMessage: string;
1923
+ maxFileSizeErrorGroup: string;
1924
+ minFileSizeErrorGroup: string;
1925
+ maxFileNumberErrorGroup: string;
1926
+ wrongFileTypeErrorGroup: string;
1927
+ standaloneMaxFileNumberError: string;
1928
+ standaloneUnsupportedFileTypeError: string;
1929
+ standaloneMinFileSizeError: string;
1930
+ standaloneMaxFileSizeError: string;
1931
+ };
1932
+ fileAttacher: {
1933
+ attachFiles: {
1934
+ one: string;
1935
+ other: string;
1936
+ };
1937
+ };
1938
+ tree: {
1939
+ selectionLimit: {
1940
+ one: string;
1941
+ other: string;
1942
+ };
1943
+ unsupportedFileType: {
1944
+ specific: string;
1945
+ unspecific: string;
1946
+ };
1947
+ };
1948
+ fileExplorer: {
1949
+ filesSelectedWithLimit: string;
1950
+ ungroupedThumbnailGridGroup: string;
1951
+ filesSelected: {
1952
+ one: string;
1953
+ other: string;
1954
+ };
1955
+ cancelAction: string;
1956
+ attachAction: string;
1957
+ maxNumberOfFilesSelected: string;
1958
+ modalTitle: string;
1959
+ filesPendingUpload: string;
1960
+ noSelectedItems: string;
1961
+ emptySearchResults: string;
1962
+ noItems: string;
1963
+ searchPlaceholder: string;
1964
+ uploadFailed: string;
1965
+ supportedFileTypes: string;
1966
+ };
1967
+ form: {
1968
+ checkbox: {
1969
+ no: string;
1970
+ yes: string;
1971
+ };
1972
+ errorBanner: {
1973
+ coundNotCreateItem: string;
1974
+ couldNotUpdateItem: string;
1975
+ fixErrorsToCreate: string;
1976
+ fixErrorsToUpdate: string;
1977
+ };
1978
+ };
1979
+ menu: {
1980
+ search: string;
1981
+ };
1982
+ pagination: {
1983
+ interval: string;
1984
+ page: string;
1985
+ nextPage: string;
1986
+ prevPage: string;
1987
+ };
1988
+ select: {
1989
+ search: string;
1990
+ };
1991
+ tabs: {
1992
+ more: string;
1993
+ };
1994
+ fileList: {
1995
+ downloadAll: string;
1996
+ };
1997
+ tieredSelect: {
1998
+ emptyMessage: string;
1999
+ placeholder: string;
2000
+ quickCreateActionLabel: string;
2001
+ quickCreateCancelLabel: string;
2002
+ quickCreateCreateLabel: string;
2003
+ quickCreatePlaceholder: string;
2004
+ searchEmptyMessage: string;
2005
+ searchPlaceholder: string;
2006
+ spinnerLabel: string;
2007
+ };
2008
+ tieredDropdown: {
2009
+ emptyMessage: string;
2010
+ searchEmptyMessage: string;
2011
+ searchPlaceholder: string;
2012
+ spinnerLabel: string;
2013
+ };
2014
+ fileSelect: {
2015
+ localFilesSource: string;
2016
+ uploadFailed: string;
2017
+ maxNumberOfFilesSelected: string;
2018
+ };
2019
+ required: {
2020
+ requiredFields: string;
2021
+ };
2022
+ wxpDetailPage: {
2023
+ requiredFields: string;
2024
+ };
2025
+ avatarStack: {
2026
+ viewAll: string;
2027
+ close: string;
2028
+ };
2029
+ panel: {
2030
+ close: string;
2031
+ };
2032
+ };
2033
+ };
2034
+ readonly 'fr-CA': {
2035
+ core: {
2036
+ connected: {
2037
+ fileSelect: {
2038
+ documents: string;
2039
+ drawings: string;
2040
+ forms: string;
2041
+ photos: string;
2042
+ selectAlbum: string;
2043
+ selectAnAlbum: string;
2044
+ selectArea: string;
2045
+ selectAnArea: string;
2046
+ selectDiscipline: string;
2047
+ selectADiscipline: string;
2048
+ selectSet: string;
2049
+ selectASet: string;
2050
+ selectTemplate: string;
2051
+ selectATemplate: string;
2052
+ };
2053
+ emails: {
2054
+ emailSendErrorTitle: string;
2055
+ emailBodyRequiredError: string;
2056
+ emailContentValidationError: string;
2057
+ emailContentDisclaimer: string;
2058
+ recipientSelectPlaceholder: string;
2059
+ emailRecipientRequiredError: string;
2060
+ emailSubjectRequiredError: string;
2061
+ goToAllEmails: string;
2062
+ sendEmail: string;
2063
+ replyAll: string;
2064
+ downloadAll: string;
2065
+ showAll: string;
2066
+ showLess: string;
2067
+ composeEmailPageTitle: string;
2068
+ emailSentMessage: string;
2069
+ from: string;
2070
+ to: string;
2071
+ cc: string;
2072
+ bcc: string;
2073
+ downloadPdfLong: string;
2074
+ downloadPdfShort: string;
2075
+ privateEmailDisclaimer: string;
2076
+ privateLabel: string;
2077
+ settingsLink: string;
2078
+ composeNewEmail: string;
2079
+ startNewCommunication: string;
2080
+ emptyStateTitle: string;
2081
+ emptyStateDescription: string;
2082
+ reply: string;
2083
+ cancel: string;
2084
+ subject: string;
2085
+ subjectPlaceholder: string;
2086
+ };
2087
+ distributionSelect: {
2088
+ noCompany: string;
2089
+ peopleCount: string;
2090
+ distributionGroups: string;
2091
+ people: string;
2092
+ };
2093
+ relatedItems: {
2094
+ cancel: string;
2095
+ close: string;
2096
+ date: string;
2097
+ itemType: string;
2098
+ itemTypeGroupLabel: {
2099
+ dailyLog: string;
2100
+ prostoreFile: string;
2101
+ };
2102
+ itemName: string;
2103
+ loading: string;
2104
+ notes: string;
2105
+ notesPlaceholder: string;
2106
+ newItem: string;
2107
+ noRelatedItems: {
2108
+ title: string;
2109
+ description: string;
2110
+ };
2111
+ noItems: {
2112
+ title: string;
2113
+ description: string;
2114
+ };
2115
+ noResultsSearchQuery: {
2116
+ title: string;
2117
+ description: string;
2118
+ };
2119
+ noResultsServerError: {
2120
+ title: string;
2121
+ description: string;
2122
+ action: string;
2123
+ };
2124
+ panelTitle: string;
2125
+ search: string;
2126
+ searchItemType: string;
2127
+ submit: string;
2128
+ toast: {
2129
+ itemAdded: string;
2130
+ itemAdditionFailed: string;
2131
+ itemRemoved: string;
2132
+ requestError: string;
2133
+ };
2134
+ };
2135
+ };
2136
+ dateTimeFormat: {
2137
+ dateAtTime: string;
2138
+ timeOnDate: string;
2139
+ };
2140
+ dataTable: {
2141
+ emptyState: {
2142
+ noFilteredResults: {
2143
+ description: string;
2144
+ title: string;
2145
+ };
2146
+ };
2147
+ exporting: string;
2148
+ filters: {
2149
+ filters: string;
2150
+ moreFilters: string;
2151
+ clearAllFilters: string;
2152
+ };
2153
+ grandTotals: string;
2154
+ search: string;
2155
+ subtotals: string;
2156
+ tableSettings: {
2157
+ configureColumns: string;
2158
+ resetToDefault: string;
2159
+ rowHeight: string;
2160
+ small: string;
2161
+ medium: string;
2162
+ large: string;
2163
+ tableSettings: string;
2164
+ };
2165
+ };
2166
+ dateInput: {
2167
+ segment: {
2168
+ ariaLabel: {
2169
+ withValue: {
2170
+ month: string;
2171
+ day: string;
2172
+ year: string;
2173
+ };
2174
+ withoutValue: {
2175
+ month: string;
2176
+ day: string;
2177
+ year: string;
2178
+ };
2179
+ };
2180
+ };
2181
+ clearButton: {
2182
+ ariaLabel: string;
2183
+ };
2184
+ };
2185
+ dropdown: {
2186
+ search: string;
2187
+ };
2188
+ dropzone: {
2189
+ uploadFiles: {
2190
+ one: string;
2191
+ other: string;
2192
+ };
2193
+ dragAndDrop: string;
2194
+ incorrectFileTypeMessage: {
2195
+ one: string;
2196
+ other: string;
2197
+ };
2198
+ incorrectFileNumber: string;
2199
+ invalidAmountAttachments: {
2200
+ one: string;
2201
+ other: string;
2202
+ };
2203
+ hideDetails: string;
2204
+ showDetails: string;
2205
+ errorTitle: string;
2206
+ oneFileAtATimeError: string;
2207
+ multipleErrorsMessage: string;
2208
+ maxFileSizeErrorGroup: string;
2209
+ minFileSizeErrorGroup: string;
2210
+ maxFileNumberErrorGroup: string;
2211
+ wrongFileTypeErrorGroup: string;
2212
+ standaloneMaxFileNumberError: string;
2213
+ standaloneUnsupportedFileTypeError: string;
2214
+ standaloneMinFileSizeError: string;
2215
+ standaloneMaxFileSizeError: string;
2216
+ };
2217
+ fileAttacher: {
2218
+ attachFiles: {
2219
+ one: string;
2220
+ other: string;
2221
+ };
2222
+ };
2223
+ tree: {
2224
+ selectionLimit: {
2225
+ one: string;
2226
+ other: string;
2227
+ };
2228
+ unsupportedFileType: {
2229
+ specific: string;
2230
+ unspecific: string;
2231
+ };
2232
+ };
2233
+ fileExplorer: {
2234
+ filesSelectedWithLimit: string;
2235
+ ungroupedThumbnailGridGroup: string;
2236
+ filesSelected: {
2237
+ one: string;
2238
+ other: string;
2239
+ };
2240
+ cancelAction: string;
2241
+ attachAction: string;
2242
+ maxNumberOfFilesSelected: string;
2243
+ modalTitle: string;
2244
+ filesPendingUpload: string;
2245
+ noSelectedItems: string;
2246
+ emptySearchResults: string;
2247
+ noItems: string;
2248
+ searchPlaceholder: string;
2249
+ uploadFailed: string;
2250
+ supportedFileTypes: string;
2251
+ };
2252
+ form: {
2253
+ checkbox: {
2254
+ no: string;
2255
+ yes: string;
2256
+ };
2257
+ errorBanner: {
2258
+ coundNotCreateItem: string;
2259
+ couldNotUpdateItem: string;
2260
+ fixErrorsToCreate: string;
2261
+ fixErrorsToUpdate: string;
2262
+ };
2263
+ };
2264
+ menu: {
2265
+ search: string;
2266
+ };
2267
+ pagination: {
2268
+ interval: string;
2269
+ page: string;
2270
+ nextPage: string;
2271
+ prevPage: string;
2272
+ };
2273
+ select: {
2274
+ search: string;
2275
+ };
2276
+ tabs: {
2277
+ more: string;
2278
+ };
2279
+ fileList: {
2280
+ downloadAll: string;
2281
+ };
2282
+ tieredSelect: {
2283
+ emptyMessage: string;
2284
+ placeholder: string;
2285
+ quickCreateActionLabel: string;
2286
+ quickCreateCancelLabel: string;
2287
+ quickCreateCreateLabel: string;
2288
+ quickCreatePlaceholder: string;
2289
+ searchEmptyMessage: string;
2290
+ searchPlaceholder: string;
2291
+ spinnerLabel: string;
2292
+ };
2293
+ tieredDropdown: {
2294
+ emptyMessage: string;
2295
+ searchEmptyMessage: string;
2296
+ searchPlaceholder: string;
2297
+ spinnerLabel: string;
2298
+ };
2299
+ fileSelect: {
2300
+ localFilesSource: string;
2301
+ uploadFailed: string;
2302
+ maxNumberOfFilesSelected: string;
2303
+ };
2304
+ required: {
2305
+ requiredFields: string;
2306
+ };
2307
+ wxpDetailPage: {
2308
+ requiredFields: string;
2309
+ };
2310
+ avatarStack: {
2311
+ viewAll: string;
2312
+ close: string;
2313
+ };
2314
+ panel: {
2315
+ close: string;
2316
+ };
2317
+ };
2318
+ };
2319
+ readonly 'fr-FR': {
2320
+ core: {
2321
+ connected: {
2322
+ fileSelect: {
2323
+ documents: string;
2324
+ drawings: string;
2325
+ forms: string;
2326
+ photos: string;
2327
+ selectAlbum: string;
2328
+ selectAnAlbum: string;
2329
+ selectArea: string;
2330
+ selectAnArea: string;
2331
+ selectDiscipline: string;
2332
+ selectADiscipline: string;
2333
+ selectSet: string;
2334
+ selectASet: string;
2335
+ selectTemplate: string;
2336
+ selectATemplate: string;
2337
+ };
2338
+ emails: {
2339
+ emailSendErrorTitle: string;
2340
+ emailBodyRequiredError: string;
2341
+ emailContentValidationError: string;
2342
+ emailContentDisclaimer: string;
2343
+ recipientSelectPlaceholder: string;
2344
+ emailRecipientRequiredError: string;
2345
+ emailSubjectRequiredError: string;
2346
+ goToAllEmails: string;
2347
+ sendEmail: string;
2348
+ replyAll: string;
2349
+ downloadAll: string;
2350
+ showAll: string;
2351
+ showLess: string;
2352
+ composeEmailPageTitle: string;
2353
+ emailSentMessage: string;
2354
+ from: string;
2355
+ to: string;
2356
+ cc: string;
2357
+ bcc: string;
2358
+ downloadPdfLong: string;
2359
+ downloadPdfShort: string;
2360
+ privateEmailDisclaimer: string;
2361
+ privateLabel: string;
2362
+ settingsLink: string;
2363
+ composeNewEmail: string;
2364
+ startNewCommunication: string;
2365
+ emptyStateTitle: string;
2366
+ emptyStateDescription: string;
2367
+ reply: string;
2368
+ cancel: string;
2369
+ subject: string;
2370
+ subjectPlaceholder: string;
2371
+ };
2372
+ distributionSelect: {
2373
+ noCompany: string;
2374
+ peopleCount: string;
2375
+ distributionGroups: string;
2376
+ people: string;
2377
+ };
2378
+ relatedItems: {
2379
+ cancel: string;
2380
+ close: string;
2381
+ date: string;
2382
+ itemType: string;
2383
+ itemTypeGroupLabel: {
2384
+ dailyLog: string;
2385
+ prostoreFile: string;
2386
+ };
2387
+ itemName: string;
2388
+ loading: string;
2389
+ notes: string;
2390
+ notesPlaceholder: string;
2391
+ newItem: string;
2392
+ noRelatedItems: {
2393
+ title: string;
2394
+ description: string;
2395
+ };
2396
+ noItems: {
2397
+ title: string;
2398
+ description: string;
2399
+ };
2400
+ noResultsSearchQuery: {
2401
+ title: string;
2402
+ description: string;
2403
+ };
2404
+ noResultsServerError: {
2405
+ title: string;
2406
+ description: string;
2407
+ action: string;
2408
+ };
2409
+ panelTitle: string;
2410
+ search: string;
2411
+ searchItemType: string;
2412
+ submit: string;
2413
+ toast: {
2414
+ itemAdded: string;
2415
+ itemAdditionFailed: string;
2416
+ itemRemoved: string;
2417
+ requestError: string;
2418
+ };
2419
+ };
2420
+ };
2421
+ dateTimeFormat: {
2422
+ dateAtTime: string;
2423
+ timeOnDate: string;
2424
+ };
2425
+ dataTable: {
2426
+ emptyState: {
2427
+ noFilteredResults: {
2428
+ description: string;
2429
+ title: string;
2430
+ };
2431
+ };
2432
+ exporting: string;
2433
+ filters: {
2434
+ filters: string;
2435
+ moreFilters: string;
2436
+ clearAllFilters: string;
2437
+ };
2438
+ grandTotals: string;
2439
+ search: string;
2440
+ subtotals: string;
2441
+ tableSettings: {
2442
+ configureColumns: string;
2443
+ resetToDefault: string;
2444
+ rowHeight: string;
2445
+ small: string;
2446
+ medium: string;
2447
+ large: string;
2448
+ tableSettings: string;
2449
+ };
2450
+ };
2451
+ dateInput: {
2452
+ segment: {
2453
+ ariaLabel: {
2454
+ withValue: {
2455
+ month: string;
2456
+ day: string;
2457
+ year: string;
2458
+ };
2459
+ withoutValue: {
2460
+ month: string;
2461
+ day: string;
2462
+ year: string;
2463
+ };
2464
+ };
2465
+ };
2466
+ clearButton: {
2467
+ ariaLabel: string;
2468
+ };
2469
+ };
2470
+ dropdown: {
2471
+ search: string;
2472
+ };
2473
+ dropzone: {
2474
+ uploadFiles: {
2475
+ one: string;
2476
+ other: string;
2477
+ };
2478
+ dragAndDrop: string;
2479
+ incorrectFileTypeMessage: {
2480
+ one: string;
2481
+ other: string;
2482
+ };
2483
+ incorrectFileNumber: string;
2484
+ invalidAmountAttachments: {
2485
+ one: string;
2486
+ other: string;
2487
+ };
2488
+ hideDetails: string;
2489
+ showDetails: string;
2490
+ errorTitle: string;
2491
+ oneFileAtATimeError: string;
2492
+ multipleErrorsMessage: string;
2493
+ maxFileSizeErrorGroup: string;
2494
+ minFileSizeErrorGroup: string;
2495
+ maxFileNumberErrorGroup: string;
2496
+ wrongFileTypeErrorGroup: string;
2497
+ standaloneMaxFileNumberError: string;
2498
+ standaloneUnsupportedFileTypeError: string;
2499
+ standaloneMinFileSizeError: string;
2500
+ standaloneMaxFileSizeError: string;
2501
+ };
2502
+ fileAttacher: {
2503
+ attachFiles: {
2504
+ one: string;
2505
+ other: string;
2506
+ };
2507
+ };
2508
+ tree: {
2509
+ selectionLimit: {
2510
+ one: string;
2511
+ other: string;
2512
+ };
2513
+ unsupportedFileType: {
2514
+ specific: string;
2515
+ unspecific: string;
2516
+ };
2517
+ };
2518
+ fileExplorer: {
2519
+ filesSelectedWithLimit: string;
2520
+ ungroupedThumbnailGridGroup: string;
2521
+ filesSelected: {
2522
+ one: string;
2523
+ other: string;
2524
+ };
2525
+ cancelAction: string;
2526
+ attachAction: string;
2527
+ maxNumberOfFilesSelected: string;
2528
+ modalTitle: string;
2529
+ filesPendingUpload: string;
2530
+ noSelectedItems: string;
2531
+ emptySearchResults: string;
2532
+ noItems: string;
2533
+ searchPlaceholder: string;
2534
+ uploadFailed: string;
2535
+ supportedFileTypes: string;
2536
+ };
2537
+ form: {
2538
+ checkbox: {
2539
+ no: string;
2540
+ yes: string;
2541
+ };
2542
+ errorBanner: {
2543
+ coundNotCreateItem: string;
2544
+ couldNotUpdateItem: string;
2545
+ fixErrorsToCreate: string;
2546
+ fixErrorsToUpdate: string;
2547
+ };
2548
+ };
2549
+ menu: {
2550
+ search: string;
2551
+ };
2552
+ pagination: {
2553
+ interval: string;
2554
+ page: string;
2555
+ nextPage: string;
2556
+ prevPage: string;
2557
+ };
2558
+ select: {
2559
+ search: string;
2560
+ };
2561
+ tabs: {
2562
+ more: string;
2563
+ };
2564
+ fileList: {
2565
+ downloadAll: string;
2566
+ };
2567
+ tieredSelect: {
2568
+ emptyMessage: string;
2569
+ placeholder: string;
2570
+ quickCreateActionLabel: string;
2571
+ quickCreateCancelLabel: string;
2572
+ quickCreateCreateLabel: string;
2573
+ quickCreatePlaceholder: string;
2574
+ searchEmptyMessage: string;
2575
+ searchPlaceholder: string;
2576
+ spinnerLabel: string;
2577
+ };
2578
+ tieredDropdown: {
2579
+ emptyMessage: string;
2580
+ searchEmptyMessage: string;
2581
+ searchPlaceholder: string;
2582
+ spinnerLabel: string;
2583
+ };
2584
+ fileSelect: {
2585
+ localFilesSource: string;
2586
+ uploadFailed: string;
2587
+ maxNumberOfFilesSelected: string;
2588
+ };
2589
+ required: {
2590
+ requiredFields: string;
2591
+ };
2592
+ wxpDetailPage: {
2593
+ requiredFields: string;
2594
+ };
2595
+ avatarStack: {
2596
+ viewAll: string;
2597
+ close: string;
2598
+ };
2599
+ panel: {
2600
+ close: string;
2601
+ };
2602
+ };
2603
+ };
2604
+ readonly 'is-IS': {
2605
+ core: {
2606
+ connected: {
2607
+ fileSelect: {
2608
+ documents: string;
2609
+ drawings: string;
2610
+ forms: string;
2611
+ photos: string;
2612
+ selectAlbum: string;
2613
+ selectAnAlbum: string;
2614
+ selectArea: string;
2615
+ selectAnArea: string;
2616
+ selectDiscipline: string;
2617
+ selectADiscipline: string;
2618
+ selectSet: string;
2619
+ selectASet: string;
2620
+ selectTemplate: string;
2621
+ selectATemplate: string;
2622
+ };
2623
+ emails: {
2624
+ emailSendErrorTitle: string;
2625
+ emailBodyRequiredError: string;
2626
+ emailContentValidationError: string;
2627
+ emailContentDisclaimer: string;
2628
+ recipientSelectPlaceholder: string;
2629
+ emailRecipientRequiredError: string;
2630
+ emailSubjectRequiredError: string;
2631
+ goToAllEmails: string;
2632
+ sendEmail: string;
2633
+ replyAll: string;
2634
+ downloadAll: string;
2635
+ showAll: string;
2636
+ showLess: string;
2637
+ composeEmailPageTitle: string;
2638
+ emailSentMessage: string;
2639
+ from: string;
2640
+ to: string;
2641
+ cc: string;
2642
+ bcc: string;
2643
+ downloadPdfLong: string;
2644
+ downloadPdfShort: string;
2645
+ privateEmailDisclaimer: string;
2646
+ privateLabel: string;
2647
+ settingsLink: string;
2648
+ composeNewEmail: string;
2649
+ startNewCommunication: string;
2650
+ emptyStateTitle: string;
2651
+ emptyStateDescription: string;
2652
+ reply: string;
2653
+ cancel: string;
2654
+ subject: string;
2655
+ subjectPlaceholder: string;
2656
+ };
2657
+ distributionSelect: {
2658
+ noCompany: string;
2659
+ peopleCount: string;
2660
+ distributionGroups: string;
2661
+ people: string;
2662
+ };
2663
+ relatedItems: {
2664
+ cancel: string;
2665
+ close: string;
2666
+ date: string;
2667
+ itemType: string;
2668
+ itemTypeGroupLabel: {
2669
+ dailyLog: string;
2670
+ prostoreFile: string;
2671
+ };
2672
+ itemName: string;
2673
+ loading: string;
2674
+ notes: string; /**
2675
+ * @deprecated
2676
+ *
2677
+ * Please use `useI18nContext()`
2678
+ *
2679
+ * @deprecatedSince 10.20.0
2680
+ */
2681
+ notesPlaceholder: string;
2682
+ newItem: string;
2683
+ noRelatedItems: {
2684
+ title: string;
2685
+ description: string;
2686
+ };
2687
+ noItems: {
2688
+ title: string;
2689
+ description: string;
2690
+ };
2691
+ noResultsSearchQuery: {
2692
+ title: string;
2693
+ description: string;
2694
+ };
2695
+ noResultsServerError: {
2696
+ title: string;
2697
+ description: string;
2698
+ action: string;
2699
+ };
2700
+ panelTitle: string;
2701
+ search: string;
2702
+ searchItemType: string;
2703
+ submit: string;
2704
+ toast: {
2705
+ itemAdded: string;
2706
+ itemAdditionFailed: string;
2707
+ itemRemoved: string;
2708
+ requestError: string;
2709
+ };
2710
+ };
2711
+ };
2712
+ dateTimeFormat: {
2713
+ dateAtTime: string;
2714
+ timeOnDate: string;
2715
+ };
2716
+ dataTable: {
2717
+ emptyState: {
2718
+ noFilteredResults: {
2719
+ description: string;
2720
+ title: string;
2721
+ };
2722
+ };
2723
+ exporting: string;
2724
+ filters: {
2725
+ filters: string;
2726
+ moreFilters: string;
2727
+ clearAllFilters: string;
2728
+ };
2729
+ grandTotals: string;
2730
+ search: string;
2731
+ subtotals: string;
2732
+ tableSettings: {
2733
+ configureColumns: string;
2734
+ resetToDefault: string;
2735
+ rowHeight: string;
2736
+ small: string;
2737
+ medium: string;
2738
+ large: string;
2739
+ tableSettings: string;
2740
+ };
2741
+ };
2742
+ dateInput: {
2743
+ segment: {
2744
+ ariaLabel: {
2745
+ withValue: {
2746
+ month: string;
2747
+ day: string;
2748
+ year: string;
2749
+ };
2750
+ withoutValue: {
2751
+ month: string;
2752
+ day: string;
2753
+ year: string;
2754
+ };
2755
+ };
2756
+ };
2757
+ clearButton: {
2758
+ ariaLabel: string;
2759
+ };
2760
+ };
2761
+ dropdown: {
2762
+ search: string;
2763
+ };
2764
+ dropzone: {
2765
+ uploadFiles: {
2766
+ one: string;
2767
+ other: string;
2768
+ };
2769
+ dragAndDrop: string;
2770
+ incorrectFileTypeMessage: {
2771
+ one: string;
2772
+ other: string;
2773
+ };
2774
+ incorrectFileNumber: string;
2775
+ invalidAmountAttachments: {
2776
+ one: string;
2777
+ other: string;
2778
+ };
2779
+ hideDetails: string;
2780
+ showDetails: string;
2781
+ errorTitle: string;
2782
+ oneFileAtATimeError: string;
2783
+ multipleErrorsMessage: string;
2784
+ maxFileSizeErrorGroup: string;
2785
+ minFileSizeErrorGroup: string;
2786
+ maxFileNumberErrorGroup: string;
2787
+ wrongFileTypeErrorGroup: string;
2788
+ standaloneMaxFileNumberError: string;
2789
+ standaloneUnsupportedFileTypeError: string;
2790
+ standaloneMinFileSizeError: string;
2791
+ standaloneMaxFileSizeError: string;
2792
+ };
2793
+ fileAttacher: {
2794
+ attachFiles: {
2795
+ one: string;
2796
+ other: string;
2797
+ };
2798
+ };
2799
+ tree: {
2800
+ selectionLimit: {
2801
+ one: string;
2802
+ other: string;
2803
+ };
2804
+ unsupportedFileType: {
2805
+ specific: string;
2806
+ unspecific: string;
2807
+ };
2808
+ };
2809
+ fileExplorer: {
2810
+ filesSelectedWithLimit: string;
2811
+ ungroupedThumbnailGridGroup: string;
2812
+ filesSelected: {
2813
+ one: string;
2814
+ other: string;
2815
+ };
2816
+ cancelAction: string;
2817
+ attachAction: string;
2818
+ maxNumberOfFilesSelected: string;
2819
+ modalTitle: string;
2820
+ filesPendingUpload: string;
2821
+ noSelectedItems: string;
2822
+ emptySearchResults: string;
2823
+ noItems: string;
2824
+ searchPlaceholder: string;
2825
+ uploadFailed: string;
2826
+ supportedFileTypes: string;
2827
+ };
2828
+ form: {
2829
+ checkbox: {
2830
+ no: string;
2831
+ yes: string;
2832
+ };
2833
+ errorBanner: {
2834
+ coundNotCreateItem: string;
2835
+ couldNotUpdateItem: string;
2836
+ fixErrorsToCreate: string;
2837
+ fixErrorsToUpdate: string;
2838
+ };
2839
+ };
2840
+ menu: {
2841
+ search: string;
2842
+ };
2843
+ pagination: {
2844
+ interval: string;
2845
+ page: string;
2846
+ nextPage: string;
2847
+ prevPage: string;
2848
+ };
2849
+ select: {
2850
+ search: string;
2851
+ };
2852
+ tabs: {
2853
+ more: string;
2854
+ };
2855
+ fileList: {
2856
+ downloadAll: string;
2857
+ };
2858
+ tieredSelect: {
2859
+ emptyMessage: string;
2860
+ placeholder: string;
2861
+ quickCreateActionLabel: string;
2862
+ quickCreateCancelLabel: string;
2863
+ quickCreateCreateLabel: string;
2864
+ quickCreatePlaceholder: string;
2865
+ searchEmptyMessage: string;
2866
+ searchPlaceholder: string;
2867
+ spinnerLabel: string;
2868
+ };
2869
+ tieredDropdown: {
2870
+ emptyMessage: string;
2871
+ searchEmptyMessage: string;
2872
+ searchPlaceholder: string;
2873
+ spinnerLabel: string;
2874
+ };
2875
+ fileSelect: {
2876
+ localFilesSource: string;
2877
+ uploadFailed: string;
2878
+ maxNumberOfFilesSelected: string;
2879
+ };
2880
+ required: {
2881
+ requiredFields: string;
2882
+ };
2883
+ wxpDetailPage: {
2884
+ requiredFields: string;
2885
+ };
2886
+ avatarStack: {
2887
+ viewAll: string;
2888
+ close: string;
2889
+ };
2890
+ panel: {
2891
+ close: string;
2892
+ };
2893
+ };
2894
+ };
2895
+ readonly 'it-IT': {};
2896
+ readonly 'ja-JP': {};
2897
+ readonly ko: {};
2898
+ readonly 'pt-BR': {
2899
+ core: {
2900
+ connected: {
2901
+ fileSelect: {
2902
+ documents: string;
2903
+ drawings: string;
2904
+ forms: string;
2905
+ photos: string;
2906
+ selectAlbum: string;
2907
+ selectAnAlbum: string;
2908
+ selectArea: string;
2909
+ selectAnArea: string;
2910
+ selectDiscipline: string;
2911
+ selectADiscipline: string;
2912
+ selectSet: string;
2913
+ selectASet: string;
2914
+ selectTemplate: string;
2915
+ selectATemplate: string;
2916
+ };
2917
+ emails: {
2918
+ emailSendErrorTitle: string;
2919
+ emailBodyRequiredError: string;
2920
+ emailContentValidationError: string;
2921
+ emailContentDisclaimer: string;
2922
+ recipientSelectPlaceholder: string;
2923
+ emailRecipientRequiredError: string;
2924
+ emailSubjectRequiredError: string;
2925
+ goToAllEmails: string;
2926
+ sendEmail: string;
2927
+ replyAll: string;
2928
+ downloadAll: string;
2929
+ showAll: string;
2930
+ showLess: string;
2931
+ composeEmailPageTitle: string;
2932
+ emailSentMessage: string;
2933
+ from: string;
2934
+ to: string;
2935
+ cc: string;
2936
+ bcc: string;
2937
+ downloadPdfLong: string;
2938
+ downloadPdfShort: string;
2939
+ privateEmailDisclaimer: string;
2940
+ privateLabel: string;
2941
+ settingsLink: string;
2942
+ composeNewEmail: string;
2943
+ startNewCommunication: string;
2944
+ emptyStateTitle: string;
2945
+ emptyStateDescription: string;
2946
+ reply: string;
2947
+ cancel: string;
2948
+ subject: string;
2949
+ subjectPlaceholder: string;
2950
+ };
2951
+ distributionSelect: {
2952
+ noCompany: string;
2953
+ peopleCount: string;
2954
+ distributionGroups: string;
2955
+ people: string;
2956
+ };
2957
+ relatedItems: {
2958
+ cancel: string;
2959
+ close: string;
2960
+ date: string;
2961
+ itemType: string;
2962
+ itemTypeGroupLabel: {
2963
+ dailyLog: string;
2964
+ prostoreFile: string;
2965
+ };
2966
+ itemName: string;
2967
+ loading: string;
2968
+ notes: string;
2969
+ notesPlaceholder: string;
2970
+ newItem: string;
2971
+ noRelatedItems: {
2972
+ title: string;
2973
+ description: string;
2974
+ };
2975
+ noItems: {
2976
+ title: string;
2977
+ description: string;
2978
+ };
2979
+ noResultsSearchQuery: {
2980
+ title: string;
2981
+ description: string;
2982
+ };
2983
+ noResultsServerError: {
2984
+ title: string;
2985
+ description: string;
2986
+ action: string;
2987
+ };
2988
+ panelTitle: string;
2989
+ search: string;
2990
+ searchItemType: string;
2991
+ submit: string;
2992
+ toast: {
2993
+ itemAdded: string;
2994
+ itemAdditionFailed: string;
2995
+ itemRemoved: string;
2996
+ requestError: string;
2997
+ };
2998
+ };
2999
+ };
3000
+ dateTimeFormat: {
3001
+ dateAtTime: string;
3002
+ timeOnDate: string;
3003
+ };
3004
+ dataTable: {
3005
+ emptyState: {
3006
+ noFilteredResults: {
3007
+ description: string;
3008
+ title: string;
3009
+ };
3010
+ };
3011
+ exporting: string;
3012
+ filters: {
3013
+ filters: string;
3014
+ moreFilters: string;
3015
+ clearAllFilters: string;
3016
+ };
3017
+ grandTotals: string;
3018
+ search: string;
3019
+ subtotals: string;
3020
+ tableSettings: {
3021
+ configureColumns: string;
3022
+ resetToDefault: string;
3023
+ rowHeight: string;
3024
+ small: string;
3025
+ medium: string;
3026
+ large: string;
3027
+ tableSettings: string;
3028
+ };
3029
+ };
3030
+ dateInput: {
3031
+ segment: {
3032
+ ariaLabel: {
3033
+ withValue: {
3034
+ month: string;
3035
+ day: string;
3036
+ year: string;
3037
+ };
3038
+ withoutValue: {
3039
+ month: string;
3040
+ day: string;
3041
+ year: string;
3042
+ };
3043
+ };
3044
+ };
3045
+ clearButton: {
3046
+ ariaLabel: string;
3047
+ };
3048
+ };
3049
+ dropdown: {
3050
+ search: string;
3051
+ };
3052
+ dropzone: {
3053
+ uploadFiles: {
3054
+ one: string;
3055
+ other: string;
3056
+ };
3057
+ dragAndDrop: string;
3058
+ incorrectFileTypeMessage: {
3059
+ one: string;
3060
+ other: string;
3061
+ };
3062
+ incorrectFileNumber: string;
3063
+ invalidAmountAttachments: {
3064
+ one: string;
3065
+ other: string;
3066
+ };
3067
+ hideDetails: string;
3068
+ showDetails: string;
3069
+ errorTitle: string;
3070
+ oneFileAtATimeError: string;
3071
+ multipleErrorsMessage: string;
3072
+ maxFileSizeErrorGroup: string;
3073
+ minFileSizeErrorGroup: string;
3074
+ maxFileNumberErrorGroup: string;
3075
+ wrongFileTypeErrorGroup: string;
3076
+ standaloneMaxFileNumberError: string;
3077
+ standaloneUnsupportedFileTypeError: string;
3078
+ standaloneMinFileSizeError: string;
3079
+ standaloneMaxFileSizeError: string;
3080
+ };
3081
+ fileAttacher: {
3082
+ attachFiles: {
3083
+ one: string;
3084
+ other: string;
3085
+ };
3086
+ };
3087
+ tree: {
3088
+ selectionLimit: {
3089
+ one: string;
3090
+ other: string;
3091
+ };
3092
+ unsupportedFileType: {
3093
+ specific: string;
3094
+ unspecific: string;
3095
+ };
3096
+ };
3097
+ fileExplorer: {
3098
+ filesSelectedWithLimit: string;
3099
+ ungroupedThumbnailGridGroup: string;
3100
+ filesSelected: {
3101
+ one: string;
3102
+ other: string;
3103
+ };
3104
+ cancelAction: string;
3105
+ attachAction: string;
3106
+ maxNumberOfFilesSelected: string;
3107
+ modalTitle: string;
3108
+ filesPendingUpload: string;
3109
+ noSelectedItems: string;
3110
+ emptySearchResults: string;
3111
+ noItems: string;
3112
+ searchPlaceholder: string;
3113
+ uploadFailed: string;
3114
+ supportedFileTypes: string;
3115
+ };
3116
+ form: {
3117
+ checkbox: {
3118
+ no: string;
3119
+ yes: string;
3120
+ };
3121
+ errorBanner: {
3122
+ coundNotCreateItem: string;
3123
+ couldNotUpdateItem: string;
3124
+ fixErrorsToCreate: string;
3125
+ fixErrorsToUpdate: string;
3126
+ };
3127
+ };
3128
+ menu: {
3129
+ search: string;
3130
+ };
3131
+ pagination: {
3132
+ interval: string;
3133
+ page: string;
3134
+ nextPage: string;
3135
+ prevPage: string;
3136
+ };
3137
+ select: {
3138
+ search: string;
3139
+ };
3140
+ tabs: {
3141
+ more: string;
3142
+ };
3143
+ fileList: {
3144
+ downloadAll: string;
3145
+ };
3146
+ tieredSelect: {
3147
+ emptyMessage: string;
3148
+ placeholder: string;
3149
+ quickCreateActionLabel: string;
3150
+ quickCreateCancelLabel: string;
3151
+ quickCreateCreateLabel: string;
3152
+ quickCreatePlaceholder: string;
3153
+ searchEmptyMessage: string;
3154
+ searchPlaceholder: string;
3155
+ spinnerLabel: string;
3156
+ };
3157
+ tieredDropdown: {
3158
+ emptyMessage: string;
3159
+ searchEmptyMessage: string;
3160
+ searchPlaceholder: string;
3161
+ spinnerLabel: string;
3162
+ };
3163
+ fileSelect: {
3164
+ localFilesSource: string;
3165
+ uploadFailed: string;
3166
+ maxNumberOfFilesSelected: string;
3167
+ };
3168
+ required: {
3169
+ requiredFields: string;
3170
+ };
3171
+ wxpDetailPage: {
3172
+ requiredFields: string;
3173
+ };
3174
+ avatarStack: {
3175
+ viewAll: string;
3176
+ close: string;
3177
+ };
3178
+ panel: {
3179
+ close: string;
3180
+ };
3181
+ };
3182
+ };
3183
+ readonly 'th-TH': {
3184
+ core: {
3185
+ connected: {
3186
+ fileSelect: {
3187
+ documents: string;
3188
+ drawings: string;
3189
+ forms: string;
3190
+ photos: string;
3191
+ selectAlbum: string;
3192
+ selectAnAlbum: string;
3193
+ selectArea: string;
3194
+ selectAnArea: string;
3195
+ selectDiscipline: string;
3196
+ selectADiscipline: string;
3197
+ selectSet: string;
3198
+ selectASet: string;
3199
+ selectTemplate: string;
3200
+ selectATemplate: string;
3201
+ };
3202
+ emails: {
3203
+ emailSendErrorTitle: string;
3204
+ emailBodyRequiredError: string;
3205
+ emailContentValidationError: string;
3206
+ emailContentDisclaimer: string;
3207
+ recipientSelectPlaceholder: string;
3208
+ emailRecipientRequiredError: string;
3209
+ emailSubjectRequiredError: string;
3210
+ goToAllEmails: string;
3211
+ sendEmail: string;
3212
+ replyAll: string;
3213
+ downloadAll: string;
3214
+ showAll: string;
3215
+ showLess: string;
3216
+ composeEmailPageTitle: string;
3217
+ emailSentMessage: string;
3218
+ from: string;
3219
+ to: string;
3220
+ cc: string;
3221
+ bcc: string;
3222
+ downloadPdfLong: string;
3223
+ downloadPdfShort: string;
3224
+ privateEmailDisclaimer: string;
3225
+ privateLabel: string;
3226
+ settingsLink: string;
3227
+ composeNewEmail: string;
3228
+ startNewCommunication: string;
3229
+ emptyStateTitle: string;
3230
+ emptyStateDescription: string;
3231
+ reply: string;
3232
+ cancel: string;
3233
+ subject: string;
3234
+ subjectPlaceholder: string;
3235
+ };
3236
+ distributionSelect: {
3237
+ noCompany: string;
3238
+ peopleCount: string;
3239
+ distributionGroups: string;
3240
+ people: string;
3241
+ };
3242
+ relatedItems: {
3243
+ cancel: string;
3244
+ close: string;
3245
+ date: string;
3246
+ itemType: string;
3247
+ itemTypeGroupLabel: {
3248
+ dailyLog: string;
3249
+ prostoreFile: string;
3250
+ };
3251
+ itemName: string;
3252
+ loading: string;
3253
+ notes: string;
3254
+ notesPlaceholder: string;
3255
+ newItem: string;
3256
+ noRelatedItems: {
3257
+ title: string;
3258
+ description: string;
3259
+ };
3260
+ noItems: {
3261
+ title: string;
3262
+ description: string;
3263
+ };
3264
+ noResultsSearchQuery: {
3265
+ title: string;
3266
+ description: string;
3267
+ };
3268
+ noResultsServerError: {
3269
+ title: string;
3270
+ description: string;
3271
+ action: string;
3272
+ };
3273
+ panelTitle: string;
3274
+ search: string;
3275
+ searchItemType: string;
3276
+ submit: string;
3277
+ toast: {
3278
+ itemAdded: string;
3279
+ itemAdditionFailed: string;
3280
+ itemRemoved: string;
3281
+ requestError: string;
3282
+ };
3283
+ };
3284
+ };
3285
+ dateTimeFormat: {
3286
+ dateAtTime: string;
3287
+ timeOnDate: string;
3288
+ };
3289
+ dataTable: {
3290
+ emptyState: {
3291
+ noFilteredResults: {
3292
+ description: string;
3293
+ title: string;
3294
+ };
3295
+ };
3296
+ exporting: string;
3297
+ filters: {
3298
+ filters: string;
3299
+ moreFilters: string;
3300
+ clearAllFilters: string;
3301
+ };
3302
+ grandTotals: string;
3303
+ search: string;
3304
+ subtotals: string;
3305
+ tableSettings: {
3306
+ configureColumns: string;
3307
+ resetToDefault: string;
3308
+ rowHeight: string;
3309
+ small: string;
3310
+ medium: string;
3311
+ large: string;
3312
+ tableSettings: string;
3313
+ };
3314
+ };
3315
+ dateInput: {
3316
+ segment: {
3317
+ ariaLabel: {
3318
+ withValue: {
3319
+ month: string;
3320
+ day: string;
3321
+ year: string;
3322
+ };
3323
+ withoutValue: {
3324
+ month: string;
3325
+ day: string;
3326
+ year: string;
3327
+ };
3328
+ };
3329
+ };
3330
+ clearButton: {
3331
+ ariaLabel: string;
3332
+ };
3333
+ };
3334
+ dropdown: {
3335
+ search: string;
3336
+ };
3337
+ dropzone: {
3338
+ uploadFiles: {
3339
+ one: string;
3340
+ other: string;
3341
+ };
3342
+ dragAndDrop: string;
3343
+ incorrectFileTypeMessage: {
3344
+ one: string;
3345
+ other: string;
3346
+ };
3347
+ incorrectFileNumber: string;
3348
+ invalidAmountAttachments: {
3349
+ one: string;
3350
+ other: string;
3351
+ };
3352
+ hideDetails: string;
3353
+ showDetails: string;
3354
+ errorTitle: string;
3355
+ oneFileAtATimeError: string;
3356
+ multipleErrorsMessage: string;
3357
+ maxFileSizeErrorGroup: string;
3358
+ minFileSizeErrorGroup: string;
3359
+ maxFileNumberErrorGroup: string;
3360
+ wrongFileTypeErrorGroup: string;
3361
+ standaloneMaxFileNumberError: string;
3362
+ standaloneUnsupportedFileTypeError: string;
3363
+ standaloneMinFileSizeError: string;
3364
+ standaloneMaxFileSizeError: string;
3365
+ };
3366
+ fileAttacher: {
3367
+ attachFiles: {
3368
+ one: string;
3369
+ other: string;
3370
+ };
3371
+ };
3372
+ tree: {
3373
+ selectionLimit: {
3374
+ one: string;
3375
+ other: string;
3376
+ };
3377
+ unsupportedFileType: {
3378
+ specific: string;
3379
+ unspecific: string;
3380
+ };
3381
+ };
3382
+ fileExplorer: {
3383
+ filesSelectedWithLimit: string;
3384
+ ungroupedThumbnailGridGroup: string;
3385
+ filesSelected: {
3386
+ one: string;
3387
+ other: string;
3388
+ };
3389
+ cancelAction: string;
3390
+ attachAction: string;
3391
+ maxNumberOfFilesSelected: string;
3392
+ modalTitle: string;
3393
+ filesPendingUpload: string;
3394
+ noSelectedItems: string;
3395
+ emptySearchResults: string;
3396
+ noItems: string;
3397
+ searchPlaceholder: string;
3398
+ uploadFailed: string;
3399
+ supportedFileTypes: string;
3400
+ };
3401
+ form: {
3402
+ checkbox: {
3403
+ no: string;
3404
+ yes: string;
3405
+ };
3406
+ errorBanner: {
3407
+ coundNotCreateItem: string;
3408
+ couldNotUpdateItem: string;
3409
+ fixErrorsToCreate: string;
3410
+ fixErrorsToUpdate: string;
3411
+ };
3412
+ };
3413
+ menu: {
3414
+ search: string;
3415
+ };
3416
+ pagination: {
3417
+ interval: string;
3418
+ page: string;
3419
+ nextPage: string;
3420
+ prevPage: string;
3421
+ };
3422
+ select: {
3423
+ search: string;
3424
+ };
3425
+ tabs: {
3426
+ more: string;
3427
+ };
3428
+ fileList: {
3429
+ downloadAll: string;
3430
+ };
3431
+ tieredSelect: {
3432
+ emptyMessage: string;
3433
+ placeholder: string;
3434
+ quickCreateActionLabel: string;
3435
+ quickCreateCancelLabel: string;
3436
+ quickCreateCreateLabel: string;
3437
+ quickCreatePlaceholder: string;
3438
+ searchEmptyMessage: string;
3439
+ searchPlaceholder: string;
3440
+ spinnerLabel: string;
3441
+ };
3442
+ tieredDropdown: {
3443
+ emptyMessage: string;
3444
+ searchEmptyMessage: string;
3445
+ searchPlaceholder: string;
3446
+ spinnerLabel: string;
3447
+ };
3448
+ fileSelect: {
3449
+ localFilesSource: string;
3450
+ uploadFailed: string;
3451
+ maxNumberOfFilesSelected: string;
3452
+ };
3453
+ required: {
3454
+ requiredFields: string;
3455
+ };
3456
+ wxpDetailPage: {
3457
+ requiredFields: string;
3458
+ };
3459
+ avatarStack: {
3460
+ viewAll: string;
3461
+ close: string;
3462
+ };
3463
+ panel: {
3464
+ close: string;
3465
+ };
3466
+ };
3467
+ };
3468
+ readonly 'zh-SG': {
3469
+ core: {
3470
+ connected: {
3471
+ fileSelect: {
3472
+ documents: string;
3473
+ drawings: string;
3474
+ forms: string;
3475
+ photos: string;
3476
+ selectAlbum: string;
3477
+ selectAnAlbum: string;
3478
+ selectArea: string;
3479
+ selectAnArea: string;
3480
+ selectDiscipline: string;
3481
+ selectADiscipline: string;
3482
+ selectSet: string;
3483
+ selectASet: string;
3484
+ selectTemplate: string;
3485
+ selectATemplate: string;
3486
+ };
3487
+ emails: {
3488
+ emailSendErrorTitle: string;
3489
+ emailBodyRequiredError: string;
3490
+ emailContentValidationError: string;
3491
+ emailContentDisclaimer: string;
3492
+ recipientSelectPlaceholder: string;
3493
+ emailRecipientRequiredError: string;
3494
+ emailSubjectRequiredError: string;
3495
+ goToAllEmails: string;
3496
+ sendEmail: string;
3497
+ replyAll: string;
3498
+ downloadAll: string;
3499
+ showAll: string;
3500
+ showLess: string;
3501
+ composeEmailPageTitle: string;
3502
+ emailSentMessage: string;
3503
+ from: string;
3504
+ to: string;
3505
+ cc: string;
3506
+ bcc: string;
3507
+ downloadPdfLong: string;
3508
+ downloadPdfShort: string;
3509
+ privateEmailDisclaimer: string;
3510
+ privateLabel: string;
3511
+ settingsLink: string;
3512
+ composeNewEmail: string;
3513
+ startNewCommunication: string;
3514
+ emptyStateTitle: string;
3515
+ emptyStateDescription: string;
3516
+ reply: string;
3517
+ cancel: string;
3518
+ subject: string;
3519
+ subjectPlaceholder: string;
3520
+ };
3521
+ distributionSelect: {
3522
+ noCompany: string;
3523
+ peopleCount: string;
3524
+ distributionGroups: string;
3525
+ people: string;
3526
+ };
3527
+ relatedItems: {
3528
+ cancel: string;
3529
+ close: string;
3530
+ date: string;
3531
+ itemType: string;
3532
+ itemTypeGroupLabel: {
3533
+ dailyLog: string;
3534
+ prostoreFile: string;
3535
+ };
3536
+ itemName: string;
3537
+ loading: string;
3538
+ notes: string;
3539
+ notesPlaceholder: string;
3540
+ newItem: string;
3541
+ noRelatedItems: {
3542
+ title: string;
3543
+ description: string;
3544
+ };
3545
+ noItems: {
3546
+ title: string;
3547
+ description: string;
3548
+ };
3549
+ noResultsSearchQuery: {
3550
+ title: string;
3551
+ description: string;
3552
+ };
3553
+ noResultsServerError: {
3554
+ title: string;
3555
+ description: string;
3556
+ action: string;
3557
+ };
3558
+ panelTitle: string;
3559
+ search: string;
3560
+ searchItemType: string;
3561
+ submit: string;
3562
+ toast: {
3563
+ itemAdded: string;
3564
+ itemAdditionFailed: string;
3565
+ itemRemoved: string;
3566
+ requestError: string;
3567
+ };
3568
+ };
3569
+ };
3570
+ dateTimeFormat: {
3571
+ dateAtTime: string;
3572
+ timeOnDate: string;
3573
+ };
3574
+ dataTable: {
3575
+ emptyState: {
3576
+ noFilteredResults: {
3577
+ description: string;
3578
+ title: string;
3579
+ };
3580
+ };
3581
+ exporting: string;
3582
+ filters: {
3583
+ filters: string;
3584
+ moreFilters: string;
3585
+ clearAllFilters: string;
3586
+ };
3587
+ grandTotals: string;
3588
+ search: string;
3589
+ subtotals: string;
3590
+ tableSettings: {
3591
+ configureColumns: string;
3592
+ resetToDefault: string;
3593
+ rowHeight: string;
3594
+ small: string;
3595
+ medium: string;
3596
+ large: string;
3597
+ tableSettings: string;
3598
+ };
3599
+ };
3600
+ dateInput: {
3601
+ segment: {
3602
+ ariaLabel: {
3603
+ withValue: {
3604
+ month: string;
3605
+ day: string;
3606
+ year: string;
3607
+ };
3608
+ withoutValue: {
3609
+ month: string;
3610
+ day: string;
3611
+ year: string;
3612
+ };
3613
+ };
3614
+ };
3615
+ clearButton: {
3616
+ ariaLabel: string;
3617
+ };
3618
+ };
3619
+ dropdown: {
3620
+ search: string;
3621
+ };
3622
+ dropzone: {
3623
+ uploadFiles: {
3624
+ one: string;
3625
+ other: string;
3626
+ };
3627
+ dragAndDrop: string;
3628
+ incorrectFileTypeMessage: {
3629
+ one: string;
3630
+ other: string;
3631
+ };
3632
+ incorrectFileNumber: string;
3633
+ invalidAmountAttachments: {
3634
+ one: string;
3635
+ other: string;
3636
+ };
3637
+ hideDetails: string;
3638
+ showDetails: string;
3639
+ errorTitle: string;
3640
+ oneFileAtATimeError: string;
3641
+ multipleErrorsMessage: string;
3642
+ maxFileSizeErrorGroup: string;
3643
+ minFileSizeErrorGroup: string;
3644
+ maxFileNumberErrorGroup: string;
3645
+ wrongFileTypeErrorGroup: string;
3646
+ standaloneMaxFileNumberError: string;
3647
+ standaloneUnsupportedFileTypeError: string;
3648
+ standaloneMinFileSizeError: string;
3649
+ standaloneMaxFileSizeError: string;
3650
+ };
3651
+ fileAttacher: {
3652
+ attachFiles: {
3653
+ one: string;
3654
+ other: string;
3655
+ };
3656
+ };
3657
+ tree: {
3658
+ selectionLimit: {
3659
+ one: string;
3660
+ other: string;
3661
+ };
3662
+ unsupportedFileType: {
3663
+ specific: string;
3664
+ unspecific: string;
3665
+ };
3666
+ };
3667
+ fileExplorer: {
3668
+ filesSelectedWithLimit: string;
3669
+ ungroupedThumbnailGridGroup: string;
3670
+ filesSelected: {
3671
+ one: string;
3672
+ other: string;
3673
+ };
3674
+ cancelAction: string;
3675
+ attachAction: string;
3676
+ maxNumberOfFilesSelected: string;
3677
+ modalTitle: string;
3678
+ filesPendingUpload: string;
3679
+ noSelectedItems: string;
3680
+ emptySearchResults: string;
3681
+ noItems: string;
3682
+ searchPlaceholder: string;
3683
+ uploadFailed: string;
3684
+ supportedFileTypes: string;
3685
+ };
3686
+ form: {
3687
+ checkbox: {
3688
+ no: string;
3689
+ yes: string;
3690
+ };
3691
+ errorBanner: {
3692
+ coundNotCreateItem: string;
3693
+ couldNotUpdateItem: string;
3694
+ fixErrorsToCreate: string;
3695
+ fixErrorsToUpdate: string;
3696
+ };
3697
+ };
3698
+ menu: {
3699
+ search: string;
3700
+ };
3701
+ pagination: {
3702
+ interval: string;
3703
+ page: string;
3704
+ nextPage: string;
3705
+ prevPage: string;
3706
+ };
3707
+ select: {
3708
+ search: string;
3709
+ };
3710
+ tabs: {
3711
+ more: string;
3712
+ };
3713
+ fileList: {
3714
+ downloadAll: string;
3715
+ };
3716
+ tieredSelect: {
3717
+ emptyMessage: string;
3718
+ placeholder: string;
3719
+ quickCreateActionLabel: string;
3720
+ quickCreateCancelLabel: string;
3721
+ quickCreateCreateLabel: string;
3722
+ quickCreatePlaceholder: string;
3723
+ searchEmptyMessage: string;
3724
+ searchPlaceholder: string;
3725
+ spinnerLabel: string;
3726
+ };
3727
+ tieredDropdown: {
3728
+ emptyMessage: string;
3729
+ searchEmptyMessage: string;
3730
+ searchPlaceholder: string;
3731
+ spinnerLabel: string;
3732
+ };
3733
+ fileSelect: {
3734
+ localFilesSource: string;
3735
+ uploadFailed: string;
3736
+ maxNumberOfFilesSelected: string;
3737
+ };
3738
+ required: {
3739
+ requiredFields: string;
3740
+ };
3741
+ wxpDetailPage: {
3742
+ requiredFields: string;
3743
+ };
3744
+ avatarStack: {
3745
+ viewAll: string;
3746
+ close: string;
3747
+ };
3748
+ panel: {
3749
+ close: string;
3750
+ };
3751
+ };
3752
+ };
3753
+ };
3754
+ export declare function useI18n({ locale: _locale, translations: _translations, }: I18njsConfig): I18njs;
6
3755
  export declare const I18nContext: React.Context<I18njs>;
7
3756
  export declare function I18nProvider({ children, ...props }: I18nConfig & {
8
3757
  children: React.ReactNode;