@gooddata/sdk-ui-dashboard 11.15.0-alpha.4 → 11.15.0-alpha.6
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/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/presentation/localization/bundles/en-US.json +1514 -1514
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +757 -3028
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +757 -3028
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/package.json +18 -18
|
@@ -1,3030 +1,3030 @@
|
|
|
1
1
|
{
|
|
2
2
|
"loading": {
|
|
3
|
-
"
|
|
4
|
-
"
|
|
3
|
+
"value": "Loading…",
|
|
4
|
+
"comment": "Text shown during content loading operations"
|
|
5
5
|
},
|
|
6
6
|
"untitled": {
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"value": "Untitled",
|
|
8
|
+
"comment": "Default title for untitled dashboards or widgets"
|
|
9
9
|
},
|
|
10
10
|
"empty_value": {
|
|
11
|
-
"
|
|
12
|
-
"
|
|
11
|
+
"value": "empty value",
|
|
12
|
+
"comment": "Display text when a value is empty or not available"
|
|
13
13
|
},
|
|
14
14
|
"gs.list.cancel": {
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"value": "Cancel",
|
|
16
|
+
"comment": "Button label to cancel the current action"
|
|
17
17
|
},
|
|
18
18
|
"gs.list.apply": {
|
|
19
|
-
"
|
|
20
|
-
"
|
|
19
|
+
"value": "Apply",
|
|
20
|
+
"comment": "Button label to apply the current selection or changes"
|
|
21
21
|
},
|
|
22
22
|
"messages.dashboardSaveSuccess": {
|
|
23
|
-
"
|
|
24
|
-
"
|
|
23
|
+
"value": "Great. We saved your dashboard.",
|
|
24
|
+
"comment": "Success notification shown after successfully saving a dashboard"
|
|
25
25
|
},
|
|
26
26
|
"options.menu.save.as": {
|
|
27
|
-
"
|
|
28
|
-
"
|
|
27
|
+
"value": "Save as new",
|
|
28
|
+
"comment": "Menu option to save the current dashboard as a new dashboard"
|
|
29
29
|
},
|
|
30
30
|
"options.menu.save.as.tooltip": {
|
|
31
|
-
"
|
|
32
|
-
"
|
|
31
|
+
"value": "Empty dashboard cannot be saved.",
|
|
32
|
+
"comment": "Tooltip shown when trying to save an empty dashboard"
|
|
33
33
|
},
|
|
34
34
|
"options.menu.settings": {
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"value": "Settings",
|
|
36
|
+
"comment": "Menu option to open the dashboard settings dialog"
|
|
37
37
|
},
|
|
38
38
|
"messages.dashboardSaveFailed": {
|
|
39
|
-
"
|
|
40
|
-
"
|
|
39
|
+
"value": "Dashboard save failed. Remove any unavailable visualizations, then try again, or contact your administrator.",
|
|
40
|
+
"comment": "Error notification shown when saving a dashboard fails"
|
|
41
41
|
},
|
|
42
42
|
"messages.dashboard.incompatibleDefaultFilters.title": {
|
|
43
|
-
"
|
|
44
|
-
"
|
|
43
|
+
"value": "<b>Warning</b> Some dashboard filters couldn’t be applied. Check the filters to make sure you’re viewing the right data.",
|
|
44
|
+
"comment": "Title of the warning message shown if default filter overrides are incompatible with the current dashboard filters."
|
|
45
45
|
},
|
|
46
46
|
"messages.dashboard.invalidDrills.title": {
|
|
47
|
-
"
|
|
48
|
-
"
|
|
47
|
+
"value": "<b>Some interactions were removed</b>",
|
|
48
|
+
"comment": "Warning notification title when dashboard interactions were removed due to changes in data"
|
|
49
49
|
},
|
|
50
50
|
"messages.dashboard.invalidDrills.body.modern": {
|
|
51
|
-
"
|
|
52
|
-
"
|
|
51
|
+
"value": "One or more dashboard/visualization/metric/attribute has been changed or deleted causing some interactions to be removed from following widgets: <b>{listOfWidgetTitles}</b>",
|
|
52
|
+
"comment": "Warning message details for invalid drill interactions using metrics with list of affected widgets"
|
|
53
53
|
},
|
|
54
54
|
"messages.dashboard.invalidCustomUrlDrills.title": {
|
|
55
|
-
"
|
|
56
|
-
"
|
|
55
|
+
"value": "<b>Some of the drill-into-URL interactions are not working</b>",
|
|
56
|
+
"comment": "Title of the warning message shown while editing KPI dashboard with some invalid drills."
|
|
57
57
|
},
|
|
58
58
|
"messages.dashboard.invalidCustomUrlDrills.body.modern": {
|
|
59
|
-
"
|
|
60
|
-
"
|
|
59
|
+
"value": "Invalid URL parameters in your custom URLs are causing drill-into-URL interactions to fail on these widgets: <b>{listOfWidgetTitles}</b>",
|
|
60
|
+
"comment": "Warning message explaining URL drill failures with list of affected widgets"
|
|
61
61
|
},
|
|
62
62
|
"messages.dashboard.expandable.showMore": {
|
|
63
|
-
"
|
|
64
|
-
"
|
|
63
|
+
"value": "Show more",
|
|
64
|
+
"comment": "Title of the link to show more text of a notification message."
|
|
65
65
|
},
|
|
66
66
|
"messages.dashboard.expandable.showLess": {
|
|
67
|
-
"
|
|
68
|
-
"
|
|
67
|
+
"value": "Show less",
|
|
68
|
+
"comment": "Title of the link to collapse text of a notification message."
|
|
69
69
|
},
|
|
70
70
|
"messages.drill.InteractionConfiguredSuccess": {
|
|
71
|
-
"
|
|
72
|
-
"
|
|
71
|
+
"value": "Interaction configured.",
|
|
72
|
+
"comment": "Success message shown after creating a new drill interaction"
|
|
73
73
|
},
|
|
74
74
|
"messages.drill.InteractionUpdatedSuccess": {
|
|
75
|
-
"
|
|
76
|
-
"
|
|
75
|
+
"value": "Interaction updated.",
|
|
76
|
+
"comment": "Success message shown after modifying an existing drill interaction"
|
|
77
77
|
},
|
|
78
78
|
"filterBar.label": {
|
|
79
|
-
"
|
|
80
|
-
"
|
|
79
|
+
"value": "Filters",
|
|
80
|
+
"comment": "Label for the filter bar section"
|
|
81
81
|
},
|
|
82
82
|
"filterBar.showAll": {
|
|
83
|
-
"
|
|
84
|
-
"
|
|
83
|
+
"value": "Show all",
|
|
84
|
+
"comment": "Link text to expand and show all available filters"
|
|
85
85
|
},
|
|
86
86
|
"filterBar.showLess": {
|
|
87
|
-
"
|
|
88
|
-
"
|
|
87
|
+
"value": "Show less",
|
|
88
|
+
"comment": "Link text to collapse the expanded filter list"
|
|
89
89
|
},
|
|
90
90
|
"filterBar.unappliedFiltersNotification": {
|
|
91
|
-
"
|
|
92
|
-
"
|
|
91
|
+
"value": "<link>Apply filters</link> to see updated data.",
|
|
92
|
+
"comment": "Message banner shown when filters are changed but not yet applied. The <link> tags create a clickable action to apply the filters."
|
|
93
93
|
},
|
|
94
94
|
"filterBar.invalidFilterSelection": {
|
|
95
|
-
"
|
|
96
|
-
"
|
|
95
|
+
"value": "To apply changes, select valid values for these filters: {names}",
|
|
96
|
+
"comment": "Message shown on disabled Apply button."
|
|
97
97
|
},
|
|
98
98
|
"filterBar.executionTimestampNotificationMessage": {
|
|
99
|
-
"
|
|
100
|
-
"
|
|
99
|
+
"value": "<bold>Note.</bold> You're viewing up-to-date data, but for any relative date filters the dashboard treats {date} as “today.”",
|
|
100
|
+
"comment": "Message banner describing dashboard with specific data timestamp. Placeholder {date} is replaced with the current date."
|
|
101
101
|
},
|
|
102
102
|
"filterBar.executionTimestampNotificationAction": {
|
|
103
|
-
"
|
|
104
|
-
"
|
|
103
|
+
"value": "<link>Reset to today</link>",
|
|
104
|
+
"comment": "Action button to reset timestamp to current date. The <link> tags create a clickable action."
|
|
105
105
|
},
|
|
106
106
|
"options.menu.export": {
|
|
107
|
-
"
|
|
108
|
-
"
|
|
107
|
+
"value": "Export",
|
|
108
|
+
"comment": "Main export menu option in the dashboard"
|
|
109
109
|
},
|
|
110
110
|
"options.menu.export.header.data": {
|
|
111
|
-
"
|
|
112
|
-
"
|
|
111
|
+
"value": "Data",
|
|
112
|
+
"comment": "Header for data export options in the export submenu"
|
|
113
113
|
},
|
|
114
114
|
"options.menu.export_to_pdf": {
|
|
115
|
-
"
|
|
116
|
-
"
|
|
115
|
+
"value": "Export to PDF",
|
|
116
|
+
"comment": "Menu option to export the entire dashboard as a PDF document"
|
|
117
117
|
},
|
|
118
118
|
"options.menu.export.PDF": {
|
|
119
|
-
"
|
|
120
|
-
"
|
|
119
|
+
"value": "Snapshot (.pdf)",
|
|
120
|
+
"comment": "Export option for saving a visual snapshot of the dashboard as a PDF file"
|
|
121
121
|
},
|
|
122
122
|
"options.menu.export.dialog.EXCEL": {
|
|
123
|
-
"
|
|
124
|
-
"
|
|
123
|
+
"value": "Export data (.xlsx)",
|
|
124
|
+
"comment": "Dialog title when exporting the entire dashboard's data to Excel"
|
|
125
125
|
},
|
|
126
126
|
"options.menu.export.dialog.widget.EXCEL": {
|
|
127
|
-
"
|
|
128
|
-
"
|
|
127
|
+
"value": "Export formatted data (.xlsx)",
|
|
128
|
+
"comment": "Dialog title when exporting a single widget's data to Excel with formatting preserved"
|
|
129
129
|
},
|
|
130
130
|
"options.menu.export.dialog.includeExportInfo": {
|
|
131
|
-
"
|
|
132
|
-
"
|
|
131
|
+
"value": "Include sheet with export info",
|
|
132
|
+
"comment": "Checkbox option to include metadata about the export in a separate Excel sheet"
|
|
133
133
|
},
|
|
134
134
|
"options.menu.export.EXCEL": {
|
|
135
|
-
"
|
|
136
|
-
"
|
|
135
|
+
"value": "Data (.xlsx)",
|
|
136
|
+
"comment": "Export option for saving dashboard data as an Excel file"
|
|
137
137
|
},
|
|
138
138
|
"options.menu.export.presentation.PPTX": {
|
|
139
|
-
"
|
|
140
|
-
"
|
|
139
|
+
"value": "Slide Deck (.pptx)",
|
|
140
|
+
"comment": "Export option for saving dashboard as a PowerPoint presentation"
|
|
141
141
|
},
|
|
142
142
|
"options.menu.export.presentation.PDF": {
|
|
143
|
-
"
|
|
144
|
-
"
|
|
143
|
+
"value": "Slide Deck (.pdf)",
|
|
144
|
+
"comment": "Export option for saving dashboard as a PDF file with slide layout"
|
|
145
145
|
},
|
|
146
146
|
"options.menu.export.image.PNG": {
|
|
147
|
-
"
|
|
148
|
-
"
|
|
147
|
+
"value": "Snapshot (.png)",
|
|
148
|
+
"comment": "Export option for saving dashboard as a PNG image"
|
|
149
149
|
},
|
|
150
150
|
"options.menu.export.presentation.unsupported.oldWidget": {
|
|
151
|
-
"
|
|
152
|
-
"
|
|
151
|
+
"value": "Unable to export. Please resave the dashboard or contact your administrator.",
|
|
152
|
+
"comment": "Message that explains that old widget cannot be exported without resaving the dashboard"
|
|
153
153
|
},
|
|
154
154
|
"options.menu.export.in.progress": {
|
|
155
|
-
"
|
|
156
|
-
"
|
|
155
|
+
"value": "Export is in progress. Wait until it is finished before exporting again.",
|
|
156
|
+
"comment": "Message shown when trying to start a new export while another is still in progress"
|
|
157
157
|
},
|
|
158
158
|
"options.menu.schedule.email": {
|
|
159
|
-
"
|
|
160
|
-
"
|
|
159
|
+
"value": "Schedule export",
|
|
160
|
+
"comment": "Menu option to set up recurring automated exports of the dashboard"
|
|
161
161
|
},
|
|
162
162
|
"options.menu.schedule.email.tooltip": {
|
|
163
|
-
"
|
|
164
|
-
"
|
|
163
|
+
"value": "No destination available. To schedule an export, <a>create destination</a>.",
|
|
164
|
+
"comment": "Tooltip shown when no export destinations are available for scheduled exports"
|
|
165
165
|
},
|
|
166
166
|
"options.menu.schedule.email.edit": {
|
|
167
|
-
"
|
|
168
|
-
"
|
|
167
|
+
"value": "Show schedules",
|
|
168
|
+
"comment": "Menu option to view or edit existing scheduled dashboard exports"
|
|
169
169
|
},
|
|
170
170
|
"options.menu.schedule.email.edit.noCreatePermissions": {
|
|
171
|
-
"
|
|
172
|
-
"
|
|
171
|
+
"value": "Scheduled exports",
|
|
172
|
+
"comment": "Menu option to view existing scheduled exports when user doesn't have permission to create new ones"
|
|
173
173
|
},
|
|
174
174
|
"options.menu.alert": {
|
|
175
|
-
"
|
|
176
|
-
"
|
|
175
|
+
"value": "Alert",
|
|
176
|
+
"comment": "Menu option to display alert management"
|
|
177
177
|
},
|
|
178
178
|
"options.menu.alerts.edit": {
|
|
179
|
-
"
|
|
180
|
-
"
|
|
179
|
+
"value": "Show alerts",
|
|
180
|
+
"comment": "Menu option to view or edit existing metric alerts for the dashboard or widget"
|
|
181
181
|
},
|
|
182
182
|
"options.menu.alerts.edit.noCreatePermissions": {
|
|
183
|
-
"
|
|
184
|
-
"
|
|
183
|
+
"value": "Alerts",
|
|
184
|
+
"comment": "Menu option to view existing alerts when user doesn't have permission to create new ones"
|
|
185
185
|
},
|
|
186
186
|
"options.menu.data.too.large": {
|
|
187
|
-
"
|
|
188
|
-
"
|
|
187
|
+
"value": "Export unavailable due to too many data points in the result.",
|
|
188
|
+
"comment": "Error message shown when trying to export data that exceeds size limitations"
|
|
189
189
|
},
|
|
190
190
|
"options.menu.unsupported.raw.error": {
|
|
191
|
-
"
|
|
192
|
-
"
|
|
191
|
+
"value": "Export unavailable due to too many data points or error in the result",
|
|
192
|
+
"comment": "Error message shown when visualization export fails due to data size or errors"
|
|
193
193
|
},
|
|
194
194
|
"options.menu.delete": {
|
|
195
|
-
"
|
|
196
|
-
"
|
|
195
|
+
"value": "Delete",
|
|
196
|
+
"comment": "Menu option to delete the current dashboard"
|
|
197
197
|
},
|
|
198
198
|
"options.menu.addFilterViews": {
|
|
199
|
-
"
|
|
200
|
-
"
|
|
199
|
+
"value": "Create view",
|
|
200
|
+
"comment": "Menu option to create a new dashboard filter view"
|
|
201
201
|
},
|
|
202
202
|
"options.menu.listFilterViews": {
|
|
203
|
-
"
|
|
204
|
-
"
|
|
203
|
+
"value": "Show my views",
|
|
204
|
+
"comment": "Open menu with my saved filter views."
|
|
205
205
|
},
|
|
206
206
|
"dialogs.export.cells": {
|
|
207
|
-
"
|
|
208
|
-
"
|
|
207
|
+
"value": "CELLS",
|
|
208
|
+
"comment": "Cells of the table that is going to be exported to file"
|
|
209
209
|
},
|
|
210
210
|
"dialogs.export.filters": {
|
|
211
|
-
"
|
|
212
|
-
"
|
|
211
|
+
"value": "VISUALIZATION CONTEXT",
|
|
212
|
+
"comment": "The filters that are applied to the report"
|
|
213
213
|
},
|
|
214
214
|
"dialogs.export.includeFilters": {
|
|
215
|
-
"
|
|
216
|
-
"
|
|
215
|
+
"value": "Include applied filters",
|
|
216
|
+
"comment": "Include the applied filters to the exported file"
|
|
217
217
|
},
|
|
218
218
|
"dialogs.export.headline": {
|
|
219
|
-
"
|
|
220
|
-
"
|
|
219
|
+
"value": "Export to XLSX",
|
|
220
|
+
"comment": "Export data to XLSX file"
|
|
221
221
|
},
|
|
222
222
|
"dialogs.export.mergeHeaders": {
|
|
223
|
-
"
|
|
224
|
-
"
|
|
223
|
+
"value": "Keep attribute cells merged",
|
|
224
|
+
"comment": "Merge the similar cells of the table into one when exporting table to the file."
|
|
225
225
|
},
|
|
226
226
|
"dialogs.schedule.email.evaluation.mode.shared": {
|
|
227
|
-
"
|
|
228
|
-
"
|
|
227
|
+
"value": "Use the same attachments for all recipients",
|
|
228
|
+
"comment": "Label for the evaluation mode checkbox"
|
|
229
229
|
},
|
|
230
230
|
"dialogs.schedule.email.evaluation.mode.tooltip": {
|
|
231
|
-
"
|
|
232
|
-
"
|
|
231
|
+
"value": "Enable to send the same file to all recipients. Disable to send files that reflect each recipient’s data access rights.",
|
|
232
|
+
"comment": "Tooltip for the evaluation mode checkbox"
|
|
233
233
|
},
|
|
234
234
|
"dialogs.export.submit": {
|
|
235
|
-
"
|
|
236
|
-
"
|
|
235
|
+
"value": "Export",
|
|
236
|
+
"comment": "Start to export data to file"
|
|
237
237
|
},
|
|
238
238
|
"dialogs.schedule.email.accessibilityTitle": {
|
|
239
|
-
"
|
|
240
|
-
"
|
|
239
|
+
"value": "Scheduled emails",
|
|
240
|
+
"comment": "Accessibility title for scheduled emails dialog"
|
|
241
241
|
},
|
|
242
242
|
"dialogs.schedule.email.delete.success": {
|
|
243
|
-
"
|
|
244
|
-
"
|
|
243
|
+
"value": "Success! Your scheduled email was deleted.",
|
|
244
|
+
"comment": "Success message shown after successfully deleting a schedule"
|
|
245
245
|
},
|
|
246
246
|
"dialogs.schedule.email.submit.success": {
|
|
247
|
-
"
|
|
248
|
-
"
|
|
247
|
+
"value": "Success! Your dashboard is scheduled for emailing.",
|
|
248
|
+
"comment": "Success message shown after successfully scheduling an export"
|
|
249
249
|
},
|
|
250
250
|
"dialogs.schedule.email.submit.error": {
|
|
251
|
-
"
|
|
252
|
-
"
|
|
251
|
+
"value": "Failed to schedule the dashboard. Try again later.",
|
|
252
|
+
"comment": "Error message shown when scheduling an export fails"
|
|
253
253
|
},
|
|
254
254
|
"dialogs.schedule.email.save.success": {
|
|
255
|
-
"
|
|
256
|
-
"
|
|
255
|
+
"value": "Success! Your schedule has been saved.",
|
|
256
|
+
"comment": "Success message shown after successfully saving an export schedule"
|
|
257
257
|
},
|
|
258
258
|
"dialogs.schedule.email.save.error": {
|
|
259
|
-
"
|
|
260
|
-
"
|
|
259
|
+
"value": "Failed to save the schedule. Try again later.",
|
|
260
|
+
"comment": "Error message shown when saving an export schedule fails"
|
|
261
261
|
},
|
|
262
262
|
"dialogs.schedule.error.too_long": {
|
|
263
|
-
"
|
|
264
|
-
"
|
|
263
|
+
"value": "Error: Text too long — reduce to {value} characters or fewer.",
|
|
264
|
+
"comment": "Error message shown when schedule text exceeds character limit. {value} is the maximum allowed length."
|
|
265
265
|
},
|
|
266
266
|
"dialogs.alert.error.too_long": {
|
|
267
|
-
"
|
|
268
|
-
"
|
|
267
|
+
"value": "Error: Text too long — reduce to {value} characters or fewer.",
|
|
268
|
+
"comment": "Error message shown when alert text exceeds character limit. {value} is the maximum allowed length."
|
|
269
269
|
},
|
|
270
270
|
"dialogs.save.as.new.title": {
|
|
271
|
-
"
|
|
272
|
-
"
|
|
271
|
+
"value": "Save dashboard as new",
|
|
272
|
+
"comment": "Dialog title when creating a copy of an existing dashboard"
|
|
273
273
|
},
|
|
274
274
|
"dialogs.save.as.new.desc": {
|
|
275
|
-
"
|
|
276
|
-
"
|
|
275
|
+
"value": "Give your new dashboard a new descriptive name, so it's easier to find it later on.",
|
|
276
|
+
"comment": "Instructions shown in the Save As New dashboard dialog"
|
|
277
277
|
},
|
|
278
278
|
"dialogs.save.as.new.default.title": {
|
|
279
|
-
"
|
|
280
|
-
"
|
|
279
|
+
"value": "Copy of {title}",
|
|
280
|
+
"comment": "Default title format when creating a copy of a dashboard. {title} is the original dashboard title."
|
|
281
281
|
},
|
|
282
282
|
"dialogs.save.as.new.alertsAndEmailsMessage": {
|
|
283
|
-
"
|
|
284
|
-
"
|
|
283
|
+
"value": "Alerts and email schedules will not be duplicated",
|
|
284
|
+
"comment": "Warning message shown when saving a dashboard as new, indicating that alerts and email schedules won't be copied"
|
|
285
285
|
},
|
|
286
286
|
"dialogs.save.as.new.alertsMessage": {
|
|
287
|
-
"
|
|
288
|
-
"
|
|
287
|
+
"value": "Alerts will not be duplicated",
|
|
288
|
+
"comment": "Warning message in Save As dialog about alerts not being copied"
|
|
289
289
|
},
|
|
290
290
|
"dialogs.save.as.new.emailsMessage": {
|
|
291
|
-
"
|
|
292
|
-
"
|
|
291
|
+
"value": "Email schedules will not be duplicated",
|
|
292
|
+
"comment": "Warning message in Save As dialog about email schedules not being copied"
|
|
293
293
|
},
|
|
294
294
|
"cancelConfirmationDialog.headline": {
|
|
295
|
-
"
|
|
296
|
-
"
|
|
295
|
+
"value": "Discard changes?",
|
|
296
|
+
"comment": "Confirmation dialog title when canceling changes"
|
|
297
297
|
},
|
|
298
298
|
"cancelConfirmationDialog.message": {
|
|
299
|
-
"
|
|
300
|
-
"
|
|
299
|
+
"value": "All changes will be lost",
|
|
300
|
+
"comment": "Warning message shown in confirmation dialog when discarding changes"
|
|
301
301
|
},
|
|
302
302
|
"cancelConfirmationDialog.submitButtonText": {
|
|
303
|
-
"
|
|
304
|
-
"
|
|
303
|
+
"value": "Discard changes",
|
|
304
|
+
"comment": "Button label to confirm discarding changes"
|
|
305
305
|
},
|
|
306
306
|
"settingsDashboardDialog.headline": {
|
|
307
|
-
"
|
|
308
|
-
"
|
|
307
|
+
"value": "Dashboard settings",
|
|
308
|
+
"comment": "Title of the dashboard settings dialog"
|
|
309
309
|
},
|
|
310
310
|
"settingsDashboardDialog.section.alert": {
|
|
311
|
-
"
|
|
312
|
-
"
|
|
311
|
+
"value": "Alerts",
|
|
312
|
+
"comment": "Section title for alert settings in the dashboard settings dialog"
|
|
313
313
|
},
|
|
314
314
|
"settingsDashboardDialog.section.alert.inherit": {
|
|
315
|
-
"
|
|
316
|
-
"
|
|
315
|
+
"value": "Use the default evaluation frequency set by your organization.",
|
|
316
|
+
"comment": "Label for option to use organization's default alert evaluation frequency"
|
|
317
317
|
},
|
|
318
318
|
"settingsDashboardDialog.section.alert.note": {
|
|
319
|
-
"
|
|
320
|
-
"
|
|
319
|
+
"value": "<strong>Note:</strong> Applies to new alerts only — use the API to update existing ones.",
|
|
320
|
+
"comment": "Note about alert settings applying only to new alerts"
|
|
321
321
|
},
|
|
322
322
|
"settingsDashboardDialog.section.alert.label": {
|
|
323
|
-
"
|
|
324
|
-
"
|
|
323
|
+
"value": "Evaluation Frequency",
|
|
324
|
+
"comment": "Label for alert evaluation frequency setting"
|
|
325
325
|
},
|
|
326
326
|
"deleteDashboardDialog.headline": {
|
|
327
|
-
"
|
|
328
|
-
"
|
|
327
|
+
"value": "Delete dashboard?",
|
|
328
|
+
"comment": "Confirmation dialog for deleting a dashboard"
|
|
329
329
|
},
|
|
330
330
|
"deleteDashboardDialog.submitButtonText": {
|
|
331
|
-
"
|
|
332
|
-
"
|
|
331
|
+
"value": "Delete",
|
|
332
|
+
"comment": "Label for the confirmation button in the delete dashboard dialog"
|
|
333
333
|
},
|
|
334
334
|
"deleteDashboardDialog.defaultMessage": {
|
|
335
|
-
"
|
|
336
|
-
"
|
|
335
|
+
"value": "Are you sure you want to delete dashboard {title}?",
|
|
336
|
+
"comment": "Confirmation dialog for deleting a dashboard. The {title} placeholder shows the specific dashboard name."
|
|
337
337
|
},
|
|
338
338
|
"deleteDashboardDialog.objectsMessage": {
|
|
339
|
-
"
|
|
340
|
-
"
|
|
339
|
+
"value": "Following objects associated with the dashboard {title} will be permanently deleted:",
|
|
340
|
+
"comment": "Warning message listing objects to be deleted with the dashboard. The {title} placeholder shows the specific dashboard name."
|
|
341
341
|
},
|
|
342
342
|
"deleteDashboardDialog.alerts": {
|
|
343
|
-
"
|
|
344
|
-
"
|
|
343
|
+
"value": "alerts",
|
|
344
|
+
"comment": "Label for alerts that will be deleted with the dashboard"
|
|
345
345
|
},
|
|
346
346
|
"deleteDashboardDialog.schedules": {
|
|
347
|
-
"
|
|
348
|
-
"
|
|
347
|
+
"value": "scheduled exports",
|
|
348
|
+
"comment": "Label for scheduled exports that will be deleted with the dashboard"
|
|
349
349
|
},
|
|
350
350
|
"deleteDashboardDialog.drills": {
|
|
351
|
-
"
|
|
352
|
-
"
|
|
351
|
+
"value": "drilling",
|
|
352
|
+
"comment": "Label for drill configurations that will be removed with the dashboard"
|
|
353
353
|
},
|
|
354
354
|
"deleteWidgetDialog.headline": {
|
|
355
|
-
"
|
|
356
|
-
"
|
|
355
|
+
"value": "Remove widget?",
|
|
356
|
+
"comment": "Confirmation dialog title when removing a widget from a dashboard"
|
|
357
357
|
},
|
|
358
358
|
"deleteWidgetDialog.objectsMessage": {
|
|
359
|
-
"
|
|
360
|
-
"
|
|
359
|
+
"value": "Following types objects associated with the widget {title} will no longer work:",
|
|
360
|
+
"comment": "Warning message about objects that will be affected when deleting a widget. The {title} placeholder shows the specific widget name."
|
|
361
361
|
},
|
|
362
362
|
"deleteWidgetDialog.alerts": {
|
|
363
|
-
"
|
|
364
|
-
"
|
|
363
|
+
"value": "alerts",
|
|
364
|
+
"comment": "Label for alerts that will be affected by widget removal"
|
|
365
365
|
},
|
|
366
366
|
"deleteWidgetDialog.schedules": {
|
|
367
|
-
"
|
|
368
|
-
"
|
|
367
|
+
"value": "scheduled exports",
|
|
368
|
+
"comment": "Label for scheduled exports that will be affected by widget removal"
|
|
369
369
|
},
|
|
370
370
|
"create.dashboard": {
|
|
371
|
-
"
|
|
372
|
-
"
|
|
371
|
+
"value": "Create dashboard",
|
|
372
|
+
"comment": "Button label or menu item for creating a new dashboard"
|
|
373
373
|
},
|
|
374
374
|
"drill_modal_picker.drill-down": {
|
|
375
|
-
"
|
|
376
|
-
"
|
|
375
|
+
"value": "Drill down",
|
|
376
|
+
"comment": "Label for the drill down interaction in the drill configuration modal"
|
|
377
377
|
},
|
|
378
378
|
"drill_modal_picker.drill-to-url": {
|
|
379
|
-
"
|
|
380
|
-
"
|
|
379
|
+
"value": "Drill to URL",
|
|
380
|
+
"comment": "Label for the drill to URL interaction in the drill configuration modal"
|
|
381
381
|
},
|
|
382
382
|
"drill_modal_picker.drill-into": {
|
|
383
|
-
"
|
|
384
|
-
"
|
|
383
|
+
"value": "Drill into",
|
|
384
|
+
"comment": "Label for the drill into interaction in the drill configuration modal"
|
|
385
385
|
},
|
|
386
386
|
"drill_modal_picker.cross-filter": {
|
|
387
|
-
"
|
|
388
|
-
"
|
|
387
|
+
"value": "Cross-filter",
|
|
388
|
+
"comment": "Label for the cross-filter interaction in the drill configuration modal"
|
|
389
389
|
},
|
|
390
390
|
"drill_modal_picker.key-driver-analysis": {
|
|
391
|
-
"
|
|
392
|
-
"
|
|
391
|
+
"value": "Explain",
|
|
392
|
+
"comment": "Label for the key driver analysis interaction in the drill configuration modal"
|
|
393
393
|
},
|
|
394
394
|
"drill_modal_picker.more.details": {
|
|
395
|
-
"
|
|
396
|
-
"
|
|
395
|
+
"value": "More details",
|
|
396
|
+
"comment": "Label for viewing more details about drill interactions"
|
|
397
397
|
},
|
|
398
398
|
"drill_modal_picker.label": {
|
|
399
|
-
"
|
|
400
|
-
"
|
|
399
|
+
"value": "Choose drill action",
|
|
400
|
+
"comment": "Instruction text in the drill modal for selecting a drill action"
|
|
401
401
|
},
|
|
402
402
|
"drillModal.backToTop": {
|
|
403
|
-
"
|
|
404
|
-
"
|
|
403
|
+
"value": "Back to top",
|
|
404
|
+
"comment": "Navigation button label to return to the top level in the drill modal"
|
|
405
405
|
},
|
|
406
406
|
"filters.alertMessage.relativePreset": {
|
|
407
|
-
"
|
|
408
|
-
"
|
|
407
|
+
"value": "in {calendarIcon} {range}",
|
|
408
|
+
"comment": "Message displayed in filter alert showing a relative date range with calendar icon. Example: 'in (calendar icon) last 7 days'."
|
|
409
409
|
},
|
|
410
410
|
"filters.alertMessage.relativePreset.inPeriod": {
|
|
411
|
-
"
|
|
412
|
-
"
|
|
411
|
+
"value": "in period {calendarIcon} {range}",
|
|
412
|
+
"comment": "Message displayed in filter alert showing a relative date range with period specification. Example: 'in period (calendar icon) from 2 months ago to 2 months ahead'."
|
|
413
413
|
},
|
|
414
414
|
"filters.config.warning.multipleWorkspacesConfigs": {
|
|
415
|
-
"
|
|
416
|
-
"
|
|
415
|
+
"value": "There is more than one workspace date filter configuration associated with this workspace. The first one was used.",
|
|
416
|
+
"comment": "Displayed if there is more than one workspace date filter configuration associated with the workspace."
|
|
417
417
|
},
|
|
418
418
|
"filters.config.warning.selectedFilterNotValid": {
|
|
419
|
-
"
|
|
420
|
-
"
|
|
419
|
+
"value": "The default filter option is not valid, using the first option available instead.",
|
|
420
|
+
"comment": "Displayed if the default option for new dashboards is not valid."
|
|
421
421
|
},
|
|
422
422
|
"filters.config.warning.allOptionsHidden": {
|
|
423
|
-
"
|
|
424
|
-
"
|
|
423
|
+
"value": "The dashboard date filter configuration was ignored because it would have hidden all the filter options.",
|
|
424
|
+
"comment": "Displayed if applying a dashboard config would make all the filter options hidden."
|
|
425
425
|
},
|
|
426
426
|
"filters.config.warning.conflictingIdentifiers": {
|
|
427
|
-
"
|
|
428
|
-
"
|
|
427
|
+
"value": "The dashboard date filter configuration was ignored because it contains date filter options with identical identifiers.",
|
|
428
|
+
"comment": "Displayed if applying a dashboard config would make it contain more than one option with the same identifier."
|
|
429
429
|
},
|
|
430
430
|
"filters.config.warning.workspace.notAvailable": {
|
|
431
|
-
"
|
|
432
|
-
"
|
|
431
|
+
"value": "The workspace date filter configuration is either not defined or you do not have the permissions to access it.",
|
|
432
|
+
"comment": "Displayed if there is an error getting the workspace level config."
|
|
433
433
|
},
|
|
434
434
|
"filters.configurationPanel.header": {
|
|
435
|
-
"
|
|
436
|
-
"
|
|
435
|
+
"value": "Filters",
|
|
436
|
+
"comment": "Header for the filter configuration panel in dashboard settings"
|
|
437
437
|
},
|
|
438
438
|
"filters.configurationPanel.crossFiltering.toggle": {
|
|
439
|
-
"
|
|
440
|
-
"
|
|
439
|
+
"value": "Cross-filtering",
|
|
440
|
+
"comment": "Label for toggle that enables or disables cross-filtering in the filter configuration panel"
|
|
441
441
|
},
|
|
442
442
|
"filters.configurationPanel.crossFiltering.toggle.tooltip": {
|
|
443
|
-
"
|
|
444
|
-
"
|
|
443
|
+
"value": "Allow users to filter the dashboard by clicking data points in visualizations.",
|
|
444
|
+
"comment": "Tooltip explaining cross-filtering functionality when hovering over the toggle"
|
|
445
445
|
},
|
|
446
446
|
"filters.configurationPanel.userFilterReset.toggle": {
|
|
447
|
-
"
|
|
448
|
-
"
|
|
447
|
+
"value": "Reset",
|
|
448
|
+
"comment": "Label for toggle that enables or disables filter reset functionality in dashboard"
|
|
449
449
|
},
|
|
450
450
|
"filters.configurationPanel.userFilterReset.toggle.tooltip": {
|
|
451
|
-
"
|
|
452
|
-
"
|
|
451
|
+
"value": "Allow users to reset all filters to default.",
|
|
452
|
+
"comment": "Tooltip explaining what the reset toggle does when enabled"
|
|
453
453
|
},
|
|
454
454
|
"filters.configurationPanel.userFilterSave.toggle": {
|
|
455
|
-
"
|
|
456
|
-
"
|
|
455
|
+
"value": "Auto-save last state",
|
|
456
|
+
"comment": "Label for toggle that enables or disables automatic saving of filter state"
|
|
457
457
|
},
|
|
458
458
|
"filters.configurationPanel.userFilterSave.toggle.tooltip": {
|
|
459
|
-
"
|
|
460
|
-
"
|
|
459
|
+
"value": "Allow auto-save of the filters' last state. When users return, their filters will remain as they left them.",
|
|
460
|
+
"comment": "Tooltip explaining the auto-save filter functionality when hovering over the toggle"
|
|
461
461
|
},
|
|
462
462
|
"filters.configurationPanel.filterViews.toggle": {
|
|
463
|
-
"
|
|
464
|
-
"
|
|
463
|
+
"value": "Saved views",
|
|
464
|
+
"comment": "Label for toggle that enables or disables saving custom filter views"
|
|
465
465
|
},
|
|
466
466
|
"filters.configurationPanel.filterViews.toggle.tooltip": {
|
|
467
|
-
"
|
|
468
|
-
"
|
|
467
|
+
"value": "<p>Allows users to save filters state as a personal views they can return to later.</p><p>Only the user who saved the view can access it and set it as their default view.</p>",
|
|
468
|
+
"comment": "Tooltip explaining saved views functionality when hovering over the toggle"
|
|
469
469
|
},
|
|
470
470
|
"settingsDashboardDialog.sectionHeaders.dateDataset": {
|
|
471
|
-
"
|
|
472
|
-
"
|
|
471
|
+
"value": "Date range in descriptions",
|
|
472
|
+
"comment": "Label for dropdown to select date dataset for section header Rich Text"
|
|
473
473
|
},
|
|
474
474
|
"settingsDashboardDialog.sectionHeaders.dateDataset.tooltip": {
|
|
475
|
-
"
|
|
476
|
-
"
|
|
475
|
+
"value": "Date dataset used by the Date range filter for metric references in section descriptions.",
|
|
476
|
+
"comment": "Tooltip explaining date dataset configuration for section headers"
|
|
477
477
|
},
|
|
478
478
|
"dateDataset.autoSelect": {
|
|
479
|
-
"
|
|
480
|
-
"
|
|
479
|
+
"value": "Auto-select",
|
|
480
|
+
"comment": "Label shown when no specific date dataset is selected and system auto-selects"
|
|
481
481
|
},
|
|
482
482
|
"dateDataset.notFound": {
|
|
483
|
-
"
|
|
484
|
-
"
|
|
483
|
+
"value": "Not found",
|
|
484
|
+
"comment": "Label shown when configured date dataset is not found"
|
|
485
485
|
},
|
|
486
486
|
"dialogs.schedule.email.attachments.label": {
|
|
487
|
-
"
|
|
488
|
-
"
|
|
487
|
+
"value": "Attachments",
|
|
488
|
+
"comment": "Attachments of the scheduled email."
|
|
489
489
|
},
|
|
490
490
|
"dialogs.schedule.email.title.placeholder": {
|
|
491
|
-
"
|
|
492
|
-
"
|
|
491
|
+
"value": "Untitled schedule",
|
|
492
|
+
"comment": "Placeholder text shown in the schedule title input field when no title has been entered"
|
|
493
493
|
},
|
|
494
494
|
"dialogs.alert.title.placeholder": {
|
|
495
|
-
"
|
|
496
|
-
"
|
|
495
|
+
"value": "Alert name",
|
|
496
|
+
"comment": "Placeholder for alert title input"
|
|
497
497
|
},
|
|
498
498
|
"dialogs.alert.accessibility.label.title": {
|
|
499
|
-
"
|
|
500
|
-
"
|
|
499
|
+
"value": "Alert name",
|
|
500
|
+
"comment": "Accessibility label for alert name input field"
|
|
501
501
|
},
|
|
502
502
|
"dialogs.schedule.accessibility.label.email.title": {
|
|
503
|
-
"
|
|
504
|
-
"
|
|
503
|
+
"value": "Schedule name",
|
|
504
|
+
"comment": "Accessibility label for schedule name input field"
|
|
505
505
|
},
|
|
506
506
|
"dialogs.schedule.email.message.label": {
|
|
507
|
-
"
|
|
508
|
-
"
|
|
507
|
+
"value": "Message",
|
|
508
|
+
"comment": "Message of the scheduled email."
|
|
509
509
|
},
|
|
510
510
|
"dialogs.schedule.email.max.recipients": {
|
|
511
|
-
"
|
|
512
|
-
"
|
|
511
|
+
"value": "Error: Too many recipients — you can add up to {maxRecipients}.",
|
|
512
|
+
"comment": "Message for recipients input when the maximum number of recipients is reached"
|
|
513
513
|
},
|
|
514
514
|
"dialogs.schedule.email.min.recipients": {
|
|
515
|
-
"
|
|
516
|
-
"
|
|
515
|
+
"value": "Error: Required field — select a recipient to continue.",
|
|
516
|
+
"comment": "Message for recipients input when the minimum number of recipients is reached"
|
|
517
517
|
},
|
|
518
518
|
"dialogs.schedule.email.usersLoad.error": {
|
|
519
|
-
"
|
|
520
|
-
"
|
|
519
|
+
"value": "Error: Unable to load users — try again later.",
|
|
520
|
+
"comment": "Message for recipients input when users load fails"
|
|
521
521
|
},
|
|
522
522
|
"dialogs.schedule.email.user.missing.email": {
|
|
523
|
-
"
|
|
524
|
-
"
|
|
523
|
+
"value": "Error: The following recipients have invalid email addresses — fix them to continue: {recipients}.",
|
|
524
|
+
"comment": "Message for recipients input when a user is missing an email address."
|
|
525
525
|
},
|
|
526
526
|
"dialogs.schedule.email.user.missing.email.tooltip": {
|
|
527
|
-
"
|
|
528
|
-
"
|
|
527
|
+
"value": "Error: This recipient has invalid email address.",
|
|
528
|
+
"comment": "Message for recipients input when a user is missing an email address."
|
|
529
529
|
},
|
|
530
530
|
"dialogs.schedule.email.user.invalid.external": {
|
|
531
|
-
"
|
|
532
|
-
"
|
|
531
|
+
"value": "Error: The following recipients don’t have the required access — remove them to continue: {recipients}.",
|
|
532
|
+
"comment": "Message for recipients input when a user is external and not allowed."
|
|
533
533
|
},
|
|
534
534
|
"dialogs.schedule.email.user.invalid.external.tooltip": {
|
|
535
|
-
"
|
|
536
|
-
"
|
|
535
|
+
"value": "Error: This recipient does not have the required access.",
|
|
536
|
+
"comment": "Tooltip for recipients input when a user is external and not allowed."
|
|
537
537
|
},
|
|
538
538
|
"dialogs.schedule.email.user.invalid.onlyYou": {
|
|
539
|
-
"
|
|
540
|
-
"
|
|
539
|
+
"value": "Error: Only you can be a recipient — remove others to continue.",
|
|
540
|
+
"comment": "Message for recipients input when only author is allowed."
|
|
541
541
|
},
|
|
542
542
|
"dialogs.schedule.email.user.used.external": {
|
|
543
|
-
"
|
|
544
|
-
"
|
|
543
|
+
"value": "The email “{email}” does not belong to this workspace. The recipient may receive sensitive data.",
|
|
544
|
+
"comment": "Message for recipients input when a user is external and allowed."
|
|
545
545
|
},
|
|
546
546
|
"dialogs.schedule.email.user.remove": {
|
|
547
|
-
"
|
|
548
|
-
"
|
|
547
|
+
"value": "Remove {name}",
|
|
548
|
+
"comment": "Label of a button for removing a user from the recipients list"
|
|
549
549
|
},
|
|
550
550
|
"dialogs.schedule.email.userAndEmail.remove": {
|
|
551
|
-
"
|
|
552
|
-
"
|
|
551
|
+
"value": "Remove {name} ({email})",
|
|
552
|
+
"comment": "Label of a button for removing a user from the recipients list"
|
|
553
553
|
},
|
|
554
554
|
"dialogs.schedule.email.user.warning.external": {
|
|
555
|
-
"
|
|
556
|
-
"
|
|
555
|
+
"value": "Warning: External recipient — “{email}” will receive the same dashboard view as you.",
|
|
556
|
+
"comment": "Message for recipients input when a user is external"
|
|
557
557
|
},
|
|
558
558
|
"dialogs.schedule.email.user.unknown": {
|
|
559
|
-
"
|
|
560
|
-
"
|
|
559
|
+
"value": "This is an unknown user and cannot be added as a recipient.",
|
|
560
|
+
"comment": "Message for recipients input when a user is unknown"
|
|
561
561
|
},
|
|
562
562
|
"dialogs.schedule.email.user.noMatch": {
|
|
563
|
-
"
|
|
564
|
-
"
|
|
563
|
+
"value": "No matching users or groups.",
|
|
564
|
+
"comment": "Message shown when searching for recipients and no users or groups match the search criteria"
|
|
565
565
|
},
|
|
566
566
|
"dialogs.schedule.email.user.notMe": {
|
|
567
|
-
"
|
|
568
|
-
"
|
|
567
|
+
"value": "This user is not allowed. There can be only you as a recipient.",
|
|
568
|
+
"comment": "Message for recipients input when a user is not allowed"
|
|
569
569
|
},
|
|
570
570
|
"dialogs.schedule.email.user.guest": {
|
|
571
|
-
"
|
|
572
|
-
"
|
|
571
|
+
"value": "(guest)",
|
|
572
|
+
"comment": "Guest user label"
|
|
573
573
|
},
|
|
574
574
|
"dialogs.schedule.email.recipients.note": {
|
|
575
|
-
"
|
|
576
|
-
"
|
|
575
|
+
"value": "Note: All recipients marked as “(guest)” will receive the same dashboard view as you.",
|
|
576
|
+
"comment": "Note for recipients input when some recipients are external"
|
|
577
577
|
},
|
|
578
578
|
"dialogs.schedule.email.subject.label": {
|
|
579
|
-
"
|
|
580
|
-
"
|
|
579
|
+
"value": "Subject",
|
|
580
|
+
"comment": "Label for the subject field in scheduled email form"
|
|
581
581
|
},
|
|
582
582
|
"dialogs.schedule.email.recipients.label": {
|
|
583
|
-
"
|
|
584
|
-
"
|
|
583
|
+
"value": "Recipients",
|
|
584
|
+
"comment": "Label for recipients field in scheduled email form"
|
|
585
585
|
},
|
|
586
586
|
"dialogs.schedule.email.filters": {
|
|
587
|
-
"
|
|
588
|
-
"
|
|
587
|
+
"value": "Filters ({count})",
|
|
588
|
+
"comment": "Label for filters selection in scheduled email form, with count of active filters"
|
|
589
589
|
},
|
|
590
590
|
"dialogs.schedule.email.tabs.general": {
|
|
591
|
-
"
|
|
592
|
-
"
|
|
591
|
+
"value": "General",
|
|
592
|
+
"comment": "Label for the General tab in scheduled email dialog"
|
|
593
593
|
},
|
|
594
594
|
"dialogs.schedule.email.tabs.filters": {
|
|
595
|
-
"
|
|
596
|
-
"
|
|
595
|
+
"value": "Filters",
|
|
596
|
+
"comment": "Label for the Filters tab in scheduled email dialog"
|
|
597
597
|
},
|
|
598
598
|
"dialogs.schedule.email.destination": {
|
|
599
|
-
"
|
|
600
|
-
"
|
|
599
|
+
"value": "Destination",
|
|
600
|
+
"comment": "Label for selecting destination method for scheduled email delivery"
|
|
601
601
|
},
|
|
602
602
|
"dialogs.schedule.email.destination.missing": {
|
|
603
|
-
"
|
|
604
|
-
"
|
|
603
|
+
"value": "No destination available.",
|
|
604
|
+
"comment": "Title when no destination is created"
|
|
605
605
|
},
|
|
606
606
|
"dialogs.schedule.email.destination.help": {
|
|
607
|
-
"
|
|
608
|
-
"
|
|
607
|
+
"value": "Create destination",
|
|
608
|
+
"comment": "Title of the help link for destination creation"
|
|
609
609
|
},
|
|
610
610
|
"dialogs.schedule.email.message.placeholder": {
|
|
611
|
-
"
|
|
612
|
-
"
|
|
611
|
+
"value": "Hello, Your scheduled email is ready. You can download the dashboard in attachments.",
|
|
612
|
+
"comment": "Default message text shown in scheduled email message field"
|
|
613
613
|
},
|
|
614
614
|
"dialogs.schedule.email.create": {
|
|
615
|
-
"
|
|
616
|
-
"
|
|
615
|
+
"value": "Create",
|
|
616
|
+
"comment": "Translate as imperative. Create the schedule by submitting form."
|
|
617
617
|
},
|
|
618
618
|
"dialogs.schedule.email.closeLabel": {
|
|
619
|
-
"
|
|
620
|
-
"
|
|
619
|
+
"value": "Close dialog",
|
|
620
|
+
"comment": "Label of a close button"
|
|
621
621
|
},
|
|
622
622
|
"dialogs.schedule.email.backLabel": {
|
|
623
|
-
"
|
|
624
|
-
"
|
|
623
|
+
"value": "Back to previous step",
|
|
624
|
+
"comment": "Label of a back button"
|
|
625
625
|
},
|
|
626
626
|
"dialogs.alert.backLabel": {
|
|
627
|
-
"
|
|
628
|
-
"
|
|
627
|
+
"value": "Back to previous step",
|
|
628
|
+
"comment": "Label of a back button"
|
|
629
629
|
},
|
|
630
630
|
"dialogs.alert.closeLabel": {
|
|
631
|
-
"
|
|
632
|
-
"
|
|
631
|
+
"value": "Close dialog",
|
|
632
|
+
"comment": "Label of a close button"
|
|
633
633
|
},
|
|
634
634
|
"dialogs.schedule.email.footer.title": {
|
|
635
|
-
"
|
|
636
|
-
"
|
|
635
|
+
"value": "How to schedule export?",
|
|
636
|
+
"comment": "Title of a link to documentation"
|
|
637
637
|
},
|
|
638
638
|
"dialogs.schedule.email.footer.title.short": {
|
|
639
|
-
"
|
|
640
|
-
"
|
|
639
|
+
"value": "Help",
|
|
640
|
+
"comment": "Title of a link to documentation"
|
|
641
641
|
},
|
|
642
642
|
"dialogs.schedule.email.save": {
|
|
643
|
-
"
|
|
644
|
-
"
|
|
643
|
+
"value": "Save",
|
|
644
|
+
"comment": "Translate as imperative. It's caption of a button for saving scheduled mail"
|
|
645
645
|
},
|
|
646
646
|
"dialogs.schedule.email.save.executionTimestampMode": {
|
|
647
|
-
"
|
|
648
|
-
"
|
|
647
|
+
"value": "To create or edit scheduled exports, reset the dashboard date to today.",
|
|
648
|
+
"comment": "Error message shown when trying to schedule exports with non-current date filters applied"
|
|
649
649
|
},
|
|
650
650
|
"dialogs.alert.save.executionTimestampMode": {
|
|
651
|
-
"
|
|
652
|
-
"
|
|
651
|
+
"value": "To create or edit alerts, reset the dashboard date to today.",
|
|
652
|
+
"comment": "Error message shown when trying to create alerts with non-current date filters applied"
|
|
653
653
|
},
|
|
654
654
|
"dialogs.schedule.email.widgetError": {
|
|
655
|
-
"
|
|
656
|
-
"
|
|
655
|
+
"value": "Error: Schedule can't be sent — the source widget was deleted. Delete the schedule or contact your administrator.",
|
|
656
|
+
"comment": "Error message shown when alert configuration references a deleted widget"
|
|
657
657
|
},
|
|
658
658
|
"dialogs.schedule.email.destinationWarning": {
|
|
659
|
-
"
|
|
660
|
-
"
|
|
659
|
+
"value": "The selected destination only supports sending the export to yourself.",
|
|
660
|
+
"comment": "Warning shown when selected export destination restricts recipients to the current user only"
|
|
661
661
|
},
|
|
662
662
|
"dialogs.automation.filters.showAll": {
|
|
663
|
-
"
|
|
664
|
-
"
|
|
663
|
+
"value": "Show all",
|
|
664
|
+
"comment": "Button label to expand and show the complete list of filters"
|
|
665
665
|
},
|
|
666
666
|
"dialogs.automation.filters.showAll.ariaDescription": {
|
|
667
|
-
"
|
|
668
|
-
"
|
|
667
|
+
"value": "Use to show all filters.",
|
|
668
|
+
"comment": "Accessibility description for the button that shows all filters"
|
|
669
669
|
},
|
|
670
670
|
"dialogs.automation.filters.showLess": {
|
|
671
|
-
"
|
|
672
|
-
"
|
|
671
|
+
"value": "Show less",
|
|
672
|
+
"comment": "Button label to collapse and show fewer filters in the list"
|
|
673
673
|
},
|
|
674
674
|
"dialogs.automation.filters.showLess.ariaDescription": {
|
|
675
|
-
"
|
|
676
|
-
"
|
|
675
|
+
"value": "Use to show less filters.",
|
|
676
|
+
"comment": "Accessibility description for the button that collapses the filter list"
|
|
677
677
|
},
|
|
678
678
|
"dialogs.automation.filters.add": {
|
|
679
|
-
"
|
|
680
|
-
"
|
|
679
|
+
"value": "Add filter",
|
|
680
|
+
"comment": "Button label to add a new filter in the automation dialog"
|
|
681
681
|
},
|
|
682
682
|
"dialogs.automation.filters.addDisabled": {
|
|
683
|
-
"
|
|
684
|
-
"
|
|
683
|
+
"value": "Add filter disabled — all filters have been added.",
|
|
684
|
+
"comment": "Button label to add a new filter in the automation dialog when the button is disabled"
|
|
685
685
|
},
|
|
686
686
|
"dialogs.automation.filters.title": {
|
|
687
|
-
"
|
|
688
|
-
"
|
|
687
|
+
"value": "Add filter",
|
|
688
|
+
"comment": "Title of the dialog for adding filters to automation"
|
|
689
689
|
},
|
|
690
690
|
"dialogs.automation.filters.noFilters": {
|
|
691
|
-
"
|
|
692
|
-
"
|
|
691
|
+
"value": "No more filters available",
|
|
692
|
+
"comment": "Message shown when there are no additional filters that can be added"
|
|
693
693
|
},
|
|
694
694
|
"dialogs.automation.filters.useFiltersMessage": {
|
|
695
|
-
"
|
|
696
|
-
"
|
|
695
|
+
"value": "Always use these filters for future exports",
|
|
696
|
+
"comment": "Message explaining that selected filters will be applied to all future exports"
|
|
697
697
|
},
|
|
698
698
|
"dialogs.automation.filters.searchAriaLabel": {
|
|
699
|
-
"
|
|
700
|
-
"
|
|
699
|
+
"value": "Search filters",
|
|
700
|
+
"comment": "Accessibility label for the search input in the automation dialog"
|
|
701
701
|
},
|
|
702
702
|
"dialogs.automation.filters.deleteAriaLabel": {
|
|
703
|
-
"
|
|
704
|
-
"
|
|
703
|
+
"value": "Remove filter",
|
|
704
|
+
"comment": "Accessibility label for the button that removes a filter from automation"
|
|
705
705
|
},
|
|
706
706
|
"dialogs.automation.filters.deleteTooltip": {
|
|
707
|
-
"
|
|
708
|
-
"
|
|
707
|
+
"value": "Remove filter",
|
|
708
|
+
"comment": "Tooltip text for the button that removes a filter from automation"
|
|
709
709
|
},
|
|
710
710
|
"dialogs.automation.filters.lockedTooltip": {
|
|
711
|
-
"
|
|
712
|
-
"
|
|
711
|
+
"value": "This filter is locked and cannot be removed.",
|
|
712
|
+
"comment": "Tooltip text for locked filter in automation create dialog"
|
|
713
713
|
},
|
|
714
714
|
"dialogs.automation.filters.useFiltersMessage.tooltip": {
|
|
715
|
-
"
|
|
716
|
-
"
|
|
715
|
+
"value": "Check to keep these filters for every export. If unchecked, the export will use the latest default filters from the dashboard.",
|
|
716
|
+
"comment": "Tooltip explaining filter persistence options for scheduled exports"
|
|
717
717
|
},
|
|
718
718
|
"dialogs.automation.filters.activeFilters": {
|
|
719
|
-
"
|
|
720
|
-
"
|
|
719
|
+
"value": "Note: These filters will always be used for future exports.",
|
|
720
|
+
"comment": "Informational message about filters being permanently applied to exports"
|
|
721
721
|
},
|
|
722
722
|
"dialogs.automation.filters.missing": {
|
|
723
|
-
"
|
|
724
|
-
"
|
|
723
|
+
"value": "<b>Warning:</b> Some filters couldn't be applied — they're no longer available on the dashboard.",
|
|
724
|
+
"comment": "Warning message when saved filters are no longer available on the dashboard"
|
|
725
725
|
},
|
|
726
726
|
"dialogs.automation.filters.tab.label": {
|
|
727
|
-
"
|
|
728
|
-
"
|
|
727
|
+
"value": "TAB",
|
|
728
|
+
"comment": "Label shown above each tab section header in automation filters dialog"
|
|
729
729
|
},
|
|
730
730
|
"dialogs.automation.filters.tab.untitled": {
|
|
731
|
-
"
|
|
732
|
-
"
|
|
731
|
+
"value": "Tab",
|
|
732
|
+
"comment": "Fallback title for a dashboard tab section in automation filters when the tab has no title"
|
|
733
733
|
},
|
|
734
734
|
"dialogs.schedule.email.tabs.info": {
|
|
735
|
-
"
|
|
736
|
-
"
|
|
735
|
+
"value": "All tabs in the dashboard are included — a separate file is created for each tab and export format.",
|
|
736
|
+
"comment": "Info message shown on General tab when dashboard tabs are enabled, explaining that all tabs will be exported"
|
|
737
737
|
},
|
|
738
738
|
"dialogs.automation.attachments.add": {
|
|
739
|
-
"
|
|
740
|
-
"
|
|
739
|
+
"value": "Add attachments",
|
|
740
|
+
"comment": "Title of the dialog for adding attachments to automation"
|
|
741
741
|
},
|
|
742
742
|
"dialogs.automation.applyCurrentFilters.confirm.title": {
|
|
743
|
-
"
|
|
744
|
-
"
|
|
743
|
+
"value": "Edit with current filters?",
|
|
744
|
+
"comment": "Title of the dialog, that confirms that the user wants to edit the automation with the current dashboard filters."
|
|
745
745
|
},
|
|
746
746
|
"dialogs.automation.applyCurrentFilters.confirm.submit": {
|
|
747
|
-
"
|
|
748
|
-
"
|
|
747
|
+
"value": "Edit",
|
|
748
|
+
"comment": "Label of the submit button in the dialog, that confirms that the user wants to edit the automation with the current dashboard filters."
|
|
749
749
|
},
|
|
750
750
|
"dialogs.automation.applyCurrentFilters.alert.confirm": {
|
|
751
|
-
"
|
|
752
|
-
"
|
|
751
|
+
"value": "<b>Warning</b>: Some filters used when this alert was created are no longer available or valid. Editing will apply the current dashboard filters.",
|
|
752
|
+
"comment": "Warning message when editing an alert with outdated filters"
|
|
753
753
|
},
|
|
754
754
|
"dialogs.automation.applyCurrentFilters.schedule.confirm": {
|
|
755
|
-
"
|
|
756
|
-
"
|
|
755
|
+
"value": "<b>Warning</b>: Some filters used when this schedule was created are no longer available or valid. Editing will apply the current dashboard filters.",
|
|
756
|
+
"comment": "Warning message when editing a schedule with outdated filters"
|
|
757
757
|
},
|
|
758
758
|
"dialogs.automation.filters.schedule.ariaLabel": {
|
|
759
|
-
"
|
|
760
|
-
"
|
|
759
|
+
"value": "Information about the option: Always use these filters for future exports.",
|
|
760
|
+
"comment": "Aria label for Schedule Dialog Automation Filters tooltip"
|
|
761
761
|
},
|
|
762
762
|
"dialogs.schedule.management.title": {
|
|
763
|
-
"
|
|
764
|
-
"
|
|
763
|
+
"value": "Scheduled exports",
|
|
764
|
+
"comment": "Title of the scheduled exports management dialog"
|
|
765
765
|
},
|
|
766
766
|
"dialogs.schedule.management.delete": {
|
|
767
|
-
"
|
|
768
|
-
"
|
|
767
|
+
"value": "Delete the schedule.",
|
|
768
|
+
"comment": "Button tooltip for deleting a scheduled export"
|
|
769
769
|
},
|
|
770
770
|
"dialogs.schedule.management.delete.dialog": {
|
|
771
|
-
"
|
|
772
|
-
"
|
|
771
|
+
"value": "Delete schedule?",
|
|
772
|
+
"comment": "Title of the confirmation dialog when deleting a scheduled export"
|
|
773
773
|
},
|
|
774
774
|
"dialogs.schedule.management.delete.dialog.confirm": {
|
|
775
|
-
"
|
|
776
|
-
"
|
|
775
|
+
"value": "<b>The schedule</b> will be permanently deleted.",
|
|
776
|
+
"comment": "Confirmation message when deleting a scheduled export"
|
|
777
777
|
},
|
|
778
778
|
"dialogs.schedule.management.list.title": {
|
|
779
|
-
"
|
|
780
|
-
"
|
|
779
|
+
"value": "Your scheduled exports",
|
|
780
|
+
"comment": "Title for the list of user's scheduled exports"
|
|
781
781
|
},
|
|
782
782
|
"dialogs.schedule.management.create": {
|
|
783
|
-
"
|
|
784
|
-
"
|
|
783
|
+
"value": "Create",
|
|
784
|
+
"comment": "Button label to create a new scheduled export"
|
|
785
785
|
},
|
|
786
786
|
"dialogs.schedule.management.create.new": {
|
|
787
|
-
"
|
|
788
|
-
"
|
|
787
|
+
"value": "Create new",
|
|
788
|
+
"comment": "Button label to create a new scheduled export"
|
|
789
789
|
},
|
|
790
790
|
"dialogs.schedule.management.create.tooManyMessage": {
|
|
791
|
-
"
|
|
792
|
-
"
|
|
791
|
+
"value": "Your organization has reached the limit of scheduled exports. Contact your administrator to create more.",
|
|
792
|
+
"comment": "Error message shown when organization has reached maximum scheduled exports limit"
|
|
793
793
|
},
|
|
794
794
|
"dialogs.schedule.management.noSchedules": {
|
|
795
|
-
"
|
|
796
|
-
"
|
|
795
|
+
"value": "There are no scheduled exports.{br}Create new.",
|
|
796
|
+
"comment": "Message shown when no scheduled exports exist, with line break placeholder"
|
|
797
797
|
},
|
|
798
798
|
"dialogs.schedule.management.attachments.attachment": {
|
|
799
|
-
"
|
|
800
|
-
"
|
|
799
|
+
"value": "Attach as a {format} file",
|
|
800
|
+
"comment": "File format checkbox label in scheduled export settings. {format} is the file format, e.g. PDF, CSV, XLSX."
|
|
801
801
|
},
|
|
802
802
|
"dialogs.schedule.management.attachments.xlsx.settings": {
|
|
803
|
-
"
|
|
804
|
-
"
|
|
803
|
+
"value": "XLSX options",
|
|
804
|
+
"comment": "Section header for Excel export format configuration. XLSX is the file format."
|
|
805
805
|
},
|
|
806
806
|
"dialogs.schedule.management.attachments.cells.merged": {
|
|
807
|
-
"
|
|
808
|
-
"
|
|
807
|
+
"value": "Keep attribute cells merged",
|
|
808
|
+
"comment": "Label for checkbox option in Excel export settings to keep attribute cells merged"
|
|
809
809
|
},
|
|
810
810
|
"dialogs.schedule.management.attachments.exportInfo": {
|
|
811
|
-
"
|
|
812
|
-
"
|
|
811
|
+
"value": "Include sheet with export info",
|
|
812
|
+
"comment": "Label of a checkbox field"
|
|
813
813
|
},
|
|
814
814
|
"dialogs.schedule.management.attachments.delete": {
|
|
815
|
-
"
|
|
816
|
-
"
|
|
815
|
+
"value": "Delete {format} attachment",
|
|
816
|
+
"comment": "Button tooltip for deleting an attachment. Keep the {format} placeholder."
|
|
817
817
|
},
|
|
818
818
|
"dialogs.schedule.management.attachments.removed": {
|
|
819
|
-
"
|
|
820
|
-
"
|
|
819
|
+
"value": "{format} attachment removed.",
|
|
820
|
+
"comment": "Screen reader announcement when an attachment is removed from scheduled export. Example: 'PDF attachment removed.'"
|
|
821
821
|
},
|
|
822
822
|
"dialogs.schedule.management.attachments.filters.title": {
|
|
823
|
-
"
|
|
824
|
-
"
|
|
823
|
+
"value": "Dashboard filters",
|
|
824
|
+
"comment": "Section title for filter settings in scheduled export configuration"
|
|
825
825
|
},
|
|
826
826
|
"dialogs.schedule.management.attachments.filters.using": {
|
|
827
|
-
"
|
|
828
|
-
"
|
|
827
|
+
"value": "using",
|
|
828
|
+
"comment": "Conjunction word connecting the export action with the filter selection"
|
|
829
829
|
},
|
|
830
830
|
"dialogs.schedule.management.attachments.filters.default": {
|
|
831
|
-
"
|
|
832
|
-
"
|
|
831
|
+
"value": "default dashboard filters",
|
|
832
|
+
"comment": "Label indicating that default dashboard filters will be used in export"
|
|
833
833
|
},
|
|
834
834
|
"dialogs.schedule.management.attachments.filters.edited": {
|
|
835
|
-
"
|
|
836
|
-
"
|
|
835
|
+
"value": "edited dashboard filters",
|
|
836
|
+
"comment": "Label indicating that custom edited filters will be used in export"
|
|
837
837
|
},
|
|
838
838
|
"dialogs.schedule.management.attachments.filters.item.default": {
|
|
839
|
-
"
|
|
840
|
-
"
|
|
839
|
+
"value": "Use default filters",
|
|
840
|
+
"comment": "Dropdown option to use default dashboard filters in scheduled export"
|
|
841
841
|
},
|
|
842
842
|
"dialogs.schedule.management.attachments.filters.item.edited": {
|
|
843
|
-
"
|
|
844
|
-
"
|
|
843
|
+
"value": "Use edited filters",
|
|
844
|
+
"comment": "Dropdown option to use custom edited filters in scheduled export"
|
|
845
845
|
},
|
|
846
846
|
"dialogs.schedule.management.attachments.filters.item.tooltip": {
|
|
847
|
-
"
|
|
848
|
-
"
|
|
847
|
+
"value": "Default state of dashboard filters will be used in the scheduled export, even if the default values change in the future.",
|
|
848
|
+
"comment": "Tooltip explaining how default filters work in scheduled exports"
|
|
849
849
|
},
|
|
850
850
|
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": {
|
|
851
|
-
"
|
|
852
|
-
"
|
|
851
|
+
"value": "To schedule an export with default filters, create a new scheduled export.",
|
|
852
|
+
"comment": "Tooltip explaining why default filter option is disabled and how to use it"
|
|
853
853
|
},
|
|
854
854
|
"dialogs.schedule.management.attachments.message": {
|
|
855
|
-
"
|
|
856
|
-
"
|
|
855
|
+
"value": "<strong>Note</strong>. Cross-filtering will not be applied in the scheduled export.",
|
|
856
|
+
"comment": "Important notice about scheduled exports. The <strong> tags emphasize that cross-filtering won't apply to exported data."
|
|
857
857
|
},
|
|
858
858
|
"scheduledEmail.attachmentFormat.widget.png": {
|
|
859
|
-
"
|
|
860
|
-
"
|
|
859
|
+
"value": "Snapshot (.png)",
|
|
860
|
+
"comment": "Attachment format for widget snapshot in scheduled export"
|
|
861
861
|
},
|
|
862
862
|
"scheduledEmail.attachmentFormat.widget.pptx": {
|
|
863
|
-
"
|
|
864
|
-
"
|
|
863
|
+
"value": "Single Slide (.pptx)",
|
|
864
|
+
"comment": "Attachment format for single slide in scheduled export"
|
|
865
865
|
},
|
|
866
866
|
"scheduledEmail.attachmentFormat.widget.pdf": {
|
|
867
|
-
"
|
|
868
|
-
"
|
|
867
|
+
"value": "Single Slide (.pdf)",
|
|
868
|
+
"comment": "Attachment format for single slide in scheduled export"
|
|
869
869
|
},
|
|
870
870
|
"scheduledEmail.attachmentFormat.widget.pdfTabular": {
|
|
871
|
-
"
|
|
872
|
-
"
|
|
871
|
+
"value": "Formatted data (.pdf)",
|
|
872
|
+
"comment": "Attachment format for formatted tabular data in PDF format in scheduled export"
|
|
873
873
|
},
|
|
874
874
|
"scheduledEmail.attachmentFormat.widget.formattedXLSX": {
|
|
875
|
-
"
|
|
876
|
-
"
|
|
875
|
+
"value": "Formatted data (.xlsx)",
|
|
876
|
+
"comment": "Attachment format for formatted data in scheduled export"
|
|
877
877
|
},
|
|
878
878
|
"scheduledEmail.attachmentFormat.widget.formattedCSV": {
|
|
879
|
-
"
|
|
880
|
-
"
|
|
879
|
+
"value": "Formatted data (.csv)",
|
|
880
|
+
"comment": "Attachment format for formatted data in scheduled export"
|
|
881
881
|
},
|
|
882
882
|
"scheduledEmail.attachmentFormat.widget.rawCSV": {
|
|
883
|
-
"
|
|
884
|
-
"
|
|
883
|
+
"value": "Raw data (.csv)",
|
|
884
|
+
"comment": "Attachment format for raw data in scheduled export"
|
|
885
885
|
},
|
|
886
886
|
"scheduledEmail.attachmentFormat.dashboard.pptx": {
|
|
887
|
-
"
|
|
888
|
-
"
|
|
887
|
+
"value": "Slide Deck (.pptx)",
|
|
888
|
+
"comment": "Attachment format for slide deck in scheduled export"
|
|
889
889
|
},
|
|
890
890
|
"scheduledEmail.attachmentFormat.dashboard.pdf": {
|
|
891
|
-
"
|
|
892
|
-
"
|
|
891
|
+
"value": "Snapshot (.pdf)",
|
|
892
|
+
"comment": "Attachment format for snapshot in scheduled export"
|
|
893
893
|
},
|
|
894
894
|
"scheduledEmail.attachmentFormat.dashboard.formattedXLSX": {
|
|
895
|
-
"
|
|
896
|
-
"
|
|
895
|
+
"value": "Data (.xlsx)",
|
|
896
|
+
"comment": "Attachment format for data in scheduled export"
|
|
897
897
|
},
|
|
898
898
|
"scheduledEmail.attachmentFormat.dashboard.pdfSlides": {
|
|
899
|
-
"
|
|
900
|
-
"
|
|
899
|
+
"value": "Slide Deck (.pdf)",
|
|
900
|
+
"comment": "Attachment format for slide deck in scheduled export"
|
|
901
901
|
},
|
|
902
902
|
"scheduledEmail.attachments.warning.noAttachmentsSelected": {
|
|
903
|
-
"
|
|
904
|
-
"
|
|
903
|
+
"value": "<strong>Warning:</strong> Scheduled exports require at least one attachment — select an option to continue.",
|
|
904
|
+
"comment": "Do not translate HTML tags."
|
|
905
905
|
},
|
|
906
906
|
"scheduledEmail.attachments.error.noAttachmentsSelected": {
|
|
907
|
-
"
|
|
908
|
-
"
|
|
907
|
+
"value": "Error: No attachments selected — select at least one attachment to schedule an export.",
|
|
908
|
+
"comment": "Error message shown when no attachments are selected in scheduled export dialog"
|
|
909
909
|
},
|
|
910
910
|
"dialogs.schedule.management.load.error": {
|
|
911
|
-
"
|
|
912
|
-
"
|
|
911
|
+
"value": "Failed to load. Try again later.",
|
|
912
|
+
"comment": "Error message shown when schedule management data fails to load"
|
|
913
913
|
},
|
|
914
914
|
"dialogs.schedule.management.delete.error": {
|
|
915
|
-
"
|
|
916
|
-
"
|
|
915
|
+
"value": "Failed to delete schedule. Try again later.",
|
|
916
|
+
"comment": "Error message shown when schedule deletion fails"
|
|
917
917
|
},
|
|
918
918
|
"dialogs.alerting.management.title": {
|
|
919
|
-
"
|
|
920
|
-
"
|
|
919
|
+
"value": "Alerts",
|
|
920
|
+
"comment": "Title of the alerts management dialog"
|
|
921
921
|
},
|
|
922
922
|
"dialogs.alerting.management.load.error": {
|
|
923
|
-
"
|
|
924
|
-
"
|
|
923
|
+
"value": "Failed to load. Try again later.",
|
|
924
|
+
"comment": "Error message shown when alerts fail to load"
|
|
925
925
|
},
|
|
926
926
|
"dialogs.alerting.create.error": {
|
|
927
|
-
"
|
|
928
|
-
"
|
|
927
|
+
"value": "Failed to create alert. Try again later.",
|
|
928
|
+
"comment": "Error message shown when alert creation fails"
|
|
929
929
|
},
|
|
930
930
|
"dialogs.alerting.create.success": {
|
|
931
|
-
"
|
|
932
|
-
"
|
|
931
|
+
"value": "Alert created successfully.",
|
|
932
|
+
"comment": "Success message after alert is created"
|
|
933
933
|
},
|
|
934
934
|
"dialogs.alerting.update.error": {
|
|
935
|
-
"
|
|
936
|
-
"
|
|
935
|
+
"value": "Failed to update alert. Try again later.",
|
|
936
|
+
"comment": "Error message shown when alert update fails"
|
|
937
937
|
},
|
|
938
938
|
"dialogs.alerting.update.success": {
|
|
939
|
-
"
|
|
940
|
-
"
|
|
939
|
+
"value": "Alert updated successfully.",
|
|
940
|
+
"comment": "Success message after alert is updated"
|
|
941
941
|
},
|
|
942
942
|
"dialogs.alerting.management.delete.error": {
|
|
943
|
-
"
|
|
944
|
-
"
|
|
943
|
+
"value": "Failed to delete alert. Try again later.",
|
|
944
|
+
"comment": "Error message shown when alert deletion fails"
|
|
945
945
|
},
|
|
946
946
|
"dialogs.alerting.management.pause.error": {
|
|
947
|
-
"
|
|
948
|
-
"
|
|
947
|
+
"value": "Failed to pause alert. Try again later.",
|
|
948
|
+
"comment": "Error message shown when pausing an alert fails"
|
|
949
949
|
},
|
|
950
950
|
"dialogs.alerting.management.pause.success": {
|
|
951
|
-
"
|
|
952
|
-
"
|
|
951
|
+
"value": "Your alert has been paused.",
|
|
952
|
+
"comment": "Success message after alert is paused"
|
|
953
953
|
},
|
|
954
954
|
"dialogs.alerting.management.activate.error": {
|
|
955
|
-
"
|
|
956
|
-
"
|
|
955
|
+
"value": "Failed to un-pause alert. Try again later.",
|
|
956
|
+
"comment": "Error message shown when reactivating a paused alert fails"
|
|
957
957
|
},
|
|
958
958
|
"dialogs.alerting.management.activate.success": {
|
|
959
|
-
"
|
|
960
|
-
"
|
|
959
|
+
"value": "Your alert has been un-paused.",
|
|
960
|
+
"comment": "Success message after alert is reactivated"
|
|
961
961
|
},
|
|
962
962
|
"dialogs.alerting.management.create": {
|
|
963
|
-
"
|
|
964
|
-
"
|
|
963
|
+
"value": "Create",
|
|
964
|
+
"comment": "Button label to create a new alert"
|
|
965
965
|
},
|
|
966
966
|
"dialogs.alerting.management.create.new": {
|
|
967
|
-
"
|
|
968
|
-
"
|
|
967
|
+
"value": "Create new",
|
|
968
|
+
"comment": "Button label to create a new alert"
|
|
969
969
|
},
|
|
970
970
|
"dialogs.alerting.footer.title": {
|
|
971
|
-
"
|
|
972
|
-
"
|
|
971
|
+
"value": "How to create alert?",
|
|
972
|
+
"comment": "Title of a link to documentation"
|
|
973
973
|
},
|
|
974
974
|
"dialogs.alerting.footer.title.short": {
|
|
975
|
-
"
|
|
976
|
-
"
|
|
975
|
+
"value": "Help",
|
|
976
|
+
"comment": "Title of a link to documentation"
|
|
977
977
|
},
|
|
978
978
|
"dialogs.alerting.management.list.title": {
|
|
979
|
-
"
|
|
980
|
-
"
|
|
979
|
+
"value": "Your alerts",
|
|
980
|
+
"comment": "Title for the list of user's alerts"
|
|
981
981
|
},
|
|
982
982
|
"dialogs.alerting.management.noAlerts": {
|
|
983
|
-
"
|
|
984
|
-
"
|
|
983
|
+
"value": "There are no alerts.",
|
|
984
|
+
"comment": "Message shown when the user has no alerts"
|
|
985
985
|
},
|
|
986
986
|
"dialogs.alerting.title.placeholder": {
|
|
987
|
-
"
|
|
988
|
-
"
|
|
987
|
+
"value": "Untitled alert",
|
|
988
|
+
"comment": "Placeholder for alert title input"
|
|
989
989
|
},
|
|
990
990
|
"dialogs.alerting.management.delete.dialog": {
|
|
991
|
-
"
|
|
992
|
-
"
|
|
991
|
+
"value": "Delete alert?",
|
|
992
|
+
"comment": "Title of the confirmation dialog when deleting an alert"
|
|
993
993
|
},
|
|
994
994
|
"dialogs.alerting.management.delete.dialog.confirm": {
|
|
995
|
-
"
|
|
996
|
-
"
|
|
995
|
+
"value": "<b>The alert</b> will be permanently deleted, along with all its notifications.",
|
|
996
|
+
"comment": "Confirmation message shown when deleting an alert"
|
|
997
997
|
},
|
|
998
998
|
"dialogs.alerting.delete.success": {
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
999
|
+
"value": "Success! Your alert was deleted.",
|
|
1000
|
+
"comment": "Success message after alert is deleted"
|
|
1001
1001
|
},
|
|
1002
1002
|
"dialogs.alerting.create.noMeasure.tooltip": {
|
|
1003
|
-
"
|
|
1004
|
-
"
|
|
1003
|
+
"value": "Creating an alert requires a metric. Use a widget with at least one metric.",
|
|
1004
|
+
"comment": "Tooltip shown on the create alert button when the visualization does not contain any metrics/measures"
|
|
1005
1005
|
},
|
|
1006
1006
|
"alerting.alert.menu.delete": {
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1007
|
+
"value": "Delete",
|
|
1008
|
+
"comment": "Menu option to delete an alert"
|
|
1009
1009
|
},
|
|
1010
1010
|
"alerting.alert.menu.pause": {
|
|
1011
|
-
"
|
|
1012
|
-
"
|
|
1011
|
+
"value": "Pause",
|
|
1012
|
+
"comment": "Menu option to pause an active alert"
|
|
1013
1013
|
},
|
|
1014
1014
|
"alerting.alert.menu.resume": {
|
|
1015
|
-
"
|
|
1016
|
-
"
|
|
1015
|
+
"value": "Unpause",
|
|
1016
|
+
"comment": "Menu option to resume a paused alert"
|
|
1017
1017
|
},
|
|
1018
1018
|
"alerting.alert.menu.edit": {
|
|
1019
|
-
"
|
|
1020
|
-
"
|
|
1019
|
+
"value": "Edit",
|
|
1020
|
+
"comment": "Menu option to edit an existing alert"
|
|
1021
1021
|
},
|
|
1022
1022
|
"delete": {
|
|
1023
|
-
"
|
|
1024
|
-
"
|
|
1023
|
+
"value": "Delete",
|
|
1024
|
+
"comment": "Action button label to remove or delete an item"
|
|
1025
1025
|
},
|
|
1026
1026
|
"close": {
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1027
|
+
"value": "Close",
|
|
1028
|
+
"comment": "Label of a button for closing a dialog window"
|
|
1029
1029
|
},
|
|
1030
1030
|
"cancel": {
|
|
1031
|
-
"
|
|
1032
|
-
"
|
|
1031
|
+
"value": "Cancel",
|
|
1032
|
+
"comment": "Label for a button that cancels an action and closes a dialog without saving changes"
|
|
1033
1033
|
},
|
|
1034
1034
|
"save": {
|
|
1035
|
-
"
|
|
1036
|
-
"
|
|
1035
|
+
"value": "Save",
|
|
1036
|
+
"comment": "Label for a button that saves changes and completes an action"
|
|
1037
1037
|
},
|
|
1038
1038
|
"create": {
|
|
1039
|
-
"
|
|
1040
|
-
"
|
|
1039
|
+
"value": "Create",
|
|
1040
|
+
"comment": "Label for a button that creates a new item or completes a creation flow"
|
|
1041
1041
|
},
|
|
1042
1042
|
"apply": {
|
|
1043
|
-
"
|
|
1044
|
-
"
|
|
1043
|
+
"value": "Apply",
|
|
1044
|
+
"comment": "Label for a button that applies changes without closing a dialog or panel"
|
|
1045
1045
|
},
|
|
1046
1046
|
"gs.date.today": {
|
|
1047
|
-
"
|
|
1048
|
-
"
|
|
1047
|
+
"value": "Today",
|
|
1048
|
+
"comment": "Label for the current day in date filters and selectors"
|
|
1049
1049
|
},
|
|
1050
1050
|
"gs.date.tomorrow": {
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1051
|
+
"value": "Tomorrow",
|
|
1052
|
+
"comment": "Label for the day after today in date filters and selectors"
|
|
1053
1053
|
},
|
|
1054
1054
|
"gs.date.yesterday": {
|
|
1055
|
-
"
|
|
1056
|
-
"
|
|
1055
|
+
"value": "Yesterday",
|
|
1056
|
+
"comment": "Label for the day before today in date filters and selectors"
|
|
1057
1057
|
},
|
|
1058
1058
|
"messages.exportResultError": {
|
|
1059
|
-
"
|
|
1060
|
-
"
|
|
1059
|
+
"value": "Failed to export the data. Try again later.",
|
|
1060
|
+
"comment": "Error dialog. Exporting visualization to the file fails."
|
|
1061
1061
|
},
|
|
1062
1062
|
"messages.exportResultError.tooManyRows": {
|
|
1063
|
-
"
|
|
1064
|
-
"
|
|
1063
|
+
"value": "Export failed. Too many rows ({actual}). Limit is {limit}.",
|
|
1064
|
+
"comment": "Error message when data export fails due to too many rows"
|
|
1065
1065
|
},
|
|
1066
1066
|
"messages.exportResultRestrictedError": {
|
|
1067
|
-
"
|
|
1068
|
-
"
|
|
1067
|
+
"value": "You cannot export this visualization because it contains restricted data.",
|
|
1068
|
+
"comment": "Error dialog. Exporting visualization to the file fails because contains restricted data."
|
|
1069
1069
|
},
|
|
1070
1070
|
"messages.exportResultStart": {
|
|
1071
|
-
"
|
|
1072
|
-
"
|
|
1071
|
+
"value": "Export in progress",
|
|
1072
|
+
"comment": "Dialog. Export of the visualization to the file is in progress."
|
|
1073
1073
|
},
|
|
1074
1074
|
"messages.exportResultSuccess": {
|
|
1075
|
-
"
|
|
1076
|
-
"
|
|
1075
|
+
"value": "Export successful.",
|
|
1076
|
+
"comment": "Dialog. Export of the visualization to the file is done."
|
|
1077
1077
|
},
|
|
1078
1078
|
"messages.sharingChangedSuccess": {
|
|
1079
|
-
"
|
|
1080
|
-
"
|
|
1079
|
+
"value": "Sharing updated.",
|
|
1080
|
+
"comment": "Global messages. Change of dashboard sharing is done."
|
|
1081
1081
|
},
|
|
1082
1082
|
"messages.sharingChangedError.general": {
|
|
1083
|
-
"
|
|
1084
|
-
"
|
|
1083
|
+
"value": "Failed to update the sharing settings. Try again later.",
|
|
1084
|
+
"comment": "Global messages. Change of dashboard sharing fails."
|
|
1085
1085
|
},
|
|
1086
1086
|
"messages.shareLinkCopied": {
|
|
1087
|
-
"
|
|
1088
|
-
"
|
|
1087
|
+
"value": "Link copied.",
|
|
1088
|
+
"comment": "Global messages. Share link url copied to clipboard."
|
|
1089
1089
|
},
|
|
1090
1090
|
"messages.sharingDialogError.general": {
|
|
1091
|
-
"
|
|
1092
|
-
"
|
|
1091
|
+
"value": "Failed to load the sharing settings. Try again later.",
|
|
1092
|
+
"comment": "Global messages. Load of dashboard sharing dialog fails."
|
|
1093
1093
|
},
|
|
1094
1094
|
"messages.settingsDialogError.general": {
|
|
1095
|
-
"
|
|
1096
|
-
"
|
|
1095
|
+
"value": "Failed to load the dashboard settings. Try again later.",
|
|
1096
|
+
"comment": "Global messages. Load of dashboard settings dialog fails."
|
|
1097
1097
|
},
|
|
1098
1098
|
"visualization.dataTooLarge.headline": {
|
|
1099
|
-
"
|
|
1100
|
-
"
|
|
1099
|
+
"value": "Too many data points to display",
|
|
1100
|
+
"comment": "Error message headline when visualization has too much data to render"
|
|
1101
1101
|
},
|
|
1102
1102
|
"visualization.dataTooLarge.text": {
|
|
1103
|
-
"
|
|
1104
|
-
"
|
|
1103
|
+
"value": "Try applying one or more filters to your dashboard.",
|
|
1104
|
+
"comment": "Suggested action when visualization has too much data to render"
|
|
1105
1105
|
},
|
|
1106
1106
|
"visualization.execute_protected_report.headline": {
|
|
1107
|
-
"
|
|
1108
|
-
"
|
|
1107
|
+
"value": "You are not authorized to see this report",
|
|
1108
|
+
"comment": "Error message headline when user lacks permission to view a report"
|
|
1109
1109
|
},
|
|
1110
1110
|
"visualization.execute_protected_report.text": {
|
|
1111
|
-
"
|
|
1112
|
-
"
|
|
1111
|
+
"value": "Contact your administrator.",
|
|
1112
|
+
"comment": "Suggested action when user lacks permission to view a report"
|
|
1113
1113
|
},
|
|
1114
1114
|
"visualization.empty.headline": {
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1115
|
+
"value": "No data for your filter selection",
|
|
1116
|
+
"comment": "Message shown when a visualization has no data to display due to the current filter settings"
|
|
1117
1117
|
},
|
|
1118
1118
|
"visualization.error.headline": {
|
|
1119
|
-
"
|
|
1120
|
-
"
|
|
1119
|
+
"value": "Sorry, we can't display this visualization",
|
|
1120
|
+
"comment": "Error message header when a visualization fails to load or render"
|
|
1121
1121
|
},
|
|
1122
1122
|
"visualization.error.text": {
|
|
1123
|
-
"
|
|
1124
|
-
"
|
|
1123
|
+
"value": "Contact your administrator.",
|
|
1124
|
+
"comment": "Instructional text shown below an error message, guiding users to contact support"
|
|
1125
1125
|
},
|
|
1126
1126
|
"visualization.ErrorMessageResultCacheMissing": {
|
|
1127
|
-
"
|
|
1128
|
-
"
|
|
1127
|
+
"value": "Visualization needs refresh",
|
|
1128
|
+
"comment": "Error message shown when a visualization cannot reuse its cached execution result because it was cleared from the backend result cache."
|
|
1129
1129
|
},
|
|
1130
1130
|
"visualization.ErrorDescriptionResultCacheMissing": {
|
|
1131
|
-
"
|
|
1132
|
-
"
|
|
1131
|
+
"value": "The underlying data changed or expired. Refresh the page.",
|
|
1132
|
+
"comment": "Follow-up text shown under the 'result is no longer available' error message, instructing the user to rerun the execution to obtain fresh data."
|
|
1133
1133
|
},
|
|
1134
1134
|
"visualization.warning.export.too_small": {
|
|
1135
|
-
"
|
|
1136
|
-
"
|
|
1135
|
+
"value": "Not enough space for visualization",
|
|
1136
|
+
"comment": "Warning shown when there is insufficient space to properly display a visualization during export"
|
|
1137
1137
|
},
|
|
1138
1138
|
"options.menu.unsupported.error": {
|
|
1139
|
-
"
|
|
1140
|
-
"
|
|
1139
|
+
"value": "The visualization cannot be exported at the moment. Try applying different filters, or using different metrics or attributes.",
|
|
1140
|
+
"comment": "Error popup. Visualization cannot be exported to the file because of wrong setting of filters, metrics or attributes."
|
|
1141
1141
|
},
|
|
1142
1142
|
"options.menu.unsupported.loading": {
|
|
1143
|
-
"
|
|
1144
|
-
"
|
|
1143
|
+
"value": "The visualization cannot be exported at the moment.",
|
|
1144
|
+
"comment": "Error popup. Visualization cannot be exported to the file."
|
|
1145
1145
|
},
|
|
1146
1146
|
"options.menu.unsupported.incompatibleWidget": {
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1147
|
+
"value": "Unable to schedule the export on custom widget.",
|
|
1148
|
+
"comment": "Error message shown when attempting to schedule an export for an unsupported custom widget type"
|
|
1149
1149
|
},
|
|
1150
1150
|
"options.menu.unsupported.schedulingForInsightNotEnabled": {
|
|
1151
|
-
"
|
|
1152
|
-
"
|
|
1151
|
+
"value": "You cannot schedule an export for this widget.",
|
|
1152
|
+
"comment": "Error message shown when scheduling exports is not enabled for the current insight or visualization. Tooltip for the widget that does not support scheduling, because it's disabled on the insight."
|
|
1153
1153
|
},
|
|
1154
1154
|
"options.menu.unsupported.alertingForInsightNotEnabled": {
|
|
1155
|
-
"
|
|
1156
|
-
"
|
|
1155
|
+
"value": "You cannot create an alert for this widget.",
|
|
1156
|
+
"comment": "Tooltip for the widget that does not support alerting, because it's disabled on the insight."
|
|
1157
1157
|
},
|
|
1158
1158
|
"options.menu.unsupported.oldWidget": {
|
|
1159
|
-
"
|
|
1160
|
-
"
|
|
1159
|
+
"value": "Unable to schedule the export. Please resave the dashboard or contact your administrator.",
|
|
1160
|
+
"comment": "Error message shown when attempting to schedule an export for a widget that needs to be resaved due to compatibility issues"
|
|
1161
1161
|
},
|
|
1162
1162
|
"options.menu.unsupported.oldWidgetExport": {
|
|
1163
|
-
"
|
|
1164
|
-
"
|
|
1163
|
+
"value": "Unable to export. Please resave the dashboard or contact your administrator.",
|
|
1164
|
+
"comment": "Error message shown when unable to export to XLSX due to widget compatibility issues, suggesting to resave the dashboard"
|
|
1165
1165
|
},
|
|
1166
1166
|
"options.menu.unsupported.alertingOldWidget": {
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1167
|
+
"value": "Unable to create an alert. Please resave the dashboard or contact your administrator.",
|
|
1168
|
+
"comment": "Error message shown when unable to create an alert due to widget compatibility issues, suggesting to resave the dashboard"
|
|
1169
1169
|
},
|
|
1170
1170
|
"export.defaultTitle": {
|
|
1171
|
-
"
|
|
1172
|
-
"
|
|
1171
|
+
"value": "Untitled visualization",
|
|
1172
|
+
"comment": "Default title for exported file"
|
|
1173
1173
|
},
|
|
1174
1174
|
"export_unsupported.disabled": {
|
|
1175
|
-
"
|
|
1176
|
-
"
|
|
1175
|
+
"value": "Export is not supported",
|
|
1176
|
+
"comment": "Export to the file not supported."
|
|
1177
1177
|
},
|
|
1178
1178
|
"widget.options.description": {
|
|
1179
|
-
"
|
|
1180
|
-
"
|
|
1179
|
+
"value": "Description",
|
|
1180
|
+
"comment": "Label for the widget description field in widget options"
|
|
1181
1181
|
},
|
|
1182
1182
|
"widget.options.menu.exportToCSV": {
|
|
1183
|
-
"
|
|
1184
|
-
"
|
|
1183
|
+
"value": "Export to CSV",
|
|
1184
|
+
"comment": "Export to file with CSV extension."
|
|
1185
1185
|
},
|
|
1186
1186
|
"widget.options.menu.exportToXLSX": {
|
|
1187
|
-
"
|
|
1188
|
-
"
|
|
1187
|
+
"value": "Export to XLSX",
|
|
1188
|
+
"comment": "Export to file with XLSX extension."
|
|
1189
1189
|
},
|
|
1190
1190
|
"widget.options.menu.alert": {
|
|
1191
|
-
"
|
|
1192
|
-
"
|
|
1191
|
+
"value": "Alert",
|
|
1192
|
+
"comment": "Item for management of alerts in the widget options menu"
|
|
1193
1193
|
},
|
|
1194
1194
|
"widget.options.menu.alerts": {
|
|
1195
|
-
"
|
|
1196
|
-
"
|
|
1195
|
+
"value": "Alerts",
|
|
1196
|
+
"comment": "Item in the widget options menu"
|
|
1197
1197
|
},
|
|
1198
1198
|
"widget.options.menu.scheduleExport": {
|
|
1199
|
-
"
|
|
1200
|
-
"
|
|
1199
|
+
"value": "Schedule export",
|
|
1200
|
+
"comment": "Menu item for scheduling regular exports of widget data"
|
|
1201
1201
|
},
|
|
1202
1202
|
"widget.options.menu.scheduleExport.edit": {
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1203
|
+
"value": "Show schedules",
|
|
1204
|
+
"comment": "Menu item to view and manage existing export schedules for the widget"
|
|
1205
1205
|
},
|
|
1206
1206
|
"widget.options.menu.XLSX": {
|
|
1207
|
-
"
|
|
1208
|
-
"
|
|
1207
|
+
"value": "Formatted (.xlsx)",
|
|
1208
|
+
"comment": "Export to file with XLSX extension."
|
|
1209
1209
|
},
|
|
1210
1210
|
"widget.options.menu.exportToCSV.formatted": {
|
|
1211
|
-
"
|
|
1212
|
-
"
|
|
1211
|
+
"value": "Formatted (.csv)",
|
|
1212
|
+
"comment": "Export to file with CSV extension."
|
|
1213
1213
|
},
|
|
1214
1214
|
"widget.options.menu.exportToCSV.raw": {
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1215
|
+
"value": "Raw (.csv)",
|
|
1216
|
+
"comment": "Export to file with CSV extension."
|
|
1217
1217
|
},
|
|
1218
1218
|
"widget.options.menu.exportToPDF.formatted": {
|
|
1219
|
-
"
|
|
1220
|
-
"
|
|
1219
|
+
"value": "Formatted (.pdf)",
|
|
1220
|
+
"comment": "Export to file with PDF extension."
|
|
1221
1221
|
},
|
|
1222
1222
|
"widget.error.missing_insight.message": {
|
|
1223
|
-
"
|
|
1224
|
-
"
|
|
1223
|
+
"value": "No visualization available",
|
|
1224
|
+
"comment": "Error message shown when a widget's visualization cannot be loaded or is missing"
|
|
1225
1225
|
},
|
|
1226
1226
|
"widget.error.missing_insight.description": {
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1227
|
+
"value": "This visualization has been removed or is no longer accessible. Please contact your administrator or remove it from the dashboard.",
|
|
1228
|
+
"comment": "Detailed error message explaining that a visualization is missing and suggesting actions to resolve the issue"
|
|
1229
1229
|
},
|
|
1230
1230
|
"widget.drill.dialog.exportToXLSX": {
|
|
1231
|
-
"
|
|
1232
|
-
"
|
|
1231
|
+
"value": "Formatted (.xlsx)",
|
|
1232
|
+
"comment": "Button label for exporting widget data to XLSX format from the drill dialog"
|
|
1233
1233
|
},
|
|
1234
1234
|
"widget.drill.dialog.exportToPDF": {
|
|
1235
|
-
"
|
|
1236
|
-
"
|
|
1235
|
+
"value": "Formatted (.pdf)",
|
|
1236
|
+
"comment": "Button label for exporting widget data to PDF format from the drill dialog"
|
|
1237
1237
|
},
|
|
1238
1238
|
"widget.drill.dialog.exportToCSV.formatted": {
|
|
1239
|
-
"
|
|
1240
|
-
"
|
|
1239
|
+
"value": "Formatted (.csv)",
|
|
1240
|
+
"comment": "Button label for exporting formatted widget data to CSV format from the drill dialog"
|
|
1241
1241
|
},
|
|
1242
1242
|
"widget.drill.dialog.exportToCSV.raw": {
|
|
1243
|
-
"
|
|
1244
|
-
"
|
|
1243
|
+
"value": "Raw (.csv)",
|
|
1244
|
+
"comment": "Button label for exporting raw widget data to CSV format from the drill dialog, without any formatting applied"
|
|
1245
1245
|
},
|
|
1246
1246
|
"share.button.text": {
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1247
|
+
"value": "Share",
|
|
1248
|
+
"comment": "Text of button that opens share dialog"
|
|
1249
1249
|
},
|
|
1250
1250
|
"share.button.tooltip": {
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1251
|
+
"value": "Share dashboard",
|
|
1252
|
+
"comment": "Tooltip of button that opens share dialog"
|
|
1253
1253
|
},
|
|
1254
1254
|
"dashboard.error.empty.heading": {
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1255
|
+
"value": "This dashboard is empty",
|
|
1256
|
+
"comment": "Heading shown when a dashboard contains no widgets or visualizations"
|
|
1257
1257
|
},
|
|
1258
1258
|
"dashboard.error.empty.text": {
|
|
1259
|
-
"
|
|
1260
|
-
"
|
|
1259
|
+
"value": "All visualizations were removed.",
|
|
1260
|
+
"comment": "Message shown when all visualizations have been removed from the dashboard"
|
|
1261
1261
|
},
|
|
1262
1262
|
"dashboard.shareDialog.underLenientControl.label": {
|
|
1263
|
-
"
|
|
1264
|
-
"
|
|
1263
|
+
"value": "Other users can access this dashboard if they drill to it",
|
|
1264
|
+
"comment": "Label for the checkbox that controls whether users can access this dashboard by drilling into it from another dashboard, even if they're not explicitly granted access"
|
|
1265
1265
|
},
|
|
1266
1266
|
"dashboard.shareDialog.lock.label": {
|
|
1267
|
-
"
|
|
1268
|
-
"
|
|
1267
|
+
"value": "Only admins can edit this dashboard",
|
|
1268
|
+
"comment": "Label for the checkbox that restricts dashboard editing to administrators only"
|
|
1269
1269
|
},
|
|
1270
1270
|
"header.lockStatus.tooltip": {
|
|
1271
|
-
"
|
|
1272
|
-
"
|
|
1271
|
+
"value": "<b>This dashboard is locked.</b> Only administrators can edit this dashboard.",
|
|
1272
|
+
"comment": "Tooltip shown when hovering over the dashboard lock icon, with emphasis on the locked status"
|
|
1273
1273
|
},
|
|
1274
1274
|
"header.shareStatus.private.text": {
|
|
1275
|
-
"
|
|
1276
|
-
"
|
|
1275
|
+
"value": "Private",
|
|
1276
|
+
"comment": "Text shown in the share status indicator when the dashboard is set to private visibility"
|
|
1277
1277
|
},
|
|
1278
1278
|
"header.shareStatus.private.strict.tooltip": {
|
|
1279
|
-
"
|
|
1280
|
-
"
|
|
1279
|
+
"value": "Only you can view and edit this dashboard.",
|
|
1280
|
+
"comment": "Tooltip shown when hovering over the private share status indicator with strict access enabled, indicating restricted access"
|
|
1281
1281
|
},
|
|
1282
1282
|
"header.shareStatus.private.not.strict.tooltip": {
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1283
|
+
"value": "The creator can edit this dashboard. Other users with appropriate user roles can edit this dashboard when they drill to it.",
|
|
1284
|
+
"comment": "Tooltip explaining that while the dashboard is private, users with proper roles can edit it when accessing through drill navigation"
|
|
1285
1285
|
},
|
|
1286
1286
|
"dashboard.shareDialog.removeAccessGranteeTooltip": {
|
|
1287
|
-
"
|
|
1288
|
-
"
|
|
1287
|
+
"value": "Remove access to this dashboard.",
|
|
1288
|
+
"comment": "Tooltip for the button that revokes a user's or group's access to the dashboard"
|
|
1289
1289
|
},
|
|
1290
1290
|
"dashboard.shareDialog.removeAccessCreatorTooltip": {
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1291
|
+
"value": "The user that created this dashboard. Creators cannot be removed.",
|
|
1292
|
+
"comment": "Text of the tooltip shown above disabled button that removes user dashboard access right. Shown in the case when user cannot be removed because he is the creator of the dashboard."
|
|
1293
1293
|
},
|
|
1294
1294
|
"attributesDropdown.placeholder": {
|
|
1295
|
-
"
|
|
1296
|
-
"
|
|
1295
|
+
"value": "Search…",
|
|
1296
|
+
"comment": "Placeholder text in attribute filter search input"
|
|
1297
1297
|
},
|
|
1298
1298
|
"attributesDropdown.configuration": {
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1299
|
+
"value": "Configuration",
|
|
1300
|
+
"comment": "Configuration button label in attribute filter dropdown"
|
|
1301
1301
|
},
|
|
1302
1302
|
"attributesDropdown.save": {
|
|
1303
|
-
"
|
|
1304
|
-
"
|
|
1303
|
+
"value": "Save",
|
|
1304
|
+
"comment": "Save button label in attribute filter dropdown configuration"
|
|
1305
1305
|
},
|
|
1306
1306
|
"attributesDropdown.filterBy": {
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1307
|
+
"value": "Filter by",
|
|
1308
|
+
"comment": "Filter section label in attribute filter dropdown configuration"
|
|
1309
1309
|
},
|
|
1310
1310
|
"attributesDropdown.displayValuesAs": {
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1311
|
+
"value": "Display values as",
|
|
1312
|
+
"comment": "Label for display format selection in attribute filter configuration"
|
|
1313
1313
|
},
|
|
1314
1314
|
"attributesDropdown.title": {
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1315
|
+
"value": "Title",
|
|
1316
|
+
"comment": "Label for the title field in attribute dropdown components"
|
|
1317
1317
|
},
|
|
1318
1318
|
"attributesDropdown.title.reset": {
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1319
|
+
"value": "Reset",
|
|
1320
|
+
"comment": "Button label to reset the attribute title to its default value"
|
|
1321
1321
|
},
|
|
1322
1322
|
"attributesDropdown.selectionMode": {
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1323
|
+
"value": "Selection",
|
|
1324
|
+
"comment": "Label for the selection mode dropdown in attribute filter configuration"
|
|
1325
1325
|
},
|
|
1326
1326
|
"attributesDropdown.selectionMode.multi": {
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1327
|
+
"value": "Multiple values",
|
|
1328
|
+
"comment": "Option to allow selecting multiple values in the attribute filter"
|
|
1329
1329
|
},
|
|
1330
1330
|
"attributesDropdown.selectionMode.single": {
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1331
|
+
"value": "Single value",
|
|
1332
|
+
"comment": "Option to allow selecting only one value in the attribute filter"
|
|
1333
1333
|
},
|
|
1334
1334
|
"attributesDropdown.selectionMode.disabled.tooltip": {
|
|
1335
|
-
"
|
|
1336
|
-
"
|
|
1335
|
+
"value": "Single value selection is not allowed if any filters are selected in Filter by.To use the Single value selection, disable all filters in Filter by.",
|
|
1336
|
+
"comment": "Tooltip explaining why single value selection is disabled when filters are applied"
|
|
1337
1337
|
},
|
|
1338
1338
|
"attributesDropdown.parentFilter.disabled.tooltip": {
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1339
|
+
"value": "Filtering by other filters is disabled for Single value selection. To set Filter by, select the multiple value selection.",
|
|
1340
|
+
"comment": "Tooltip describing why choosing parent filters is disabled."
|
|
1341
1341
|
},
|
|
1342
1342
|
"attributesDropdown.noConnectionMessage": {
|
|
1343
|
-
"
|
|
1344
|
-
"
|
|
1343
|
+
"value": "<strong>{childTitle}</strong> cannot be filtered by <strong>{parentTitle}</strong>. There is no connection between the filter attributes in the data model.",
|
|
1344
|
+
"comment": "Error message when attributes cannot be filtered together. The <strong> tags emphasize attribute names, and {childTitle}/{parentTitle} show the specific attribute names."
|
|
1345
1345
|
},
|
|
1346
1346
|
"attributesDropdown.details.dataset": {
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1347
|
+
"value": "Dataset",
|
|
1348
|
+
"comment": "Label for the dataset information section in attribute filter details"
|
|
1349
1349
|
},
|
|
1350
1350
|
"attributesDropdown.details.values": {
|
|
1351
|
-
"
|
|
1352
|
-
"
|
|
1351
|
+
"value": "Values",
|
|
1352
|
+
"comment": "Label for the values section in attribute filter details"
|
|
1353
1353
|
},
|
|
1354
1354
|
"attributesDropdown.details.shortening_decoration": {
|
|
1355
|
-
"
|
|
1356
|
-
"
|
|
1355
|
+
"value": "…and {count} more",
|
|
1356
|
+
"comment": "Text shown when a list of attribute values is truncated. Placeholder {count} shows the number of additional attribute filter values. Example: '…and 5 more'."
|
|
1357
1357
|
},
|
|
1358
1358
|
"attributesDropdown.removeTooltip": {
|
|
1359
|
-
"
|
|
1360
|
-
"
|
|
1359
|
+
"value": "Remove from dashboard",
|
|
1360
|
+
"comment": "Tooltip text of button for deleting filter"
|
|
1361
1361
|
},
|
|
1362
1362
|
"layout.header.characters.left": {
|
|
1363
|
-
"
|
|
1364
|
-
"
|
|
1363
|
+
"value": "{currentCharactersCount} / {maximumCharactersCount} characters left",
|
|
1364
|
+
"comment": "Label showing the number of characters remaining in the input field (e.g., '4 / 20 characters left')"
|
|
1365
1365
|
},
|
|
1366
1366
|
"layout.header.add.title.placeholder": {
|
|
1367
|
-
"
|
|
1368
|
-
"
|
|
1367
|
+
"value": "Add Title here...",
|
|
1368
|
+
"comment": "Add title component placeholder text"
|
|
1369
1369
|
},
|
|
1370
1370
|
"layout.header.add.description.placeholder": {
|
|
1371
|
-
"
|
|
1372
|
-
"
|
|
1371
|
+
"value": "Add Description here...",
|
|
1372
|
+
"comment": "Add description component placeholder text"
|
|
1373
1373
|
},
|
|
1374
1374
|
"controlButtons.options.tooltip": {
|
|
1375
|
-
"
|
|
1376
|
-
"
|
|
1375
|
+
"value": "More actions",
|
|
1376
|
+
"comment": "Tooltip shown when hovering over the options menu button"
|
|
1377
1377
|
},
|
|
1378
1378
|
"controlButtons.options.back": {
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1379
|
+
"value": "Back to previous step",
|
|
1380
|
+
"comment": "Button text for returning to the previous screen or action"
|
|
1381
1381
|
},
|
|
1382
1382
|
"controlButtons.options.closeMenu": {
|
|
1383
|
-
"
|
|
1384
|
-
"
|
|
1383
|
+
"value": "Close menu",
|
|
1384
|
+
"comment": "Button text for closing the options menu"
|
|
1385
1385
|
},
|
|
1386
1386
|
"controlButtons.edit.value": {
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1387
|
+
"value": "Edit",
|
|
1388
|
+
"comment": "Button text for entering dashboard edit mode"
|
|
1389
1389
|
},
|
|
1390
1390
|
"controlButtons.edit.tooltip": {
|
|
1391
|
-
"
|
|
1392
|
-
"
|
|
1391
|
+
"value": "Edit dashboard",
|
|
1392
|
+
"comment": "Tooltip shown when hovering over the edit dashboard button"
|
|
1393
1393
|
},
|
|
1394
1394
|
"controlButtons.edit.executionTimestampMode.tooltip": {
|
|
1395
|
-
"
|
|
1396
|
-
"
|
|
1395
|
+
"value": "To edit the dashboard, reset the date to today.",
|
|
1396
|
+
"comment": "Tooltip explaining that historical dashboard view must be reset before editing"
|
|
1397
1397
|
},
|
|
1398
1398
|
"controlButtons.setting.value": {
|
|
1399
|
-
"
|
|
1400
|
-
"
|
|
1399
|
+
"value": "Settings",
|
|
1400
|
+
"comment": "Button text for accessing dashboard settings"
|
|
1401
1401
|
},
|
|
1402
1402
|
"controlButtons.setting.title": {
|
|
1403
|
-
"
|
|
1404
|
-
"
|
|
1403
|
+
"value": "All settings related to this dashboard. You can change the dashboard description cross-filtering, saved filters allowed, and alerts evaluation frequency.",
|
|
1404
|
+
"comment": "Extended tooltip describing available dashboard settings options"
|
|
1405
1405
|
},
|
|
1406
1406
|
"controlButtons.saveAndPublish.value": {
|
|
1407
|
-
"
|
|
1408
|
-
"
|
|
1407
|
+
"value": "Save & Publish",
|
|
1408
|
+
"comment": "Button text for saving changes and publishing them to all users"
|
|
1409
1409
|
},
|
|
1410
1410
|
"controlButtons.save.value": {
|
|
1411
|
-
"
|
|
1412
|
-
"
|
|
1411
|
+
"value": "Save",
|
|
1412
|
+
"comment": "Button text for saving dashboard changes"
|
|
1413
1413
|
},
|
|
1414
1414
|
"controlButtons.saveAndPublish.title": {
|
|
1415
|
-
"
|
|
1416
|
-
"
|
|
1415
|
+
"value": "All changes will be immediately visible to everyone who can access this dashboard.",
|
|
1416
|
+
"comment": "Tooltip explaining the effect of saving and publishing dashboard changes"
|
|
1417
1417
|
},
|
|
1418
1418
|
"controlButtons.saveAsPrivate.title": {
|
|
1419
|
-
"
|
|
1420
|
-
"
|
|
1419
|
+
"value": "All changes will be saved.",
|
|
1420
|
+
"comment": "Tooltip explaining private save action effect"
|
|
1421
1421
|
},
|
|
1422
1422
|
"controlButtons.saveAndPublish.disable.empty.title": {
|
|
1423
|
-
"
|
|
1424
|
-
"
|
|
1423
|
+
"value": "Empty dashboard cannot be saved",
|
|
1424
|
+
"comment": "Tooltip shown when save button is disabled because dashboard has no content"
|
|
1425
1425
|
},
|
|
1426
1426
|
"controlButtons.saveAndPublish.disable.noChanges.title": {
|
|
1427
|
-
"
|
|
1428
|
-
"
|
|
1427
|
+
"value": "There are no changes to save",
|
|
1428
|
+
"comment": "Tooltip shown when save button is disabled because there are no unsaved changes"
|
|
1429
1429
|
},
|
|
1430
1430
|
"controlButtons.saving.value": {
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1431
|
+
"value": "Saving…",
|
|
1432
|
+
"comment": "Text shown while dashboard changes are being saved"
|
|
1433
1433
|
},
|
|
1434
1434
|
"gs.visualizationsList.tabs.all": {
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1435
|
+
"value": "all",
|
|
1436
|
+
"comment": "Tab label for showing all visualizations regardless of creator"
|
|
1437
1437
|
},
|
|
1438
1438
|
"gs.visualizationsList.tabs.my": {
|
|
1439
|
-
"
|
|
1440
|
-
"
|
|
1439
|
+
"value": "created by me",
|
|
1440
|
+
"comment": "Tab label for filtering visualizations to show only those created by current user"
|
|
1441
1441
|
},
|
|
1442
1442
|
"visualizationsList.noInsights": {
|
|
1443
|
-
"
|
|
1444
|
-
"
|
|
1443
|
+
"value": "This workspace contains no visualizations.",
|
|
1444
|
+
"comment": "Message shown when no visualizations exist in the workspace"
|
|
1445
1445
|
},
|
|
1446
1446
|
"visualizationsList.create": {
|
|
1447
|
-
"
|
|
1448
|
-
"
|
|
1447
|
+
"value": "Create visualization",
|
|
1448
|
+
"comment": "Button text for creating a new visualization"
|
|
1449
1449
|
},
|
|
1450
1450
|
"visualizationsList.noUserInsights": {
|
|
1451
|
-
"
|
|
1452
|
-
"
|
|
1451
|
+
"value": "No visualizations created.",
|
|
1452
|
+
"comment": "Message shown when user has not created any visualizations"
|
|
1453
1453
|
},
|
|
1454
1454
|
"visualizationsList.noVisualizationsFound": {
|
|
1455
|
-
"
|
|
1456
|
-
"
|
|
1455
|
+
"value": "No visualization matched.",
|
|
1456
|
+
"comment": "Message shown when search returns no visualizations"
|
|
1457
1457
|
},
|
|
1458
1458
|
"search_insights": {
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
1459
|
+
"value": "Search all visualizations…",
|
|
1460
|
+
"comment": "Placeholder text in visualization search input field"
|
|
1461
1461
|
},
|
|
1462
1462
|
"save.as.new": {
|
|
1463
|
-
"
|
|
1464
|
-
"
|
|
1463
|
+
"value": "Save as new",
|
|
1464
|
+
"comment": "Button text for saving current item as a new copy"
|
|
1465
1465
|
},
|
|
1466
1466
|
"addPanel.deleteItem": {
|
|
1467
|
-
"
|
|
1468
|
-
"
|
|
1467
|
+
"value": "Drop to remove",
|
|
1468
|
+
"comment": "Instructions shown in deletion target area during drag and drop"
|
|
1469
1469
|
},
|
|
1470
1470
|
"addPanel.newItem": {
|
|
1471
|
-
"
|
|
1472
|
-
"
|
|
1471
|
+
"value": "New item",
|
|
1472
|
+
"comment": "Generic label for a new dashboard item being added"
|
|
1473
1473
|
},
|
|
1474
1474
|
"addPanel.attributeFilter": {
|
|
1475
|
-
"
|
|
1476
|
-
"
|
|
1475
|
+
"value": "Attribute Filter",
|
|
1476
|
+
"comment": "Label for attribute filter component in add panel"
|
|
1477
1477
|
},
|
|
1478
1478
|
"addPanel.filter": {
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1479
|
+
"value": "Filter",
|
|
1480
|
+
"comment": "Label for generic filter component in add panel"
|
|
1481
1481
|
},
|
|
1482
1482
|
"addPanel.attributeFilter.tooltip.no_attributes": {
|
|
1483
|
-
"
|
|
1484
|
-
"
|
|
1483
|
+
"value": "The attribute filter requires an attribute.",
|
|
1484
|
+
"comment": "Error message shown when attempting to create filter without selecting attribute"
|
|
1485
1485
|
},
|
|
1486
1486
|
"addPanel.attributeFilter.tooltip.no_items": {
|
|
1487
|
-
"
|
|
1488
|
-
"
|
|
1487
|
+
"value": "The filter requires an attribute or a date dataset.",
|
|
1488
|
+
"comment": "Error message shown when filter has no data items selected"
|
|
1489
1489
|
},
|
|
1490
1490
|
"addPanel.attributeFilter.tooltip.no_attributes.link": {
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1491
|
+
"value": "Learn more",
|
|
1492
|
+
"comment": "Link text for documentation about attribute filters"
|
|
1493
1493
|
},
|
|
1494
1494
|
"addPanel.kpi": {
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1495
|
+
"value": "Key Performance Indicator",
|
|
1496
|
+
"comment": "Label for KPI component in add panel"
|
|
1497
1497
|
},
|
|
1498
1498
|
"addPanel.richText": {
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1499
|
+
"value": "Rich Text",
|
|
1500
|
+
"comment": "Label for rich text editor component in add panel"
|
|
1501
1501
|
},
|
|
1502
1502
|
"addPanel.visualizationSwitcher": {
|
|
1503
|
-
"
|
|
1504
|
-
"
|
|
1503
|
+
"value": "Visualization switcher",
|
|
1504
|
+
"comment": "Label for visualization switcher component in add panel"
|
|
1505
1505
|
},
|
|
1506
1506
|
"addPanel.visualizationSwitcher.tooltip": {
|
|
1507
|
-
"
|
|
1508
|
-
"
|
|
1507
|
+
"value": "Combine multiple visualizations into a single element with a navigation dropdown for switching between them.",
|
|
1508
|
+
"comment": "Tooltip describing the purpose of the visualization switcher component"
|
|
1509
1509
|
},
|
|
1510
1510
|
"addPanel.dashboardLayout": {
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1511
|
+
"value": "Column container",
|
|
1512
|
+
"comment": "Label for container component that can group widgets in add panel"
|
|
1513
1513
|
},
|
|
1514
1514
|
"addPanel.dashboardLayout.tooltip": {
|
|
1515
|
-
"
|
|
1516
|
-
"
|
|
1515
|
+
"value": "Create a vertical group of widgets placed in a single column inside your section. Ideal for stacking multiple items.",
|
|
1516
|
+
"comment": "Tooltip describing the purpose of the container component"
|
|
1517
1517
|
},
|
|
1518
1518
|
"addPanel.dashboardLayout.tooltip.learnMore": {
|
|
1519
|
-
"
|
|
1520
|
-
"
|
|
1519
|
+
"value": "Learn more",
|
|
1520
|
+
"comment": "Link text for documentation about container component"
|
|
1521
1521
|
},
|
|
1522
1522
|
"visualizationsList.dragToAdd": {
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1523
|
+
"value": "Drag to add",
|
|
1524
|
+
"comment": "Instruction to drag visualization to dashboard"
|
|
1525
1525
|
},
|
|
1526
1526
|
"visualizationsList.savedVisualizations": {
|
|
1527
|
-
"
|
|
1528
|
-
"
|
|
1527
|
+
"value": "Saved visualizations",
|
|
1528
|
+
"comment": "Header for the list of saved visualizations"
|
|
1529
1529
|
},
|
|
1530
1530
|
"configurationPanel.drillConfig.selectDashboard": {
|
|
1531
|
-
"
|
|
1532
|
-
"
|
|
1531
|
+
"value": "Choose dashboard…",
|
|
1532
|
+
"comment": "Placeholder text in dashboard selector for drill configuration"
|
|
1533
1533
|
},
|
|
1534
1534
|
"configurationPanel.drillConfig.targetTab": {
|
|
1535
|
-
"
|
|
1536
|
-
"
|
|
1535
|
+
"value": "to tab",
|
|
1536
|
+
"comment": "Label for tab selector in drill to dashboard configuration"
|
|
1537
1537
|
},
|
|
1538
1538
|
"configurationPanel.drillConfig.drillIntoDashboard.searchPlaceholder": {
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1539
|
+
"value": "Search all dashboards…",
|
|
1540
|
+
"comment": "Placeholder text in search field for finding dashboards to drill into"
|
|
1541
1541
|
},
|
|
1542
1542
|
"configurationPanel.drillConfig.forbiddenDashboard": {
|
|
1543
|
-
"
|
|
1544
|
-
"
|
|
1543
|
+
"value": "(Not shared with you)",
|
|
1544
|
+
"comment": "Placeholder used instead of the name of a dashboard in a list if dashboard name cannot be shown because dashboard was not shared with the user.."
|
|
1545
1545
|
},
|
|
1546
1546
|
"configurationPanel.drillConfig.forbiddenDashboard.tooltip": {
|
|
1547
|
-
"
|
|
1548
|
-
"
|
|
1547
|
+
"value": "Dashboard is not shared with you, but other users have access to this dashboard.",
|
|
1548
|
+
"comment": "Tooltip explaining the accessibility of the dashboard."
|
|
1549
1549
|
},
|
|
1550
1550
|
"configurationPanel.drillConfig.notSharedDashboard.tooltip": {
|
|
1551
|
-
"
|
|
1552
|
-
"
|
|
1551
|
+
"value": "Dashboard is not shared with you, but all users can access it if they drill to it.",
|
|
1552
|
+
"comment": "Tooltip explaining the accessibility of the dashboard."
|
|
1553
1553
|
},
|
|
1554
1554
|
"configurationPanel.remove.form.dashboard": {
|
|
1555
|
-
"
|
|
1556
|
-
"
|
|
1555
|
+
"value": "Remove from dashboard",
|
|
1556
|
+
"comment": "Button text for removing a widget from the dashboard"
|
|
1557
1557
|
},
|
|
1558
1558
|
"filterBar.filter.drop": {
|
|
1559
|
-
"
|
|
1560
|
-
"
|
|
1559
|
+
"value": "drop to add",
|
|
1560
|
+
"comment": "Instruction shown in filter bar drop zone during drag operation"
|
|
1561
1561
|
},
|
|
1562
1562
|
"filterBar.filter.addFilterPlaceholder": {
|
|
1563
|
-
"
|
|
1564
|
-
"
|
|
1563
|
+
"value": "Drag {icon} here",
|
|
1564
|
+
"comment": "Instruction indicating where to drag filters with icon placeholder"
|
|
1565
1565
|
},
|
|
1566
1566
|
"filterBar.filter.dropzone.tooltip": {
|
|
1567
|
-
"
|
|
1568
|
-
"
|
|
1567
|
+
"value": "Drag the attribute filter here.",
|
|
1568
|
+
"comment": "Tooltip for attribute filter drop zone in filter bar"
|
|
1569
1569
|
},
|
|
1570
1570
|
"filterBar.filter.dropzone.tooltip.generic": {
|
|
1571
|
-
"
|
|
1572
|
-
"
|
|
1571
|
+
"value": "Drag the filter here.",
|
|
1572
|
+
"comment": "Tooltip for generic filter drop zone in filter bar"
|
|
1573
1573
|
},
|
|
1574
1574
|
"configurationPanel.title": {
|
|
1575
|
-
"
|
|
1576
|
-
"
|
|
1575
|
+
"value": "Configuration",
|
|
1576
|
+
"comment": "Label of widget configuration section"
|
|
1577
1577
|
},
|
|
1578
1578
|
"configurationPanel.filterBy": {
|
|
1579
|
-
"
|
|
1580
|
-
"
|
|
1579
|
+
"value": "Filter by",
|
|
1580
|
+
"comment": "Label for filter selection in widget configuration panel"
|
|
1581
1581
|
},
|
|
1582
1582
|
"configurationPanel.dateAs": {
|
|
1583
|
-
"
|
|
1584
|
-
"
|
|
1583
|
+
"value": "as",
|
|
1584
|
+
"comment": "Conjunction word used in date granularity selection"
|
|
1585
1585
|
},
|
|
1586
1586
|
"configurationPanel.vizCantBeFilteredByAttribute": {
|
|
1587
|
-
"
|
|
1588
|
-
"
|
|
1587
|
+
"value": "The visualization cannot be filtered by {attributeName}. Unselect the check box.",
|
|
1588
|
+
"comment": "Warning message when attempting to apply incompatible attribute filter to visualization"
|
|
1589
1589
|
},
|
|
1590
1590
|
"configurationPanel.kpiCantBeFilteredByAttribute": {
|
|
1591
|
-
"
|
|
1592
|
-
"
|
|
1591
|
+
"value": "The kpi cannot be filtered by {attributeName}. Unselect the check box.",
|
|
1592
|
+
"comment": "Warning message when attempting to apply incompatible attribute filter to KPI"
|
|
1593
1593
|
},
|
|
1594
1594
|
"configurationPanel.vizCantBeFilteredByDate": {
|
|
1595
|
-
"
|
|
1596
|
-
"
|
|
1595
|
+
"value": "The visualization cannot be filtered by Date. Unselect the check box.",
|
|
1596
|
+
"comment": "Warning message when attempting to apply date filter to incompatible visualization"
|
|
1597
1597
|
},
|
|
1598
1598
|
"configurationPanel.kpiCantBeFilteredByDate": {
|
|
1599
|
-
"
|
|
1600
|
-
"
|
|
1599
|
+
"value": "The kpi cannot be filtered by Date. Unselect the check box.",
|
|
1600
|
+
"comment": "Warning message when attempting to apply date filter to incompatible KPI"
|
|
1601
1601
|
},
|
|
1602
1602
|
"configurationPanel.unrelatedVizDateInfo": {
|
|
1603
|
-
"
|
|
1604
|
-
"
|
|
1603
|
+
"value": "\"{dateDataSet}\" can no longer be applied to the visualization. Select a different dimension or edit the visualization.",
|
|
1604
|
+
"comment": "Error message when selected date dimension is no longer compatible with the visualization"
|
|
1605
1605
|
},
|
|
1606
1606
|
"configurationPanel.unrelatedKpiDateInfo": {
|
|
1607
|
-
"
|
|
1608
|
-
"
|
|
1607
|
+
"value": "\"{dateDataSet}\" can no longer be applied to the kpi. Select a different dimension or edit the kpi.",
|
|
1608
|
+
"comment": "Error message when selected date dimension is no longer compatible with the KPI"
|
|
1609
1609
|
},
|
|
1610
1610
|
"configurationPanel.interactions": {
|
|
1611
|
-
"
|
|
1612
|
-
"
|
|
1611
|
+
"value": "Interactions",
|
|
1612
|
+
"comment": "Header for the section configuring widget interaction options"
|
|
1613
1613
|
},
|
|
1614
1614
|
"configurationPanel.drillConfig.interactions": {
|
|
1615
|
-
"
|
|
1616
|
-
"
|
|
1615
|
+
"value": "Drill interactions",
|
|
1616
|
+
"comment": "Header of a section for configuring data drilling capabilities"
|
|
1617
1617
|
},
|
|
1618
1618
|
"configurationPanel.drillConfig.addInteraction": {
|
|
1619
|
-
"
|
|
1620
|
-
"
|
|
1619
|
+
"value": "Add interaction",
|
|
1620
|
+
"comment": "Button label for creating a new drill interaction in widget configuration"
|
|
1621
1621
|
},
|
|
1622
1622
|
"configurationPanel.drillConfig.clickHint": {
|
|
1623
|
-
"
|
|
1624
|
-
"
|
|
1623
|
+
"value": "When I click on",
|
|
1624
|
+
"comment": "First part of the drill interaction configuration sentence. Example in sentence: \"WHEN I CLICK ON on value of measure 'Number of user accounts', drill into detail.\""
|
|
1625
1625
|
},
|
|
1626
1626
|
"configurationPanel.drillConfig.measureValue": {
|
|
1627
|
-
"
|
|
1628
|
-
"
|
|
1627
|
+
"value": "Value of metric",
|
|
1628
|
+
"comment": "Label for selecting metric value as drill target in configuration. Example in sentence: \"When I click on VALUE OF METRIC 'Number of user accounts', drill into detail.\""
|
|
1629
1629
|
},
|
|
1630
1630
|
"configurationPanel.drillConfig.attributeValue": {
|
|
1631
|
-
"
|
|
1632
|
-
"
|
|
1631
|
+
"value": "Value of attribute",
|
|
1632
|
+
"comment": "Label for selecting attribute value as drill target in configuration. Example in sentence: \"When I click on VALUE OF ATTRIBUTE 'Account', drill into detail.\""
|
|
1633
1633
|
},
|
|
1634
1634
|
"configurationPanel.drillConfig.selectTarget": {
|
|
1635
|
-
"
|
|
1636
|
-
"
|
|
1635
|
+
"value": "I want to",
|
|
1636
|
+
"comment": "Middle part of the drill interaction configuration sentence"
|
|
1637
1637
|
},
|
|
1638
1638
|
"configurationPanel.drillConfig.clickHintItem": {
|
|
1639
|
-
"
|
|
1640
|
-
"
|
|
1639
|
+
"value": "When I click on <addon>(value of)</addon>",
|
|
1640
|
+
"comment": "First part of drill interaction configuration with addon markup"
|
|
1641
1641
|
},
|
|
1642
1642
|
"configurationPanel.drillConfig.drillIntoDashboard": {
|
|
1643
|
-
"
|
|
1644
|
-
"
|
|
1643
|
+
"value": "Drill into dashboard",
|
|
1644
|
+
"comment": "Option for drilling into another dashboard in data interaction"
|
|
1645
1645
|
},
|
|
1646
1646
|
"configurationPanel.drillConfig.drillIntoInsight": {
|
|
1647
|
-
"
|
|
1648
|
-
"
|
|
1647
|
+
"value": "Drill into visualization",
|
|
1648
|
+
"comment": "Option for drilling into detailed visualization in data interaction"
|
|
1649
1649
|
},
|
|
1650
1650
|
"configurationPanel.drillConfig.drillDown": {
|
|
1651
|
-
"
|
|
1652
|
-
"
|
|
1651
|
+
"value": "Drill down",
|
|
1652
|
+
"comment": "Option for navigating to next level of detail in data hierarchy"
|
|
1653
1653
|
},
|
|
1654
1654
|
"configurationPanel.drillConfig.disableDrillDownTooltip": {
|
|
1655
|
-
"
|
|
1656
|
-
"
|
|
1655
|
+
"value": "Drill down is turned off in this visualization's configuration.",
|
|
1656
|
+
"comment": "Tooltip explaining why drill down option is disabled"
|
|
1657
1657
|
},
|
|
1658
1658
|
"configurationPanel.drillConfig.drillIntoUrl": {
|
|
1659
|
-
"
|
|
1660
|
-
"
|
|
1659
|
+
"value": "Drill into URL",
|
|
1660
|
+
"comment": "Option for creating external URL link from data point"
|
|
1661
1661
|
},
|
|
1662
1662
|
"configurationPanel.drillConfig.drillIntoUrl.invalidCustomUrl": {
|
|
1663
|
-
"
|
|
1664
|
-
"
|
|
1663
|
+
"value": "Invalid URL parameters",
|
|
1664
|
+
"comment": "Error message shown when URL drill target has invalid parameters"
|
|
1665
1665
|
},
|
|
1666
1666
|
"configurationPanel.drillConfig.select": {
|
|
1667
|
-
"
|
|
1668
|
-
"
|
|
1667
|
+
"value": "Choose action…",
|
|
1668
|
+
"comment": "Placeholder text in drill action dropdown menu"
|
|
1669
1669
|
},
|
|
1670
1670
|
"configurationPanel.drillConfig.drillIntoDashboard.dateFilterWarning": {
|
|
1671
|
-
"
|
|
1672
|
-
"
|
|
1671
|
+
"value": "The date attribute value from the visualization will not be transferred to filter the target dashboard.",
|
|
1672
|
+
"comment": "Warning about limitations when drilling with date attributes"
|
|
1673
1673
|
},
|
|
1674
1674
|
"configurationPanel.drillConfig.drillIntersectionIgnoredAttributes.label": {
|
|
1675
|
-
"
|
|
1676
|
-
"
|
|
1675
|
+
"value": "Pass as filter:",
|
|
1676
|
+
"comment": "Label for selecting which attributes to pass as filters during drill"
|
|
1677
1677
|
},
|
|
1678
1678
|
"configurationPanel.drillConfig.drillIntersectionIgnoredAttributes.dropdown.title": {
|
|
1679
|
-
"
|
|
1680
|
-
"
|
|
1679
|
+
"value": "Pass as filters",
|
|
1680
|
+
"comment": "Title of the attribute filter selection dropdown"
|
|
1681
1681
|
},
|
|
1682
1682
|
"configurationPanel.drillConfig.drillIntersectionIgnoredAttributes.dropdown.tooltip": {
|
|
1683
|
-
"
|
|
1684
|
-
"
|
|
1683
|
+
"value": "Disable the attribute or date to exclude its value from being passed as a filter to the drill destination.",
|
|
1684
|
+
"comment": "Tooltip explaining how to exclude attributes from drill filters"
|
|
1685
1685
|
},
|
|
1686
1686
|
"configurationPanel.drillConfig.drillIntersectionIgnoredAttributes.dropdown.all": {
|
|
1687
|
-
"
|
|
1688
|
-
"
|
|
1687
|
+
"value": "All",
|
|
1688
|
+
"comment": "Option to pass all attributes as filters during drill"
|
|
1689
1689
|
},
|
|
1690
1690
|
"configurationPanel.drillConfig.drillIntersectionIgnoredAttributes.dropdown.none": {
|
|
1691
|
-
"
|
|
1692
|
-
"
|
|
1691
|
+
"value": "None",
|
|
1692
|
+
"comment": "Option to not pass any attributes as filters during drill"
|
|
1693
1693
|
},
|
|
1694
1694
|
"configurationPanel.visualprops.sectionTitle": {
|
|
1695
|
-
"
|
|
1696
|
-
"
|
|
1695
|
+
"value": "Title",
|
|
1696
|
+
"comment": "Section header for widget title configuration"
|
|
1697
1697
|
},
|
|
1698
1698
|
"configurationPanel.visualprops.hideTitle": {
|
|
1699
|
-
"
|
|
1700
|
-
"
|
|
1699
|
+
"value": "Hide title",
|
|
1700
|
+
"comment": "Checkbox label to hide widget title"
|
|
1701
1701
|
},
|
|
1702
1702
|
"configurationPanel.visualprops.sectionDescription": {
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1703
|
+
"value": "Description",
|
|
1704
|
+
"comment": "Section header for widget description configuration"
|
|
1705
1705
|
},
|
|
1706
1706
|
"configurationPanel.visualprops.inheritDescription": {
|
|
1707
|
-
"
|
|
1708
|
-
"
|
|
1707
|
+
"value": "Inherit",
|
|
1708
|
+
"comment": "Option to use the original description from the source item"
|
|
1709
1709
|
},
|
|
1710
1710
|
"configurationPanel.visualprops.inheritDescriptionHelp": {
|
|
1711
|
-
"
|
|
1712
|
-
"
|
|
1711
|
+
"value": "Inherit the description from the visualization.",
|
|
1712
|
+
"comment": "Help text explaining the inherit description option for visualizations"
|
|
1713
1713
|
},
|
|
1714
1714
|
"configurationPanel.visualprops.customDescription": {
|
|
1715
|
-
"
|
|
1716
|
-
"
|
|
1715
|
+
"value": "Custom",
|
|
1716
|
+
"comment": "Option to create a custom description rather than using default"
|
|
1717
1717
|
},
|
|
1718
1718
|
"configurationPanel.visualprops.customDescriptionHelp": {
|
|
1719
|
-
"
|
|
1720
|
-
"
|
|
1719
|
+
"value": "Add a custom description for this instance of the visualization.",
|
|
1720
|
+
"comment": "Help text explaining the custom description option for visualizations"
|
|
1721
1721
|
},
|
|
1722
1722
|
"configurationPanel.visualprops.noneDescription": {
|
|
1723
|
-
"
|
|
1724
|
-
"
|
|
1723
|
+
"value": "None",
|
|
1724
|
+
"comment": "Option to hide description completely"
|
|
1725
1725
|
},
|
|
1726
1726
|
"configurationPanel.visualprops.includeMetrics": {
|
|
1727
|
-
"
|
|
1728
|
-
"
|
|
1727
|
+
"value": "Include metric descriptions",
|
|
1728
|
+
"comment": "Checkbox label for option to show metric descriptions"
|
|
1729
1729
|
},
|
|
1730
1730
|
"configurationPanel.visualprops.includeMetricsHelp": {
|
|
1731
|
-
"
|
|
1732
|
-
"
|
|
1731
|
+
"value": "Display section with list of visualization’s metrics and their description.",
|
|
1732
|
+
"comment": "Help text explaining the option to show metric descriptions in visualization"
|
|
1733
1733
|
},
|
|
1734
1734
|
"configurationPanel.visualprops.descriptionPlaceholder": {
|
|
1735
|
-
"
|
|
1736
|
-
"
|
|
1735
|
+
"value": "Add description…",
|
|
1736
|
+
"comment": "Placeholder text in description input field"
|
|
1737
1737
|
},
|
|
1738
1738
|
"configurationPanel.drillIntoUrl.defaultButtonValue": {
|
|
1739
|
-
"
|
|
1740
|
-
"
|
|
1739
|
+
"value": "Choose URL",
|
|
1740
|
+
"comment": "Default text in URL drill target selection dropdown"
|
|
1741
1741
|
},
|
|
1742
1742
|
"configurationPanel.drillIntoUrl.attributeUrlSectionTitle": {
|
|
1743
|
-
"
|
|
1744
|
-
"
|
|
1743
|
+
"value": "Hyperlink in attribute label",
|
|
1744
|
+
"comment": "Section title for attribute hyperlink configuration"
|
|
1745
1745
|
},
|
|
1746
1746
|
"configurationPanel.drillIntoUrl.customUrlSectionTitle": {
|
|
1747
|
-
"
|
|
1748
|
-
"
|
|
1747
|
+
"value": "Custom URL",
|
|
1748
|
+
"comment": "Section title for custom URL configuration"
|
|
1749
1749
|
},
|
|
1750
1750
|
"configurationPanel.drillIntoUrl.editor.addUrlTitle": {
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1751
|
+
"value": "Add custom URL",
|
|
1752
|
+
"comment": "Dialog title when creating a new custom URL"
|
|
1753
1753
|
},
|
|
1754
1754
|
"configurationPanel.drillIntoUrl.editor.editUrlTitle": {
|
|
1755
|
-
"
|
|
1756
|
-
"
|
|
1755
|
+
"value": "Edit custom URL",
|
|
1756
|
+
"comment": "Dialog title when modifying an existing custom URL"
|
|
1757
1757
|
},
|
|
1758
1758
|
"configurationPanel.drillIntoUrl.editor.textAreaLabel": {
|
|
1759
|
-
"
|
|
1760
|
-
"
|
|
1759
|
+
"value": "URL",
|
|
1760
|
+
"comment": "Label for URL input field in the URL editor"
|
|
1761
1761
|
},
|
|
1762
1762
|
"configurationPanel.drillIntoUrl.editor.parametersPanelLabel": {
|
|
1763
|
-
"
|
|
1764
|
-
"
|
|
1763
|
+
"value": "Parameters",
|
|
1764
|
+
"comment": "Section header for URL parameters configuration"
|
|
1765
1765
|
},
|
|
1766
1766
|
"configurationPanel.drillIntoUrl.editor.parametersPanelTooltip": {
|
|
1767
|
-
"
|
|
1768
|
-
"
|
|
1767
|
+
"value": "Parameters are placeholders that are replaced by dynamic values during drilling.",
|
|
1768
|
+
"comment": "Tooltip explaining URL parameters functionality"
|
|
1769
1769
|
},
|
|
1770
1770
|
"configurationPanel.drillIntoUrl.editor.addParameterButtonLabel": {
|
|
1771
|
-
"
|
|
1772
|
-
"
|
|
1771
|
+
"value": "Add",
|
|
1772
|
+
"comment": "Button text for adding a new URL parameter"
|
|
1773
1773
|
},
|
|
1774
1774
|
"configurationPanel.drillIntoUrl.editor.parameterDetailType": {
|
|
1775
|
-
"
|
|
1776
|
-
"
|
|
1775
|
+
"value": "Type",
|
|
1776
|
+
"comment": "Label for parameter type selector in URL editor"
|
|
1777
1777
|
},
|
|
1778
1778
|
"configurationPanel.drillIntoUrl.editor.parameterDetailLabel": {
|
|
1779
|
-
"
|
|
1780
|
-
"
|
|
1779
|
+
"value": "Label",
|
|
1780
|
+
"comment": "Label for parameter name field in URL editor"
|
|
1781
1781
|
},
|
|
1782
1782
|
"configurationPanel.drillIntoUrl.editor.parameterDetailValues": {
|
|
1783
|
-
"
|
|
1784
|
-
"
|
|
1783
|
+
"value": "{numberOfValues, plural, one {Value} other {Values}}",
|
|
1784
|
+
"comment": "Title of values section in parameter detail in 'Custom URL' editor. Uses pluralization based on the number of values. Examples: When there is 1 value, it will show 'Value'. When there are multiple values, it will show 'Values'."
|
|
1785
1785
|
},
|
|
1786
1786
|
"configurationPanel.drillIntoUrl.editor.parameterDetailMoreValues": {
|
|
1787
|
-
"
|
|
1788
|
-
"
|
|
1787
|
+
"value": "...and {count} more",
|
|
1788
|
+
"comment": "Info about number of additional values not shown in parameter detail in 'Custom URL' editor. The placeholder {count} will be replaced with a number. Example: '...and 5 more' when there are 5 additional values not displayed."
|
|
1789
1789
|
},
|
|
1790
1790
|
"configurationPanel.drillIntoUrl.editor.insightIdParameterLabel": {
|
|
1791
|
-
"
|
|
1792
|
-
"
|
|
1791
|
+
"value": "Visualization ID",
|
|
1792
|
+
"comment": "Label of the visualization parameter in Drill to URL 'Custom URL' editor."
|
|
1793
1793
|
},
|
|
1794
1794
|
"configurationPanel.drillIntoUrl.editor.clientIdParameterLabel": {
|
|
1795
|
-
"
|
|
1796
|
-
"
|
|
1795
|
+
"value": "Client ID",
|
|
1796
|
+
"comment": "Label of the client parameter in Drill to URL 'Custom URL' editor."
|
|
1797
1797
|
},
|
|
1798
1798
|
"configurationPanel.drillIntoUrl.editor.dataProductIdParameterLabel": {
|
|
1799
|
-
"
|
|
1800
|
-
"
|
|
1799
|
+
"value": "Data product ID",
|
|
1800
|
+
"comment": "Label of the data product parameter in Drill to URL 'Custom URL' editor."
|
|
1801
1801
|
},
|
|
1802
1802
|
"configurationPanel.drillIntoUrl.editor.projectIdParameterLabel": {
|
|
1803
|
-
"
|
|
1804
|
-
"
|
|
1803
|
+
"value": "Project ID",
|
|
1804
|
+
"comment": "Label of the project parameter in Drill to URL 'Custom URL' editor."
|
|
1805
1805
|
},
|
|
1806
1806
|
"configurationPanel.drillIntoUrl.editor.workspaceIdParameterLabel": {
|
|
1807
|
-
"
|
|
1808
|
-
"
|
|
1807
|
+
"value": "Workspace ID",
|
|
1808
|
+
"comment": "Label of the workspace parameter in Drill to URL 'Custom URL' editor."
|
|
1809
1809
|
},
|
|
1810
1810
|
"configurationPanel.drillIntoUrl.editor.widgetIdParameterLabel": {
|
|
1811
|
-
"
|
|
1812
|
-
"
|
|
1811
|
+
"value": "Widget ID",
|
|
1812
|
+
"comment": "Label of the widget parameter in Drill to URL 'Custom URL' editor."
|
|
1813
1813
|
},
|
|
1814
1814
|
"configurationPanel.drillIntoUrl.editor.dashboardIdParameterLabel": {
|
|
1815
|
-
"
|
|
1816
|
-
"
|
|
1815
|
+
"value": "Dashboard ID",
|
|
1816
|
+
"comment": "Label of the dashboard parameter in Drill to URL 'Custom URL' editor."
|
|
1817
1817
|
},
|
|
1818
1818
|
"configurationPanel.drillIntoUrl.editor.identifierTypeLabel": {
|
|
1819
|
-
"
|
|
1820
|
-
"
|
|
1819
|
+
"value": "Identifier",
|
|
1820
|
+
"comment": "Type label of identifier in parameter detail"
|
|
1821
1821
|
},
|
|
1822
1822
|
"configurationPanel.drillIntoUrl.editor.insightParametersSectionLabel": {
|
|
1823
|
-
"
|
|
1824
|
-
"
|
|
1823
|
+
"value": "Visualization",
|
|
1824
|
+
"comment": "Section header for insight parameters"
|
|
1825
1825
|
},
|
|
1826
1826
|
"configurationPanel.drillIntoUrl.editor.identifierParametersSectionLabel": {
|
|
1827
|
-
"
|
|
1828
|
-
"
|
|
1827
|
+
"value": "Identifiers",
|
|
1828
|
+
"comment": "Section header for identifier parameters in URL drill editor"
|
|
1829
1829
|
},
|
|
1830
1830
|
"configurationPanel.drillIntoUrl.editor.dashboardParametersSectionLabel": {
|
|
1831
|
-
"
|
|
1832
|
-
"
|
|
1831
|
+
"value": "Dashboard",
|
|
1832
|
+
"comment": "Section header for dashboard filter parameters in URL drill editor"
|
|
1833
1833
|
},
|
|
1834
1834
|
"configurationPanel.drillIntoUrl.editor.applyButtonLabel": {
|
|
1835
|
-
"
|
|
1836
|
-
"
|
|
1835
|
+
"value": "Apply",
|
|
1836
|
+
"comment": "Button to confirm and save URL drill configuration"
|
|
1837
1837
|
},
|
|
1838
1838
|
"configurationPanel.drillIntoUrl.editor.cancelButtonLabel": {
|
|
1839
|
-
"
|
|
1840
|
-
"
|
|
1839
|
+
"value": "Cancel",
|
|
1840
|
+
"comment": "Button to discard URL drill configuration changes"
|
|
1841
1841
|
},
|
|
1842
1842
|
"configurationPanel.drillIntoUrl.editor.textAreaPlaceholder": {
|
|
1843
|
-
"
|
|
1844
|
-
"
|
|
1843
|
+
"value": "Enter URL and add parameters from the right panel.",
|
|
1844
|
+
"comment": "Placeholder text in URL input field"
|
|
1845
1845
|
},
|
|
1846
1846
|
"configurationPanel.drillIntoUrl.editor.helpButtonLabel": {
|
|
1847
|
-
"
|
|
1848
|
-
"
|
|
1847
|
+
"value": "How to create custom URLs?",
|
|
1848
|
+
"comment": "Help link text for URL drill configuration"
|
|
1849
1849
|
},
|
|
1850
1850
|
"configurationPanel.drillIntoUrl.editor.invalidAttributeDisplayForms": {
|
|
1851
|
-
"
|
|
1852
|
-
"
|
|
1851
|
+
"value": "Invalid parameters: {invalidParameters}",
|
|
1852
|
+
"comment": "Error message shown when URL contains invalid parameters"
|
|
1853
1853
|
},
|
|
1854
1854
|
"configurationPanel.drillIntoUrl.customUrlAddButtonLabel": {
|
|
1855
|
-
"
|
|
1856
|
-
"
|
|
1855
|
+
"value": "Add custom URL",
|
|
1856
|
+
"comment": "Button to create a new custom URL for drilling"
|
|
1857
1857
|
},
|
|
1858
1858
|
"configurationPanel.drillIntoUrl.customUrlEditButtonLabel": {
|
|
1859
|
-
"
|
|
1860
|
-
"
|
|
1859
|
+
"value": "Edit custom URL",
|
|
1860
|
+
"comment": "Button to modify an existing custom URL"
|
|
1861
1861
|
},
|
|
1862
1862
|
"configurationPanel.drillIntoUrl.editor.defaultDisplayFormTypeLabel": {
|
|
1863
|
-
"
|
|
1864
|
-
"
|
|
1863
|
+
"value": "Attribute label value",
|
|
1864
|
+
"comment": "Display type option for showing attribute labels in URL parameters"
|
|
1865
1865
|
},
|
|
1866
1866
|
"configurationPanel.drillIntoUrl.editor.geoDisplayFormTypeLabel": {
|
|
1867
|
-
"
|
|
1868
|
-
"
|
|
1867
|
+
"value": "Attribute geo value",
|
|
1868
|
+
"comment": "Type label of geo display form in parameter detail in 'Custom URL' editor."
|
|
1869
1869
|
},
|
|
1870
1870
|
"configurationPanel.drillIntoUrl.editor.urlDisplayFormTypeLabel": {
|
|
1871
|
-
"
|
|
1872
|
-
"
|
|
1871
|
+
"value": "Attribute URL value",
|
|
1872
|
+
"comment": "Type label of URL display form in parameter detail in 'Custom URL' editor."
|
|
1873
1873
|
},
|
|
1874
1874
|
"configurationPanel.drillIntoUrl.editor.imageDisplayFormTypeLabel": {
|
|
1875
|
-
"
|
|
1876
|
-
"
|
|
1875
|
+
"value": "Attribute image value",
|
|
1876
|
+
"comment": "Type label of URL display form in parameter detail in 'Custom URL' editor."
|
|
1877
1877
|
},
|
|
1878
1878
|
"configurationPanel.zoomInsight": {
|
|
1879
|
-
"
|
|
1880
|
-
"
|
|
1879
|
+
"value": "Zoomable visualization",
|
|
1880
|
+
"comment": "Label for zoomable visualization option in configuration panel"
|
|
1881
1881
|
},
|
|
1882
1882
|
"configurationPanel.zoomInsight.help": {
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1883
|
+
"value": "Enable to zoom the visualization to display a detailed view. Hold the shift key to pan the zoomed area.",
|
|
1884
|
+
"comment": "Tooltip for zoomable visualization option in configuration panel"
|
|
1885
1885
|
},
|
|
1886
1886
|
"configurationPanel.zoomInsight.notice": {
|
|
1887
|
-
"
|
|
1888
|
-
"
|
|
1887
|
+
"value": "Zoom will not be applied to exported dashboards",
|
|
1888
|
+
"comment": "Notice about zoom limitations in exported dashboard content"
|
|
1889
1889
|
},
|
|
1890
1890
|
"configurationPanel.drillConfig.selectInsight": {
|
|
1891
|
-
"
|
|
1892
|
-
"
|
|
1891
|
+
"value": "Choose visualization…",
|
|
1892
|
+
"comment": "Placeholder text in dropdown for selecting drill target visualization"
|
|
1893
1893
|
},
|
|
1894
1894
|
"attributesDropdown.noChanges": {
|
|
1895
|
-
"
|
|
1896
|
-
"
|
|
1895
|
+
"value": "No changes to apply",
|
|
1896
|
+
"comment": "Shown to screen readers on a disabled apply button when there are no changes to apply"
|
|
1897
1897
|
},
|
|
1898
1898
|
"gs.date.date-dataset.recommended": {
|
|
1899
|
-
"
|
|
1900
|
-
"
|
|
1899
|
+
"value": "Recommended",
|
|
1900
|
+
"comment": "Label for recommended date datasets section"
|
|
1901
1901
|
},
|
|
1902
1902
|
"gs.date.date-dataset.other": {
|
|
1903
|
-
"
|
|
1904
|
-
"
|
|
1903
|
+
"value": "Other",
|
|
1904
|
+
"comment": "Label for section containing additional date datasets"
|
|
1905
1905
|
},
|
|
1906
1906
|
"gs.date.date-dataset.related": {
|
|
1907
|
-
"
|
|
1908
|
-
"
|
|
1907
|
+
"value": "Related",
|
|
1908
|
+
"comment": "Label for section containing related date datasets"
|
|
1909
1909
|
},
|
|
1910
1910
|
"gs.date.date-dataset.unrelated": {
|
|
1911
|
-
"
|
|
1912
|
-
"
|
|
1911
|
+
"value": "Unrelated",
|
|
1912
|
+
"comment": "Label for section containing unrelated date datasets"
|
|
1913
1913
|
},
|
|
1914
1914
|
"gs.date.date-dataset.unrelated_hidden": {
|
|
1915
|
-
"
|
|
1916
|
-
"
|
|
1915
|
+
"value": "{count} unrelated {count, plural, one {date} other {dates}} {isShow, select, true {visible} other {hidden}}.",
|
|
1916
|
+
"comment": "Status message showing count of unrelated dates that are visible or hidden"
|
|
1917
1917
|
},
|
|
1918
1918
|
"gs.date.date-dataset.unrelated.show": {
|
|
1919
|
-
"
|
|
1920
|
-
"
|
|
1919
|
+
"value": "Show",
|
|
1920
|
+
"comment": "Button to display unrelated date items"
|
|
1921
1921
|
},
|
|
1922
1922
|
"gs.date.date-dataset.unrelated.hide": {
|
|
1923
|
-
"
|
|
1924
|
-
"
|
|
1923
|
+
"value": "Hide",
|
|
1924
|
+
"comment": "Button to hide unrelated date items"
|
|
1925
1925
|
},
|
|
1926
1926
|
"gs.date.date-dataset.duplicityWarning": {
|
|
1927
|
-
"
|
|
1928
|
-
"
|
|
1927
|
+
"value": "Another filter is using the same date dataset. Disable this filter or set a different date.",
|
|
1928
|
+
"comment": "Warning shown when multiple filters are using the same date dataset"
|
|
1929
1929
|
},
|
|
1930
1930
|
"layout.widget.width.min": {
|
|
1931
|
-
"
|
|
1932
|
-
"
|
|
1931
|
+
"value": "Widget is at the minimal width",
|
|
1932
|
+
"comment": "Warning shown when widget cannot be resized smaller"
|
|
1933
1933
|
},
|
|
1934
1934
|
"layout.widget.width.max": {
|
|
1935
|
-
"
|
|
1936
|
-
"
|
|
1935
|
+
"value": "Widget is at the maximal width",
|
|
1936
|
+
"comment": "Warning shown when widget cannot be resized wider"
|
|
1937
1937
|
},
|
|
1938
1938
|
"layout.widget.height.min": {
|
|
1939
|
-
"
|
|
1940
|
-
"
|
|
1939
|
+
"value": "Widget is at the minimal height",
|
|
1940
|
+
"comment": "Warning shown when widget cannot be resized shorter"
|
|
1941
1941
|
},
|
|
1942
1942
|
"layout.widget.height.max": {
|
|
1943
|
-
"
|
|
1944
|
-
"
|
|
1943
|
+
"value": "Widget is at the maximal height",
|
|
1944
|
+
"comment": "Warning shown when widget cannot be resized taller"
|
|
1945
1945
|
},
|
|
1946
1946
|
"layout.widget.addedByPlugin": {
|
|
1947
|
-
"
|
|
1948
|
-
"
|
|
1947
|
+
"value": "Added by plugin",
|
|
1948
|
+
"comment": "Indicator that widget was added by a plugin extension"
|
|
1949
1949
|
},
|
|
1950
1950
|
"layout.widget.modifiedByPlugin": {
|
|
1951
|
-
"
|
|
1952
|
-
"
|
|
1951
|
+
"value": "Modified by plugin",
|
|
1952
|
+
"comment": "Indicator that widget was modified by a plugin extension"
|
|
1953
1953
|
},
|
|
1954
1954
|
"layout.widget.hideOverlay": {
|
|
1955
|
-
"
|
|
1956
|
-
"
|
|
1955
|
+
"value": "Hide overlay",
|
|
1956
|
+
"comment": "Button to hide informational overlay on widget"
|
|
1957
1957
|
},
|
|
1958
1958
|
"dropzone.new.row.desc": {
|
|
1959
|
-
"
|
|
1960
|
-
"
|
|
1959
|
+
"value": "Drop to create a{nbsp}<b>new section</b>",
|
|
1960
|
+
"comment": "Instruction shown when dragging a widget to create a new dashboard section"
|
|
1961
1961
|
},
|
|
1962
1962
|
"dropzone.widget.desc": {
|
|
1963
|
-
"
|
|
1964
|
-
"
|
|
1963
|
+
"value": "Drop <b>here</b>",
|
|
1964
|
+
"comment": "Instruction shown in highlighted dropzone when dragging a widget"
|
|
1965
1965
|
},
|
|
1966
1966
|
"dropzone.widget.last.in.row.desc": {
|
|
1967
|
-
"
|
|
1968
|
-
"
|
|
1967
|
+
"value": "Drop to the <b>existing section</b>",
|
|
1968
|
+
"comment": "Instruction shown when dragging a widget to add to an existing dashboard section"
|
|
1969
1969
|
},
|
|
1970
1970
|
"dropzone.widget.last.in.container.row.desc": {
|
|
1971
|
-
"
|
|
1972
|
-
"
|
|
1971
|
+
"value": "Drop to the <b>existing container</b>",
|
|
1972
|
+
"comment": "Instruction shown when dragging a widget to add to an existing container"
|
|
1973
1973
|
},
|
|
1974
1974
|
"deleteKpiConfirmationDialog.headline": {
|
|
1975
|
-
"
|
|
1976
|
-
"
|
|
1975
|
+
"value": "Delete KPI",
|
|
1976
|
+
"comment": "Confirmation dialog title when deleting a KPI widget"
|
|
1977
1977
|
},
|
|
1978
1978
|
"deleteKpiConfirmationDialog.message": {
|
|
1979
|
-
"
|
|
1980
|
-
"
|
|
1979
|
+
"value": "All alerts set up for this KPI will also be deleted.",
|
|
1980
|
+
"comment": "Warning message about alerts being deleted when removing a KPI widget"
|
|
1981
1981
|
},
|
|
1982
1982
|
"deleteKpiConfirmationDialog.submitButtonText": {
|
|
1983
|
-
"
|
|
1984
|
-
"
|
|
1983
|
+
"value": "Delete",
|
|
1984
|
+
"comment": "Button label to confirm KPI deletion"
|
|
1985
1985
|
},
|
|
1986
1986
|
"newDashboard.title": {
|
|
1987
|
-
"
|
|
1988
|
-
"
|
|
1987
|
+
"value": "Drag visualization here",
|
|
1988
|
+
"comment": "Instruction shown on empty dashboard prompting to add visualizations"
|
|
1989
1989
|
},
|
|
1990
1990
|
"newDashboard.dropInsight": {
|
|
1991
|
-
"
|
|
1992
|
-
"
|
|
1991
|
+
"value": "Drop visualization",
|
|
1992
|
+
"comment": "A placeholder showed when user drags new visualization into a dashboard canvas by cursor (drag and drop)."
|
|
1993
1993
|
},
|
|
1994
1994
|
"attributesDropdown.filterConfiguredMessage": {
|
|
1995
|
-
"
|
|
1996
|
-
"
|
|
1995
|
+
"value": "<strong>{parentTitle}</strong> is already filtered by <strong>{childTitle}</strong> filter directly or through other filters.",
|
|
1996
|
+
"comment": "Message explaining filter configuration status. The <strong> tags emphasize attribute names, and {parentTitle}/{childTitle} show the specific filter names."
|
|
1997
1997
|
},
|
|
1998
1998
|
"attributesDropdown.attributeNameWithData": {
|
|
1999
|
-
"
|
|
2000
|
-
"
|
|
1999
|
+
"value": "with data of",
|
|
2000
|
+
"comment": "Will be used in sentence between two nouns. For instance 'Filter by AttributeX with data of MetricY'"
|
|
2001
2001
|
},
|
|
2002
2002
|
"filter.visibilityMode.tooltip.hidden": {
|
|
2003
|
-
"
|
|
2004
|
-
"
|
|
2003
|
+
"value": "This filter is hidden. It can be accessed only via the Edit mode.",
|
|
2004
|
+
"comment": "The tooltip serves as a warning to the user that the filter will be hidden in view mode."
|
|
2005
2005
|
},
|
|
2006
2006
|
"filter.visibilityMode.tooltip.readonly.editMode": {
|
|
2007
|
-
"
|
|
2008
|
-
"
|
|
2007
|
+
"value": "This filter is locked. It can be changed only via the Edit mode.",
|
|
2008
|
+
"comment": "The tooltip serves as a warning to the user that the filter will be locked, and the user cannot change its value in view mode."
|
|
2009
2009
|
},
|
|
2010
2010
|
"filter.visibilityMode.tooltip.readonly.viewMode": {
|
|
2011
|
-
"
|
|
2012
|
-
"
|
|
2011
|
+
"value": "This filter is locked.",
|
|
2012
|
+
"comment": "The tooltip helps users understand why they cannot change its value."
|
|
2013
2013
|
},
|
|
2014
2014
|
"filter.resetButton.tooltip": {
|
|
2015
|
-
"
|
|
2016
|
-
"
|
|
2015
|
+
"value": "Reset all filters",
|
|
2016
|
+
"comment": "The tooltip of the reset button in the filter bar"
|
|
2017
2017
|
},
|
|
2018
2018
|
"filter.resetButton.success": {
|
|
2019
|
-
"
|
|
2020
|
-
"
|
|
2019
|
+
"value": "Success: Filters reset to default values.",
|
|
2020
|
+
"comment": "Text shown after reset button in the filter bar is used."
|
|
2021
2021
|
},
|
|
2022
2022
|
"filter.resetButton.ariaLabel": {
|
|
2023
|
-
"
|
|
2024
|
-
"
|
|
2023
|
+
"value": "Reset filters to default",
|
|
2024
|
+
"comment": "The aria-label of the reset button in the filter bar"
|
|
2025
2025
|
},
|
|
2026
2026
|
"filter.crossFilterResetButton.tooltip": {
|
|
2027
|
-
"
|
|
2028
|
-
"
|
|
2027
|
+
"value": "Reset cross filters",
|
|
2028
|
+
"comment": "The tooltip of the reset button in the filter bar"
|
|
2029
2029
|
},
|
|
2030
2030
|
"dateFilterDropdown.save": {
|
|
2031
|
-
"
|
|
2032
|
-
"
|
|
2031
|
+
"value": "Save",
|
|
2032
|
+
"comment": "Save button label in date filter dropdown configuration"
|
|
2033
2033
|
},
|
|
2034
2034
|
"dateFilterDropdown.configuration": {
|
|
2035
|
-
"
|
|
2036
|
-
"
|
|
2035
|
+
"value": "Configuration",
|
|
2036
|
+
"comment": "Configuration button label in date filter dropdown"
|
|
2037
2037
|
},
|
|
2038
2038
|
"dateFilterDropdown.title": {
|
|
2039
|
-
"
|
|
2040
|
-
"
|
|
2039
|
+
"value": "Date range",
|
|
2040
|
+
"comment": "Header for date filter dropdown selector"
|
|
2041
2041
|
},
|
|
2042
2042
|
"filter.configuration.mode.title": {
|
|
2043
|
-
"
|
|
2044
|
-
"
|
|
2043
|
+
"value": "Mode",
|
|
2044
|
+
"comment": "The title of the state section in date filter dropdown configuration"
|
|
2045
2045
|
},
|
|
2046
2046
|
"filter.configuration.mode.interactive.title": {
|
|
2047
|
-
"
|
|
2048
|
-
"
|
|
2047
|
+
"value": "Interactive",
|
|
2048
|
+
"comment": "The title of the interactive mode"
|
|
2049
2049
|
},
|
|
2050
2050
|
"filter.configuration.mode.interactive.tooltip": {
|
|
2051
|
-
"
|
|
2052
|
-
"
|
|
2051
|
+
"value": "Dashboard users can see and change the filter.",
|
|
2052
|
+
"comment": "The tooltip of the interactive mode"
|
|
2053
2053
|
},
|
|
2054
2054
|
"filter.configuration.mode.locked.title": {
|
|
2055
|
-
"
|
|
2056
|
-
"
|
|
2055
|
+
"value": "Locked",
|
|
2056
|
+
"comment": "The title of the locked mode"
|
|
2057
2057
|
},
|
|
2058
2058
|
"filter.configuration.mode.locked.tooltip": {
|
|
2059
|
-
"
|
|
2060
|
-
"
|
|
2059
|
+
"value": "Dashboard users can see the filter but cannot change it.",
|
|
2060
|
+
"comment": "The tooltip of the locked mode"
|
|
2061
2061
|
},
|
|
2062
2062
|
"filter.configuration.mode.hidden.title": {
|
|
2063
|
-
"
|
|
2064
|
-
"
|
|
2063
|
+
"value": "Hidden",
|
|
2064
|
+
"comment": "The title of the hidden mode"
|
|
2065
2065
|
},
|
|
2066
2066
|
"filter.configuration.mode.hidden.tooltip": {
|
|
2067
|
-
"
|
|
2068
|
-
"
|
|
2067
|
+
"value": "Dashboard users cannot see the filter but it is applied.",
|
|
2068
|
+
"comment": "The tooltip of the hidden mode"
|
|
2069
2069
|
},
|
|
2070
2070
|
"filter.dependency.icon.tooltip": {
|
|
2071
|
-
"
|
|
2072
|
-
"
|
|
2071
|
+
"value": "Values for <strong>{filterTitle}</strong> are filtered by selection in another filter.",
|
|
2072
|
+
"comment": "Tooltip explaining that filter values are affected by another filter selection"
|
|
2073
2073
|
},
|
|
2074
2074
|
"configurationPanel.drillConfig.alreadyUsedTooltip": {
|
|
2075
|
-
"
|
|
2076
|
-
"
|
|
2075
|
+
"value": "This <strong>hierarchy</strong> is already used for <strong>the same</strong> drill down.",
|
|
2076
|
+
"comment": "Warning tooltip when attempting to use an already selected hierarchy for drill down"
|
|
2077
2077
|
},
|
|
2078
2078
|
"configurationPanel.respectCrossFiltering": {
|
|
2079
|
-
"
|
|
2080
|
-
"
|
|
2079
|
+
"value": "Respect cross-filtering",
|
|
2080
|
+
"comment": "Label of checkbox whether cross-filtering should be respected or not"
|
|
2081
2081
|
},
|
|
2082
2082
|
"configurationPanel.respectCrossFiltering.tooltip": {
|
|
2083
|
-
"
|
|
2084
|
-
"
|
|
2083
|
+
"value": "Disable this option to ignore cross-filtering from other visualizations.",
|
|
2084
|
+
"comment": "Tooltip for checkbox whether cross-filtering should be respected or not"
|
|
2085
2085
|
},
|
|
2086
2086
|
"richText.formattingOptions": {
|
|
2087
|
-
"
|
|
2088
|
-
"
|
|
2087
|
+
"value": "Formatting options",
|
|
2088
|
+
"comment": "Label for rich text formatting toolbar options"
|
|
2089
2089
|
},
|
|
2090
2090
|
"richText.deleteDialog.header": {
|
|
2091
|
-
"
|
|
2092
|
-
"
|
|
2091
|
+
"value": "Delete rich text?",
|
|
2092
|
+
"comment": "Title of confirmation dialog when deleting a rich text component"
|
|
2093
2093
|
},
|
|
2094
2094
|
"richText.deleteDialog.message": {
|
|
2095
|
-
"
|
|
2096
|
-
"
|
|
2095
|
+
"value": "The rich text and all of its content will be irreversibly deleted.",
|
|
2096
|
+
"comment": "Warning message when deleting a rich text component"
|
|
2097
2097
|
},
|
|
2098
2098
|
"richText.emptyContent": {
|
|
2099
|
-
"
|
|
2100
|
-
"
|
|
2099
|
+
"value": "No rich text content",
|
|
2100
|
+
"comment": "Message shown when rich text component has no content"
|
|
2101
2101
|
},
|
|
2102
2102
|
"visualizationSwitcher.emptyContent": {
|
|
2103
|
-
"
|
|
2104
|
-
"
|
|
2103
|
+
"value": "No visualization in switcher",
|
|
2104
|
+
"comment": "Message shown when visualization switcher has no visualizations"
|
|
2105
2105
|
},
|
|
2106
2106
|
"visualizationSwitcherToolbar.visualizationsList.header": {
|
|
2107
|
-
"
|
|
2108
|
-
"
|
|
2107
|
+
"value": "Visualizations",
|
|
2108
|
+
"comment": "Title of visualizations list in the switcher toolbar"
|
|
2109
2109
|
},
|
|
2110
2110
|
"visualizationSwitcherToolbar.visualizationsList.tooltip": {
|
|
2111
|
-
"
|
|
2112
|
-
"
|
|
2111
|
+
"value": "Visualizations",
|
|
2112
|
+
"comment": "Tooltip shown when hovering over the visualizations list button"
|
|
2113
2113
|
},
|
|
2114
2114
|
"visualizationSwitcherToolbar.visualizationsList.prev": {
|
|
2115
|
-
"
|
|
2116
|
-
"
|
|
2115
|
+
"value": "Previous",
|
|
2116
|
+
"comment": "Button label to show previous visualization in switcher"
|
|
2117
2117
|
},
|
|
2118
2118
|
"visualizationSwitcherToolbar.visualizationsList.next": {
|
|
2119
|
-
"
|
|
2120
|
-
"
|
|
2119
|
+
"value": "Next",
|
|
2120
|
+
"comment": "Button label to show next visualization in switcher"
|
|
2121
2121
|
},
|
|
2122
2122
|
"visualizationSwitcherToolbar.visualizationsList.empty": {
|
|
2123
|
-
"
|
|
2124
|
-
"
|
|
2123
|
+
"value": "No visualization in switcher, add one to continue.",
|
|
2124
|
+
"comment": "Message shown when no visualizations are available in the switcher"
|
|
2125
2125
|
},
|
|
2126
2126
|
"visualizationSwitcherToolbar.visualizationsList.add": {
|
|
2127
|
-
"
|
|
2128
|
-
"
|
|
2127
|
+
"value": "Add visualization",
|
|
2128
|
+
"comment": "Button label to add a new visualization to the switcher"
|
|
2129
2129
|
},
|
|
2130
2130
|
"visualizationSwitcherToolbar.remove": {
|
|
2131
|
-
"
|
|
2132
|
-
"
|
|
2131
|
+
"value": "Remove switcher",
|
|
2132
|
+
"comment": "Button label to remove the visualization switcher"
|
|
2133
2133
|
},
|
|
2134
2134
|
"visualizationSwitcher.configurationPanel.remove.from.switcher": {
|
|
2135
|
-
"
|
|
2136
|
-
"
|
|
2135
|
+
"value": "Remove from switcher",
|
|
2136
|
+
"comment": "Button label to remove a visualization from the switcher"
|
|
2137
2137
|
},
|
|
2138
2138
|
"visualizationSwitcher.list.menu.move.up": {
|
|
2139
|
-
"
|
|
2140
|
-
"
|
|
2139
|
+
"value": "Move up",
|
|
2140
|
+
"comment": "Menu option to move visualization up in the list of switcher"
|
|
2141
2141
|
},
|
|
2142
2142
|
"visualizationSwitcher.list.menu.move.down": {
|
|
2143
|
-
"
|
|
2144
|
-
"
|
|
2143
|
+
"value": "Move down",
|
|
2144
|
+
"comment": "Menu option to move visualization down in the list of switcher"
|
|
2145
2145
|
},
|
|
2146
2146
|
"visualizationSwitcher.list.menu.remove": {
|
|
2147
|
-
"
|
|
2148
|
-
"
|
|
2147
|
+
"value": "Remove",
|
|
2148
|
+
"comment": "Menu option to remove visualization from the switcher list"
|
|
2149
2149
|
},
|
|
2150
2150
|
"nestedLayoutToolbar.hideHeader": {
|
|
2151
|
-
"
|
|
2152
|
-
"
|
|
2151
|
+
"value": "Hide title and description.",
|
|
2152
|
+
"comment": "Button tooltip for hiding container title and description"
|
|
2153
2153
|
},
|
|
2154
2154
|
"nestedLayoutToolbar.showHeader": {
|
|
2155
|
-
"
|
|
2156
|
-
"
|
|
2155
|
+
"value": "Show title and description.",
|
|
2156
|
+
"comment": "Button tooltip for showing container title and description"
|
|
2157
2157
|
},
|
|
2158
2158
|
"nestedLayoutToolbar.remove": {
|
|
2159
|
-
"
|
|
2160
|
-
"
|
|
2159
|
+
"value": "Remove from dashboard.",
|
|
2160
|
+
"comment": "Button tooltip for removing container from dashboard"
|
|
2161
2161
|
},
|
|
2162
2162
|
"nestedLayoutToolbar.direction.title": {
|
|
2163
|
-
"
|
|
2164
|
-
"
|
|
2163
|
+
"value": "Layout direction",
|
|
2164
|
+
"comment": "Title for the layout direction selector in the nested layout toolbar"
|
|
2165
2165
|
},
|
|
2166
2166
|
"nestedLayoutToolbar.direction.row": {
|
|
2167
|
-
"
|
|
2168
|
-
"
|
|
2167
|
+
"value": "Wrapped Row",
|
|
2168
|
+
"comment": "Option for horizontal layout direction with wrapping in the nested layout toolbar"
|
|
2169
2169
|
},
|
|
2170
2170
|
"nestedLayoutToolbar.direction.row.tooltip": {
|
|
2171
|
-
"
|
|
2172
|
-
"
|
|
2171
|
+
"value": "Layout direction: Wrapped Row",
|
|
2172
|
+
"comment": "Tooltip explaining the wrapped row layout direction option"
|
|
2173
2173
|
},
|
|
2174
2174
|
"nestedLayoutToolbar.direction.column": {
|
|
2175
|
-
"
|
|
2176
|
-
"
|
|
2175
|
+
"value": "Column",
|
|
2176
|
+
"comment": "Option for vertical layout direction in the nested layout toolbar"
|
|
2177
2177
|
},
|
|
2178
2178
|
"nestedLayoutToolbar.direction.column.tooltip": {
|
|
2179
|
-
"
|
|
2180
|
-
"
|
|
2179
|
+
"value": "Layout direction: Column",
|
|
2180
|
+
"comment": "Tooltip explaining the column layout direction option"
|
|
2181
2181
|
},
|
|
2182
2182
|
"nestedLayoutToolbar.direction.column.disabledTooltip": {
|
|
2183
|
-
"
|
|
2184
|
-
"
|
|
2183
|
+
"value": "Direction cannot be changed to a vertical if the container contains nested containers with a horizontal direction.",
|
|
2184
|
+
"comment": "Tooltip explaining why vertical layout option is disabled in certain scenarios"
|
|
2185
2185
|
},
|
|
2186
2186
|
"nestedLayout.tab.title": {
|
|
2187
|
-
"
|
|
2188
|
-
"
|
|
2187
|
+
"value": "Container",
|
|
2188
|
+
"comment": "Tab title for container configuration panel"
|
|
2189
2189
|
},
|
|
2190
2190
|
"nestedLayout.emptyDropZone.message": {
|
|
2191
|
-
"
|
|
2192
|
-
"
|
|
2191
|
+
"value": "<b>Drag here</b>{br}to add to the container",
|
|
2192
|
+
"comment": "Message shown in empty container drop zone"
|
|
2193
2193
|
},
|
|
2194
2194
|
"nestedLayout.emptyDropZone.active.message": {
|
|
2195
|
-
"
|
|
2196
|
-
"
|
|
2195
|
+
"value": "<b>Drop here</b>{br}to add to the container",
|
|
2196
|
+
"comment": "Message shown when dragging an item over empty container"
|
|
2197
2197
|
},
|
|
2198
2198
|
"attributesDropdown.valuesLimiting.title": {
|
|
2199
|
-
"
|
|
2200
|
-
"
|
|
2199
|
+
"value": "Filter values by",
|
|
2200
|
+
"comment": "The title of section that configures filters for listed values in the filter. There is a list of applied filters below the title."
|
|
2201
2201
|
},
|
|
2202
2202
|
"attributesDropdown.valuesLimiting.empty": {
|
|
2203
|
-
"
|
|
2204
|
-
"
|
|
2203
|
+
"value": "Limit the filter menu options by applying a dashboard filter or adding a metric.",
|
|
2204
|
+
"comment": "Text shown when list of filters is empty."
|
|
2205
2205
|
},
|
|
2206
2206
|
"attributesDropdown.valuesLimiting.addLink": {
|
|
2207
|
-
"
|
|
2208
|
-
"
|
|
2207
|
+
"value": "Add",
|
|
2208
|
+
"comment": "Link that adds a new filter."
|
|
2209
2209
|
},
|
|
2210
2210
|
"attributesDropdown.valuesLimiting.addMetricTitle": {
|
|
2211
|
-
"
|
|
2212
|
-
"
|
|
2211
|
+
"value": "Choose metric",
|
|
2212
|
+
"comment": "Title of popup with selection of metric that will limit listed values."
|
|
2213
2213
|
},
|
|
2214
2214
|
"attributesDropdown.valuesLimiting.addFilterTitle": {
|
|
2215
|
-
"
|
|
2216
|
-
"
|
|
2215
|
+
"value": "Choose dashboard filter",
|
|
2216
|
+
"comment": "Title of popup with selection of filter will limit listed values."
|
|
2217
2217
|
},
|
|
2218
2218
|
"attributesDropdown.valuesLimiting.addItemTitle": {
|
|
2219
|
-
"
|
|
2220
|
-
"
|
|
2219
|
+
"value": "Add",
|
|
2220
|
+
"comment": "Title of popup with selection of filter or metric that will limit listed values."
|
|
2221
2221
|
},
|
|
2222
2222
|
"attributesDropdown.valuesLimiting.searchPlaceholder": {
|
|
2223
|
-
"
|
|
2224
|
-
"
|
|
2223
|
+
"value": "Search…",
|
|
2224
|
+
"comment": "Search field placeholder in the attribute values filter selection"
|
|
2225
2225
|
},
|
|
2226
2226
|
"attributesDropdown.valuesLimiting.sumFact": {
|
|
2227
|
-
"
|
|
2228
|
-
"
|
|
2227
|
+
"value": "Sum of {fact}",
|
|
2228
|
+
"comment": "Label for sum aggregation of a fact in metric selection dropdown"
|
|
2229
2229
|
},
|
|
2230
2230
|
"attributesDropdown.valuesLimiting.countAttribute": {
|
|
2231
|
-
"
|
|
2232
|
-
"
|
|
2231
|
+
"value": "Count of {attribute}",
|
|
2232
|
+
"comment": "Label for count aggregation of an attribute in metric selection dropdown"
|
|
2233
2233
|
},
|
|
2234
2234
|
"attributesDropdown.valuesLimiting.metricsEmpty": {
|
|
2235
|
-
"
|
|
2236
|
-
"
|
|
2235
|
+
"value": "No more items to add.",
|
|
2236
|
+
"comment": "Text shown when all items were used and there is none offered in the list."
|
|
2237
2237
|
},
|
|
2238
2238
|
"attributesDropdown.valuesLimiting.unknownItem": {
|
|
2239
|
-
"
|
|
2240
|
-
"
|
|
2239
|
+
"value": "Unknown item",
|
|
2240
|
+
"comment": "The title of item in the list that does not have a title."
|
|
2241
2241
|
},
|
|
2242
2242
|
"attributesDropdown.valuesLimiting.searchNoMatch": {
|
|
2243
|
-
"
|
|
2244
|
-
"
|
|
2243
|
+
"value": "No matching item was found.",
|
|
2244
|
+
"comment": "Text shown when entered search term do not match any item in the list."
|
|
2245
2245
|
},
|
|
2246
2246
|
"attributesDropdown.valuesLimiting.filtersEmpty": {
|
|
2247
|
-
"
|
|
2248
|
-
"
|
|
2247
|
+
"value": "No more dashboard filters to add.",
|
|
2248
|
+
"comment": "Text shown when all dashboard filters were used and there is none offered in the list."
|
|
2249
2249
|
},
|
|
2250
2250
|
"attributesDropdown.valuesLimiting.addFilters.title": {
|
|
2251
|
-
"
|
|
2252
|
-
"
|
|
2251
|
+
"value": "Dashboard filter",
|
|
2252
|
+
"comment": "Title of section that describe the action user can choose. The action selects an existing dashboard filter to be used as a validation items to hide attribute filter elements."
|
|
2253
2253
|
},
|
|
2254
2254
|
"attributesDropdown.valuesLimiting.addFilters.description": {
|
|
2255
|
-
"
|
|
2256
|
-
"
|
|
2255
|
+
"value": "Use an existing dashboard filter to hide irrelevant values. ",
|
|
2256
|
+
"comment": "Description of section that describe the action user can choose. The action selects an existing dashboard filter to be used as a validation items to hide attribute filter elements."
|
|
2257
2257
|
},
|
|
2258
2258
|
"attributesDropdown.valuesLimiting.addLimitingItem.title": {
|
|
2259
|
-
"
|
|
2260
|
-
"
|
|
2259
|
+
"value": "Metric",
|
|
2260
|
+
"comment": "Title of section that describe the action user can choose. The action selects an existing dashboard filter to be used as a validation items to hide attribute filter elements."
|
|
2261
2261
|
},
|
|
2262
2262
|
"attributesDropdown.valuesLimiting.addLimitingItem.description": {
|
|
2263
|
-
"
|
|
2264
|
-
"
|
|
2263
|
+
"value": "Use a metric to hide irrelevant values. Only values with non-null results for the metric are shown. <a>Learn more</a>",
|
|
2264
|
+
"comment": "Description of using metrics to filter attribute values, with a learn more link"
|
|
2265
2265
|
},
|
|
2266
2266
|
"attributesDropdown.valuesLimiting.commonDateFilterTitle": {
|
|
2267
|
-
"
|
|
2268
|
-
"
|
|
2267
|
+
"value": "{dateFilterTitle} as {dataSetTitle}",
|
|
2268
|
+
"comment": "Format for displaying a date filter and its dataset in the filter selection"
|
|
2269
2269
|
},
|
|
2270
2270
|
"attributesDropdown.valuesLimiting.addDateTitle": {
|
|
2271
|
-
"
|
|
2272
|
-
"
|
|
2271
|
+
"value": "Choose date",
|
|
2272
|
+
"comment": "Dialog title for selecting date filters to limit attribute values"
|
|
2273
2273
|
},
|
|
2274
2274
|
"attributesDropdown.valuesLimiting.disableDateFilter": {
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2275
|
+
"value": "Filter not available: The <strong>{dateFilterTitle}</strong> filter is already using this date dataset.",
|
|
2276
|
+
"comment": "Error message shown when a date filter is already in use elsewhere"
|
|
2277
2277
|
},
|
|
2278
2278
|
"attributesDropdown.valuesLimiting.disableDataSet": {
|
|
2279
|
-
"
|
|
2280
|
-
"
|
|
2279
|
+
"value": "Date dataset not available: The <strong>{dateFilterTitle}</strong> filter is already using this date dataset.",
|
|
2280
|
+
"comment": "Error message shown when a date dataset is already in use by another filter"
|
|
2281
2281
|
},
|
|
2282
2282
|
"filters.filterViews.dropdown.buttonEmpty": {
|
|
2283
|
-
"
|
|
2284
|
-
"
|
|
2283
|
+
"value": "My views",
|
|
2284
|
+
"comment": "Title of the dropdown button that opens list of filter views (saved values) saved by the user."
|
|
2285
2285
|
},
|
|
2286
2286
|
"filters.filterViews.dropdown.button": {
|
|
2287
|
-
"
|
|
2288
|
-
"
|
|
2287
|
+
"value": "My views ({count})",
|
|
2288
|
+
"comment": "Dropdown button label showing number of saved filter views"
|
|
2289
2289
|
},
|
|
2290
2290
|
"filters.filterViews.dropdown.title": {
|
|
2291
|
-
"
|
|
2292
|
-
"
|
|
2291
|
+
"value": "My saved views",
|
|
2292
|
+
"comment": "Title of the dropdown with list of filter views (saved values) saved by the user."
|
|
2293
2293
|
},
|
|
2294
2294
|
"filters.filterViews.dropdown.setAsDefault": {
|
|
2295
|
-
"
|
|
2296
|
-
"
|
|
2295
|
+
"value": "Set as default",
|
|
2296
|
+
"comment": "Label of button that sets the filter view as default one."
|
|
2297
2297
|
},
|
|
2298
2298
|
"filters.filterViews.dropdown.setAsDefault.ariaLabel": {
|
|
2299
|
-
"
|
|
2300
|
-
"
|
|
2299
|
+
"value": "Set {name} as default",
|
|
2300
|
+
"comment": "The screen reader title for the button that sets the filter view as default one."
|
|
2301
2301
|
},
|
|
2302
2302
|
"filters.filterViews.dropdown.unsetAsDefault": {
|
|
2303
|
-
"
|
|
2304
|
-
"
|
|
2303
|
+
"value": "Unset as default",
|
|
2304
|
+
"comment": "Label of button that unsets the filter view as default one."
|
|
2305
2305
|
},
|
|
2306
2306
|
"filters.filterViews.dropdown.unsetAsDefault.ariaLabel": {
|
|
2307
|
-
"
|
|
2308
|
-
"
|
|
2307
|
+
"value": "Unset {name} as default",
|
|
2308
|
+
"comment": "The screen reader title for the button that unsets the filter view as default one."
|
|
2309
2309
|
},
|
|
2310
2310
|
"filters.filterViews.dropdown.isDefault": {
|
|
2311
|
-
"
|
|
2312
|
-
"
|
|
2311
|
+
"value": "(default)",
|
|
2312
|
+
"comment": "Text displayed next to the name of the filter view if it was marked as a default one."
|
|
2313
2313
|
},
|
|
2314
2314
|
"filters.filterViews.dropdown.tooltip": {
|
|
2315
|
-
"
|
|
2316
|
-
"
|
|
2315
|
+
"value": "<p>Views are saved sets of filters that let you quickly return to a specific filter state.</p><p>If you set a view as the default, it will apply automatically every time you open the dashboard.</p>",
|
|
2316
|
+
"comment": "Tooltip explaining the purpose and behavior of saved filter views"
|
|
2317
2317
|
},
|
|
2318
2318
|
"filters.filterViews.dropdown.newButton": {
|
|
2319
|
-
"
|
|
2320
|
-
"
|
|
2319
|
+
"value": "Create view",
|
|
2320
|
+
"comment": "Label of button that adds a new item to the list"
|
|
2321
2321
|
},
|
|
2322
2322
|
"filters.filterViews.dropdown.emptyList": {
|
|
2323
|
-
"
|
|
2324
|
-
"
|
|
2323
|
+
"value": "You haven't saved any views for this dashboard.",
|
|
2324
|
+
"comment": "Text shown when list of views does not have any items in it."
|
|
2325
2325
|
},
|
|
2326
2326
|
"filters.filterViews.toast.viewSaved": {
|
|
2327
|
-
"
|
|
2328
|
-
"
|
|
2327
|
+
"value": "Great! Your view is saved.",
|
|
2328
|
+
"comment": "Text shown when filter view was saved."
|
|
2329
2329
|
},
|
|
2330
2330
|
"filters.filterViews.toast.viewDeleted": {
|
|
2331
|
-
"
|
|
2332
|
-
"
|
|
2331
|
+
"value": "Great! We deleted your view.",
|
|
2332
|
+
"comment": "Text shown when filter view was deleted."
|
|
2333
2333
|
},
|
|
2334
2334
|
"filters.filterViews.toast.viewApplied": {
|
|
2335
|
-
"
|
|
2336
|
-
"
|
|
2335
|
+
"value": "Great! Your view is applied.",
|
|
2336
|
+
"comment": "Text shown when filter view was applied."
|
|
2337
2337
|
},
|
|
2338
2338
|
"filters.filterViews.toast.viewSetAsDefault": {
|
|
2339
|
-
"
|
|
2340
|
-
"
|
|
2339
|
+
"value": "Great! Your view is set as default.",
|
|
2340
|
+
"comment": "Text shown when filter view was saved as a default one."
|
|
2341
2341
|
},
|
|
2342
2342
|
"filters.filterViews.toast.viewUnsetAsDefault": {
|
|
2343
|
-
"
|
|
2344
|
-
"
|
|
2343
|
+
"value": "Great! Your view is no longer set as default.",
|
|
2344
|
+
"comment": "Text shown when filter view was saved as a default one."
|
|
2345
2345
|
},
|
|
2346
2346
|
"filters.filterViews.toast.viewNotSaved": {
|
|
2347
|
-
"
|
|
2348
|
-
"
|
|
2347
|
+
"value": "Failure! Your view was not saved. Please try again.",
|
|
2348
|
+
"comment": "Text shown when filter view was not saved."
|
|
2349
2349
|
},
|
|
2350
2350
|
"filters.filterViews.toast.viewNotDeleted": {
|
|
2351
|
-
"
|
|
2352
|
-
"
|
|
2351
|
+
"value": "Failure! Your view was not deleted. Please try again.",
|
|
2352
|
+
"comment": "Text shown when filter view was not deleted."
|
|
2353
2353
|
},
|
|
2354
2354
|
"filters.filterViews.toast.viewNotSetAsDefault": {
|
|
2355
|
-
"
|
|
2356
|
-
"
|
|
2355
|
+
"value": "Failure! Your view was not set as default. Please try again.",
|
|
2356
|
+
"comment": "Text shown when filter view was not saved as a default one."
|
|
2357
2357
|
},
|
|
2358
2358
|
"filters.filterViews.toast.viewNotUnsetAsDefault": {
|
|
2359
|
-
"
|
|
2360
|
-
"
|
|
2359
|
+
"value": "Failure! Your view is still set as default. Please try again.",
|
|
2360
|
+
"comment": "Text shown when filter view was not saved as a default one."
|
|
2361
2361
|
},
|
|
2362
2362
|
"filters.filterViews.toast.viewNotApplied": {
|
|
2363
|
-
"
|
|
2364
|
-
"
|
|
2363
|
+
"value": "Failure! Your view was not applied. Please try again.",
|
|
2364
|
+
"comment": "Text shown when filter view was not applied."
|
|
2365
2365
|
},
|
|
2366
2366
|
"filters.filterViews.list.ariaLabel.withActions": {
|
|
2367
|
-
"
|
|
2368
|
-
"
|
|
2367
|
+
"value": "List of saved views. Use the right arrow key to move to the ‘Set as default’ action, then to the ‘delete’ action.",
|
|
2368
|
+
"comment": "Screen reader description for the list of saved views. Includes the possible keyboard actions."
|
|
2369
2369
|
},
|
|
2370
2370
|
"filters.filterViews.list.ariaLabel.noActions": {
|
|
2371
|
-
"
|
|
2372
|
-
"
|
|
2371
|
+
"value": "List of saved views",
|
|
2372
|
+
"comment": "Screen reader description for the list of saved views when there are no actions available."
|
|
2373
2373
|
},
|
|
2374
2374
|
"filters.filterViews.add.title": {
|
|
2375
|
-
"
|
|
2376
|
-
"
|
|
2375
|
+
"value": "Create view",
|
|
2376
|
+
"comment": "Title of the dropdown with form that creates a new saved filter view."
|
|
2377
2377
|
},
|
|
2378
2378
|
"filters.filterViews.add.nameLabel": {
|
|
2379
|
-
"
|
|
2380
|
-
"
|
|
2379
|
+
"value": "Name",
|
|
2380
|
+
"comment": "Label of the input field used to enter the name of the saved filter view."
|
|
2381
2381
|
},
|
|
2382
2382
|
"filters.filterViews.add.namePlaceholder": {
|
|
2383
|
-
"
|
|
2384
|
-
"
|
|
2383
|
+
"value": "Untitled view",
|
|
2384
|
+
"comment": "Placeholder of the input field used to enter the name of the saved filter view."
|
|
2385
2385
|
},
|
|
2386
2386
|
"filters.filterViews.add.setAsDefaultLabel": {
|
|
2387
|
-
"
|
|
2388
|
-
"
|
|
2387
|
+
"value": "Set as default",
|
|
2388
|
+
"comment": "Label of checkbox that marks the view as a default one."
|
|
2389
2389
|
},
|
|
2390
2390
|
"filters.filterViews.add.deleteTooltip": {
|
|
2391
|
-
"
|
|
2392
|
-
"
|
|
2391
|
+
"value": "Delete",
|
|
2392
|
+
"comment": "Tooltip shown when user hovers over delete item icon."
|
|
2393
2393
|
},
|
|
2394
2394
|
"filters.filterViews.add.deleteTooltip.ariaLabel": {
|
|
2395
|
-
"
|
|
2396
|
-
"
|
|
2395
|
+
"value": "Delete {name}",
|
|
2396
|
+
"comment": "Screen reader description for the delete item icon."
|
|
2397
2397
|
},
|
|
2398
2398
|
"filters.filterViews.add.hint": {
|
|
2399
|
-
"
|
|
2400
|
-
"
|
|
2399
|
+
"value": "All current dashboard filters will be included.",
|
|
2400
|
+
"comment": "Hint in the form that creates a new dashboard filter view."
|
|
2401
2401
|
},
|
|
2402
2402
|
"filters.filterViews.add.saveButton": {
|
|
2403
|
-
"
|
|
2404
|
-
"
|
|
2403
|
+
"value": "Save",
|
|
2404
|
+
"comment": "Label of the button that saves the form."
|
|
2405
2405
|
},
|
|
2406
2406
|
"filters.filterViews.add.cancelButton": {
|
|
2407
|
-
"
|
|
2408
|
-
"
|
|
2407
|
+
"value": "Cancel",
|
|
2408
|
+
"comment": "Label of the button that cancels the form changes."
|
|
2409
2409
|
},
|
|
2410
2410
|
"filters.filterViews.delete.title": {
|
|
2411
|
-
"
|
|
2412
|
-
"
|
|
2411
|
+
"value": "Delete view?",
|
|
2412
|
+
"comment": "Label of the dialog that confirms deletion of the filter view entity."
|
|
2413
2413
|
},
|
|
2414
2414
|
"filters.filterViews.delete.body": {
|
|
2415
|
-
"
|
|
2416
|
-
"
|
|
2415
|
+
"value": "Your view <b>{view}</b> will be permanently deleted.",
|
|
2416
|
+
"comment": "Confirmation dialog for deleting a filter view. The <b> tags emphasize the view name, and {view} placeholder shows the specific filter view being deleted."
|
|
2417
2417
|
},
|
|
2418
2418
|
"filters.filterViews.delete.deleteButton": {
|
|
2419
|
-
"
|
|
2420
|
-
"
|
|
2419
|
+
"value": "Delete",
|
|
2420
|
+
"comment": "Label of the button that deletes the filter view."
|
|
2421
2421
|
},
|
|
2422
2422
|
"filters.filterViews.delete.cancelButton": {
|
|
2423
|
-
"
|
|
2424
|
-
"
|
|
2423
|
+
"value": "Cancel",
|
|
2424
|
+
"comment": "Label of the button that cancels and closes the dialog."
|
|
2425
2425
|
},
|
|
2426
2426
|
"filters.filterViews.tooltip.ariaLabel": {
|
|
2427
|
-
"
|
|
2428
|
-
"
|
|
2427
|
+
"value": "Information about Saved Views",
|
|
2428
|
+
"comment": "Aria label of the Filter Views tooltip."
|
|
2429
2429
|
},
|
|
2430
2430
|
"insightAlert.config.action.edit": {
|
|
2431
|
-
"
|
|
2432
|
-
"
|
|
2431
|
+
"value": "Edit",
|
|
2432
|
+
"comment": "Action in alert configuration"
|
|
2433
2433
|
},
|
|
2434
2434
|
"insightAlert.config.action.pause": {
|
|
2435
|
-
"
|
|
2436
|
-
"
|
|
2435
|
+
"value": "Pause",
|
|
2436
|
+
"comment": "Action in alert configuration"
|
|
2437
2437
|
},
|
|
2438
2438
|
"insightAlert.config.action.resume": {
|
|
2439
|
-
"
|
|
2440
|
-
"
|
|
2439
|
+
"value": "Unpause",
|
|
2440
|
+
"comment": "Action in alert configuration"
|
|
2441
2441
|
},
|
|
2442
2442
|
"insightAlert.config.action.delete": {
|
|
2443
|
-
"
|
|
2444
|
-
"
|
|
2443
|
+
"value": "Delete",
|
|
2444
|
+
"comment": "Action in alert configuration"
|
|
2445
2445
|
},
|
|
2446
2446
|
"insightAlert.config.comparisonOperator.lessThan": {
|
|
2447
|
-
"
|
|
2448
|
-
"
|
|
2447
|
+
"value": "Is less than",
|
|
2448
|
+
"comment": "Comparison operator in alert configuration"
|
|
2449
2449
|
},
|
|
2450
2450
|
"insightAlert.config.comparisonOperator.lessThanOrEquals": {
|
|
2451
|
-
"
|
|
2452
|
-
"
|
|
2451
|
+
"value": "Is less than or equal to",
|
|
2452
|
+
"comment": "Comparison operator in alert configuration"
|
|
2453
2453
|
},
|
|
2454
2454
|
"insightAlert.config.comparisonOperator.greaterThan": {
|
|
2455
|
-
"
|
|
2456
|
-
"
|
|
2455
|
+
"value": "Is greater than",
|
|
2456
|
+
"comment": "Comparison operator in alert configuration"
|
|
2457
2457
|
},
|
|
2458
2458
|
"insightAlert.config.comparisonOperator.greaterThanOrEquals": {
|
|
2459
|
-
"
|
|
2460
|
-
"
|
|
2459
|
+
"value": "Is greater than or equal to",
|
|
2460
|
+
"comment": "Comparison operator in alert configuration"
|
|
2461
2461
|
},
|
|
2462
2462
|
"insightAlert.config.changeOperator.header": {
|
|
2463
|
-
"
|
|
2464
|
-
"
|
|
2463
|
+
"value": "CHANGE %",
|
|
2464
|
+
"comment": "Header label for the percentage change operator in alert configuration"
|
|
2465
2465
|
},
|
|
2466
2466
|
"insightAlert.config.changeOperator.header.info": {
|
|
2467
|
-
"
|
|
2468
|
-
"
|
|
2467
|
+
"value": "Change{spacer}Calculates the relative change between primary (current time period) and secondary (previous time period) metric values.{spacer}FORMULA{spacer}(Primary - Secondary) / Secondary",
|
|
2468
|
+
"comment": "Description and formula for the percentage change calculation in alert configuration. {spacer} is a placeholder for line breaks."
|
|
2469
2469
|
},
|
|
2470
2470
|
"insightAlert.config.differenceOperator.header": {
|
|
2471
|
-
"
|
|
2472
|
-
"
|
|
2471
|
+
"value": "DIFFERENCE #",
|
|
2472
|
+
"comment": "Header label for the numeric difference operator in alert configuration"
|
|
2473
2473
|
},
|
|
2474
2474
|
"insightAlert.config.differenceOperator.header.info": {
|
|
2475
|
-
"
|
|
2476
|
-
"
|
|
2475
|
+
"value": "Difference{spacer}Calculates the net difference between primary (current time period) and secondary (previous time period) metric values.{spacer}FORMULA{spacer}Primary - Secondary",
|
|
2476
|
+
"comment": "Description and formula for the numeric difference calculation in alert configuration. {spacer} is a placeholder for line breaks."
|
|
2477
2477
|
},
|
|
2478
2478
|
"insightAlert.config.aiOperator.header": {
|
|
2479
|
-
"
|
|
2480
|
-
"
|
|
2479
|
+
"value": "AI",
|
|
2480
|
+
"comment": "Header label for the AI operators in alert configuration"
|
|
2481
2481
|
},
|
|
2482
2482
|
"insightAlert.config.aiOperator.header.info": {
|
|
2483
|
-
"
|
|
2484
|
-
"
|
|
2483
|
+
"value": "All AI operators are based on the AI functions.",
|
|
2484
|
+
"comment": "Header info for the AI operators in alert configuration"
|
|
2485
2485
|
},
|
|
2486
2486
|
"insightAlert.config.anomalyDetection": {
|
|
2487
|
-
"
|
|
2488
|
-
"
|
|
2487
|
+
"value": "Has an anomaly",
|
|
2488
|
+
"comment": "Description and formula for the anomaly detection calculation in alert configuration."
|
|
2489
2489
|
},
|
|
2490
2490
|
"insightAlert.config.sensitivity": {
|
|
2491
|
-
"
|
|
2492
|
-
"
|
|
2491
|
+
"value": "Sensitivity",
|
|
2492
|
+
"comment": "Sensitivity for anomaly detection in alert configuration."
|
|
2493
2493
|
},
|
|
2494
2494
|
"insightAlert.config.sensitivity.low": {
|
|
2495
|
-
"
|
|
2496
|
-
"
|
|
2495
|
+
"value": "Low",
|
|
2496
|
+
"comment": "Low sensitivity for anomaly detection in alert configuration."
|
|
2497
2497
|
},
|
|
2498
2498
|
"insightAlert.config.sensitivity.medium": {
|
|
2499
|
-
"
|
|
2500
|
-
"
|
|
2499
|
+
"value": "Medium",
|
|
2500
|
+
"comment": "Medium sensitivity for anomaly detection in alert configuration."
|
|
2501
2501
|
},
|
|
2502
2502
|
"insightAlert.config.sensitivity.high": {
|
|
2503
|
-
"
|
|
2504
|
-
"
|
|
2503
|
+
"value": "High",
|
|
2504
|
+
"comment": "High sensitivity for anomaly detection in alert configuration."
|
|
2505
2505
|
},
|
|
2506
2506
|
"insightAlert.config.granularity": {
|
|
2507
|
-
"
|
|
2508
|
-
"
|
|
2507
|
+
"value": "Group by",
|
|
2508
|
+
"comment": "Granularity for anomaly detection in alert configuration."
|
|
2509
2509
|
},
|
|
2510
2510
|
"insightAlert.config.granularity.tooltip": {
|
|
2511
|
-
"
|
|
2512
|
-
"
|
|
2511
|
+
"value": "Set how the data is aggregated before checking for anomalies.",
|
|
2512
|
+
"comment": "Granularity label tooltip in alert configuration."
|
|
2513
2513
|
},
|
|
2514
2514
|
"insightAlert.config.granularity.hour": {
|
|
2515
|
-
"
|
|
2516
|
-
"
|
|
2515
|
+
"value": "Hours",
|
|
2516
|
+
"comment": "Granularity for anomaly detection in alert configuration."
|
|
2517
2517
|
},
|
|
2518
2518
|
"insightAlert.config.granularity.day": {
|
|
2519
|
-
"
|
|
2520
|
-
"
|
|
2519
|
+
"value": "Days",
|
|
2520
|
+
"comment": "Granularity for anomaly detection in alert configuration."
|
|
2521
2521
|
},
|
|
2522
2522
|
"insightAlert.config.granularity.week": {
|
|
2523
|
-
"
|
|
2524
|
-
"
|
|
2523
|
+
"value": "Weeks",
|
|
2524
|
+
"comment": "Granularity for anomaly detection in alert configuration."
|
|
2525
2525
|
},
|
|
2526
2526
|
"insightAlert.config.granularity.month": {
|
|
2527
|
-
"
|
|
2528
|
-
"
|
|
2527
|
+
"value": "Months",
|
|
2528
|
+
"comment": "Granularity for anomaly detection in alert configuration."
|
|
2529
2529
|
},
|
|
2530
2530
|
"insightAlert.config.granularity.quarter": {
|
|
2531
|
-
"
|
|
2532
|
-
"
|
|
2531
|
+
"value": "Quarters",
|
|
2532
|
+
"comment": "Granularity for anomaly detection in alert configuration."
|
|
2533
2533
|
},
|
|
2534
2534
|
"insightAlert.config.granularity.year": {
|
|
2535
|
-
"
|
|
2536
|
-
"
|
|
2535
|
+
"value": "Years",
|
|
2536
|
+
"comment": "Granularity for anomaly detection in alert configuration."
|
|
2537
2537
|
},
|
|
2538
2538
|
"insightAlert.config.changeOperator.increasesBy": {
|
|
2539
|
-
"
|
|
2540
|
-
"
|
|
2539
|
+
"value": "Increases by",
|
|
2540
|
+
"comment": "Alert condition for when a metric's percentage change increases by a specified amount"
|
|
2541
2541
|
},
|
|
2542
2542
|
"insightAlert.config.changeOperator.decreasesBy": {
|
|
2543
|
-
"
|
|
2544
|
-
"
|
|
2543
|
+
"value": "Decreases by",
|
|
2544
|
+
"comment": "Alert condition for when a metric's percentage change decreases by a specified amount"
|
|
2545
2545
|
},
|
|
2546
2546
|
"insightAlert.config.changeOperator.changesBy": {
|
|
2547
|
-
"
|
|
2548
|
-
"
|
|
2547
|
+
"value": "Changes by",
|
|
2548
|
+
"comment": "Alert condition for when a metric's percentage change (either increase or decrease) exceeds a specified amount"
|
|
2549
2549
|
},
|
|
2550
2550
|
"insightAlert.config.differenceOperator.increasesBy": {
|
|
2551
|
-
"
|
|
2552
|
-
"
|
|
2551
|
+
"value": "Increases by",
|
|
2552
|
+
"comment": "Alert condition for when a metric's numeric value increases by a specified amount"
|
|
2553
2553
|
},
|
|
2554
2554
|
"insightAlert.config.differenceOperator.decreasesBy": {
|
|
2555
|
-
"
|
|
2556
|
-
"
|
|
2555
|
+
"value": "Decreases by",
|
|
2556
|
+
"comment": "Alert condition for when a metric's numeric value decreases by a specified amount"
|
|
2557
2557
|
},
|
|
2558
2558
|
"insightAlert.config.differenceOperator.changesBy": {
|
|
2559
|
-
"
|
|
2560
|
-
"
|
|
2559
|
+
"value": "Changes by",
|
|
2560
|
+
"comment": "Alert condition for when a metric's numeric value changes (either increases or decreases) by a specified amount"
|
|
2561
2561
|
},
|
|
2562
2562
|
"insightAlert.config.alerts": {
|
|
2563
|
-
"
|
|
2564
|
-
"
|
|
2563
|
+
"value": "Alerts",
|
|
2564
|
+
"comment": "Title of the section in insight configuration"
|
|
2565
2565
|
},
|
|
2566
2566
|
"insightAlert.config.alerts.empty": {
|
|
2567
|
-
"
|
|
2568
|
-
"
|
|
2567
|
+
"value": "There are no alerts for this visualization.",
|
|
2568
|
+
"comment": "Text shown when there are no alerts for this visualization."
|
|
2569
2569
|
},
|
|
2570
2570
|
"insightAlert.config.noAlertMeasures": {
|
|
2571
|
-
"
|
|
2572
|
-
"
|
|
2571
|
+
"value": "Alerts",
|
|
2572
|
+
"comment": "Text shown when there are no metrics available for the insight"
|
|
2573
2573
|
},
|
|
2574
2574
|
"insightAlert.config.noAlertMeasures.title": {
|
|
2575
|
-
"
|
|
2576
|
-
"
|
|
2575
|
+
"value": "No metrics available for alerting.",
|
|
2576
|
+
"comment": "Message shown when a visualization has no metrics that can be used for alert configuration"
|
|
2577
2577
|
},
|
|
2578
2578
|
"insightAlert.config.noAlertMeasures.description": {
|
|
2579
|
-
"
|
|
2580
|
-
"
|
|
2579
|
+
"value": "Please add a metric to enable alerting.",
|
|
2580
|
+
"comment": "Instruction shown when alerts cannot be created due to missing metrics"
|
|
2581
2581
|
},
|
|
2582
2582
|
"insightAlert.config.createAlert": {
|
|
2583
|
-
"
|
|
2584
|
-
"
|
|
2583
|
+
"value": "Create alert",
|
|
2584
|
+
"comment": "Title of the section in insight configuration"
|
|
2585
2585
|
},
|
|
2586
2586
|
"insightAlert.config.editAlert": {
|
|
2587
|
-
"
|
|
2588
|
-
"
|
|
2587
|
+
"value": "Edit alert",
|
|
2588
|
+
"comment": "Title of the section in insight configuration"
|
|
2589
2589
|
},
|
|
2590
2590
|
"insightAlert.config.title": {
|
|
2591
|
-
"
|
|
2592
|
-
"
|
|
2591
|
+
"value": "Configuration",
|
|
2592
|
+
"comment": "Title of the section in insight configuration"
|
|
2593
2593
|
},
|
|
2594
2594
|
"insightAlert.config.trigger": {
|
|
2595
|
-
"
|
|
2596
|
-
"
|
|
2595
|
+
"value": "Trigger",
|
|
2596
|
+
"comment": "Title of the section in insight configuration"
|
|
2597
2597
|
},
|
|
2598
2598
|
"insightAlert.config.metric": {
|
|
2599
|
-
"
|
|
2600
|
-
"
|
|
2599
|
+
"value": "Metric",
|
|
2600
|
+
"comment": "Label of the metric select dropdown"
|
|
2601
2601
|
},
|
|
2602
2602
|
"insightAlert.config.trigger.tooltip": {
|
|
2603
|
-
"
|
|
2604
|
-
"
|
|
2603
|
+
"value": "How often to trigger the alert when the condition is met.",
|
|
2604
|
+
"comment": "Tooltip for alert trigger configuration"
|
|
2605
2605
|
},
|
|
2606
2606
|
"insightAlert.config.action": {
|
|
2607
|
-
"
|
|
2608
|
-
"
|
|
2607
|
+
"value": "Action",
|
|
2608
|
+
"comment": "Title of the section in insight configuration"
|
|
2609
2609
|
},
|
|
2610
2610
|
"insightAlert.config.name": {
|
|
2611
|
-
"
|
|
2612
|
-
"
|
|
2611
|
+
"value": "Name",
|
|
2612
|
+
"comment": "Title of the section in insight configuration"
|
|
2613
2613
|
},
|
|
2614
2614
|
"insightAlert.config.accessibility.title": {
|
|
2615
|
-
"
|
|
2616
|
-
"
|
|
2615
|
+
"value": "Custom name of the alert",
|
|
2616
|
+
"comment": "Title of the section in insight configuration"
|
|
2617
2617
|
},
|
|
2618
2618
|
"insightAlert.config.when": {
|
|
2619
|
-
"
|
|
2620
|
-
"
|
|
2619
|
+
"value": "When",
|
|
2620
|
+
"comment": "Title of the section in insight configuration"
|
|
2621
2621
|
},
|
|
2622
2622
|
"insightAlert.config.for": {
|
|
2623
|
-
"
|
|
2624
|
-
"
|
|
2623
|
+
"value": "For",
|
|
2624
|
+
"comment": "Title of the section in insight configuration"
|
|
2625
2625
|
},
|
|
2626
2626
|
"insightAlert.config.condition": {
|
|
2627
|
-
"
|
|
2628
|
-
"
|
|
2627
|
+
"value": "Condition",
|
|
2628
|
+
"comment": "Title of the section in insight configuration"
|
|
2629
2629
|
},
|
|
2630
2630
|
"insightAlert.config.threshold": {
|
|
2631
|
-
"
|
|
2632
|
-
"
|
|
2631
|
+
"value": "Threshold",
|
|
2632
|
+
"comment": "Title of the section in insight configuration"
|
|
2633
2633
|
},
|
|
2634
2634
|
"insightAlert.config.comparison": {
|
|
2635
|
-
"
|
|
2636
|
-
"
|
|
2635
|
+
"value": "Comparison",
|
|
2636
|
+
"comment": "Title of the section in insight configuration"
|
|
2637
2637
|
},
|
|
2638
2638
|
"insightAlert.config.recipients": {
|
|
2639
|
-
"
|
|
2640
|
-
"
|
|
2639
|
+
"value": "Recipients",
|
|
2640
|
+
"comment": "Title of the section in insight configuration"
|
|
2641
2641
|
},
|
|
2642
2642
|
"insightAlert.config.do": {
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2643
|
+
"value": "Do",
|
|
2644
|
+
"comment": "Title of the section in insight configuration"
|
|
2645
2645
|
},
|
|
2646
2646
|
"insightAlert.config.warning.destination": {
|
|
2647
|
-
"
|
|
2648
|
-
"
|
|
2647
|
+
"value": "The selected destination only supports sending the alert to yourself.",
|
|
2648
|
+
"comment": "Alert warning message"
|
|
2649
2649
|
},
|
|
2650
2650
|
"insightAlert.config.filters": {
|
|
2651
|
-
"
|
|
2652
|
-
"
|
|
2651
|
+
"value": "using {n} {n, plural, one {filter} other {filters}}",
|
|
2652
|
+
"comment": "Text showing how many filters are being used in an alert configuration. The placeholder {n} will be replaced with a number and the word 'filter' will be pluralized accordingly. Examples: 'using 1 filter', 'using 3 filters'."
|
|
2653
2653
|
},
|
|
2654
2654
|
"insightAlert.config.and": {
|
|
2655
|
-
"
|
|
2656
|
-
"
|
|
2655
|
+
"value": "and",
|
|
2656
|
+
"comment": "This is a part of sentence 'for This month and 1 filter'"
|
|
2657
2657
|
},
|
|
2658
2658
|
"insightAlert.config.for.filter": {
|
|
2659
|
-
"
|
|
2660
|
-
"
|
|
2659
|
+
"value": "for {granularity}",
|
|
2660
|
+
"comment": "This is a part of sentence 'for This month and 1 filter'"
|
|
2661
2661
|
},
|
|
2662
2662
|
"insightAlert.config.filters.info": {
|
|
2663
|
-
"
|
|
2664
|
-
"
|
|
2663
|
+
"value": "Alerts respect the dashboard filters as set at the time of their creation.{spacer}To modify the time period used for comparison, adjust the date filter.",
|
|
2664
|
+
"comment": "Alerts configuration info message"
|
|
2665
2665
|
},
|
|
2666
2666
|
"insightAlert.config.compare_with_sp": {
|
|
2667
|
-
"
|
|
2668
|
-
"
|
|
2667
|
+
"value": "same period previous year",
|
|
2668
|
+
"comment": "Comparison option for alerts to compare with the same period in the previous year"
|
|
2669
2669
|
},
|
|
2670
2670
|
"insightAlert.config.compare_with_pp": {
|
|
2671
|
-
"
|
|
2672
|
-
"
|
|
2671
|
+
"value": "previous period",
|
|
2672
|
+
"comment": "Comparison option for alerts to compare with the immediately preceding time period"
|
|
2673
2673
|
},
|
|
2674
2674
|
"insightAlert.config.compare_with_sp_granularity": {
|
|
2675
|
-
"
|
|
2676
|
-
"
|
|
2675
|
+
"value": "same {period} previous year",
|
|
2676
|
+
"comment": "Comparison option with dynamic time period. The {period} placeholder shows the specific time comparison (e.g., 'same month previous year')."
|
|
2677
2677
|
},
|
|
2678
2678
|
"insightAlert.config.compare_with_pp_granularity": {
|
|
2679
|
-
"
|
|
2680
|
-
"
|
|
2679
|
+
"value": "previous {period}",
|
|
2680
|
+
"comment": "Comparison option with dynamic time period. The {period} placeholder shows the specific time comparison (e.g., 'previous month')."
|
|
2681
2681
|
},
|
|
2682
2682
|
"insightAlert.config.addAlert": {
|
|
2683
|
-
"
|
|
2684
|
-
"
|
|
2683
|
+
"value": "Add alert",
|
|
2684
|
+
"comment": "Button label for creating a new alert on a visualization"
|
|
2685
2685
|
},
|
|
2686
2686
|
"insightAlert.config.triggerMode.always": {
|
|
2687
|
-
"
|
|
2688
|
-
"
|
|
2687
|
+
"value": "Every time",
|
|
2688
|
+
"comment": "Alert trigger option to send notification every time the condition is met"
|
|
2689
2689
|
},
|
|
2690
2690
|
"insightAlert.config.triggerMode.once": {
|
|
2691
|
-
"
|
|
2692
|
-
"
|
|
2691
|
+
"value": "Once, then pause",
|
|
2692
|
+
"comment": "Alert trigger option to send notification only once when condition is met, then automatically pause"
|
|
2693
2693
|
},
|
|
2694
2694
|
"insightAlert.config.delete.success": {
|
|
2695
|
-
"
|
|
2696
|
-
"
|
|
2695
|
+
"value": "Success. The alert has been deleted.",
|
|
2696
|
+
"comment": "Success notification shown after deleting an alert"
|
|
2697
2697
|
},
|
|
2698
2698
|
"insightAlert.config.resume.success": {
|
|
2699
|
-
"
|
|
2700
|
-
"
|
|
2699
|
+
"value": "Success. The alert has been resumed.",
|
|
2700
|
+
"comment": "Success notification shown after resuming a paused alert"
|
|
2701
2701
|
},
|
|
2702
2702
|
"insightAlert.config.pause.success": {
|
|
2703
|
-
"
|
|
2704
|
-
"
|
|
2703
|
+
"value": "Success. The alert has been paused.",
|
|
2704
|
+
"comment": "Success notification shown after pausing an active alert"
|
|
2705
2705
|
},
|
|
2706
2706
|
"insightAlert.config.update.success": {
|
|
2707
|
-
"
|
|
2708
|
-
"
|
|
2707
|
+
"value": "Success. The alert has been updated.",
|
|
2708
|
+
"comment": "Success notification shown after modifying an existing alert"
|
|
2709
2709
|
},
|
|
2710
2710
|
"insightAlert.config.add.success": {
|
|
2711
|
-
"
|
|
2712
|
-
"
|
|
2711
|
+
"value": "Success. The alert has been added.",
|
|
2712
|
+
"comment": "Success notification shown after creating a new alert"
|
|
2713
2713
|
},
|
|
2714
2714
|
"insightAlert.config.delete.title": {
|
|
2715
|
-
"
|
|
2716
|
-
"
|
|
2715
|
+
"value": "Delete alert?",
|
|
2716
|
+
"comment": "Confirmation dialog title when deleting an alert"
|
|
2717
2717
|
},
|
|
2718
2718
|
"insightAlert.config.delete.message": {
|
|
2719
|
-
"
|
|
2720
|
-
"
|
|
2719
|
+
"value": "The alert for <b>{title}</b> will be permanently deleted, along with all its notifications.",
|
|
2720
|
+
"comment": "Warning message shown when deleting an alert, with the alert name emphasized"
|
|
2721
2721
|
},
|
|
2722
2722
|
"insightAlert.noDestination.tooltip": {
|
|
2723
|
-
"
|
|
2724
|
-
"
|
|
2723
|
+
"value": "No destination available. <a>Create a destination</a> to set up an alert.",
|
|
2724
|
+
"comment": "Tooltip shown when no alert destinations are configured, with a clickable link"
|
|
2725
2725
|
},
|
|
2726
2726
|
"insightAlert.maxAlertsReached": {
|
|
2727
|
-
"
|
|
2728
|
-
"
|
|
2727
|
+
"value": "Your organization has reached the limit of alerts. Contact your administrator to create more.",
|
|
2728
|
+
"comment": "Error message shown when organization has reached maximum number of alerts"
|
|
2729
2729
|
},
|
|
2730
2730
|
"insightAlert.executionTimestampMode": {
|
|
2731
|
-
"
|
|
2732
|
-
"
|
|
2731
|
+
"value": "To create or edit alerts, reset the dashboard date to today.",
|
|
2732
|
+
"comment": "Warning shown when trying to configure alerts with a historical date selected"
|
|
2733
2733
|
},
|
|
2734
2734
|
"insightAlert.config.loading.error": {
|
|
2735
|
-
"
|
|
2736
|
-
"
|
|
2735
|
+
"value": "Failed to load necessary information. Try again later.",
|
|
2736
|
+
"comment": "Error message shown when alert configuration data cannot be loaded"
|
|
2737
2737
|
},
|
|
2738
2738
|
"insightAlert.config.save.error": {
|
|
2739
|
-
"
|
|
2740
|
-
"
|
|
2739
|
+
"value": "Failed to save alert. Try again later.",
|
|
2740
|
+
"comment": "Error message shown when alert cannot be saved"
|
|
2741
2741
|
},
|
|
2742
2742
|
"insightAlert.config.delete.error": {
|
|
2743
|
-
"
|
|
2744
|
-
"
|
|
2743
|
+
"value": "Failed to delete alert. Try again later.",
|
|
2744
|
+
"comment": "Error message shown when alert cannot be deleted"
|
|
2745
2745
|
},
|
|
2746
2746
|
"insightAlert.config.invalid": {
|
|
2747
|
-
"
|
|
2748
|
-
"
|
|
2747
|
+
"value": "This alert configuration is incorrect. Please update it or contact your administrator.",
|
|
2748
|
+
"comment": "Error message for alert configuration"
|
|
2749
2749
|
},
|
|
2750
2750
|
"insightAlert.config.invalidWidget": {
|
|
2751
|
-
"
|
|
2752
|
-
"
|
|
2751
|
+
"value": "Error: Alert can't be sent — the source widget was deleted. Delete the alert or contact your administrator.",
|
|
2752
|
+
"comment": "Error message for alert configuration"
|
|
2753
2753
|
},
|
|
2754
2754
|
"insightAlert.config.missingThreshold": {
|
|
2755
|
-
"
|
|
2756
|
-
"
|
|
2755
|
+
"value": "Error: Required field — enter a threshold value to continue.",
|
|
2756
|
+
"comment": "Error message when threshold value is not provided in alert configuration"
|
|
2757
2757
|
},
|
|
2758
2758
|
"insightAlert.config.selectMetric": {
|
|
2759
|
-
"
|
|
2760
|
-
"
|
|
2759
|
+
"value": "Select a metric",
|
|
2760
|
+
"comment": "Label of metric select dropdown"
|
|
2761
2761
|
},
|
|
2762
2762
|
"insightAlert.config.selectAttribute": {
|
|
2763
|
-
"
|
|
2764
|
-
"
|
|
2763
|
+
"value": "All",
|
|
2764
|
+
"comment": "Label of attribute select dropdown"
|
|
2765
2765
|
},
|
|
2766
2766
|
"insightAlert.config.accessbility.input": {
|
|
2767
|
-
"
|
|
2768
|
-
"
|
|
2767
|
+
"value": "Condition value",
|
|
2768
|
+
"comment": "Accessibility label for alert threshold input field"
|
|
2769
2769
|
},
|
|
2770
2770
|
"alert.accessibility.destination.label": {
|
|
2771
|
-
"
|
|
2772
|
-
"
|
|
2771
|
+
"value": "Select how to send the alert",
|
|
2772
|
+
"comment": "Accessibility label for alert destination dropdown"
|
|
2773
2773
|
},
|
|
2774
2774
|
"granularity.this_keyword": {
|
|
2775
|
-
"
|
|
2776
|
-
"
|
|
2775
|
+
"value": "This",
|
|
2776
|
+
"comment": "Label that says 'This' in the context of time period. For example 'This month', 'This year'."
|
|
2777
2777
|
},
|
|
2778
2778
|
"granularity.year": {
|
|
2779
|
-
"
|
|
2780
|
-
"
|
|
2779
|
+
"value": "year",
|
|
2780
|
+
"comment": "Label of current selected granularity type. Is used in alert create dialog."
|
|
2781
2781
|
},
|
|
2782
2782
|
"granularity.week": {
|
|
2783
|
-
"
|
|
2784
|
-
"
|
|
2783
|
+
"value": "week",
|
|
2784
|
+
"comment": "Label of current selected granularity type. Is used in alert create dialog."
|
|
2785
2785
|
},
|
|
2786
2786
|
"granularity.quarter": {
|
|
2787
|
-
"
|
|
2788
|
-
"
|
|
2787
|
+
"value": "quarter",
|
|
2788
|
+
"comment": "Label of current selected granularity type. Is used in alert create dialog."
|
|
2789
2789
|
},
|
|
2790
2790
|
"granularity.month": {
|
|
2791
|
-
"
|
|
2792
|
-
"
|
|
2791
|
+
"value": "month",
|
|
2792
|
+
"comment": "Label of current selected granularity type. Is used in alert create dialog."
|
|
2793
2793
|
},
|
|
2794
2794
|
"granularity.date": {
|
|
2795
|
-
"
|
|
2796
|
-
"
|
|
2795
|
+
"value": "day",
|
|
2796
|
+
"comment": "Label of current selected granularity type. Is used in alert create dialog."
|
|
2797
2797
|
},
|
|
2798
2798
|
"granularity.hour": {
|
|
2799
|
-
"
|
|
2800
|
-
"
|
|
2799
|
+
"value": "hour",
|
|
2800
|
+
"comment": "Label of current selected granularity type. Is used in alert create dialog."
|
|
2801
2801
|
},
|
|
2802
2802
|
"granularity.minute": {
|
|
2803
|
-
"
|
|
2804
|
-
"
|
|
2803
|
+
"value": "minute",
|
|
2804
|
+
"comment": "Label of current selected granularity type. Is used in alert create dialog."
|
|
2805
2805
|
},
|
|
2806
2806
|
"widget.options.menu.export": {
|
|
2807
|
-
"
|
|
2808
|
-
"
|
|
2807
|
+
"value": "Export",
|
|
2808
|
+
"comment": "Export to file with XLSX extension."
|
|
2809
2809
|
},
|
|
2810
2810
|
"menu.close": {
|
|
2811
|
-
"
|
|
2812
|
-
"
|
|
2811
|
+
"value": "Close menu",
|
|
2812
|
+
"comment": "Button label to close a menu"
|
|
2813
2813
|
},
|
|
2814
2814
|
"controlButtons.asTable": {
|
|
2815
|
-
"
|
|
2816
|
-
"
|
|
2815
|
+
"value": "Show as table",
|
|
2816
|
+
"comment": "Message displayed in filter alert showing a relative date range with calendar icon. Example: 'in (calendar icon) last 7 days'."
|
|
2817
2817
|
},
|
|
2818
2818
|
"controlButtons.asOriginal": {
|
|
2819
|
-
"
|
|
2820
|
-
"
|
|
2819
|
+
"value": "Show original visualization",
|
|
2820
|
+
"comment": "Message displayed in filter alert showing a relative date range with calendar icon. Example: 'in (calendar icon) last 7 days'."
|
|
2821
2821
|
},
|
|
2822
2822
|
"controlButtons.announcement.switchedToTable": {
|
|
2823
|
-
"
|
|
2824
|
-
"
|
|
2823
|
+
"value": "Visualization switched to table view",
|
|
2824
|
+
"comment": "Screen reader announcement when a chart is switched to table format for better accessibility"
|
|
2825
2825
|
},
|
|
2826
2826
|
"controlButtons.announcement.switchedToOriginal": {
|
|
2827
|
-
"
|
|
2828
|
-
"
|
|
2827
|
+
"value": "Visualization switched back to original view",
|
|
2828
|
+
"comment": "Screen reader announcement when a table is switched back to chart format for better accessibility"
|
|
2829
2829
|
},
|
|
2830
2830
|
"automationFilters.announcement.filterAdded": {
|
|
2831
|
-
"
|
|
2832
|
-
"
|
|
2831
|
+
"value": "Filter {title} added.",
|
|
2832
|
+
"comment": "Screen reader announcement when a filter is added to automation configuration. Example: 'Filter Department added.'"
|
|
2833
2833
|
},
|
|
2834
2834
|
"automationFilters.announcement.filterRemoved": {
|
|
2835
|
-
"
|
|
2836
|
-
"
|
|
2835
|
+
"value": "Filter {title} removed.",
|
|
2836
|
+
"comment": "Screen reader announcement when a filter is removed from automation configuration. Example: 'Filter Department removed.'"
|
|
2837
2837
|
},
|
|
2838
2838
|
"automationFilters.announcement.filterChanged": {
|
|
2839
|
-
"
|
|
2840
|
-
"
|
|
2839
|
+
"value": "Filter {title} changed.",
|
|
2840
|
+
"comment": "Screen reader announcement when a filter's settings are modified in automation configuration. Example: 'Filter Department changed.'"
|
|
2841
2841
|
},
|
|
2842
2842
|
"dashboard.crossFilter.success": {
|
|
2843
|
-
"
|
|
2844
|
-
"
|
|
2843
|
+
"value": "Success: {count, plural, one {# filter} other {# filters}} applied from the chart.",
|
|
2844
|
+
"comment": "Success message shown when cross filters are applied from a chart visualization."
|
|
2845
2845
|
},
|
|
2846
2846
|
"kdaDialog.dialog.filters.title": {
|
|
2847
|
-
"
|
|
2848
|
-
"
|
|
2847
|
+
"value": "Filters",
|
|
2848
|
+
"comment": "Filters title in key driver analysis dialog"
|
|
2849
2849
|
},
|
|
2850
2850
|
"kdaDialog.dialog.filters.noFilters": {
|
|
2851
|
-
"
|
|
2852
|
-
"
|
|
2851
|
+
"value": "No filters",
|
|
2852
|
+
"comment": "No filters message in key driver analysis dialog"
|
|
2853
2853
|
},
|
|
2854
2854
|
"kdaDialog.dialog.filters.add.tooltip": {
|
|
2855
|
-
"
|
|
2856
|
-
"
|
|
2855
|
+
"value": "Add filter",
|
|
2856
|
+
"comment": "Add filter tooltip in key driver analysis dialog"
|
|
2857
2857
|
},
|
|
2858
2858
|
"kdaDialog.dialog.filters.search": {
|
|
2859
|
-
"
|
|
2860
|
-
"
|
|
2859
|
+
"value": "Search",
|
|
2860
|
+
"comment": "Search placeholder in key driver analysis dialog"
|
|
2861
2861
|
},
|
|
2862
2862
|
"kdaDialog.dialog.title": {
|
|
2863
|
-
"
|
|
2864
|
-
"
|
|
2863
|
+
"value": "Key driver analysis for {metric}",
|
|
2864
|
+
"comment": "Dialog title for key driver analysis"
|
|
2865
2865
|
},
|
|
2866
2866
|
"kdaDialog.dialog.closeLabel": {
|
|
2867
|
-
"
|
|
2868
|
-
"
|
|
2867
|
+
"value": "Close",
|
|
2868
|
+
"comment": "Dialog close button label"
|
|
2869
2869
|
},
|
|
2870
2870
|
"kdaDialog.dialog.bars.metric.title": {
|
|
2871
|
-
"
|
|
2872
|
-
"
|
|
2871
|
+
"value": "Metric",
|
|
2872
|
+
"comment": "Metric title in key driver analysis dialog"
|
|
2873
2873
|
},
|
|
2874
2874
|
"kdaDialog.dialog.bars.filters.title": {
|
|
2875
|
-
"
|
|
2876
|
-
"
|
|
2875
|
+
"value": "Filters",
|
|
2876
|
+
"comment": "Filters title in key driver analysis dialog"
|
|
2877
2877
|
},
|
|
2878
2878
|
"kdaDialog.dialog.bars.date.title": {
|
|
2879
|
-
"
|
|
2880
|
-
"
|
|
2879
|
+
"value": "Date range: {title}",
|
|
2880
|
+
"comment": "Date range title in key driver analysis dialog"
|
|
2881
2881
|
},
|
|
2882
2882
|
"kdaDialog.dialog.bars.date.splitter": {
|
|
2883
|
-
"
|
|
2884
|
-
"
|
|
2883
|
+
"value": "vs",
|
|
2884
|
+
"comment": "Date range splitter in key driver analysis dialog"
|
|
2885
2885
|
},
|
|
2886
2886
|
"kdaDialog.dialog.keyDrives.title": {
|
|
2887
|
-
"
|
|
2888
|
-
"
|
|
2887
|
+
"value": "Key drivers",
|
|
2888
|
+
"comment": "Key drivers title in key driver analysis dialog"
|
|
2889
2889
|
},
|
|
2890
2890
|
"kdaDialog.dialog.keyDrives.tooltip": {
|
|
2891
|
-
"
|
|
2892
|
-
"
|
|
2891
|
+
"value": "List of key drivers sorted by impact",
|
|
2892
|
+
"comment": "Key drivers tooltip in key driver analysis dialog"
|
|
2893
2893
|
},
|
|
2894
2894
|
"kdaDialog.dialog.keyDrives.button.trendUp": {
|
|
2895
|
-
"
|
|
2896
|
-
"
|
|
2895
|
+
"value": "Increasing ({count})",
|
|
2896
|
+
"comment": "Key drivers button trend up in key driver analysis dialog"
|
|
2897
2897
|
},
|
|
2898
2898
|
"kdaDialog.dialog.keyDrives.button.trendDown": {
|
|
2899
|
-
"
|
|
2900
|
-
"
|
|
2899
|
+
"value": "Decreasing ({count})",
|
|
2900
|
+
"comment": "Key drivers button trend down in key driver analysis dialog"
|
|
2901
2901
|
},
|
|
2902
2902
|
"kdaDialog.dialog.keyDrives.overview.summary.title": {
|
|
2903
|
-
"
|
|
2904
|
-
"
|
|
2903
|
+
"value": "Analysis summary",
|
|
2904
|
+
"comment": "Key drivers overview summary title in key driver analysis dialog"
|
|
2905
2905
|
},
|
|
2906
2906
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": {
|
|
2907
|
-
"
|
|
2908
|
-
"
|
|
2907
|
+
"value": "Tested {combinations} variants with <button>{attributes} attributes</button>",
|
|
2908
|
+
"comment": "Key drivers overview summary drivers description in key driver analysis dialog"
|
|
2909
2909
|
},
|
|
2910
2910
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.attributes": {
|
|
2911
|
-
"
|
|
2912
|
-
"
|
|
2911
|
+
"value": "Attributes",
|
|
2912
|
+
"comment": "Key drivers overview summary drivers attributes in key driver analysis dialog"
|
|
2913
2913
|
},
|
|
2914
2914
|
"kdaDialog.dialog.keyDrives.overview.diff.title": {
|
|
2915
|
-
"
|
|
2916
|
-
"
|
|
2915
|
+
"value": "Diff",
|
|
2916
|
+
"comment": "Key drivers overview diff title in key driver analysis dialog"
|
|
2917
2917
|
},
|
|
2918
2918
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": {
|
|
2919
|
-
"
|
|
2920
|
-
"
|
|
2919
|
+
"value": "Click on column to see key drivers for given {category}",
|
|
2920
|
+
"comment": "Key drivers overview detail tip in key driver analysis dialog"
|
|
2921
2921
|
},
|
|
2922
2922
|
"kdaDialog.dialog.keyDrives.overview.detail.title": {
|
|
2923
|
-
"
|
|
2924
|
-
"
|
|
2923
|
+
"value": "Change in {title} by {category}",
|
|
2924
|
+
"comment": "Key drivers overview detail title in key driver analysis dialog"
|
|
2925
2925
|
},
|
|
2926
2926
|
"kdaDialog.dialog.keyDrives.overview.detail.table.attribute": {
|
|
2927
|
-
"
|
|
2928
|
-
"
|
|
2927
|
+
"value": "Attribute",
|
|
2928
|
+
"comment": "Key drivers overview detail table attribute column header in key driver analysis dialog"
|
|
2929
2929
|
},
|
|
2930
2930
|
"kdaDialog.dialog.keyDrives.overview.detail.table.driver": {
|
|
2931
|
-
"
|
|
2932
|
-
"
|
|
2931
|
+
"value": "Most significant driver",
|
|
2932
|
+
"comment": "Key drivers overview detail table driver column header in key driver analysis dialog"
|
|
2933
2933
|
},
|
|
2934
2934
|
"kdaDialog.dialog.keyDrives.overview.detail.table.drivers": {
|
|
2935
|
-
"
|
|
2936
|
-
"
|
|
2935
|
+
"value": "Num. of drivers",
|
|
2936
|
+
"comment": "Key drivers overview detail table drivers column header in key driver analysis dialog"
|
|
2937
2937
|
},
|
|
2938
2938
|
"kdaDialog.dialog.bars.attribute.deleteLabel": {
|
|
2939
|
-
"
|
|
2940
|
-
"
|
|
2939
|
+
"value": "Remove attribute filter",
|
|
2940
|
+
"comment": "Key drivers dialog attribute delete label in key driver analysis dialog"
|
|
2941
2941
|
},
|
|
2942
2942
|
"kdaDialog.dialog.bars.date.period.title": {
|
|
2943
|
-
"
|
|
2944
|
-
"
|
|
2943
|
+
"value": "Period comparison",
|
|
2944
|
+
"comment": "Key drivers dialog date title in key driver analysis dialog"
|
|
2945
2945
|
},
|
|
2946
2946
|
"kdaDialog.dialog.bars.date.period.samePeriodPreviousYear": {
|
|
2947
|
-
"
|
|
2948
|
-
"
|
|
2947
|
+
"value": "Same period previous year",
|
|
2948
|
+
"comment": "Key drivers dialog date same period previous year in key driver analysis dialog"
|
|
2949
2949
|
},
|
|
2950
2950
|
"kdaDialog.dialog.bars.date.period.previousPeriod": {
|
|
2951
|
-
"
|
|
2952
|
-
"
|
|
2951
|
+
"value": "Previous period",
|
|
2952
|
+
"comment": "Key drivers dialog date previous period in key driver analysis dialog"
|
|
2953
2953
|
},
|
|
2954
2954
|
"kdaDialog.dialog.keyDrives.empty_up": {
|
|
2955
|
-
"
|
|
2956
|
-
"
|
|
2955
|
+
"value": "No increasing drivers",
|
|
2956
|
+
"comment": "Key drivers dialog empty up in key driver analysis dialog"
|
|
2957
2957
|
},
|
|
2958
2958
|
"kdaDialog.dialog.keyDrives.empty_down": {
|
|
2959
|
-
"
|
|
2960
|
-
"
|
|
2959
|
+
"value": "No decreasing drivers",
|
|
2960
|
+
"comment": "Key drivers dialog empty down in key driver analysis dialog"
|
|
2961
2961
|
},
|
|
2962
2962
|
"kdaDialog.dialog.keyDrives.empty": {
|
|
2963
|
-
"
|
|
2964
|
-
"
|
|
2963
|
+
"value": "No key drivers",
|
|
2964
|
+
"comment": "Key drivers dialog empty in key driver analysis dialog"
|
|
2965
2965
|
},
|
|
2966
2966
|
"kdaDialog.dialog.keyDriver.chart.std": {
|
|
2967
|
-
"
|
|
2968
|
-
"
|
|
2967
|
+
"value": "Change Significance Threshold",
|
|
2968
|
+
"comment": "Key driver chart standard deviation title in key driver analysis chart"
|
|
2969
2969
|
},
|
|
2970
2970
|
"menu.back": {
|
|
2971
|
-
"
|
|
2972
|
-
"
|
|
2971
|
+
"value": "Back to the parent menu",
|
|
2972
|
+
"comment": "Button label for navigating back to the parent menu in a nested menu structure. Used in hierarchical navigation."
|
|
2973
2973
|
},
|
|
2974
2974
|
"drill.kda.from": {
|
|
2975
|
-
"
|
|
2976
|
-
"
|
|
2975
|
+
"value": "from",
|
|
2976
|
+
"comment": "Key driver analysis drill from label, must be lowercase"
|
|
2977
2977
|
},
|
|
2978
2978
|
"drill.kda.in": {
|
|
2979
|
-
"
|
|
2980
|
-
"
|
|
2979
|
+
"value": "in",
|
|
2980
|
+
"comment": "Key driver analysis drill in label, must be lowercase"
|
|
2981
2981
|
},
|
|
2982
2982
|
"drill.kda.drop": {
|
|
2983
|
-
"
|
|
2984
|
-
"
|
|
2983
|
+
"value": "Drop {where} {title}",
|
|
2984
|
+
"comment": "Key driver analysis drill drop label"
|
|
2985
2985
|
},
|
|
2986
2986
|
"drill.kda.increase": {
|
|
2987
|
-
"
|
|
2988
|
-
"
|
|
2987
|
+
"value": "Increase {where} {title}",
|
|
2988
|
+
"comment": "Key driver analysis drill increase label"
|
|
2989
2989
|
},
|
|
2990
2990
|
"drill.kda.no_change": {
|
|
2991
|
-
"
|
|
2992
|
-
"
|
|
2991
|
+
"value": "Stale {where} {title}",
|
|
2992
|
+
"comment": "Key driver analysis drill increase label"
|
|
2993
2993
|
},
|
|
2994
2994
|
"drill.kda.year_to_year": {
|
|
2995
|
-
"
|
|
2996
|
-
"
|
|
2995
|
+
"value": "Year over year change",
|
|
2996
|
+
"comment": "Key driver analysis drill year to year label"
|
|
2997
2997
|
},
|
|
2998
2998
|
"dashboard.tabs.default.label": {
|
|
2999
|
-
"
|
|
3000
|
-
"
|
|
2999
|
+
"value": "Untitled tab",
|
|
3000
|
+
"comment": "Default label for dashboard tab"
|
|
3001
3001
|
},
|
|
3002
3002
|
"dashboard.tabs.move.left": {
|
|
3003
|
-
"
|
|
3004
|
-
"
|
|
3003
|
+
"value": "Move left",
|
|
3004
|
+
"comment": "Label for the action that moves the tab to the left"
|
|
3005
3005
|
},
|
|
3006
3006
|
"dashboard.tabs.move.right": {
|
|
3007
|
-
"
|
|
3008
|
-
"
|
|
3007
|
+
"value": "Move right",
|
|
3008
|
+
"comment": "Label for the action that moves the tab to the right"
|
|
3009
3009
|
},
|
|
3010
3010
|
"dashboard.tabs.delete.disabled-tooltip": {
|
|
3011
|
-
"
|
|
3012
|
-
"
|
|
3011
|
+
"value": "You can’t delete the last tab. Tab navigation won’t be visible in view mode when only one tab remains.",
|
|
3012
|
+
"comment": "The tooltip shown when the user tries to delete the last tab"
|
|
3013
3013
|
},
|
|
3014
3014
|
"dashboard.tabs.add-button-tooltip": {
|
|
3015
|
-
"
|
|
3016
|
-
"
|
|
3015
|
+
"value": "Add new tab",
|
|
3016
|
+
"comment": "Tooltip for a button that adds a new tab"
|
|
3017
3017
|
},
|
|
3018
3018
|
"dashboard.tabs.rename": {
|
|
3019
|
-
"
|
|
3020
|
-
"
|
|
3019
|
+
"value": "Rename",
|
|
3020
|
+
"comment": "Label for the action that toggles the tab to renaming mode"
|
|
3021
3021
|
},
|
|
3022
3022
|
"dashboard.tabs.accessibility.label": {
|
|
3023
|
-
"
|
|
3024
|
-
"
|
|
3023
|
+
"value": "Dashboard tabs",
|
|
3024
|
+
"comment": "Accessibility label for dashboard tabs"
|
|
3025
3025
|
},
|
|
3026
3026
|
"dashboard.tabs.accessibility.add-button-label": {
|
|
3027
|
-
"
|
|
3028
|
-
"
|
|
3027
|
+
"value": "Add new tab",
|
|
3028
|
+
"comment": "Accessibility label for a button that adds a new tab"
|
|
3029
3029
|
}
|
|
3030
3030
|
}
|