@procore/core-react 10.23.0-rc.7 → 10.23.0

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