@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.
Files changed (79) hide show
  1. package/lib/components/AppShell/AppShell.styles.js +1 -1
  2. package/lib/components/AppShell/AppShell.styles.js.map +1 -1
  3. package/lib/components/AppShell/Drawer.js +1 -1
  4. package/lib/components/AppShell/Drawer.js.map +1 -1
  5. package/lib/components/Badges/Status.d.ts +2 -2
  6. package/lib/components/Badges/Status.d.ts.map +1 -1
  7. package/lib/components/Badges/Status.js.map +1 -1
  8. package/lib/components/Configuration/Configuration.js +1 -1
  9. package/lib/components/Configuration/Configuration.js.map +1 -1
  10. package/lib/components/Currency/CurrencyDisplay.d.ts.map +1 -1
  11. package/lib/components/Currency/CurrencyDisplay.js +9 -1
  12. package/lib/components/Currency/CurrencyDisplay.js.map +1 -1
  13. package/lib/components/DateTime/DateTimeDisplay.js +1 -1
  14. package/lib/components/DateTime/DateTimeDisplay.js.map +1 -1
  15. package/lib/components/FieldGroup/FieldGroup.js +1 -1
  16. package/lib/components/FieldGroup/FieldGroup.js.map +1 -1
  17. package/lib/components/File/FileInput.d.ts.map +1 -1
  18. package/lib/components/File/FileInput.js +3 -1
  19. package/lib/components/File/FileInput.js.map +1 -1
  20. package/lib/components/File/FileUploadItem.js +1 -1
  21. package/lib/components/File/FileUploadItem.js.map +1 -1
  22. package/lib/components/List/List.d.ts.map +1 -1
  23. package/lib/components/List/List.js +2 -2
  24. package/lib/components/List/List.js.map +1 -1
  25. package/lib/components/Location/LocationInput.js +1 -1
  26. package/lib/components/Location/LocationInput.js.map +1 -1
  27. package/lib/components/Menu/MenuItem.js +5 -5
  28. package/lib/components/Menu/MenuItem.js.map +1 -1
  29. package/lib/components/Menu/MenuListHeader.js +1 -1
  30. package/lib/components/Menu/MenuListHeader.js.map +1 -1
  31. package/lib/components/MetaList/MetaList.d.ts +11 -2
  32. package/lib/components/MetaList/MetaList.d.ts.map +1 -1
  33. package/lib/components/MetaList/MetaList.js +32 -18
  34. package/lib/components/MetaList/MetaList.js.map +1 -1
  35. package/lib/components/MultiStep/MultiStep.d.ts.map +1 -1
  36. package/lib/components/MultiStep/MultiStep.js +3 -2
  37. package/lib/components/MultiStep/MultiStep.js.map +1 -1
  38. package/lib/components/Number/NumberInput.js +2 -2
  39. package/lib/components/Number/NumberInput.js.map +1 -1
  40. package/lib/components/PageTemplates/DashboardPage.d.ts +1 -1
  41. package/lib/components/PageTemplates/DashboardPage.d.ts.map +1 -1
  42. package/lib/components/PageTemplates/DashboardPage.js +9 -7
  43. package/lib/components/PageTemplates/DashboardPage.js.map +1 -1
  44. package/lib/components/PageTemplates/PageTemplates.d.ts +15 -8
  45. package/lib/components/PageTemplates/PageTemplates.d.ts.map +1 -1
  46. package/lib/components/PageTemplates/PageTemplates.js +81 -61
  47. package/lib/components/PageTemplates/PageTemplates.js.map +1 -1
  48. package/lib/components/PageTemplates/index.d.ts +2 -0
  49. package/lib/components/PageTemplates/index.d.ts.map +1 -1
  50. package/lib/components/PageTemplates/index.js.map +1 -1
  51. package/lib/components/Pagination/Pagination.js +1 -1
  52. package/lib/components/Pagination/Pagination.js.map +1 -1
  53. package/lib/components/Phone/PhoneInput.d.ts.map +1 -1
  54. package/lib/components/Phone/PhoneInput.js +5 -5
  55. package/lib/components/Phone/PhoneInput.js.map +1 -1
  56. package/lib/components/SearchInput/SearchInput.d.ts +2 -2
  57. package/lib/components/SearchInput/SearchInput.js.map +1 -1
  58. package/lib/components/SummaryList/SummaryList.js +1 -1
  59. package/lib/components/SummaryList/SummaryList.js.map +1 -1
  60. package/lib/components/Tabs/Tabs.d.ts +1 -0
  61. package/lib/components/Tabs/Tabs.d.ts.map +1 -1
  62. package/lib/components/Tabs/Tabs.js +4 -5
  63. package/lib/components/Tabs/Tabs.js.map +1 -1
  64. package/lib/components/TextArea/TextArea.js +1 -1
  65. package/lib/components/TextArea/TextArea.js.map +1 -1
  66. package/lib/components/Tree/StandardTree.js +1 -1
  67. package/lib/components/Tree/StandardTree.js.map +1 -1
  68. package/lib/hooks/useI18n.d.ts +218 -55
  69. package/lib/hooks/useI18n.d.ts.map +1 -1
  70. package/lib/hooks/useI18n.js +2 -2
  71. package/lib/hooks/useI18n.js.map +1 -1
  72. package/lib/i18n/default.json +234 -71
  73. package/lib/i18n/i18n.d.ts +436 -110
  74. package/lib/i18n/i18n.d.ts.map +1 -1
  75. package/lib/i18n/translate.d.ts +29 -4
  76. package/lib/i18n/translate.d.ts.map +1 -1
  77. package/lib/i18n/translate.js +21 -8
  78. package/lib/i18n/translate.js.map +1 -1
  79. package/package.json +1 -1
@@ -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
- condition_builder_last_minute: string;
82
- condition_builder_last_hour: string;
83
- condition_builder_last_day: string;
84
- condition_builder_last_week: string;
85
- condition_builder_last_month: string;
86
- condition_builder_last_quarter: string;
87
- condition_builder_last_year: string;
88
- condition_builder_last_X_minutes: string;
89
- condition_builder_last_X_hours: string;
90
- condition_builder_last_X_days: string;
91
- condition_builder_last_X_weeks: string;
92
- condition_builder_last_X_months: string;
93
- condition_builder_last_X_quarters: string;
94
- condition_builder_last_X_years: string;
95
- condition_builder_next_minute: string;
96
- condition_builder_next_hour: string;
97
- condition_builder_next_day: string;
98
- condition_builder_next_week: string;
99
- condition_builder_next_month: string;
100
- condition_builder_next_quarter: string;
101
- condition_builder_next_year: string;
102
- condition_builder_next_X_minutes: string;
103
- condition_builder_next_X_hours: string;
104
- condition_builder_next_X_days: string;
105
- condition_builder_next_X_weeks: string;
106
- condition_builder_next_X_months: string;
107
- condition_builder_next_X_quarters: string;
108
- condition_builder_next_X_years: string;
109
- condition_builder_previous_minute: string;
110
- condition_builder_previous_hour: string;
111
- condition_builder_previous_day: string;
112
- condition_builder_previous_week: string;
113
- condition_builder_previous_month: string;
114
- condition_builder_previous_quarter: string;
115
- condition_builder_previous_year: string;
116
- condition_builder_previous_X_minutes: string;
117
- condition_builder_previous_X_hours: string;
118
- condition_builder_previous_X_days: string;
119
- condition_builder_previous_X_weeks: string;
120
- condition_builder_previous_X_months: string;
121
- condition_builder_previous_X_quarters: string;
122
- condition_builder_previous_X_years: string;
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
- add_attachment: string;
223
- disable_attachment: string;
224
- remove_attachment: string;
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: string;
235
- count_matches: string;
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
- n_new_emails: string;
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: string;
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
- feed_and_more_count: string;
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
- stakeholder: string;
386
- stakeholders: string;
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
- condition_builder_last_minute: string;
474
- condition_builder_last_hour: string;
475
- condition_builder_last_day: string;
476
- condition_builder_last_week: string;
477
- condition_builder_last_month: string;
478
- condition_builder_last_quarter: string;
479
- condition_builder_last_year: string;
480
- condition_builder_last_X_minutes: string;
481
- condition_builder_last_X_hours: string;
482
- condition_builder_last_X_days: string;
483
- condition_builder_last_X_weeks: string;
484
- condition_builder_last_X_months: string;
485
- condition_builder_last_X_quarters: string;
486
- condition_builder_last_X_years: string;
487
- condition_builder_next_minute: string;
488
- condition_builder_next_hour: string;
489
- condition_builder_next_day: string;
490
- condition_builder_next_week: string;
491
- condition_builder_next_month: string;
492
- condition_builder_next_quarter: string;
493
- condition_builder_next_year: string;
494
- condition_builder_next_X_minutes: string;
495
- condition_builder_next_X_hours: string;
496
- condition_builder_next_X_days: string;
497
- condition_builder_next_X_weeks: string;
498
- condition_builder_next_X_months: string;
499
- condition_builder_next_X_quarters: string;
500
- condition_builder_next_X_years: string;
501
- condition_builder_previous_minute: string;
502
- condition_builder_previous_hour: string;
503
- condition_builder_previous_day: string;
504
- condition_builder_previous_week: string;
505
- condition_builder_previous_month: string;
506
- condition_builder_previous_quarter: string;
507
- condition_builder_previous_year: string;
508
- condition_builder_previous_X_minutes: string;
509
- condition_builder_previous_X_hours: string;
510
- condition_builder_previous_X_days: string;
511
- condition_builder_previous_X_weeks: string;
512
- condition_builder_previous_X_months: string;
513
- condition_builder_previous_X_quarters: string;
514
- condition_builder_previous_X_years: string;
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
- add_attachment: string;
615
- disable_attachment: string;
616
- remove_attachment: string;
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: string;
627
- count_matches: string;
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
- n_new_emails: string;
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: string;
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
- feed_and_more_count: string;
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
- stakeholder: string;
778
- stakeholders: string;
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