@pega/cosmos-react-core 2.0.0-dev.14.3 → 2.0.0-dev.15.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.
- package/lib/components/AppShell/AppShell.styles.js +1 -1
- package/lib/components/AppShell/AppShell.styles.js.map +1 -1
- package/lib/components/AppShell/Drawer.js +1 -1
- package/lib/components/AppShell/Drawer.js.map +1 -1
- package/lib/components/Badges/Status.d.ts +2 -2
- package/lib/components/Badges/Status.d.ts.map +1 -1
- package/lib/components/Badges/Status.js.map +1 -1
- package/lib/components/Configuration/Configuration.js +1 -1
- package/lib/components/Configuration/Configuration.js.map +1 -1
- package/lib/components/Currency/CurrencyDisplay.d.ts.map +1 -1
- package/lib/components/Currency/CurrencyDisplay.js +9 -1
- package/lib/components/Currency/CurrencyDisplay.js.map +1 -1
- package/lib/components/DateTime/DateTimeDisplay.js +1 -1
- package/lib/components/DateTime/DateTimeDisplay.js.map +1 -1
- package/lib/components/FieldGroup/FieldGroup.js +1 -1
- package/lib/components/FieldGroup/FieldGroup.js.map +1 -1
- package/lib/components/File/FileInput.d.ts.map +1 -1
- package/lib/components/File/FileInput.js +3 -1
- package/lib/components/File/FileInput.js.map +1 -1
- package/lib/components/File/FileUploadItem.js +1 -1
- package/lib/components/File/FileUploadItem.js.map +1 -1
- package/lib/components/List/List.d.ts.map +1 -1
- package/lib/components/List/List.js +2 -2
- package/lib/components/List/List.js.map +1 -1
- package/lib/components/Location/LocationInput.js +1 -1
- package/lib/components/Location/LocationInput.js.map +1 -1
- package/lib/components/Menu/MenuItem.js +5 -5
- package/lib/components/Menu/MenuItem.js.map +1 -1
- package/lib/components/Menu/MenuListHeader.js +1 -1
- package/lib/components/Menu/MenuListHeader.js.map +1 -1
- package/lib/components/MetaList/MetaList.d.ts +11 -2
- package/lib/components/MetaList/MetaList.d.ts.map +1 -1
- package/lib/components/MetaList/MetaList.js +32 -18
- package/lib/components/MetaList/MetaList.js.map +1 -1
- package/lib/components/MultiStep/MultiStep.d.ts.map +1 -1
- package/lib/components/MultiStep/MultiStep.js +3 -2
- package/lib/components/MultiStep/MultiStep.js.map +1 -1
- package/lib/components/Number/NumberInput.js +2 -2
- package/lib/components/Number/NumberInput.js.map +1 -1
- package/lib/components/PageTemplates/DashboardPage.d.ts +1 -1
- package/lib/components/PageTemplates/DashboardPage.d.ts.map +1 -1
- package/lib/components/PageTemplates/DashboardPage.js +9 -7
- package/lib/components/PageTemplates/DashboardPage.js.map +1 -1
- package/lib/components/PageTemplates/PageTemplates.d.ts +15 -8
- package/lib/components/PageTemplates/PageTemplates.d.ts.map +1 -1
- package/lib/components/PageTemplates/PageTemplates.js +81 -61
- package/lib/components/PageTemplates/PageTemplates.js.map +1 -1
- package/lib/components/PageTemplates/index.d.ts +2 -0
- package/lib/components/PageTemplates/index.d.ts.map +1 -1
- package/lib/components/PageTemplates/index.js.map +1 -1
- package/lib/components/Pagination/Pagination.js +1 -1
- package/lib/components/Pagination/Pagination.js.map +1 -1
- package/lib/components/Phone/PhoneInput.d.ts.map +1 -1
- package/lib/components/Phone/PhoneInput.js +5 -5
- package/lib/components/Phone/PhoneInput.js.map +1 -1
- package/lib/components/SearchInput/SearchInput.d.ts +2 -2
- package/lib/components/SearchInput/SearchInput.js.map +1 -1
- package/lib/components/SummaryList/SummaryList.js +1 -1
- package/lib/components/SummaryList/SummaryList.js.map +1 -1
- package/lib/components/Tabs/Tabs.d.ts +1 -0
- package/lib/components/Tabs/Tabs.d.ts.map +1 -1
- package/lib/components/Tabs/Tabs.js +4 -5
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/TextArea/TextArea.js +1 -1
- package/lib/components/TextArea/TextArea.js.map +1 -1
- package/lib/components/Tree/StandardTree.js +1 -1
- package/lib/components/Tree/StandardTree.js.map +1 -1
- package/lib/hooks/useI18n.d.ts +218 -55
- package/lib/hooks/useI18n.d.ts.map +1 -1
- package/lib/hooks/useI18n.js +2 -2
- package/lib/hooks/useI18n.js.map +1 -1
- package/lib/i18n/default.json +234 -71
- package/lib/i18n/i18n.d.ts +436 -110
- package/lib/i18n/i18n.d.ts.map +1 -1
- package/lib/i18n/translate.d.ts +29 -4
- package/lib/i18n/translate.d.ts.map +1 -1
- package/lib/i18n/translate.js +21 -8
- package/lib/i18n/translate.js.map +1 -1
- package/package.json +1 -1
package/lib/i18n/i18n.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ declare const create: (translations?: Partial<{
|
|
|
17
17
|
article_list_label_a11y: string;
|
|
18
18
|
article_list_filter_label_a11y: string;
|
|
19
19
|
article_list_header_submit_label: string;
|
|
20
|
+
additional_info: string;
|
|
20
21
|
banner_dismiss_button_label_a11y: string;
|
|
21
22
|
follow: string;
|
|
22
23
|
unfollow: string;
|
|
@@ -52,10 +53,17 @@ declare const create: (translations?: Partial<{
|
|
|
52
53
|
condition_builder_compare_with_time_value: string;
|
|
53
54
|
condition_builder_invalid_time_period: string;
|
|
54
55
|
condition_builder_invalid_value: string;
|
|
55
|
-
condition_builder_select_placeholder: string;
|
|
56
|
-
condition_builder_day_number_of_month: string;
|
|
57
56
|
condition_builder_date_function_year: string;
|
|
58
57
|
condition_builder_date_function_quarter: string;
|
|
58
|
+
condition_builder_select_placeholder: string;
|
|
59
|
+
condition_builder_day_number_of_month: {
|
|
60
|
+
zero: string;
|
|
61
|
+
one: string;
|
|
62
|
+
two: string;
|
|
63
|
+
few: string;
|
|
64
|
+
many: string;
|
|
65
|
+
other: string;
|
|
66
|
+
};
|
|
59
67
|
condition_builder_date_function_month: string;
|
|
60
68
|
condition_builder_date_function_week: string;
|
|
61
69
|
condition_builder_date_function_day: string;
|
|
@@ -78,48 +86,174 @@ declare const create: (translations?: Partial<{
|
|
|
78
86
|
condition_builder_current_month: string;
|
|
79
87
|
condition_builder_current_quarter: string;
|
|
80
88
|
condition_builder_current_year: string;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
condition_builder_last_X_hours:
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
89
|
+
condition_builder_last_X_minutes: {
|
|
90
|
+
zero: string;
|
|
91
|
+
one: string;
|
|
92
|
+
two: string;
|
|
93
|
+
few: string;
|
|
94
|
+
many: string;
|
|
95
|
+
other: string;
|
|
96
|
+
};
|
|
97
|
+
condition_builder_last_X_hours: {
|
|
98
|
+
zero: string;
|
|
99
|
+
one: string;
|
|
100
|
+
two: string;
|
|
101
|
+
few: string;
|
|
102
|
+
many: string;
|
|
103
|
+
other: string;
|
|
104
|
+
};
|
|
105
|
+
condition_builder_last_X_days: {
|
|
106
|
+
zero: string;
|
|
107
|
+
one: string;
|
|
108
|
+
two: string;
|
|
109
|
+
few: string;
|
|
110
|
+
many: string;
|
|
111
|
+
other: string;
|
|
112
|
+
};
|
|
113
|
+
condition_builder_last_X_weeks: {
|
|
114
|
+
zero: string;
|
|
115
|
+
one: string;
|
|
116
|
+
two: string;
|
|
117
|
+
few: string;
|
|
118
|
+
many: string;
|
|
119
|
+
other: string;
|
|
120
|
+
};
|
|
121
|
+
condition_builder_last_X_months: {
|
|
122
|
+
zero: string;
|
|
123
|
+
one: string;
|
|
124
|
+
two: string;
|
|
125
|
+
few: string;
|
|
126
|
+
many: string;
|
|
127
|
+
other: string;
|
|
128
|
+
};
|
|
129
|
+
condition_builder_last_X_quarters: {
|
|
130
|
+
zero: string;
|
|
131
|
+
one: string;
|
|
132
|
+
two: string;
|
|
133
|
+
few: string;
|
|
134
|
+
many: string;
|
|
135
|
+
other: string;
|
|
136
|
+
};
|
|
137
|
+
condition_builder_last_X_years: {
|
|
138
|
+
zero: string;
|
|
139
|
+
one: string;
|
|
140
|
+
two: string;
|
|
141
|
+
few: string;
|
|
142
|
+
many: string;
|
|
143
|
+
other: string;
|
|
144
|
+
};
|
|
145
|
+
condition_builder_next_X_minutes: {
|
|
146
|
+
zero: string;
|
|
147
|
+
one: string;
|
|
148
|
+
two: string;
|
|
149
|
+
few: string;
|
|
150
|
+
many: string;
|
|
151
|
+
other: string;
|
|
152
|
+
};
|
|
153
|
+
condition_builder_next_X_hours: {
|
|
154
|
+
zero: string;
|
|
155
|
+
one: string;
|
|
156
|
+
two: string;
|
|
157
|
+
few: string;
|
|
158
|
+
many: string;
|
|
159
|
+
other: string;
|
|
160
|
+
};
|
|
161
|
+
condition_builder_next_X_days: {
|
|
162
|
+
zero: string;
|
|
163
|
+
one: string;
|
|
164
|
+
two: string;
|
|
165
|
+
few: string;
|
|
166
|
+
many: string;
|
|
167
|
+
other: string;
|
|
168
|
+
};
|
|
169
|
+
condition_builder_next_X_weeks: {
|
|
170
|
+
zero: string;
|
|
171
|
+
one: string;
|
|
172
|
+
two: string;
|
|
173
|
+
few: string;
|
|
174
|
+
many: string;
|
|
175
|
+
other: string;
|
|
176
|
+
};
|
|
177
|
+
condition_builder_next_X_months: {
|
|
178
|
+
zero: string;
|
|
179
|
+
one: string;
|
|
180
|
+
two: string;
|
|
181
|
+
few: string;
|
|
182
|
+
many: string;
|
|
183
|
+
other: string;
|
|
184
|
+
};
|
|
185
|
+
condition_builder_next_X_quarters: {
|
|
186
|
+
zero: string;
|
|
187
|
+
one: string;
|
|
188
|
+
two: string;
|
|
189
|
+
few: string;
|
|
190
|
+
many: string;
|
|
191
|
+
other: string;
|
|
192
|
+
};
|
|
193
|
+
condition_builder_next_X_years: {
|
|
194
|
+
zero: string;
|
|
195
|
+
one: string;
|
|
196
|
+
two: string;
|
|
197
|
+
few: string;
|
|
198
|
+
many: string;
|
|
199
|
+
other: string;
|
|
200
|
+
};
|
|
201
|
+
condition_builder_previous_X_minutes: {
|
|
202
|
+
zero: string;
|
|
203
|
+
one: string;
|
|
204
|
+
two: string;
|
|
205
|
+
few: string;
|
|
206
|
+
many: string;
|
|
207
|
+
other: string;
|
|
208
|
+
};
|
|
209
|
+
condition_builder_previous_X_hours: {
|
|
210
|
+
zero: string;
|
|
211
|
+
one: string;
|
|
212
|
+
two: string;
|
|
213
|
+
few: string;
|
|
214
|
+
many: string;
|
|
215
|
+
other: string;
|
|
216
|
+
};
|
|
217
|
+
condition_builder_previous_X_days: {
|
|
218
|
+
zero: string;
|
|
219
|
+
one: string;
|
|
220
|
+
two: string;
|
|
221
|
+
few: string;
|
|
222
|
+
many: string;
|
|
223
|
+
other: string;
|
|
224
|
+
};
|
|
225
|
+
condition_builder_previous_X_weeks: {
|
|
226
|
+
zero: string;
|
|
227
|
+
one: string;
|
|
228
|
+
two: string;
|
|
229
|
+
few: string;
|
|
230
|
+
many: string;
|
|
231
|
+
other: string;
|
|
232
|
+
};
|
|
233
|
+
condition_builder_previous_X_months: {
|
|
234
|
+
zero: string;
|
|
235
|
+
one: string;
|
|
236
|
+
two: string;
|
|
237
|
+
few: string;
|
|
238
|
+
many: string;
|
|
239
|
+
other: string;
|
|
240
|
+
};
|
|
241
|
+
condition_builder_previous_X_quarters: {
|
|
242
|
+
zero: string;
|
|
243
|
+
one: string;
|
|
244
|
+
two: string;
|
|
245
|
+
few: string;
|
|
246
|
+
many: string;
|
|
247
|
+
other: string;
|
|
248
|
+
};
|
|
249
|
+
condition_builder_previous_X_years: {
|
|
250
|
+
zero: string;
|
|
251
|
+
one: string;
|
|
252
|
+
two: string;
|
|
253
|
+
few: string;
|
|
254
|
+
many: string;
|
|
255
|
+
other: string;
|
|
256
|
+
};
|
|
123
257
|
condition_builder_time_period_label: string;
|
|
124
258
|
condition_builder_time_period_last: string;
|
|
125
259
|
condition_builder_time_period_current: string;
|
|
@@ -201,6 +335,7 @@ declare const create: (translations?: Partial<{
|
|
|
201
335
|
delete_noun: string;
|
|
202
336
|
close: string;
|
|
203
337
|
close_noun: string;
|
|
338
|
+
done: string;
|
|
204
339
|
activate: string;
|
|
205
340
|
uploading: string;
|
|
206
341
|
loading: string;
|
|
@@ -219,9 +354,9 @@ declare const create: (translations?: Partial<{
|
|
|
219
354
|
noun_deselected: string;
|
|
220
355
|
utilities_summary: string;
|
|
221
356
|
utilities_panel: string;
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
357
|
+
email_add_attachment: string;
|
|
358
|
+
email_disable_attachment: string;
|
|
359
|
+
email_remove_attachment: string;
|
|
225
360
|
add_emoji: string;
|
|
226
361
|
show_more: string;
|
|
227
362
|
show_less: string;
|
|
@@ -231,8 +366,14 @@ declare const create: (translations?: Partial<{
|
|
|
231
366
|
filters: string;
|
|
232
367
|
attachment: string;
|
|
233
368
|
attach: string;
|
|
234
|
-
count_results:
|
|
235
|
-
|
|
369
|
+
count_results: {
|
|
370
|
+
zero: string;
|
|
371
|
+
one: string;
|
|
372
|
+
two: string;
|
|
373
|
+
few: string;
|
|
374
|
+
many: string;
|
|
375
|
+
other: string;
|
|
376
|
+
};
|
|
236
377
|
empty_search: string;
|
|
237
378
|
new_messages: string;
|
|
238
379
|
earlier_transcripts: string;
|
|
@@ -256,7 +397,14 @@ declare const create: (translations?: Partial<{
|
|
|
256
397
|
email: string;
|
|
257
398
|
email_message: string;
|
|
258
399
|
email_filters: string;
|
|
259
|
-
|
|
400
|
+
new_emails_count: {
|
|
401
|
+
zero: string;
|
|
402
|
+
one: string;
|
|
403
|
+
two: string;
|
|
404
|
+
few: string;
|
|
405
|
+
many: string;
|
|
406
|
+
other: string;
|
|
407
|
+
};
|
|
260
408
|
unread_email_count: string;
|
|
261
409
|
priority: string;
|
|
262
410
|
inbox: string;
|
|
@@ -265,7 +413,6 @@ declare const create: (translations?: Partial<{
|
|
|
265
413
|
other_responses: string;
|
|
266
414
|
categories: string;
|
|
267
415
|
attachments: string;
|
|
268
|
-
no_records_found: string;
|
|
269
416
|
scroll_to_latest_message: string;
|
|
270
417
|
scroll_to_unread_messages: string;
|
|
271
418
|
suggested_replies_current_of_total: string;
|
|
@@ -318,7 +465,14 @@ declare const create: (translations?: Partial<{
|
|
|
318
465
|
dismiss_label_a11y: string;
|
|
319
466
|
task_manager_launch_task: string;
|
|
320
467
|
task_manager_search_results_empty_text: string;
|
|
321
|
-
task_manager_picker_add_label:
|
|
468
|
+
task_manager_picker_add_label: {
|
|
469
|
+
zero: string;
|
|
470
|
+
one: string;
|
|
471
|
+
two: string;
|
|
472
|
+
few: string;
|
|
473
|
+
many: string;
|
|
474
|
+
other: string;
|
|
475
|
+
};
|
|
322
476
|
task_manager_delete_task: string;
|
|
323
477
|
search_tasks: string;
|
|
324
478
|
feed_new_post: string;
|
|
@@ -329,7 +483,7 @@ declare const create: (translations?: Partial<{
|
|
|
329
483
|
feed_private_post: string;
|
|
330
484
|
feed_public_post: string;
|
|
331
485
|
feed_recipients: string;
|
|
332
|
-
|
|
486
|
+
feed_more_count: string;
|
|
333
487
|
sentiment_positive: string;
|
|
334
488
|
sentiment_negative: string;
|
|
335
489
|
sentiment_neutral: string;
|
|
@@ -382,8 +536,14 @@ declare const create: (translations?: Partial<{
|
|
|
382
536
|
dial_pad_keyboard: string;
|
|
383
537
|
dial_pad_phone_number_input_label: string;
|
|
384
538
|
dial_pad_call_button_label: string;
|
|
385
|
-
|
|
386
|
-
|
|
539
|
+
stakeholders: {
|
|
540
|
+
zero: string;
|
|
541
|
+
one: string;
|
|
542
|
+
two: string;
|
|
543
|
+
few: string;
|
|
544
|
+
many: string;
|
|
545
|
+
other: string;
|
|
546
|
+
};
|
|
387
547
|
add_noun: string;
|
|
388
548
|
remove: string;
|
|
389
549
|
remove_noun: string;
|
|
@@ -391,6 +551,9 @@ declare const create: (translations?: Partial<{
|
|
|
391
551
|
parallel: string;
|
|
392
552
|
stage: string;
|
|
393
553
|
alternateStage: string;
|
|
554
|
+
confirmation_details: string;
|
|
555
|
+
confirmation_whats_next: string;
|
|
556
|
+
confirmation_open_tasks: string;
|
|
394
557
|
}> | undefined) => Readonly<TranslationPack>;
|
|
395
558
|
export default create;
|
|
396
559
|
export declare const DefaultTranslation: Readonly<Readonly<{
|
|
@@ -409,6 +572,7 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
409
572
|
article_list_label_a11y: string;
|
|
410
573
|
article_list_filter_label_a11y: string;
|
|
411
574
|
article_list_header_submit_label: string;
|
|
575
|
+
additional_info: string;
|
|
412
576
|
banner_dismiss_button_label_a11y: string;
|
|
413
577
|
follow: string;
|
|
414
578
|
unfollow: string;
|
|
@@ -444,10 +608,17 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
444
608
|
condition_builder_compare_with_time_value: string;
|
|
445
609
|
condition_builder_invalid_time_period: string;
|
|
446
610
|
condition_builder_invalid_value: string;
|
|
447
|
-
condition_builder_select_placeholder: string;
|
|
448
|
-
condition_builder_day_number_of_month: string;
|
|
449
611
|
condition_builder_date_function_year: string;
|
|
450
612
|
condition_builder_date_function_quarter: string;
|
|
613
|
+
condition_builder_select_placeholder: string;
|
|
614
|
+
condition_builder_day_number_of_month: {
|
|
615
|
+
zero: string;
|
|
616
|
+
one: string;
|
|
617
|
+
two: string;
|
|
618
|
+
few: string;
|
|
619
|
+
many: string;
|
|
620
|
+
other: string;
|
|
621
|
+
};
|
|
451
622
|
condition_builder_date_function_month: string;
|
|
452
623
|
condition_builder_date_function_week: string;
|
|
453
624
|
condition_builder_date_function_day: string;
|
|
@@ -470,48 +641,174 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
470
641
|
condition_builder_current_month: string;
|
|
471
642
|
condition_builder_current_quarter: string;
|
|
472
643
|
condition_builder_current_year: string;
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
condition_builder_last_X_hours:
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
644
|
+
condition_builder_last_X_minutes: {
|
|
645
|
+
zero: string;
|
|
646
|
+
one: string;
|
|
647
|
+
two: string;
|
|
648
|
+
few: string;
|
|
649
|
+
many: string;
|
|
650
|
+
other: string;
|
|
651
|
+
};
|
|
652
|
+
condition_builder_last_X_hours: {
|
|
653
|
+
zero: string;
|
|
654
|
+
one: string;
|
|
655
|
+
two: string;
|
|
656
|
+
few: string;
|
|
657
|
+
many: string;
|
|
658
|
+
other: string;
|
|
659
|
+
};
|
|
660
|
+
condition_builder_last_X_days: {
|
|
661
|
+
zero: string;
|
|
662
|
+
one: string;
|
|
663
|
+
two: string;
|
|
664
|
+
few: string;
|
|
665
|
+
many: string;
|
|
666
|
+
other: string;
|
|
667
|
+
};
|
|
668
|
+
condition_builder_last_X_weeks: {
|
|
669
|
+
zero: string;
|
|
670
|
+
one: string;
|
|
671
|
+
two: string;
|
|
672
|
+
few: string;
|
|
673
|
+
many: string;
|
|
674
|
+
other: string;
|
|
675
|
+
};
|
|
676
|
+
condition_builder_last_X_months: {
|
|
677
|
+
zero: string;
|
|
678
|
+
one: string;
|
|
679
|
+
two: string;
|
|
680
|
+
few: string;
|
|
681
|
+
many: string;
|
|
682
|
+
other: string;
|
|
683
|
+
};
|
|
684
|
+
condition_builder_last_X_quarters: {
|
|
685
|
+
zero: string;
|
|
686
|
+
one: string;
|
|
687
|
+
two: string;
|
|
688
|
+
few: string;
|
|
689
|
+
many: string;
|
|
690
|
+
other: string;
|
|
691
|
+
};
|
|
692
|
+
condition_builder_last_X_years: {
|
|
693
|
+
zero: string;
|
|
694
|
+
one: string;
|
|
695
|
+
two: string;
|
|
696
|
+
few: string;
|
|
697
|
+
many: string;
|
|
698
|
+
other: string;
|
|
699
|
+
};
|
|
700
|
+
condition_builder_next_X_minutes: {
|
|
701
|
+
zero: string;
|
|
702
|
+
one: string;
|
|
703
|
+
two: string;
|
|
704
|
+
few: string;
|
|
705
|
+
many: string;
|
|
706
|
+
other: string;
|
|
707
|
+
};
|
|
708
|
+
condition_builder_next_X_hours: {
|
|
709
|
+
zero: string;
|
|
710
|
+
one: string;
|
|
711
|
+
two: string;
|
|
712
|
+
few: string;
|
|
713
|
+
many: string;
|
|
714
|
+
other: string;
|
|
715
|
+
};
|
|
716
|
+
condition_builder_next_X_days: {
|
|
717
|
+
zero: string;
|
|
718
|
+
one: string;
|
|
719
|
+
two: string;
|
|
720
|
+
few: string;
|
|
721
|
+
many: string;
|
|
722
|
+
other: string;
|
|
723
|
+
};
|
|
724
|
+
condition_builder_next_X_weeks: {
|
|
725
|
+
zero: string;
|
|
726
|
+
one: string;
|
|
727
|
+
two: string;
|
|
728
|
+
few: string;
|
|
729
|
+
many: string;
|
|
730
|
+
other: string;
|
|
731
|
+
};
|
|
732
|
+
condition_builder_next_X_months: {
|
|
733
|
+
zero: string;
|
|
734
|
+
one: string;
|
|
735
|
+
two: string;
|
|
736
|
+
few: string;
|
|
737
|
+
many: string;
|
|
738
|
+
other: string;
|
|
739
|
+
};
|
|
740
|
+
condition_builder_next_X_quarters: {
|
|
741
|
+
zero: string;
|
|
742
|
+
one: string;
|
|
743
|
+
two: string;
|
|
744
|
+
few: string;
|
|
745
|
+
many: string;
|
|
746
|
+
other: string;
|
|
747
|
+
};
|
|
748
|
+
condition_builder_next_X_years: {
|
|
749
|
+
zero: string;
|
|
750
|
+
one: string;
|
|
751
|
+
two: string;
|
|
752
|
+
few: string;
|
|
753
|
+
many: string;
|
|
754
|
+
other: string;
|
|
755
|
+
};
|
|
756
|
+
condition_builder_previous_X_minutes: {
|
|
757
|
+
zero: string;
|
|
758
|
+
one: string;
|
|
759
|
+
two: string;
|
|
760
|
+
few: string;
|
|
761
|
+
many: string;
|
|
762
|
+
other: string;
|
|
763
|
+
};
|
|
764
|
+
condition_builder_previous_X_hours: {
|
|
765
|
+
zero: string;
|
|
766
|
+
one: string;
|
|
767
|
+
two: string;
|
|
768
|
+
few: string;
|
|
769
|
+
many: string;
|
|
770
|
+
other: string;
|
|
771
|
+
};
|
|
772
|
+
condition_builder_previous_X_days: {
|
|
773
|
+
zero: string;
|
|
774
|
+
one: string;
|
|
775
|
+
two: string;
|
|
776
|
+
few: string;
|
|
777
|
+
many: string;
|
|
778
|
+
other: string;
|
|
779
|
+
};
|
|
780
|
+
condition_builder_previous_X_weeks: {
|
|
781
|
+
zero: string;
|
|
782
|
+
one: string;
|
|
783
|
+
two: string;
|
|
784
|
+
few: string;
|
|
785
|
+
many: string;
|
|
786
|
+
other: string;
|
|
787
|
+
};
|
|
788
|
+
condition_builder_previous_X_months: {
|
|
789
|
+
zero: string;
|
|
790
|
+
one: string;
|
|
791
|
+
two: string;
|
|
792
|
+
few: string;
|
|
793
|
+
many: string;
|
|
794
|
+
other: string;
|
|
795
|
+
};
|
|
796
|
+
condition_builder_previous_X_quarters: {
|
|
797
|
+
zero: string;
|
|
798
|
+
one: string;
|
|
799
|
+
two: string;
|
|
800
|
+
few: string;
|
|
801
|
+
many: string;
|
|
802
|
+
other: string;
|
|
803
|
+
};
|
|
804
|
+
condition_builder_previous_X_years: {
|
|
805
|
+
zero: string;
|
|
806
|
+
one: string;
|
|
807
|
+
two: string;
|
|
808
|
+
few: string;
|
|
809
|
+
many: string;
|
|
810
|
+
other: string;
|
|
811
|
+
};
|
|
515
812
|
condition_builder_time_period_label: string;
|
|
516
813
|
condition_builder_time_period_last: string;
|
|
517
814
|
condition_builder_time_period_current: string;
|
|
@@ -593,6 +890,7 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
593
890
|
delete_noun: string;
|
|
594
891
|
close: string;
|
|
595
892
|
close_noun: string;
|
|
893
|
+
done: string;
|
|
596
894
|
activate: string;
|
|
597
895
|
uploading: string;
|
|
598
896
|
loading: string;
|
|
@@ -611,9 +909,9 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
611
909
|
noun_deselected: string;
|
|
612
910
|
utilities_summary: string;
|
|
613
911
|
utilities_panel: string;
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
912
|
+
email_add_attachment: string;
|
|
913
|
+
email_disable_attachment: string;
|
|
914
|
+
email_remove_attachment: string;
|
|
617
915
|
add_emoji: string;
|
|
618
916
|
show_more: string;
|
|
619
917
|
show_less: string;
|
|
@@ -623,8 +921,14 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
623
921
|
filters: string;
|
|
624
922
|
attachment: string;
|
|
625
923
|
attach: string;
|
|
626
|
-
count_results:
|
|
627
|
-
|
|
924
|
+
count_results: {
|
|
925
|
+
zero: string;
|
|
926
|
+
one: string;
|
|
927
|
+
two: string;
|
|
928
|
+
few: string;
|
|
929
|
+
many: string;
|
|
930
|
+
other: string;
|
|
931
|
+
};
|
|
628
932
|
empty_search: string;
|
|
629
933
|
new_messages: string;
|
|
630
934
|
earlier_transcripts: string;
|
|
@@ -648,7 +952,14 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
648
952
|
email: string;
|
|
649
953
|
email_message: string;
|
|
650
954
|
email_filters: string;
|
|
651
|
-
|
|
955
|
+
new_emails_count: {
|
|
956
|
+
zero: string;
|
|
957
|
+
one: string;
|
|
958
|
+
two: string;
|
|
959
|
+
few: string;
|
|
960
|
+
many: string;
|
|
961
|
+
other: string;
|
|
962
|
+
};
|
|
652
963
|
unread_email_count: string;
|
|
653
964
|
priority: string;
|
|
654
965
|
inbox: string;
|
|
@@ -657,7 +968,6 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
657
968
|
other_responses: string;
|
|
658
969
|
categories: string;
|
|
659
970
|
attachments: string;
|
|
660
|
-
no_records_found: string;
|
|
661
971
|
scroll_to_latest_message: string;
|
|
662
972
|
scroll_to_unread_messages: string;
|
|
663
973
|
suggested_replies_current_of_total: string;
|
|
@@ -710,7 +1020,14 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
710
1020
|
dismiss_label_a11y: string;
|
|
711
1021
|
task_manager_launch_task: string;
|
|
712
1022
|
task_manager_search_results_empty_text: string;
|
|
713
|
-
task_manager_picker_add_label:
|
|
1023
|
+
task_manager_picker_add_label: {
|
|
1024
|
+
zero: string;
|
|
1025
|
+
one: string;
|
|
1026
|
+
two: string;
|
|
1027
|
+
few: string;
|
|
1028
|
+
many: string;
|
|
1029
|
+
other: string;
|
|
1030
|
+
};
|
|
714
1031
|
task_manager_delete_task: string;
|
|
715
1032
|
search_tasks: string;
|
|
716
1033
|
feed_new_post: string;
|
|
@@ -721,7 +1038,7 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
721
1038
|
feed_private_post: string;
|
|
722
1039
|
feed_public_post: string;
|
|
723
1040
|
feed_recipients: string;
|
|
724
|
-
|
|
1041
|
+
feed_more_count: string;
|
|
725
1042
|
sentiment_positive: string;
|
|
726
1043
|
sentiment_negative: string;
|
|
727
1044
|
sentiment_neutral: string;
|
|
@@ -774,8 +1091,14 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
774
1091
|
dial_pad_keyboard: string;
|
|
775
1092
|
dial_pad_phone_number_input_label: string;
|
|
776
1093
|
dial_pad_call_button_label: string;
|
|
777
|
-
|
|
778
|
-
|
|
1094
|
+
stakeholders: {
|
|
1095
|
+
zero: string;
|
|
1096
|
+
one: string;
|
|
1097
|
+
two: string;
|
|
1098
|
+
few: string;
|
|
1099
|
+
many: string;
|
|
1100
|
+
other: string;
|
|
1101
|
+
};
|
|
779
1102
|
add_noun: string;
|
|
780
1103
|
remove: string;
|
|
781
1104
|
remove_noun: string;
|
|
@@ -783,6 +1106,9 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
783
1106
|
parallel: string;
|
|
784
1107
|
stage: string;
|
|
785
1108
|
alternateStage: string;
|
|
1109
|
+
confirmation_details: string;
|
|
1110
|
+
confirmation_whats_next: string;
|
|
1111
|
+
confirmation_open_tasks: string;
|
|
786
1112
|
}>>;
|
|
787
1113
|
export declare const direction: (localeTag: string) => 'ltr' | 'rtl';
|
|
788
1114
|
//# sourceMappingURL=i18n.d.ts.map
|