@masterteam/dashboard-builder 0.0.1
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/README.md +41 -0
- package/assets/dashboard-builder.css +2 -0
- package/assets/i18n/ar.json +672 -0
- package/assets/i18n/en.json +683 -0
- package/fesm2022/masterteam-dashboard-builder-dashboard-dialog.component-D1JNWQMI.mjs +595 -0
- package/fesm2022/masterteam-dashboard-builder-dashboard-dialog.component-D1JNWQMI.mjs.map +1 -0
- package/fesm2022/masterteam-dashboard-builder.mjs +19409 -0
- package/fesm2022/masterteam-dashboard-builder.mjs.map +1 -0
- package/package.json +41 -0
- package/types/masterteam-dashboard-builder.d.ts +4616 -0
|
@@ -0,0 +1,683 @@
|
|
|
1
|
+
{
|
|
2
|
+
"dashboardBuilder": {
|
|
3
|
+
"title": "Dashboard Builder",
|
|
4
|
+
"comingSoon": "Coming Soon",
|
|
5
|
+
"save": "Save",
|
|
6
|
+
"cancel": "Cancel",
|
|
7
|
+
"delete": "Delete",
|
|
8
|
+
"edit": "Edit",
|
|
9
|
+
"add": "Add",
|
|
10
|
+
"close": "Close",
|
|
11
|
+
"loading": "Loading...",
|
|
12
|
+
"noData": "No data available",
|
|
13
|
+
"confirm": "Confirm",
|
|
14
|
+
"actions": "Actions",
|
|
15
|
+
"settings": "Settings",
|
|
16
|
+
"preview": "Preview",
|
|
17
|
+
"publish": "Publish",
|
|
18
|
+
"ready": "Ready to save",
|
|
19
|
+
"incomplete": "Please complete required fields",
|
|
20
|
+
"newItem": "New Item",
|
|
21
|
+
"editItem": "Edit Item",
|
|
22
|
+
"remove": "Remove",
|
|
23
|
+
"moveUp": "Move Up",
|
|
24
|
+
"moveDown": "Move Down",
|
|
25
|
+
"apply": "Apply",
|
|
26
|
+
"noSettingsAvailable": "No settings available for this chart type",
|
|
27
|
+
|
|
28
|
+
"pages": "Pages",
|
|
29
|
+
"addPage": "Add Page",
|
|
30
|
+
"editPage": "Edit Page",
|
|
31
|
+
"deletePage": "Delete Page",
|
|
32
|
+
"pageName": "Page Name",
|
|
33
|
+
"pageSettings": "Page Settings",
|
|
34
|
+
"manageFilter": "Manage Filters",
|
|
35
|
+
"activateActions": "Activate Actions",
|
|
36
|
+
"stopActions": "Stop Actions",
|
|
37
|
+
"builder": "Dashboard Builder",
|
|
38
|
+
|
|
39
|
+
"addTopbar": "Add Top Bar",
|
|
40
|
+
"addHeader": "Add Header",
|
|
41
|
+
"addChart": "Add Chart",
|
|
42
|
+
"noPageSelected": "No page selected",
|
|
43
|
+
"selectPageToStart": "Select a page to start building",
|
|
44
|
+
|
|
45
|
+
"charts": "Charts",
|
|
46
|
+
"addChart": "Add Chart",
|
|
47
|
+
"editChart": "Edit Chart",
|
|
48
|
+
"editDialog": "Edit Dialog",
|
|
49
|
+
"deleteDialog": "Delete Dialog",
|
|
50
|
+
"advanced": "Advanced",
|
|
51
|
+
"deleteChart": "Delete Chart",
|
|
52
|
+
"chartSettings": "Chart Settings",
|
|
53
|
+
"pieChartSettings": "Pie Chart Settings",
|
|
54
|
+
"barChartSettings": "Bar Chart Settings",
|
|
55
|
+
"stackBarChartSettings": "Stacked Bar Chart Settings",
|
|
56
|
+
"snapshotBarChartSettings": "Snapshot Bar Chart Settings",
|
|
57
|
+
"chartType": "Chart Type",
|
|
58
|
+
"chartTitle": "Chart Title",
|
|
59
|
+
"chartData": "Chart Data",
|
|
60
|
+
|
|
61
|
+
"categoryCharts": "Charts",
|
|
62
|
+
"categoryCards": "Cards",
|
|
63
|
+
"categoryTables": "Tables",
|
|
64
|
+
"categoryLayout": "Layout",
|
|
65
|
+
"categorySpecial": "Special",
|
|
66
|
+
"selectedType": "Selected Type",
|
|
67
|
+
"enterTitleEn": "Enter title in English",
|
|
68
|
+
"enterTitleAr": "Enter title in Arabic",
|
|
69
|
+
|
|
70
|
+
"widgets": "Widgets",
|
|
71
|
+
"addWidget": "Add Widget",
|
|
72
|
+
"editWidget": "Edit Widget",
|
|
73
|
+
"deleteWidget": "Delete Widget",
|
|
74
|
+
|
|
75
|
+
"titleEn": "Title (English)",
|
|
76
|
+
"titleAr": "Title (Arabic)",
|
|
77
|
+
"componentName": "Component Name",
|
|
78
|
+
"ignoreUserPermission": "Ignore User Permission",
|
|
79
|
+
"showInMenu": "Show in Menu",
|
|
80
|
+
|
|
81
|
+
"breadcrumb": "Breadcrumb",
|
|
82
|
+
"manageBreadcrumb": "Manage Breadcrumb",
|
|
83
|
+
"addBreadcrumbItem": "Add Breadcrumb Item",
|
|
84
|
+
"breadcrumbLabel": "Label",
|
|
85
|
+
"breadcrumbLink": "Link",
|
|
86
|
+
"breadcrumbConfiguration": "Breadcrumb Configuration",
|
|
87
|
+
"noBreadcrumbItems": "No breadcrumb items configured",
|
|
88
|
+
"labelEn": "Label (English)",
|
|
89
|
+
"labelAr": "Label (Arabic)",
|
|
90
|
+
"link": "Link",
|
|
91
|
+
|
|
92
|
+
"filters": "Filters",
|
|
93
|
+
"manageFilters": "Manage Filters",
|
|
94
|
+
"addFilter": "Add Filter",
|
|
95
|
+
"filterName": "Filter Name",
|
|
96
|
+
"filterType": "Filter Type",
|
|
97
|
+
"filterProperty": "Property",
|
|
98
|
+
"filterOperation": "Operation",
|
|
99
|
+
"filterValue": "Value",
|
|
100
|
+
"logicalOperator": "Logical Operator",
|
|
101
|
+
"addFilterCondition": "Add Condition",
|
|
102
|
+
"filterConfigurationPlaceholder": "Filter configuration will be added here",
|
|
103
|
+
"equals": "Equals",
|
|
104
|
+
"notEquals": "Not Equals",
|
|
105
|
+
"oneOf": "One Of",
|
|
106
|
+
"between": "Between",
|
|
107
|
+
"greaterThan": "Greater Than",
|
|
108
|
+
"lessThan": "Less Than",
|
|
109
|
+
"and": "And",
|
|
110
|
+
"or": "Or",
|
|
111
|
+
"quickAdd": "Quick Add",
|
|
112
|
+
|
|
113
|
+
"groups": "Groups",
|
|
114
|
+
"createGroup": "Create Group",
|
|
115
|
+
"removeFromGroup": "Remove from Group",
|
|
116
|
+
|
|
117
|
+
"copy": "Copy",
|
|
118
|
+
"paste": "Paste",
|
|
119
|
+
"duplicate": "Duplicate",
|
|
120
|
+
"selectAll": "Select All",
|
|
121
|
+
|
|
122
|
+
"general": "General",
|
|
123
|
+
"generalSettings": "General Settings",
|
|
124
|
+
"basicInfo": "Basic Information",
|
|
125
|
+
"dataSource": "Data Source",
|
|
126
|
+
"dataSourceSettings": "Data Source Settings",
|
|
127
|
+
"display": "Display",
|
|
128
|
+
"displaySettings": "Display Settings",
|
|
129
|
+
"actionsSettings": "Actions Settings",
|
|
130
|
+
|
|
131
|
+
"selectChartType": "Select Chart Type",
|
|
132
|
+
"cards": "Cards",
|
|
133
|
+
"chartTypes": "Chart Types",
|
|
134
|
+
"tables": "Tables",
|
|
135
|
+
"special": "Special",
|
|
136
|
+
"layout": "Layout",
|
|
137
|
+
"noChartTypesAvailable": "No chart types available in this category",
|
|
138
|
+
|
|
139
|
+
"module": "Module",
|
|
140
|
+
"selectModule": "Select Module",
|
|
141
|
+
"endpoint": "Endpoint",
|
|
142
|
+
"query": "Query",
|
|
143
|
+
"queryConfiguration": "Query Configuration",
|
|
144
|
+
"properties": "Properties",
|
|
145
|
+
"selections": "Selections",
|
|
146
|
+
|
|
147
|
+
"customApiDescription": "Configure a custom API endpoint to fetch data instead of using the standard selection-based data source.",
|
|
148
|
+
"httpMethod": "Method",
|
|
149
|
+
"customApiUrl": "API URL",
|
|
150
|
+
"customApiUrlPlaceholder": "Enter custom API URL (e.g., /api/v1/data)",
|
|
151
|
+
"customApiHelpTitle": "URL Placeholders",
|
|
152
|
+
"customApiHelp1": "Use {{levelId}} for current level ID",
|
|
153
|
+
"customApiHelp2": "Use {{year}} for current year filter",
|
|
154
|
+
"customApiHelp3": "Use {{filters}} for applied filter values",
|
|
155
|
+
"selectionsConfiguration": "Selections Configuration",
|
|
156
|
+
"addSelection": "Add Selection",
|
|
157
|
+
"selectionName": "Selection Name",
|
|
158
|
+
"selectionId": "Selection ID",
|
|
159
|
+
"noSelectionsConfigured": "No selections configured",
|
|
160
|
+
"service": "Service",
|
|
161
|
+
"selectService": "Select Service",
|
|
162
|
+
"selectDataSource": "Data Source",
|
|
163
|
+
"moduleId": "Module",
|
|
164
|
+
"moduleTypeRequired": "Module type is required",
|
|
165
|
+
"serviceRequired": "Service is required",
|
|
166
|
+
"noFiltersConfigured": "No filters configured",
|
|
167
|
+
"selectCategoryProperty": "Category Property",
|
|
168
|
+
"property": "Property",
|
|
169
|
+
"selectProperty": "Property",
|
|
170
|
+
"operation": "Operation",
|
|
171
|
+
"value": "Value",
|
|
172
|
+
"enterValue": "Enter value",
|
|
173
|
+
"logical": "Logical",
|
|
174
|
+
|
|
175
|
+
"backgroundColor": "Background Color",
|
|
176
|
+
"textColor": "Text Color",
|
|
177
|
+
"iconColor": "Icon Color",
|
|
178
|
+
"iconBgColor": "Icon Background Color",
|
|
179
|
+
"colors": "Colors",
|
|
180
|
+
"typography": "Typography",
|
|
181
|
+
"fontSize": "Font Size",
|
|
182
|
+
"titleFontSize": "Title Font Size",
|
|
183
|
+
"valueFontSize": "Value Font Size",
|
|
184
|
+
"labelFontSize": "Label Font Size",
|
|
185
|
+
"alignment": "Alignment",
|
|
186
|
+
"alignLeft": "Left",
|
|
187
|
+
"alignCenter": "Center",
|
|
188
|
+
"alignRight": "Right",
|
|
189
|
+
"textPosition": "Text Position",
|
|
190
|
+
"contentPosition": "Content Position",
|
|
191
|
+
"layout": "Layout",
|
|
192
|
+
"icon": "Icon",
|
|
193
|
+
"apply": "Apply",
|
|
194
|
+
"arabicTitle": "Arabic Title",
|
|
195
|
+
"englishTitle": "English Title",
|
|
196
|
+
"quickManage": "Style Manage",
|
|
197
|
+
"pieChartConfig": "Pie Chart Configuration",
|
|
198
|
+
"barChartConfig": "Bar Chart Configuration",
|
|
199
|
+
"stackBarChartConfig": "Stack Bar Chart Configuration",
|
|
200
|
+
|
|
201
|
+
"styleConfiguration": "Style Configuration",
|
|
202
|
+
"legendSettings": "Legend Settings",
|
|
203
|
+
"showLegend": "Show Legend",
|
|
204
|
+
"legendPosition": "Legend Position",
|
|
205
|
+
"legendPositionTop": "Top",
|
|
206
|
+
"legendPositionBottom": "Bottom",
|
|
207
|
+
"legendPositionLeft": "Left",
|
|
208
|
+
"legendPositionRight": "Right",
|
|
209
|
+
"labelSettings": "Label Settings",
|
|
210
|
+
"showLabels": "Show Labels",
|
|
211
|
+
"showTotalInTop": "Show Total in Top",
|
|
212
|
+
"showLabelsOnHover": "Show Labels on Hover",
|
|
213
|
+
"labelPosition": "Label Position",
|
|
214
|
+
"labelPositionInside": "Inside",
|
|
215
|
+
"labelPositionOutside": "Outside",
|
|
216
|
+
"showLabelCenterText": "Show Center Text",
|
|
217
|
+
"labelCenterText": "Center Text",
|
|
218
|
+
"labelCenterTextEn": "Center Text (English)",
|
|
219
|
+
"labelCenterTextAr": "Center Text (Arabic)",
|
|
220
|
+
"enterLabelCenterText": "Enter center text",
|
|
221
|
+
"categoryProperty": "Category Property",
|
|
222
|
+
"isNormalized": "Is Normalized",
|
|
223
|
+
"hideIndex": "Hide Index",
|
|
224
|
+
"defaultColors": "Default Colors",
|
|
225
|
+
"addColor": "Add Color",
|
|
226
|
+
"additionalOptions": "Additional Options",
|
|
227
|
+
"showTitle": "Show Title",
|
|
228
|
+
"showBorder": "Show Border",
|
|
229
|
+
"enableAnimation": "Enable Animation",
|
|
230
|
+
|
|
231
|
+
"trigger": "Trigger",
|
|
232
|
+
"clickAction": "Click Action",
|
|
233
|
+
"actionType": "Action Type",
|
|
234
|
+
"targetId": "Target ID",
|
|
235
|
+
"enterTargetId": "Enter target ID",
|
|
236
|
+
"addAction": "Add Action",
|
|
237
|
+
"noActionsConfigured": "No actions configured. Add an action to define interactivity.",
|
|
238
|
+
"actionsHelp": "Actions Reference",
|
|
239
|
+
"openDialog": "Open Dialog",
|
|
240
|
+
"openDialogDesc": "Opens a dialog/modal with the specified ID when triggered.",
|
|
241
|
+
"navigate": "Navigate",
|
|
242
|
+
"navigateTo": "Navigate To",
|
|
243
|
+
"navigateDesc": "Navigates to a different page or route in the application.",
|
|
244
|
+
"openUrl": "Open URL",
|
|
245
|
+
"openUrlDesc": "Opens an external URL in a new tab or the same window.",
|
|
246
|
+
"customFunction": "Custom Function",
|
|
247
|
+
"customFunctionDesc": "Executes a custom JavaScript function defined in the dashboard.",
|
|
248
|
+
"refreshData": "Refresh Data",
|
|
249
|
+
"filter": "Filter",
|
|
250
|
+
"runQuery": "Run Query",
|
|
251
|
+
"url": "URL",
|
|
252
|
+
"enterUrl": "Enter URL",
|
|
253
|
+
"functionName": "Function Name",
|
|
254
|
+
"enterFunctionName": "Enter function name",
|
|
255
|
+
"routePath": "Route Path",
|
|
256
|
+
"enterRoutePath": "Enter route path (e.g., /dashboard/reports)",
|
|
257
|
+
"openInNewTab": "Open in New Tab",
|
|
258
|
+
|
|
259
|
+
"dialogs": "Dialogs",
|
|
260
|
+
"addDialog": "Add Dialog",
|
|
261
|
+
"editDialog": "Edit Dialog",
|
|
262
|
+
"deleteDialog": "Delete Dialog",
|
|
263
|
+
|
|
264
|
+
"dashboard": {
|
|
265
|
+
"dashboards": "Dashboards",
|
|
266
|
+
"createDashboard": "Create Dashboard",
|
|
267
|
+
"createFirstDashboard": "Create your first dashboard",
|
|
268
|
+
"noDashboards": "No dashboards yet",
|
|
269
|
+
"noDashboardsDescription": "Get started by creating your first dashboard",
|
|
270
|
+
"view": "View",
|
|
271
|
+
"edit": "Edit",
|
|
272
|
+
"delete": "Delete",
|
|
273
|
+
"manage": "Manage",
|
|
274
|
+
"settings": "Settings",
|
|
275
|
+
"published": "Published",
|
|
276
|
+
"draft": "Draft",
|
|
277
|
+
"active": "Active",
|
|
278
|
+
"inactive": "Inactive",
|
|
279
|
+
"name": "Name",
|
|
280
|
+
"status": "Status",
|
|
281
|
+
"createdAt": "Created At",
|
|
282
|
+
"version": "Version"
|
|
283
|
+
},
|
|
284
|
+
|
|
285
|
+
"widgetPalette": {
|
|
286
|
+
"title": "Add Widget",
|
|
287
|
+
"searchPlaceholder": "Search widgets...",
|
|
288
|
+
"dragHint": "Drag widgets to the canvas or click to add",
|
|
289
|
+
"noResults": "No widgets found",
|
|
290
|
+
"categories": {
|
|
291
|
+
"charts": "Charts",
|
|
292
|
+
"cards": "Cards",
|
|
293
|
+
"tables": "Tables",
|
|
294
|
+
"layout": "Layout",
|
|
295
|
+
"special": "Special"
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
|
|
299
|
+
"chartControls": {
|
|
300
|
+
"chartTitle": "Chart Title",
|
|
301
|
+
"chartTitlePlaceholder": "Enter chart title",
|
|
302
|
+
"titleFontSize": "Title Font Size",
|
|
303
|
+
"selectFontSize": "Select font size",
|
|
304
|
+
"titleColor": "Title Color",
|
|
305
|
+
"colorPlaceholder": "Select color",
|
|
306
|
+
"showSubtitle": "Show Subtitle",
|
|
307
|
+
"subtitle": "Subtitle",
|
|
308
|
+
"subtitlePlaceholder": "Enter subtitle",
|
|
309
|
+
"subtitleFontSize": "Subtitle Font Size",
|
|
310
|
+
"subtitleColor": "Subtitle Color",
|
|
311
|
+
"backgroundColor": "Background Color",
|
|
312
|
+
"borderColor": "Border Color",
|
|
313
|
+
"borderRadius": "Border Radius",
|
|
314
|
+
"padding": "Padding",
|
|
315
|
+
|
|
316
|
+
"pie": {
|
|
317
|
+
"pieSettings": "Pie Chart Settings",
|
|
318
|
+
"radius": "Radius (%)",
|
|
319
|
+
"thickness": "Thickness (%)",
|
|
320
|
+
"padAngle": "Pad Angle",
|
|
321
|
+
"borderRadius": "Border Radius",
|
|
322
|
+
"centerX": "Center X (%)",
|
|
323
|
+
"centerY": "Center Y (%)",
|
|
324
|
+
"startAngle": "Start Angle",
|
|
325
|
+
"endAngle": "End Angle",
|
|
326
|
+
"roseType": "Rose Type",
|
|
327
|
+
"legendSettings": "Legend Settings",
|
|
328
|
+
"useEnhancedLegend": "Use Enhanced Legend",
|
|
329
|
+
"legendPosition": "Legend Position",
|
|
330
|
+
"legendVerticalAlign": "Legend Vertical Align",
|
|
331
|
+
"legendOrientation": "Legend Orientation",
|
|
332
|
+
"legendType": "Legend Type",
|
|
333
|
+
"legendFontSize": "Legend Font Size",
|
|
334
|
+
"legendFontColor": "Legend Font Color",
|
|
335
|
+
"legendIcon": "Legend Icon",
|
|
336
|
+
"labelSettings": "Label Settings",
|
|
337
|
+
"labelPosition": "Label Position",
|
|
338
|
+
"labelFontSize": "Label Font Size",
|
|
339
|
+
"totalValueFontSize": "Total Value Font Size",
|
|
340
|
+
"labelFontColor": "Label Font Color",
|
|
341
|
+
"labelFormatter": "Label Formatter",
|
|
342
|
+
"showLabelLine": "Show Label Lines",
|
|
343
|
+
"tooltipSettings": "Tooltip Settings",
|
|
344
|
+
"tooltipTrigger": "Tooltip Trigger",
|
|
345
|
+
"tooltipBackgroundColor": "Tooltip Background Color",
|
|
346
|
+
"tooltipBorderColor": "Tooltip Border Color",
|
|
347
|
+
"tooltipBorderWidth": "Tooltip Border Width",
|
|
348
|
+
"animationSettings": "Animation Settings",
|
|
349
|
+
"animation": "Enable Animation",
|
|
350
|
+
"animationDuration": "Animation Duration (ms)",
|
|
351
|
+
"explode": "Explode Effect"
|
|
352
|
+
},
|
|
353
|
+
|
|
354
|
+
"bar": {
|
|
355
|
+
"barSettings": "Bar Settings",
|
|
356
|
+
"barType": "Bar Type",
|
|
357
|
+
"barWidth": "Bar Width",
|
|
358
|
+
"borderRadius": "Border Radius",
|
|
359
|
+
"isGrouped": "Group Bars by Key",
|
|
360
|
+
"xAxisSettings": "X Axis Settings",
|
|
361
|
+
"xAxisShow": "Show X Axis",
|
|
362
|
+
"xAxisFontSize": "X Axis Font Size",
|
|
363
|
+
"xAxisFontColor": "X Axis Font Color",
|
|
364
|
+
"xAxisLineColor": "X Axis Line Color",
|
|
365
|
+
"yAxisSettings": "Y Axis Settings",
|
|
366
|
+
"yAxisShow": "Show Y Axis",
|
|
367
|
+
"yAxisFormat": "Y Axis Format",
|
|
368
|
+
"showCurrency": "Show Currency",
|
|
369
|
+
"yAxisFontSize": "Y Axis Font Size",
|
|
370
|
+
"yAxisFontColor": "Y Axis Font Color",
|
|
371
|
+
"yAxisLineColor": "Y Axis Line Color",
|
|
372
|
+
"gridSettings": "Grid Settings",
|
|
373
|
+
"gridTop": "Grid Top",
|
|
374
|
+
"gridBottom": "Grid Bottom",
|
|
375
|
+
"gridLeft": "Grid Left",
|
|
376
|
+
"gridRight": "Grid Right",
|
|
377
|
+
"labelSettings": "Label Settings",
|
|
378
|
+
"labelShow": "Show Labels",
|
|
379
|
+
"labelPosition": "Label Position",
|
|
380
|
+
"labelFontSize": "Label Font Size",
|
|
381
|
+
"labelFontColor": "Label Font Color",
|
|
382
|
+
"labelFormatter": "Label Formatter",
|
|
383
|
+
"tooltipSettings": "Tooltip Settings",
|
|
384
|
+
"tooltipShow": "Show Tooltip",
|
|
385
|
+
"showValueOnlyInTooltip": "Show Value Only in Tooltip",
|
|
386
|
+
"maxCharsPerLine": "Max Characters Per Line",
|
|
387
|
+
"tooltipTrigger": "Tooltip Trigger",
|
|
388
|
+
"tooltipBackgroundColor": "Tooltip Background Color",
|
|
389
|
+
"tooltipBorderColor": "Tooltip Border Color",
|
|
390
|
+
"tooltipBorderWidth": "Tooltip Border Width"
|
|
391
|
+
},
|
|
392
|
+
|
|
393
|
+
"stackBar": {
|
|
394
|
+
"barSettings": "Bar Settings",
|
|
395
|
+
"isStacked": "Is Stacked",
|
|
396
|
+
"hasLines": "Has Lines",
|
|
397
|
+
"barType": "Bar Type",
|
|
398
|
+
"barWidth": "Bar Width",
|
|
399
|
+
"borderRadius": "Border Radius",
|
|
400
|
+
"gridSettings": "Grid Settings",
|
|
401
|
+
"gridLeft": "Grid Left",
|
|
402
|
+
"gridRight": "Grid Right",
|
|
403
|
+
"gridTop": "Grid Top",
|
|
404
|
+
"gridBottom": "Grid Bottom",
|
|
405
|
+
"axisSettings": "Axis Settings",
|
|
406
|
+
"yAxisShow": "Show Y Axis",
|
|
407
|
+
"yAxisFormat": "Y Axis Format",
|
|
408
|
+
"xAxisLabelRotate": "X Axis Label Rotation",
|
|
409
|
+
"xAxisFontSize": "X Axis Font Size",
|
|
410
|
+
"legendSettings": "Legend Settings",
|
|
411
|
+
"legendPositionY": "Legend Position Y",
|
|
412
|
+
"legendPositionX": "Legend Position X",
|
|
413
|
+
"legendFontSize": "Legend Font Size",
|
|
414
|
+
"legendFontColor": "Legend Font Color",
|
|
415
|
+
"labelSettings": "Label Settings",
|
|
416
|
+
"showLabel": "Show Labels",
|
|
417
|
+
"labelFontSize": "Label Font Size",
|
|
418
|
+
"labelFontColor": "Label Font Color",
|
|
419
|
+
"tooltipSettings": "Tooltip Settings",
|
|
420
|
+
"tooltipBackgroundColor": "Tooltip Background Color",
|
|
421
|
+
"tooltipBorderColor": "Tooltip Border Color",
|
|
422
|
+
"tooltipBorderWidth": "Tooltip Border Width"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
|
|
426
|
+
"selection": "Selection",
|
|
427
|
+
"fixedSelection": "Fixed Selection",
|
|
428
|
+
"readOnly": "Read-only",
|
|
429
|
+
"sourceLinks": "Source Links",
|
|
430
|
+
"addSourceLink": "Add Source Link",
|
|
431
|
+
"sourceLink": "Source Link",
|
|
432
|
+
"source1": "Source 1",
|
|
433
|
+
"source2": "Source 2",
|
|
434
|
+
"selectSource": "Select Source",
|
|
435
|
+
"source1LinkProperty": "Source 1 Link Property",
|
|
436
|
+
"source2LinkProperty": "Source 2 Link Property",
|
|
437
|
+
"selectionToSelection": "Selection ↔ Selection",
|
|
438
|
+
"previousLink": "Previous Link",
|
|
439
|
+
"selectPreviousLink": "Select Previous Link",
|
|
440
|
+
"sourceLinkId": "Link Source",
|
|
441
|
+
"isLeftJoin": "Left Join",
|
|
442
|
+
"isFilterLinkage": "Filter Linkage",
|
|
443
|
+
"noSourceLinksConfigured": "No source links configured",
|
|
444
|
+
"copyFilters": "Copy Filters",
|
|
445
|
+
"pasteFilters": "Paste Filters",
|
|
446
|
+
"pasteFiltersJson": "Paste Filters JSON",
|
|
447
|
+
"pasteFiltersJsonPlaceholder": "Paste your filters JSON here...",
|
|
448
|
+
"level": "Level",
|
|
449
|
+
|
|
450
|
+
"addSeries": "Add Series",
|
|
451
|
+
"series": "Series",
|
|
452
|
+
"noSeriesConfigured": "No series configured",
|
|
453
|
+
"valueProperty": "Value Property",
|
|
454
|
+
"selectValueProperty": "Value Property",
|
|
455
|
+
"aggregateFunction": "Aggregate Function",
|
|
456
|
+
"seriesColor": "Series Color",
|
|
457
|
+
"autoStack": "Auto Stack",
|
|
458
|
+
"autoStackByProperty": "Auto Stack By Property",
|
|
459
|
+
"groupByProperties": "Group By Properties",
|
|
460
|
+
"stackProperties": "Stack Properties",
|
|
461
|
+
"extraProperties": "Extra Properties",
|
|
462
|
+
"selectProperties": "Select Properties",
|
|
463
|
+
"seriesFilters": "Series Filters",
|
|
464
|
+
"advancedSettings": "Advanced Settings",
|
|
465
|
+
"formula": "Formula",
|
|
466
|
+
"enterFormula": "Enter formula",
|
|
467
|
+
"operator": "Operator",
|
|
468
|
+
|
|
469
|
+
"lookupProperty": "Lookup Property",
|
|
470
|
+
"selectLookupProperty": "Select Lookup Property",
|
|
471
|
+
"pivotProperties": "Pivot Properties",
|
|
472
|
+
"selectPivotProperties": "Select Pivot Properties",
|
|
473
|
+
"aggregationProperties": "Aggregation Properties",
|
|
474
|
+
"addAggregation": "Add Aggregation",
|
|
475
|
+
"noAggregationsConfigured": "No aggregation properties configured",
|
|
476
|
+
"atLeastOnePropertyRequired": "At least one property is required",
|
|
477
|
+
|
|
478
|
+
"timelineQueryPlaceholder": "Timeline query configuration coming soon",
|
|
479
|
+
"mapQueryPlaceholder": "Map query configuration coming soon",
|
|
480
|
+
"splitterQueryPlaceholder": "Splitter query configuration coming soon",
|
|
481
|
+
"timelineMultiLevelQueryPlaceholder": "Multi-level timeline query configuration",
|
|
482
|
+
"phaseGateQueryPlaceholder": "Phase gate query configuration",
|
|
483
|
+
"repeaterDescription": "The repeater will iterate over data and display the selected dashboard for each item",
|
|
484
|
+
"selectDashboard": "Select Dashboard",
|
|
485
|
+
"selectDashboardPlaceholder": "Choose a dashboard to repeat",
|
|
486
|
+
"groupByMultiple": "Group By Multiple",
|
|
487
|
+
"selectGroupByProperties": "Select properties to group by",
|
|
488
|
+
"pivotProperty": "Pivot Property",
|
|
489
|
+
"lookupProperty": "Lookup Property",
|
|
490
|
+
"timeFrame": "Time Frame",
|
|
491
|
+
"selectTimeFrame": "Select time frame",
|
|
492
|
+
"startPointTimeProperty": "Start Point Time Property",
|
|
493
|
+
"endPointTimeProperty": "End Point Time Property",
|
|
494
|
+
"locationProperty": "Location Property",
|
|
495
|
+
"groupingProperty": "Grouping Property",
|
|
496
|
+
"positiveValues": "Positive Values",
|
|
497
|
+
"negativeValues": "Negative Values",
|
|
498
|
+
"enterPositiveValues": "Enter positive values (comma-separated)",
|
|
499
|
+
"enterNegativeValues": "Enter negative values (comma-separated)",
|
|
500
|
+
"levelId": "Level ID",
|
|
501
|
+
"enterLevelId": "Enter level ID",
|
|
502
|
+
"year": "Year",
|
|
503
|
+
"selectYear": "Select year",
|
|
504
|
+
"getAveragePerPeriod": "Get Average Per Period",
|
|
505
|
+
"selectedProperties": "Selected Properties",
|
|
506
|
+
"currentYear": "Current Year",
|
|
507
|
+
"selectedCount": "Selected",
|
|
508
|
+
|
|
509
|
+
"formulaConfiguration": "Formula Configuration",
|
|
510
|
+
"addFormula": "Add Formula",
|
|
511
|
+
"noFormulasConfigured": "No formulas configured",
|
|
512
|
+
"label": "Label",
|
|
513
|
+
"enterLabel": "Enter label",
|
|
514
|
+
"propertyKey": "Property Key",
|
|
515
|
+
"enterPropertyKey": "Enter property key",
|
|
516
|
+
"propertyValues": "Property Values",
|
|
517
|
+
"enterValues": "Enter values",
|
|
518
|
+
"enterValuesCommaSeparated": "Enter values (comma-separated)",
|
|
519
|
+
|
|
520
|
+
"addProperty": "Add Property",
|
|
521
|
+
"function": "Function",
|
|
522
|
+
"sum": "Sum",
|
|
523
|
+
"average": "Average",
|
|
524
|
+
"count": "Count",
|
|
525
|
+
"min": "Minimum",
|
|
526
|
+
"max": "Maximum",
|
|
527
|
+
"uniqueCount": "Unique Count",
|
|
528
|
+
|
|
529
|
+
"propertyTranslations": "Property Translations",
|
|
530
|
+
"addTranslation": "Add Translation",
|
|
531
|
+
"noTranslationsConfigured": "No translations configured",
|
|
532
|
+
"arabicLabel": "Arabic",
|
|
533
|
+
"englishLabel": "English",
|
|
534
|
+
"enterArabicTranslation": "Enter Arabic translation",
|
|
535
|
+
"enterEnglishTranslation": "Enter English translation",
|
|
536
|
+
"selectPropertyToTranslate": "Select property to translate",
|
|
537
|
+
"copyConfig": "Copy Configuration",
|
|
538
|
+
"pasteConfig": "Paste Configuration",
|
|
539
|
+
"pasteConfiguration": "Paste Configuration",
|
|
540
|
+
"pasteConfigurationPlaceholder": "Paste JSON configuration here...",
|
|
541
|
+
|
|
542
|
+
"headerConfiguration": "Header Configuration",
|
|
543
|
+
"centerHeader": "Center Header",
|
|
544
|
+
"hideHeader": "Hide Header",
|
|
545
|
+
"headerColor": "Header Color",
|
|
546
|
+
"headerFontSize": "Header Font Size",
|
|
547
|
+
"cardColors": "Card Colors",
|
|
548
|
+
"showBorderTop": "Show Border Top",
|
|
549
|
+
"borderTopColor": "Border Top Color",
|
|
550
|
+
"borderTop": "Border Top",
|
|
551
|
+
"cardStyle": "Card Style",
|
|
552
|
+
"borderRadius": "Border Radius",
|
|
553
|
+
"cardBackgroundColor": "Card Background Color",
|
|
554
|
+
"shadows": "Shadows",
|
|
555
|
+
"addShadow": "Add Shadow",
|
|
556
|
+
"shadow": "Shadow",
|
|
557
|
+
"blur": "Blur",
|
|
558
|
+
"spread": "Spread",
|
|
559
|
+
"color": "Color",
|
|
560
|
+
"legendIconType": "Legend Icon Type",
|
|
561
|
+
"labelCenter": "Label Center",
|
|
562
|
+
"hideLabelCenter": "Hide Label Center",
|
|
563
|
+
"overrideLabels": "Override Labels",
|
|
564
|
+
"overrideLabelsDescription": "Override chart labels with custom text",
|
|
565
|
+
"addLabel": "Add Label",
|
|
566
|
+
"noOverrideLabels": "No override labels configured",
|
|
567
|
+
"sortDataBars": "Sort Data Bars",
|
|
568
|
+
"enableSorting": "Enable Sorting",
|
|
569
|
+
"sortBy": "Sort By",
|
|
570
|
+
"order": "Order",
|
|
571
|
+
"noColorsSelected": "No colors selected. Click the palette below to add colors.",
|
|
572
|
+
"cardInfo": "Card Info",
|
|
573
|
+
"showCardInfo": "Show Card Info",
|
|
574
|
+
"cardInfoValue": "Card Info Value",
|
|
575
|
+
"enterCardInfoValue": "Enter card info value",
|
|
576
|
+
"tableSettings": "Table Settings",
|
|
577
|
+
"mapSettings": "Map Settings",
|
|
578
|
+
"mapType": "Map Type",
|
|
579
|
+
|
|
580
|
+
"formatConfiguration": "Format Configuration",
|
|
581
|
+
"formatType": "Format Type",
|
|
582
|
+
"selectFormat": "Select format type",
|
|
583
|
+
"showCurrency": "Show Currency",
|
|
584
|
+
"showCurrencyTooltip": "Show Currency Tooltip",
|
|
585
|
+
"handleLanguage": "Handle Language",
|
|
586
|
+
"hideSuffixes": "Hide Suffixes",
|
|
587
|
+
"customText": "Custom Text",
|
|
588
|
+
"enterCustomText": "Enter custom text",
|
|
589
|
+
"dateFormat": "Date Format",
|
|
590
|
+
|
|
591
|
+
"tableFormatConfiguration": "Table Format Configuration",
|
|
592
|
+
"headerTextColor": "Header Text Color",
|
|
593
|
+
"headerBackgroundColor": "Header Background Color",
|
|
594
|
+
"cellTextColor": "Cell Text Color",
|
|
595
|
+
"groupBackgroundColor": "Group Background Color",
|
|
596
|
+
"groupTextColor": "Group Text Color",
|
|
597
|
+
"boldHeaderFont": "Bold Header Font",
|
|
598
|
+
"boldCellFont": "Bold Cell Font",
|
|
599
|
+
"cellFontSize": "Cell Font Size",
|
|
600
|
+
"hideTableSubheader": "Hide Table Subheader",
|
|
601
|
+
"disableCurrencyFormat": "Disable Currency Format",
|
|
602
|
+
"showPercentageAsProgressBar": "Show Percentage as Progress Bar",
|
|
603
|
+
"showPercentageStatus": "Show Percentage Status",
|
|
604
|
+
"sortColumn": "Sort Column",
|
|
605
|
+
"sortDirection": "Sort Direction",
|
|
606
|
+
"hiddenColumns": "Hidden Columns",
|
|
607
|
+
"selectColumns": "Select columns to hide",
|
|
608
|
+
"selectColumn": "Select column",
|
|
609
|
+
"resetToDefault": "Reset to Default",
|
|
610
|
+
|
|
611
|
+
"colorByCondition": "Color By Condition",
|
|
612
|
+
"colorByConditionDescription": "Configure colors based on value conditions",
|
|
613
|
+
"conditions": "Conditions",
|
|
614
|
+
"addCondition": "Add Condition",
|
|
615
|
+
"from": "From",
|
|
616
|
+
"to": "To",
|
|
617
|
+
"noColorConditions": "No color conditions configured",
|
|
618
|
+
|
|
619
|
+
"timelineHeaderColors": "Timeline Header Colors",
|
|
620
|
+
"timelineHeaderColorsDescription": "Configure colors for timeline headers",
|
|
621
|
+
"key": "Key",
|
|
622
|
+
"enterKey": "Enter key",
|
|
623
|
+
"noTimelineHeaderColors": "No timeline header colors configured",
|
|
624
|
+
|
|
625
|
+
"ringGaugeConfiguration": "Ring Gauge Configuration",
|
|
626
|
+
"minValue": "Minimum Value",
|
|
627
|
+
"maxValue": "Maximum Value",
|
|
628
|
+
"splitNumber": "Split Number",
|
|
629
|
+
"startAngle": "Start Angle",
|
|
630
|
+
"endAngle": "End Angle",
|
|
631
|
+
"axisLineWidth": "Axis Line Width",
|
|
632
|
+
"showPointer": "Show Pointer",
|
|
633
|
+
|
|
634
|
+
"orderConfiguration": "Order Configuration",
|
|
635
|
+
"orderConfigurationDescription": "Configure the order of items",
|
|
636
|
+
"addOrderItem": "Add Order Item",
|
|
637
|
+
"noOrderItems": "No order items configured",
|
|
638
|
+
|
|
639
|
+
"cardListConfiguration": "Card List Configuration",
|
|
640
|
+
"hideProperties": "Hide Properties",
|
|
641
|
+
"selectPropertiesToHide": "Select properties to hide",
|
|
642
|
+
|
|
643
|
+
"entityPreviewSettings": "Entity Preview Settings",
|
|
644
|
+
"usePropsConfigAsIndex": "Use Props Config As Index",
|
|
645
|
+
"bar": "Bar",
|
|
646
|
+
"x": "X",
|
|
647
|
+
"y": "Y",
|
|
648
|
+
"positionTitle": "Position Title",
|
|
649
|
+
"centerProperty": "Center Property",
|
|
650
|
+
"statusProperty": "Status Property",
|
|
651
|
+
"hiddenProperties": "Hidden Properties",
|
|
652
|
+
"orderBy": "Order By",
|
|
653
|
+
"width": "Width",
|
|
654
|
+
"colorProperty": "Color Property",
|
|
655
|
+
"border": "Border",
|
|
656
|
+
"hidden": "Hidden",
|
|
657
|
+
"propertyColors": "Property Colors",
|
|
658
|
+
"selectColorProperty": "Select Color Property",
|
|
659
|
+
"noPropertyColors": "No property colors configured",
|
|
660
|
+
"noPropertyTranslations": "No property translations configured",
|
|
661
|
+
"enterArabicLabel": "Enter Arabic label",
|
|
662
|
+
"enterEnglishLabel": "Enter English label",
|
|
663
|
+
"enterLabelAr": "Enter label in Arabic",
|
|
664
|
+
"enterLabelEn": "Enter label in English",
|
|
665
|
+
"condition": "Condition",
|
|
666
|
+
"toggleAssociation": "Toggle Association",
|
|
667
|
+
"enableToggleAssociation": "Enable Toggle Association",
|
|
668
|
+
"extraColumnFromLookup": "Extra Column From Lookup",
|
|
669
|
+
"enableExtraColumnFromLookup": "Enable Extra Column From Lookup",
|
|
670
|
+
"lookup": "Lookup",
|
|
671
|
+
"selectLookup": "Select lookup",
|
|
672
|
+
"groupedBy": "Grouped By",
|
|
673
|
+
"propertyValue": "Property Value",
|
|
674
|
+
"formatXAxisConfiguration": "Format X-Axis Configuration",
|
|
675
|
+
"shortFormat": "Short Format",
|
|
676
|
+
|
|
677
|
+
"dynamicKeys": "Dynamic Keys",
|
|
678
|
+
"staticKeys": "Static Keys",
|
|
679
|
+
"addKey": "Add Key",
|
|
680
|
+
"noDynamicKeys": "No dynamic keys configured",
|
|
681
|
+
"noStaticKeys": "No static keys configured"
|
|
682
|
+
}
|
|
683
|
+
}
|