@pega/cosmos-react-core 2.0.0-dev.14.0 → 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.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.js +14 -4
- package/lib/components/AppShell/AppShell.js.map +1 -1
- package/lib/components/AppShell/AppShell.styles.d.ts +0 -1
- package/lib/components/AppShell/AppShell.styles.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.styles.js +16 -24
- package/lib/components/AppShell/AppShell.styles.js.map +1 -1
- package/lib/components/AppShell/AppShell.types.d.ts +1 -1
- package/lib/components/AppShell/AppShell.types.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.types.js.map +1 -1
- package/lib/components/AppShell/AppShellList.d.ts.map +1 -1
- package/lib/components/AppShell/AppShellList.js +1 -1
- package/lib/components/AppShell/AppShellList.js.map +1 -1
- package/lib/components/AppShell/Drawer.js +1 -1
- package/lib/components/AppShell/Drawer.js.map +1 -1
- package/lib/components/Avatar/Avatar.d.ts.map +1 -1
- package/lib/components/Avatar/Avatar.js +2 -1
- package/lib/components/Avatar/Avatar.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/Button/BareButton.d.ts.map +1 -1
- package/lib/components/Button/BareButton.js +21 -2
- package/lib/components/Button/BareButton.js.map +1 -1
- package/lib/components/Button/Button.d.ts.map +1 -1
- package/lib/components/Button/Button.js +19 -2
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/components/Card/CardHeader.d.ts +3 -1
- package/lib/components/Card/CardHeader.d.ts.map +1 -1
- package/lib/components/Card/CardHeader.js +5 -3
- package/lib/components/Card/CardHeader.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/DateTime/Input/DateTime.styles.js +1 -1
- package/lib/components/DateTime/Input/DateTime.styles.js.map +1 -1
- package/lib/components/DateTime/Input/QuarterInput.d.ts +9 -0
- package/lib/components/DateTime/Input/QuarterInput.d.ts.map +1 -0
- package/lib/components/DateTime/Input/QuarterInput.js +102 -0
- package/lib/components/DateTime/Input/QuarterInput.js.map +1 -0
- package/lib/components/DateTime/Input/utils.d.ts +5 -3
- package/lib/components/DateTime/Input/utils.d.ts.map +1 -1
- package/lib/components/DateTime/Input/utils.js +10 -1
- package/lib/components/DateTime/Input/utils.js.map +1 -1
- package/lib/components/DateTime/index.d.ts +2 -0
- package/lib/components/DateTime/index.d.ts.map +1 -1
- package/lib/components/DateTime/index.js +1 -0
- package/lib/components/DateTime/index.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/Form/Form.d.ts +3 -1
- package/lib/components/Form/Form.d.ts.map +1 -1
- package/lib/components/Form/Form.js.map +1 -1
- package/lib/components/List/CommaSeparatedList.d.ts +15 -0
- package/lib/components/List/CommaSeparatedList.d.ts.map +1 -0
- package/lib/components/List/CommaSeparatedList.js +61 -0
- package/lib/components/List/CommaSeparatedList.js.map +1 -0
- package/lib/components/List/List.d.ts +30 -0
- package/lib/components/List/List.d.ts.map +1 -0
- package/lib/components/List/List.js +56 -0
- package/lib/components/List/List.js.map +1 -0
- package/lib/components/List/OrderedList.d.ts +6 -0
- package/lib/components/List/OrderedList.d.ts.map +1 -0
- package/lib/components/List/OrderedList.js +6 -0
- package/lib/components/List/OrderedList.js.map +1 -0
- package/lib/components/List/UnorderedList.d.ts +6 -0
- package/lib/components/List/UnorderedList.d.ts.map +1 -0
- package/lib/components/List/UnorderedList.js +6 -0
- package/lib/components/List/UnorderedList.js.map +1 -0
- package/lib/components/List/index.d.ts +5 -0
- package/lib/components/List/index.d.ts.map +1 -0
- package/lib/components/List/index.js +4 -0
- package/lib/components/List/index.js.map +1 -0
- package/lib/components/Location/LocationInput.js +1 -1
- package/lib/components/Location/LocationInput.js.map +1 -1
- package/lib/components/Menu/Menu.context.d.ts.map +1 -1
- package/lib/components/Menu/Menu.context.js +2 -0
- package/lib/components/Menu/Menu.context.js.map +1 -1
- package/lib/components/Menu/Menu.d.ts.map +1 -1
- package/lib/components/Menu/Menu.js +14 -3
- package/lib/components/Menu/Menu.js.map +1 -1
- package/lib/components/Menu/Menu.types.d.ts +2 -0
- package/lib/components/Menu/Menu.types.d.ts.map +1 -1
- package/lib/components/Menu/Menu.types.js.map +1 -1
- package/lib/components/Menu/MenuItem.d.ts.map +1 -1
- package/lib/components/Menu/MenuItem.js +15 -6
- package/lib/components/Menu/MenuItem.js.map +1 -1
- package/lib/components/Menu/MenuList.d.ts.map +1 -1
- package/lib/components/Menu/MenuList.js +4 -2
- package/lib/components/Menu/MenuList.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 +4 -3
- package/lib/components/MultiStep/MultiStep.js.map +1 -1
- package/lib/components/MultiStep/MultiStep.types.d.ts +2 -0
- package/lib/components/MultiStep/MultiStep.types.d.ts.map +1 -1
- package/lib/components/MultiStep/MultiStep.types.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/CategorySubPage.styles.d.ts +1 -1
- package/lib/components/PageTemplates/CategorySubPage.styles.d.ts.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/Popover/Popover.d.ts +0 -4
- package/lib/components/Popover/Popover.d.ts.map +1 -1
- package/lib/components/Popover/Popover.js +1 -115
- package/lib/components/Popover/Popover.js.map +1 -1
- package/lib/components/Popover/Popover.styles.d.ts +5 -0
- package/lib/components/Popover/Popover.styles.d.ts.map +1 -0
- package/lib/components/Popover/Popover.styles.js +116 -0
- package/lib/components/Popover/Popover.styles.js.map +1 -0
- package/lib/components/Popover/index.d.ts +1 -1
- package/lib/components/Popover/index.d.ts.map +1 -1
- package/lib/components/Popover/index.js +1 -1
- package/lib/components/Popover/index.js.map +1 -1
- package/lib/components/Rating/Rating.js +1 -1
- package/lib/components/Rating/Rating.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/Tab.d.ts +1 -1
- package/lib/components/Tabs/Tab.d.ts.map +1 -1
- package/lib/components/Tabs/Tab.js +6 -1
- package/lib/components/Tabs/Tab.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 +17 -12
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/TextArea/TextArea.d.ts.map +1 -1
- package/lib/components/TextArea/TextArea.js +7 -5
- package/lib/components/TextArea/TextArea.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.d.ts +6 -1
- package/lib/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/lib/components/Tooltip/Tooltip.js +3 -3
- package/lib/components/Tooltip/Tooltip.js.map +1 -1
- package/lib/components/Tree/StandardTree.js +1 -1
- package/lib/components/Tree/StandardTree.js.map +1 -1
- package/lib/components/Tree/StandardTree.styles.js +1 -1
- package/lib/components/Tree/StandardTree.styles.js.map +1 -1
- package/lib/hooks/index.d.ts +1 -0
- package/lib/hooks/index.d.ts.map +1 -1
- package/lib/hooks/index.js +1 -0
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/useDraggable.d.ts +8 -0
- package/lib/hooks/useDraggable.d.ts.map +1 -0
- package/lib/hooks/useDraggable.js +64 -0
- package/lib/hooks/useDraggable.js.map +1 -0
- package/lib/hooks/useI18n.d.ts +222 -54
- 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 +239 -71
- package/lib/i18n/i18n.d.ts +444 -108
- 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/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.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,12 +50,22 @@
|
|
|
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
|
-
"
|
|
53
|
-
"
|
|
53
|
+
"condition_builder_date_function_year": "Year",
|
|
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
|
+
},
|
|
54
64
|
"condition_builder_date_function_month": "Month",
|
|
55
65
|
"condition_builder_date_function_week": "Week",
|
|
56
66
|
"condition_builder_date_function_day": "Day",
|
|
57
67
|
"condition_builder_date_function_hour": "Hour",
|
|
68
|
+
"condition_builder_date_function_month_of_year": "Month of year",
|
|
58
69
|
"condition_builder_date_function_day_of_month": "Day of month",
|
|
59
70
|
"condition_builder_date_function_day_of_week": "Day of week",
|
|
60
71
|
"condition_builder_date_part": "Date part",
|
|
@@ -65,55 +76,181 @@
|
|
|
65
76
|
"condition_builder_relative_dates_month": "Month(s)",
|
|
66
77
|
"condition_builder_relative_dates_quarter": "Quarter(s)",
|
|
67
78
|
"condition_builder_relative_dates_year": "Year(s)",
|
|
68
|
-
"condition_builder_current_minute": "Current
|
|
69
|
-
"condition_builder_current_hour": "Current
|
|
70
|
-
"condition_builder_current_day": "Current
|
|
71
|
-
"condition_builder_current_week": "Current
|
|
72
|
-
"condition_builder_current_month": "Current
|
|
73
|
-
"condition_builder_current_quarter": "Current
|
|
74
|
-
"condition_builder_current_year": "Current
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"condition_builder_last_X_hours":
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
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
|
-
|
|
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
|
+
},
|
|
117
254
|
"condition_builder_time_period_label": "Time Period",
|
|
118
255
|
"condition_builder_time_period_last": "Last",
|
|
119
256
|
"condition_builder_time_period_current": "Current",
|
|
@@ -126,6 +263,7 @@
|
|
|
126
263
|
"numeric_input": "numeric input",
|
|
127
264
|
"number_increment_value_by": "Increment value by {0}",
|
|
128
265
|
"number_decrement_value_by": "Decrement value by {0}",
|
|
266
|
+
"quarter_label_a11y": "Quarter",
|
|
129
267
|
"month_label_a11y": "Month",
|
|
130
268
|
"month_placeholder": "MM",
|
|
131
269
|
"year_label_a11y": "Year",
|
|
@@ -175,7 +313,7 @@
|
|
|
175
313
|
"pagination_next": "Next",
|
|
176
314
|
"pagination_prev": "Previous",
|
|
177
315
|
"x_of_y": "{0} of {1}",
|
|
178
|
-
"search_placeholder_default": "Search
|
|
316
|
+
"search_placeholder_default": "Search…",
|
|
179
317
|
"link_preview": "Preview",
|
|
180
318
|
"link_open_in_tab": "Open in tab",
|
|
181
319
|
"file_upload_text_main": "Drag and drop or {0}",
|
|
@@ -194,9 +332,10 @@
|
|
|
194
332
|
"delete_noun": "Delete {0}",
|
|
195
333
|
"close": "Close",
|
|
196
334
|
"close_noun": "Close {0}",
|
|
335
|
+
"done": "Done",
|
|
197
336
|
"activate": "Activate",
|
|
198
337
|
"uploading": "Uploading",
|
|
199
|
-
"loading": "Loading
|
|
338
|
+
"loading": "Loading…",
|
|
200
339
|
"view_all": "View all",
|
|
201
340
|
"view_all_noun": "View all {0}",
|
|
202
341
|
"view_less": "View less",
|
|
@@ -212,9 +351,9 @@
|
|
|
212
351
|
"noun_deselected": "{0} unselected",
|
|
213
352
|
"utilities_summary": "Utilities summary",
|
|
214
353
|
"utilities_panel": "utilities panel",
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"
|
|
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",
|
|
218
357
|
"add_emoji": "Add emoji",
|
|
219
358
|
"show_more": "Show more",
|
|
220
359
|
"show_less": "Show less",
|
|
@@ -224,8 +363,14 @@
|
|
|
224
363
|
"filters": "Filters",
|
|
225
364
|
"attachment": "Attachment",
|
|
226
365
|
"attach": "Attach",
|
|
227
|
-
"count_results":
|
|
228
|
-
|
|
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
|
+
},
|
|
229
374
|
"empty_search": "Enter a search term",
|
|
230
375
|
"new_messages": "New messages",
|
|
231
376
|
"earlier_transcripts": "Earlier transcripts",
|
|
@@ -249,8 +394,15 @@
|
|
|
249
394
|
"email": "Email",
|
|
250
395
|
"email_message": "Email message",
|
|
251
396
|
"email_filters": "Email filters",
|
|
252
|
-
"
|
|
253
|
-
|
|
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}",
|
|
254
406
|
"priority": "Priority",
|
|
255
407
|
"inbox": "Inbox",
|
|
256
408
|
"insert": "Insert",
|
|
@@ -258,7 +410,6 @@
|
|
|
258
410
|
"other_responses": "Other responses",
|
|
259
411
|
"categories": "Categories",
|
|
260
412
|
"attachments": "Attachments",
|
|
261
|
-
"no_records_found": "No records found",
|
|
262
413
|
"scroll_to_latest_message": "Scroll to latest message",
|
|
263
414
|
"scroll_to_unread_messages": "Scroll to unread messages",
|
|
264
415
|
"suggested_replies_current_of_total": "Suggested replies {0} of {1}",
|
|
@@ -311,9 +462,16 @@
|
|
|
311
462
|
"dismiss_label_a11y": "Dismiss {0}",
|
|
312
463
|
"task_manager_launch_task": "Launch {0}",
|
|
313
464
|
"task_manager_search_results_empty_text": "No tasks",
|
|
314
|
-
"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
|
+
},
|
|
315
473
|
"task_manager_delete_task": "Delete {0}",
|
|
316
|
-
"search_tasks": "Search tasks
|
|
474
|
+
"search_tasks": "Search tasks…",
|
|
317
475
|
"feed_new_post": "New post",
|
|
318
476
|
"feed_cancel_conversation": "Cancel conversation",
|
|
319
477
|
"feed_context": "in {0}",
|
|
@@ -322,7 +480,7 @@
|
|
|
322
480
|
"feed_private_post": "Private post",
|
|
323
481
|
"feed_public_post": "Public post",
|
|
324
482
|
"feed_recipients": "Recipients",
|
|
325
|
-
"
|
|
483
|
+
"feed_more_count": "{0} more…",
|
|
326
484
|
"sentiment_positive": "Positive",
|
|
327
485
|
"sentiment_negative": "Negative",
|
|
328
486
|
"sentiment_neutral": "Neutral",
|
|
@@ -338,6 +496,7 @@
|
|
|
338
496
|
"tags": "Tags",
|
|
339
497
|
"navigation": "navigation",
|
|
340
498
|
"dev_mode": "dev mode",
|
|
499
|
+
"call_panel_drag_noun": "Drag {0}",
|
|
341
500
|
"call_panel_heading": "Pega call",
|
|
342
501
|
"call_panel_make_new_call": "Make new call",
|
|
343
502
|
"call_panel_agent_status": "Status",
|
|
@@ -346,10 +505,10 @@
|
|
|
346
505
|
"call_panel_mute_mic_menu_item": "Mute microphone",
|
|
347
506
|
"call_panel_unmute_mic_menu_item": "Unmute microphone",
|
|
348
507
|
"call_panel_call_on_hold": "On hold {0}",
|
|
349
|
-
"call_panel_consult_call_menu_item": "Consult
|
|
350
|
-
"call_panel_transfer_call_menu_item": "Transfer
|
|
351
|
-
"call_panel_send_dtmf_menu_item": "Send DTMF
|
|
352
|
-
"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",
|
|
353
512
|
"call_panel_hangup_call_menu_item": "Hang up",
|
|
354
513
|
"call_panel_contacts_add_to_favorites": "Add to favorites",
|
|
355
514
|
"call_panel_contacts_remove_from_favorites": "Remove from favorites",
|
|
@@ -374,13 +533,22 @@
|
|
|
374
533
|
"dial_pad_keyboard": "Dial pad keyboard",
|
|
375
534
|
"dial_pad_phone_number_input_label": "Phone number input",
|
|
376
535
|
"dial_pad_call_button_label": "Call {0}",
|
|
377
|
-
"
|
|
378
|
-
|
|
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
|
+
},
|
|
379
544
|
"add_noun": "Add {0}",
|
|
380
545
|
"remove": "Remove",
|
|
381
546
|
"remove_noun": "Remove {0}",
|
|
382
547
|
"role": "Role",
|
|
383
548
|
"parallel": "Parallel",
|
|
384
549
|
"stage": "Stage",
|
|
385
|
-
"alternateStage": "Alternate Stage"
|
|
550
|
+
"alternateStage": "Alternate Stage",
|
|
551
|
+
"confirmation_details": "Details",
|
|
552
|
+
"confirmation_whats_next": "What's next",
|
|
553
|
+
"confirmation_open_tasks": "Open tasks"
|
|
386
554
|
}
|