@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/default.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"article_list_label_a11y": "Article list",
|
|
15
15
|
"article_list_filter_label_a11y": "Article lists filter",
|
|
16
16
|
"article_list_header_submit_label": "Submit",
|
|
17
|
+
"additional_info": "Additional info",
|
|
17
18
|
"banner_dismiss_button_label_a11y": "Dismiss banner",
|
|
18
19
|
"follow": "Follow",
|
|
19
20
|
"unfollow": "Unfollow",
|
|
@@ -49,10 +50,17 @@
|
|
|
49
50
|
"condition_builder_compare_with_time_value": "Time value",
|
|
50
51
|
"condition_builder_invalid_time_period": "Invalid time period",
|
|
51
52
|
"condition_builder_invalid_value": "Invalid value",
|
|
52
|
-
"condition_builder_select_placeholder": "Select...",
|
|
53
|
-
"condition_builder_day_number_of_month": "Day {0} of month",
|
|
54
53
|
"condition_builder_date_function_year": "Year",
|
|
55
54
|
"condition_builder_date_function_quarter": "Quarter",
|
|
55
|
+
"condition_builder_select_placeholder": "Select…",
|
|
56
|
+
"condition_builder_day_number_of_month": {
|
|
57
|
+
"zero": "{0}th day of the month",
|
|
58
|
+
"one": "{0}st day of the month",
|
|
59
|
+
"two": "{0}nd day of the month",
|
|
60
|
+
"few": "{0}rd day of the month",
|
|
61
|
+
"many": "{0}th day of the month",
|
|
62
|
+
"other": "{0}th day of the month"
|
|
63
|
+
},
|
|
56
64
|
"condition_builder_date_function_month": "Month",
|
|
57
65
|
"condition_builder_date_function_week": "Week",
|
|
58
66
|
"condition_builder_date_function_day": "Day",
|
|
@@ -68,55 +76,181 @@
|
|
|
68
76
|
"condition_builder_relative_dates_month": "Month(s)",
|
|
69
77
|
"condition_builder_relative_dates_quarter": "Quarter(s)",
|
|
70
78
|
"condition_builder_relative_dates_year": "Year(s)",
|
|
71
|
-
"condition_builder_current_minute": "Current
|
|
72
|
-
"condition_builder_current_hour": "Current
|
|
73
|
-
"condition_builder_current_day": "Current
|
|
74
|
-
"condition_builder_current_week": "Current
|
|
75
|
-
"condition_builder_current_month": "Current
|
|
76
|
-
"condition_builder_current_quarter": "Current
|
|
77
|
-
"condition_builder_current_year": "Current
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"condition_builder_last_X_hours":
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
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
|
-
|
|
79
|
+
"condition_builder_current_minute": "Current minute",
|
|
80
|
+
"condition_builder_current_hour": "Current hour",
|
|
81
|
+
"condition_builder_current_day": "Current day",
|
|
82
|
+
"condition_builder_current_week": "Current week",
|
|
83
|
+
"condition_builder_current_month": "Current month",
|
|
84
|
+
"condition_builder_current_quarter": "Current quarter",
|
|
85
|
+
"condition_builder_current_year": "Current year",
|
|
86
|
+
"condition_builder_last_X_minutes": {
|
|
87
|
+
"zero": "Current minute",
|
|
88
|
+
"one": "Last minute",
|
|
89
|
+
"two": "Last {0} minutes",
|
|
90
|
+
"few": "Last {0} minutes",
|
|
91
|
+
"many": "Last {0} minutes",
|
|
92
|
+
"other": "Last {0} minutes"
|
|
93
|
+
},
|
|
94
|
+
"condition_builder_last_X_hours": {
|
|
95
|
+
"zero": "Current hour",
|
|
96
|
+
"one": "Last hour",
|
|
97
|
+
"two": "Last {0} hours",
|
|
98
|
+
"few": "Last {0} hours",
|
|
99
|
+
"many": "Last {0} hours",
|
|
100
|
+
"other": "Last {0} hours"
|
|
101
|
+
},
|
|
102
|
+
"condition_builder_last_X_days": {
|
|
103
|
+
"zero": "Current day",
|
|
104
|
+
"one": "Last day",
|
|
105
|
+
"two": "Last {0} days",
|
|
106
|
+
"few": "Last {0} days",
|
|
107
|
+
"many": "Last {0} days",
|
|
108
|
+
"other": "Last {0} days"
|
|
109
|
+
},
|
|
110
|
+
"condition_builder_last_X_weeks": {
|
|
111
|
+
"zero": "Current week",
|
|
112
|
+
"one": "Last week",
|
|
113
|
+
"two": "Last {0} weeks",
|
|
114
|
+
"few": "Last {0} weeks",
|
|
115
|
+
"many": "Last {0} weeks",
|
|
116
|
+
"other": "Last {0} weeks"
|
|
117
|
+
},
|
|
118
|
+
"condition_builder_last_X_months": {
|
|
119
|
+
"zero": "Current month",
|
|
120
|
+
"one": "Last month",
|
|
121
|
+
"two": "Last {0} months",
|
|
122
|
+
"few": "Last {0} months",
|
|
123
|
+
"many": "Last {0} months",
|
|
124
|
+
"other": "Last {0} months"
|
|
125
|
+
},
|
|
126
|
+
"condition_builder_last_X_quarters": {
|
|
127
|
+
"zero": "Current quarter",
|
|
128
|
+
"one": "Last quarter",
|
|
129
|
+
"two": "Last {0} quarters",
|
|
130
|
+
"few": "Last {0} quarters",
|
|
131
|
+
"many": "Last {0} quarters",
|
|
132
|
+
"other": "Last {0} quarters"
|
|
133
|
+
},
|
|
134
|
+
"condition_builder_last_X_years": {
|
|
135
|
+
"zero": "Current year",
|
|
136
|
+
"one": "Last year",
|
|
137
|
+
"two": "Last {0} years",
|
|
138
|
+
"few": "Last {0} years",
|
|
139
|
+
"many": "Last {0} years",
|
|
140
|
+
"other": "Last {0} years"
|
|
141
|
+
},
|
|
142
|
+
"condition_builder_next_X_minutes": {
|
|
143
|
+
"zero": "Current minute",
|
|
144
|
+
"one": "Next minute",
|
|
145
|
+
"two": "Next {0} minutes",
|
|
146
|
+
"few": "Next {0} minutes",
|
|
147
|
+
"many": "Next {0} minutes",
|
|
148
|
+
"other": "Next {0} minutes"
|
|
149
|
+
},
|
|
150
|
+
"condition_builder_next_X_hours": {
|
|
151
|
+
"zero": "Current hour",
|
|
152
|
+
"one": "Next hour",
|
|
153
|
+
"two": "Next {0} hours",
|
|
154
|
+
"few": "Next {0} hours",
|
|
155
|
+
"many": "Next {0} hours",
|
|
156
|
+
"other": "Next {0} hours"
|
|
157
|
+
},
|
|
158
|
+
"condition_builder_next_X_days": {
|
|
159
|
+
"zero": "Current day",
|
|
160
|
+
"one": "Next day",
|
|
161
|
+
"two": "Next {0} days",
|
|
162
|
+
"few": "Next {0} days",
|
|
163
|
+
"many": "Next {0} days",
|
|
164
|
+
"other": "Next {0} days"
|
|
165
|
+
},
|
|
166
|
+
"condition_builder_next_X_weeks": {
|
|
167
|
+
"zero": "Current week",
|
|
168
|
+
"one": "Next week",
|
|
169
|
+
"two": "Next {0} weeks",
|
|
170
|
+
"few": "Next {0} weeks",
|
|
171
|
+
"many": "Next {0} weeks",
|
|
172
|
+
"other": "Next {0} weeks"
|
|
173
|
+
},
|
|
174
|
+
"condition_builder_next_X_months": {
|
|
175
|
+
"zero": "Current month",
|
|
176
|
+
"one": "Next month",
|
|
177
|
+
"two": "Next {0} months",
|
|
178
|
+
"few": "Next {0} months",
|
|
179
|
+
"many": "Next {0} months",
|
|
180
|
+
"other": "Next {0} months"
|
|
181
|
+
},
|
|
182
|
+
"condition_builder_next_X_quarters": {
|
|
183
|
+
"zero": "Current quarter",
|
|
184
|
+
"one": "Next quarter",
|
|
185
|
+
"two": "Next {0} quarters",
|
|
186
|
+
"few": "Next {0} quarters",
|
|
187
|
+
"many": "Next {0} quarters",
|
|
188
|
+
"other": "Next {0} quarters"
|
|
189
|
+
},
|
|
190
|
+
"condition_builder_next_X_years": {
|
|
191
|
+
"zero": "Current year",
|
|
192
|
+
"one": "Next year",
|
|
193
|
+
"two": "Next {0} years",
|
|
194
|
+
"few": "Next {0} years",
|
|
195
|
+
"many": "Next {0} years",
|
|
196
|
+
"other": "Next {0} years"
|
|
197
|
+
},
|
|
198
|
+
"condition_builder_previous_X_minutes": {
|
|
199
|
+
"zero": "Current minute",
|
|
200
|
+
"one": "Previous minute",
|
|
201
|
+
"two": "Previous {0} minutes",
|
|
202
|
+
"few": "Previous {0} minutes",
|
|
203
|
+
"many": "Previous {0} minutes",
|
|
204
|
+
"other": "Previous {0} minutes"
|
|
205
|
+
},
|
|
206
|
+
"condition_builder_previous_X_hours": {
|
|
207
|
+
"zero": "Current hour",
|
|
208
|
+
"one": "Previous hour",
|
|
209
|
+
"two": "Previous {0} hours",
|
|
210
|
+
"few": "Previous {0} hours",
|
|
211
|
+
"many": "Previous {0} hours",
|
|
212
|
+
"other": "Previous {0} hours"
|
|
213
|
+
},
|
|
214
|
+
"condition_builder_previous_X_days": {
|
|
215
|
+
"zero": "Current day",
|
|
216
|
+
"one": "Previous day",
|
|
217
|
+
"two": "Previous {0} days",
|
|
218
|
+
"few": "Previous {0} days",
|
|
219
|
+
"many": "Previous {0} days",
|
|
220
|
+
"other": "Previous {0} days"
|
|
221
|
+
},
|
|
222
|
+
"condition_builder_previous_X_weeks": {
|
|
223
|
+
"zero": "Current week",
|
|
224
|
+
"one": "Previous week",
|
|
225
|
+
"two": "Previous {0} weeks",
|
|
226
|
+
"few": "Previous {0} weeks",
|
|
227
|
+
"many": "Previous {0} weeks",
|
|
228
|
+
"other": "Previous {0} weeks"
|
|
229
|
+
},
|
|
230
|
+
"condition_builder_previous_X_months": {
|
|
231
|
+
"zero": "Current month",
|
|
232
|
+
"one": "Previous month",
|
|
233
|
+
"two": "Previous {0} months",
|
|
234
|
+
"few": "Previous {0} months",
|
|
235
|
+
"many": "Previous {0} months",
|
|
236
|
+
"other": "Previous {0} months"
|
|
237
|
+
},
|
|
238
|
+
"condition_builder_previous_X_quarters": {
|
|
239
|
+
"zero": "Current quarter",
|
|
240
|
+
"one": "Previous quarter",
|
|
241
|
+
"two": "Previous {0} quarters",
|
|
242
|
+
"few": "Previous {0} quarters",
|
|
243
|
+
"many": "Previous {0} quarters",
|
|
244
|
+
"other": "Previous {0} quarters"
|
|
245
|
+
},
|
|
246
|
+
"condition_builder_previous_X_years": {
|
|
247
|
+
"zero": "Current year",
|
|
248
|
+
"one": "Previous year",
|
|
249
|
+
"two": "Previous {0} years",
|
|
250
|
+
"few": "Previous {0} years",
|
|
251
|
+
"many": "Previous {0} years",
|
|
252
|
+
"other": "Previous {0} years"
|
|
253
|
+
},
|
|
120
254
|
"condition_builder_time_period_label": "Time Period",
|
|
121
255
|
"condition_builder_time_period_last": "Last",
|
|
122
256
|
"condition_builder_time_period_current": "Current",
|
|
@@ -179,7 +313,7 @@
|
|
|
179
313
|
"pagination_next": "Next",
|
|
180
314
|
"pagination_prev": "Previous",
|
|
181
315
|
"x_of_y": "{0} of {1}",
|
|
182
|
-
"search_placeholder_default": "Search
|
|
316
|
+
"search_placeholder_default": "Search…",
|
|
183
317
|
"link_preview": "Preview",
|
|
184
318
|
"link_open_in_tab": "Open in tab",
|
|
185
319
|
"file_upload_text_main": "Drag and drop or {0}",
|
|
@@ -198,9 +332,10 @@
|
|
|
198
332
|
"delete_noun": "Delete {0}",
|
|
199
333
|
"close": "Close",
|
|
200
334
|
"close_noun": "Close {0}",
|
|
335
|
+
"done": "Done",
|
|
201
336
|
"activate": "Activate",
|
|
202
337
|
"uploading": "Uploading",
|
|
203
|
-
"loading": "Loading
|
|
338
|
+
"loading": "Loading…",
|
|
204
339
|
"view_all": "View all",
|
|
205
340
|
"view_all_noun": "View all {0}",
|
|
206
341
|
"view_less": "View less",
|
|
@@ -216,9 +351,9 @@
|
|
|
216
351
|
"noun_deselected": "{0} unselected",
|
|
217
352
|
"utilities_summary": "Utilities summary",
|
|
218
353
|
"utilities_panel": "utilities panel",
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
354
|
+
"email_add_attachment": "Add attachment, the maximum number of attachments allowed is {0}.",
|
|
355
|
+
"email_disable_attachment": "Adding attachments are disabled, the maximum number of attachments allowed is {0}.",
|
|
356
|
+
"email_remove_attachment": "Remove attachment",
|
|
222
357
|
"add_emoji": "Add emoji",
|
|
223
358
|
"show_more": "Show more",
|
|
224
359
|
"show_less": "Show less",
|
|
@@ -228,8 +363,14 @@
|
|
|
228
363
|
"filters": "Filters",
|
|
229
364
|
"attachment": "Attachment",
|
|
230
365
|
"attach": "Attach",
|
|
231
|
-
"count_results":
|
|
232
|
-
|
|
366
|
+
"count_results": {
|
|
367
|
+
"zero": "No results",
|
|
368
|
+
"one": "{0} result",
|
|
369
|
+
"two": "{0} results",
|
|
370
|
+
"few": "{0} results",
|
|
371
|
+
"many": "{0} results",
|
|
372
|
+
"other": "{0} results"
|
|
373
|
+
},
|
|
233
374
|
"empty_search": "Enter a search term",
|
|
234
375
|
"new_messages": "New messages",
|
|
235
376
|
"earlier_transcripts": "Earlier transcripts",
|
|
@@ -253,8 +394,15 @@
|
|
|
253
394
|
"email": "Email",
|
|
254
395
|
"email_message": "Email message",
|
|
255
396
|
"email_filters": "Email filters",
|
|
256
|
-
"
|
|
257
|
-
|
|
397
|
+
"new_emails_count": {
|
|
398
|
+
"zero": "No new emails",
|
|
399
|
+
"one": "{0} new email",
|
|
400
|
+
"two": "{0} new emails",
|
|
401
|
+
"few": "{0} new emails",
|
|
402
|
+
"many": "{0} new emails",
|
|
403
|
+
"other": "{0} new emails"
|
|
404
|
+
},
|
|
405
|
+
"unread_email_count": "unread email count is {0}",
|
|
258
406
|
"priority": "Priority",
|
|
259
407
|
"inbox": "Inbox",
|
|
260
408
|
"insert": "Insert",
|
|
@@ -262,7 +410,6 @@
|
|
|
262
410
|
"other_responses": "Other responses",
|
|
263
411
|
"categories": "Categories",
|
|
264
412
|
"attachments": "Attachments",
|
|
265
|
-
"no_records_found": "No records found",
|
|
266
413
|
"scroll_to_latest_message": "Scroll to latest message",
|
|
267
414
|
"scroll_to_unread_messages": "Scroll to unread messages",
|
|
268
415
|
"suggested_replies_current_of_total": "Suggested replies {0} of {1}",
|
|
@@ -315,9 +462,16 @@
|
|
|
315
462
|
"dismiss_label_a11y": "Dismiss {0}",
|
|
316
463
|
"task_manager_launch_task": "Launch {0}",
|
|
317
464
|
"task_manager_search_results_empty_text": "No tasks",
|
|
318
|
-
"task_manager_picker_add_label":
|
|
465
|
+
"task_manager_picker_add_label": {
|
|
466
|
+
"zero": "No items to add",
|
|
467
|
+
"one": "Add {0} new item",
|
|
468
|
+
"two": "Add {0} new item",
|
|
469
|
+
"few": "Add {0} new item",
|
|
470
|
+
"many": "Add {0} new item",
|
|
471
|
+
"other": "Add {0} new item"
|
|
472
|
+
},
|
|
319
473
|
"task_manager_delete_task": "Delete {0}",
|
|
320
|
-
"search_tasks": "Search tasks
|
|
474
|
+
"search_tasks": "Search tasks…",
|
|
321
475
|
"feed_new_post": "New post",
|
|
322
476
|
"feed_cancel_conversation": "Cancel conversation",
|
|
323
477
|
"feed_context": "in {0}",
|
|
@@ -326,7 +480,7 @@
|
|
|
326
480
|
"feed_private_post": "Private post",
|
|
327
481
|
"feed_public_post": "Public post",
|
|
328
482
|
"feed_recipients": "Recipients",
|
|
329
|
-
"
|
|
483
|
+
"feed_more_count": "{0} more…",
|
|
330
484
|
"sentiment_positive": "Positive",
|
|
331
485
|
"sentiment_negative": "Negative",
|
|
332
486
|
"sentiment_neutral": "Neutral",
|
|
@@ -351,10 +505,10 @@
|
|
|
351
505
|
"call_panel_mute_mic_menu_item": "Mute microphone",
|
|
352
506
|
"call_panel_unmute_mic_menu_item": "Unmute microphone",
|
|
353
507
|
"call_panel_call_on_hold": "On hold {0}",
|
|
354
|
-
"call_panel_consult_call_menu_item": "Consult
|
|
355
|
-
"call_panel_transfer_call_menu_item": "Transfer
|
|
356
|
-
"call_panel_send_dtmf_menu_item": "Send DTMF
|
|
357
|
-
"call_panel_conference_call_menu_item": "Conference
|
|
508
|
+
"call_panel_consult_call_menu_item": "Consult",
|
|
509
|
+
"call_panel_transfer_call_menu_item": "Transfer",
|
|
510
|
+
"call_panel_send_dtmf_menu_item": "Send DTMF",
|
|
511
|
+
"call_panel_conference_call_menu_item": "Conference",
|
|
358
512
|
"call_panel_hangup_call_menu_item": "Hang up",
|
|
359
513
|
"call_panel_contacts_add_to_favorites": "Add to favorites",
|
|
360
514
|
"call_panel_contacts_remove_from_favorites": "Remove from favorites",
|
|
@@ -379,13 +533,22 @@
|
|
|
379
533
|
"dial_pad_keyboard": "Dial pad keyboard",
|
|
380
534
|
"dial_pad_phone_number_input_label": "Phone number input",
|
|
381
535
|
"dial_pad_call_button_label": "Call {0}",
|
|
382
|
-
"
|
|
383
|
-
|
|
536
|
+
"stakeholders": {
|
|
537
|
+
"zero": "{0} stakeholders",
|
|
538
|
+
"one": "{0} stakeholder",
|
|
539
|
+
"two": "{0} stakeholders",
|
|
540
|
+
"few": "{0} stakeholders",
|
|
541
|
+
"many": "{0} stakeholders",
|
|
542
|
+
"other": "{0} stakeholders"
|
|
543
|
+
},
|
|
384
544
|
"add_noun": "Add {0}",
|
|
385
545
|
"remove": "Remove",
|
|
386
546
|
"remove_noun": "Remove {0}",
|
|
387
547
|
"role": "Role",
|
|
388
548
|
"parallel": "Parallel",
|
|
389
549
|
"stage": "Stage",
|
|
390
|
-
"alternateStage": "Alternate Stage"
|
|
550
|
+
"alternateStage": "Alternate Stage",
|
|
551
|
+
"confirmation_details": "Details",
|
|
552
|
+
"confirmation_whats_next": "What's next",
|
|
553
|
+
"confirmation_open_tasks": "Open tasks"
|
|
391
554
|
}
|