@geotab/zenith 3.2.0 → 3.3.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/README.md +25 -1
  2. package/dist/card/card.d.ts +3 -0
  3. package/dist/card/card.js +15 -5
  4. package/dist/card/components/cardToggle/cardToggle.d.ts +5 -0
  5. package/dist/card/components/cardToggle/cardToggle.js +7 -0
  6. package/dist/card/components/title.js +3 -3
  7. package/dist/cardContainer/cardContainer.d.ts +2 -1
  8. package/dist/cardContainer/cardContainer.js +4 -3
  9. package/dist/chart/barChart/getDefaultDatasetStyle.js +8 -6
  10. package/dist/chart/lineChart/getDatasetColor.js +8 -6
  11. package/dist/chart/lineChart/useSummary.js +1 -1
  12. package/dist/chart/pieChart/getDefaultDatasetStyle.js +8 -6
  13. package/dist/chart/plugins/linePlugin/getInterpolatedValue.js +1 -1
  14. package/dist/chart/plugins/linePlugin/linePlugin.js +16 -4
  15. package/dist/commonHelpers/hooks/useEscape.js +4 -0
  16. package/dist/commonHelpers/hooks/usePillSize.d.ts +2 -1
  17. package/dist/commonHelpers/hooks/usePillSize.js +6 -3
  18. package/dist/commonStyles/colors/colors.less +9 -0
  19. package/dist/dataFeed/dataFeed.d.ts +2 -1
  20. package/dist/dataFeed/dataFeed.js +18 -3
  21. package/dist/dataFeed/dataFeedColumnsItems.d.ts +2 -1
  22. package/dist/dataFeed/dataFeedColumnsItems.js +6 -4
  23. package/dist/dataGrid/cell/cell.d.ts +2 -1
  24. package/dist/dataGrid/cell/cell.js +2 -1
  25. package/dist/dataGrid/dataGrid.d.ts +3 -1
  26. package/dist/dataGrid/dataGrid.js +7 -2
  27. package/dist/dataGrid/row/row.d.ts +3 -1
  28. package/dist/dataGrid/row/row.js +3 -3
  29. package/dist/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +8 -4
  30. package/dist/divider/divider.d.ts +5 -5
  31. package/dist/divider/divider.js +6 -2
  32. package/dist/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +2 -2
  33. package/dist/footerButtons/footerButtons.d.ts +4 -0
  34. package/dist/footerButtons/footerButtons.js +4 -6
  35. package/dist/groupsFilterRaw/groupsFilterRaw.js +1 -0
  36. package/dist/index.css +478 -255
  37. package/dist/index.d.ts +3 -1
  38. package/dist/index.js +20 -18
  39. package/dist/lineChart/utils.js +2 -9
  40. package/dist/list/listItem/listItem.js +26 -0
  41. package/dist/mobileSheet/components/mobileSheetFooter.d.ts +1 -0
  42. package/dist/mobileSheet/components/mobileSheetFooter.js +1 -1
  43. package/dist/mobileSheet/mobileSheet.js +1 -1
  44. package/dist/pill/components/pillActionable/pillActionable.js +5 -4
  45. package/dist/pill/components/pillNonActionable/pillNonActionable.js +11 -5
  46. package/dist/pill/interfaces/pillActionable.interface.d.ts +1 -0
  47. package/dist/pill/interfaces/pillNonActionable.interface.d.ts +1 -0
  48. package/dist/pillExpandable/pillExpandable.js +6 -6
  49. package/dist/rangeRaw/rangeRaw.js +1 -0
  50. package/dist/selectRaw/selectRaw.js +6 -3
  51. package/dist/sidePanel/sidePanel.d.ts +1 -1
  52. package/dist/sidePanel/sidePanel.js +7 -3
  53. package/dist/table/children/tableDetailPanel.d.ts +9 -0
  54. package/dist/table/children/tableDetailPanel.js +6 -0
  55. package/dist/table/children/useTableChildren.d.ts +2 -1
  56. package/dist/table/children/useTableChildren.js +17 -2
  57. package/dist/table/detailPanel/detailPanel.d.ts +4 -0
  58. package/dist/table/detailPanel/detailPanel.js +140 -0
  59. package/dist/table/detailPanel/detailPanelHeader.d.ts +4 -0
  60. package/dist/table/detailPanel/detailPanelHeader.js +105 -0
  61. package/dist/table/detailPanel/interfaces.d.ts +8 -0
  62. package/dist/table/detailPanel/interfaces.js +2 -0
  63. package/dist/table/table.d.ts +6 -1
  64. package/dist/table/table.js +248 -68
  65. package/dist/utils/localization/translations/cs.json +3 -1
  66. package/dist/utils/localization/translations/da-DK.json +3 -1
  67. package/dist/utils/localization/translations/de.json +3 -1
  68. package/dist/utils/localization/translations/en-json.d.ts +315 -0
  69. package/dist/utils/localization/translations/en-json.js +318 -0
  70. package/dist/utils/localization/translations/en.json +5 -1
  71. package/dist/utils/localization/translations/es.json +3 -1
  72. package/dist/utils/localization/translations/fi-FI.json +3 -1
  73. package/dist/utils/localization/translations/fr-FR.json +3 -1
  74. package/dist/utils/localization/translations/fr.json +3 -1
  75. package/dist/utils/localization/translations/hu-HU.json +3 -1
  76. package/dist/utils/localization/translations/id.json +3 -1
  77. package/dist/utils/localization/translations/it.json +3 -1
  78. package/dist/utils/localization/translations/ja.json +3 -1
  79. package/dist/utils/localization/translations/ko-KR.json +3 -1
  80. package/dist/utils/localization/translations/ms.json +3 -1
  81. package/dist/utils/localization/translations/nb-NO.json +3 -1
  82. package/dist/utils/localization/translations/nl.json +3 -1
  83. package/dist/utils/localization/translations/pl.json +3 -1
  84. package/dist/utils/localization/translations/pt-BR.json +3 -1
  85. package/dist/utils/localization/translations/sk-SK.json +3 -1
  86. package/dist/utils/localization/translations/sv.json +3 -1
  87. package/dist/utils/localization/translations/th.json +3 -1
  88. package/dist/utils/localization/translations/tr.json +3 -1
  89. package/dist/utils/localization/translations/zh-Hans.json +3 -1
  90. package/dist/utils/localization/translations/zh-TW.json +3 -1
  91. package/esm/card/card.d.ts +3 -0
  92. package/esm/card/card.js +15 -5
  93. package/esm/card/components/cardToggle/cardToggle.d.ts +5 -0
  94. package/esm/card/components/cardToggle/cardToggle.js +3 -0
  95. package/esm/card/components/title.js +3 -3
  96. package/esm/cardContainer/cardContainer.d.ts +2 -1
  97. package/esm/cardContainer/cardContainer.js +4 -3
  98. package/esm/chart/barChart/getDefaultDatasetStyle.js +8 -6
  99. package/esm/chart/lineChart/getDatasetColor.js +8 -6
  100. package/esm/chart/lineChart/useSummary.js +1 -1
  101. package/esm/chart/pieChart/getDefaultDatasetStyle.js +8 -6
  102. package/esm/chart/plugins/linePlugin/getInterpolatedValue.js +1 -1
  103. package/esm/chart/plugins/linePlugin/linePlugin.js +16 -4
  104. package/esm/commonHelpers/hooks/useEscape.js +4 -0
  105. package/esm/commonHelpers/hooks/usePillSize.d.ts +2 -1
  106. package/esm/commonHelpers/hooks/usePillSize.js +6 -3
  107. package/esm/commonStyles/colors/colorsConstant.d.ts +6 -0
  108. package/esm/commonStyles/colors/colorsConstant.js +50 -0
  109. package/esm/dataFeed/dataFeed.d.ts +2 -1
  110. package/esm/dataFeed/dataFeed.js +18 -3
  111. package/esm/dataFeed/dataFeedColumnsItems.d.ts +2 -1
  112. package/esm/dataFeed/dataFeedColumnsItems.js +6 -4
  113. package/esm/dataGrid/cell/cell.d.ts +2 -1
  114. package/esm/dataGrid/cell/cell.js +2 -1
  115. package/esm/dataGrid/dataGrid.d.ts +3 -1
  116. package/esm/dataGrid/dataGrid.js +7 -2
  117. package/esm/dataGrid/row/row.d.ts +3 -1
  118. package/esm/dataGrid/row/row.js +3 -3
  119. package/esm/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +8 -4
  120. package/esm/divider/divider.d.ts +5 -5
  121. package/esm/divider/divider.js +6 -2
  122. package/esm/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +2 -2
  123. package/esm/footerButtons/footerButtons.d.ts +4 -0
  124. package/esm/footerButtons/footerButtons.js +4 -6
  125. package/esm/groupsFilterRaw/groupsFilterRaw.js +1 -0
  126. package/esm/index.d.ts +3 -1
  127. package/esm/index.js +1 -0
  128. package/esm/lineChart/utils.js +2 -9
  129. package/esm/list/listItem/listItem.js +26 -0
  130. package/esm/mobileSheet/components/mobileSheetFooter.d.ts +1 -0
  131. package/esm/mobileSheet/components/mobileSheetFooter.js +1 -1
  132. package/esm/mobileSheet/mobileSheet.js +1 -1
  133. package/esm/pill/components/pillActionable/pillActionable.js +5 -4
  134. package/esm/pill/components/pillNonActionable/pillNonActionable.js +11 -5
  135. package/esm/pill/interfaces/pillActionable.interface.d.ts +1 -0
  136. package/esm/pill/interfaces/pillNonActionable.interface.d.ts +1 -0
  137. package/esm/pillExpandable/pillExpandable.js +6 -6
  138. package/esm/rangeRaw/rangeRaw.js +1 -0
  139. package/esm/selectRaw/selectRaw.js +6 -3
  140. package/esm/sidePanel/sidePanel.d.ts +1 -1
  141. package/esm/sidePanel/sidePanel.js +7 -3
  142. package/esm/table/children/tableDetailPanel.d.ts +9 -0
  143. package/esm/table/children/tableDetailPanel.js +2 -0
  144. package/esm/table/children/useTableChildren.d.ts +2 -1
  145. package/esm/table/children/useTableChildren.js +17 -2
  146. package/esm/table/detailPanel/detailPanel.d.ts +4 -0
  147. package/esm/table/detailPanel/detailPanel.js +131 -0
  148. package/esm/table/detailPanel/detailPanelHeader.d.ts +4 -0
  149. package/esm/table/detailPanel/detailPanelHeader.js +96 -0
  150. package/esm/table/detailPanel/interfaces.d.ts +8 -0
  151. package/esm/table/table.d.ts +6 -1
  152. package/esm/table/table.js +201 -61
  153. package/esm/utils/localization/translations/cs.json +3 -1
  154. package/esm/utils/localization/translations/da-DK.json +3 -1
  155. package/esm/utils/localization/translations/de.json +3 -1
  156. package/esm/utils/localization/translations/en-json.d.ts +315 -0
  157. package/esm/utils/localization/translations/en-json.js +315 -0
  158. package/esm/utils/localization/translations/en.json +5 -1
  159. package/esm/utils/localization/translations/es.json +3 -1
  160. package/esm/utils/localization/translations/fi-FI.json +3 -1
  161. package/esm/utils/localization/translations/fr-FR.json +3 -1
  162. package/esm/utils/localization/translations/fr.json +3 -1
  163. package/esm/utils/localization/translations/hu-HU.json +3 -1
  164. package/esm/utils/localization/translations/id.json +3 -1
  165. package/esm/utils/localization/translations/it.json +3 -1
  166. package/esm/utils/localization/translations/ja.json +3 -1
  167. package/esm/utils/localization/translations/ko-KR.json +3 -1
  168. package/esm/utils/localization/translations/ms.json +3 -1
  169. package/esm/utils/localization/translations/nb-NO.json +3 -1
  170. package/esm/utils/localization/translations/nl.json +3 -1
  171. package/esm/utils/localization/translations/pl.json +3 -1
  172. package/esm/utils/localization/translations/pt-BR.json +3 -1
  173. package/esm/utils/localization/translations/sk-SK.json +3 -1
  174. package/esm/utils/localization/translations/sv.json +3 -1
  175. package/esm/utils/localization/translations/th.json +3 -1
  176. package/esm/utils/localization/translations/tr.json +3 -1
  177. package/esm/utils/localization/translations/zh-Hans.json +3 -1
  178. package/esm/utils/localization/translations/zh-TW.json +3 -1
  179. package/package.json +7 -7
  180. package/dist/nav/storyHelpers/storyDecorator.d.ts +0 -35
  181. package/dist/nav/storyHelpers/storyDecorator.js +0 -79
  182. package/esm/nav/storyHelpers/storyDecorator.d.ts +0 -35
  183. package/esm/nav/storyHelpers/storyDecorator.js +0 -74
  184. package/esm/storybookHelpers/dataGridWithDifferentCellOptions/api/fetchEntities.d.ts +0 -3
  185. package/esm/storybookHelpers/dataGridWithDifferentCellOptions/api/fetchEntities.js +0 -32
  186. package/esm/storybookHelpers/dataGridWithDifferentCellOptions/api/gridModel.d.ts +0 -81
  187. package/esm/storybookHelpers/dataGridWithDifferentCellOptions/api/gridModel.js +0 -113
  188. package/esm/storybookHelpers/dataGridWithDifferentCellOptions/components/ColumnWaiting.d.ts +0 -4
  189. package/esm/storybookHelpers/dataGridWithDifferentCellOptions/components/ColumnWaiting.js +0 -4
  190. package/esm/storybookHelpers/dataGridWithDifferentCellOptions/components/EntitiesListAction.d.ts +0 -18
  191. package/esm/storybookHelpers/dataGridWithDifferentCellOptions/components/EntitiesListAction.js +0 -193
  192. package/esm/storybookHelpers/dataGridWithDifferentCellOptions/constants/index.d.ts +0 -1
  193. package/esm/storybookHelpers/dataGridWithDifferentCellOptions/constants/index.js +0 -1
  194. package/esm/storybookHelpers/dataGridWithDifferentCellOptions/interfaces/entity.d.ts +0 -7
  195. package/esm/storybookHelpers/fieldDelayRenderer.d.ts +0 -5
  196. package/esm/storybookHelpers/fieldDelayRenderer.js +0 -20
  197. package/esm/storybookHelpers/storyFeedbackProviderDecorator.d.ts +0 -2
  198. package/esm/storybookHelpers/storyFeedbackProviderDecorator.js +0 -16
  199. package/esm/storybookHelpers/storyGlobalWrapper.d.ts +0 -2
  200. package/esm/storybookHelpers/storyGlobalWrapper.js +0 -3
  201. package/esm/storybookHelpers/storyItem.d.ts +0 -8
  202. package/esm/storybookHelpers/storyItem.js +0 -17
  203. package/esm/storybookHelpers/storyLanguageDecorator.d.ts +0 -2
  204. package/esm/storybookHelpers/storyLanguageDecorator.js +0 -4
  205. package/esm/storybookHelpers/storyQueryClientProvider.d.ts +0 -2
  206. package/esm/storybookHelpers/storyQueryClientProvider.js +0 -15
  207. package/esm/storybookHelpers/storyThemeDecorator.d.ts +0 -2
  208. package/esm/storybookHelpers/storyThemeDecorator.js +0 -15
  209. package/esm/storybookHelpers/storyTopWindowDecorator.d.ts +0 -2
  210. package/esm/storybookHelpers/storyTopWindowDecorator.js +0 -4
  211. /package/esm/{storybookHelpers/dataGridWithDifferentCellOptions/interfaces/entity.js → table/detailPanel/interfaces.js} +0 -0
@@ -0,0 +1,318 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.translations = void 0;
4
+ exports.translations = {
5
+ "Cancel": "Cancel",
6
+ "Apply filters": "Apply filters",
7
+ "Advanced groups filter": "Advanced groups filter",
8
+ "Create conditions below to filter the entire system.": "Create conditions below to filter the entire system.",
9
+ "Add new condition": "Add new condition",
10
+ "Operator": "Operator",
11
+ "Information": "Information",
12
+ "Groups": "Groups",
13
+ "Remove condition": "Remove condition",
14
+ "Remove selection": "Remove selection",
15
+ "And": "And",
16
+ "Or": "Or",
17
+ "Expand": "Expand",
18
+ "View all": "View all",
19
+ "Use multiple operators when searching for a specific group. For example": "Use multiple operators when searching for a specific group. For example",
20
+ "filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.",
21
+ "Beta": "Beta",
22
+ "Add page to bookmarks": "Add page to bookmarks",
23
+ "Remove page from bookmarks": "Remove page from bookmarks",
24
+ "Multiple Selection Menu": "Multiple Selection Menu",
25
+ "Select visible": "Select visible",
26
+ "Select individual": "Select individual",
27
+ "Select all": "Select all",
28
+ "Select none": "Select none",
29
+ "Select year": "Select year",
30
+ "Previous month": "Previous month",
31
+ "Next month": "Next month",
32
+ "Choose daterange end date": "Choose daterange end date",
33
+ "Choose daterange start date": "Choose daterange start date",
34
+ "Change date": "Change date",
35
+ "Choose date": "Choose date",
36
+ "January": "January",
37
+ "February": "February",
38
+ "March": "March",
39
+ "April": "April",
40
+ "May": "May",
41
+ "June": "June",
42
+ "July": "July",
43
+ "August": "August",
44
+ "September": "September",
45
+ "October": "October",
46
+ "November": "November",
47
+ "December": "December",
48
+ "Actions": "Actions",
49
+ "View {groupName} children": "View {groupName} children",
50
+ "Toggle {groupName} filter": "Toggle {groupName} filter",
51
+ "Number of selected child groups - {count}": "Number of selected child groups - {count}",
52
+ "Columns": "Columns",
53
+ "Reset to default": "Reset to default",
54
+ "Columns selector": "Columns selector",
55
+ "Additional Properties": "Additional Properties",
56
+ "Action": "Action",
57
+ "Pick a date": "Pick a date",
58
+ "Start date": "Start date",
59
+ "End date": "End date",
60
+ "Clear": "Clear",
61
+ "Reset": "Reset",
62
+ "Apply": "Apply",
63
+ "Close": "Close",
64
+ "Deselect all": "Deselect all",
65
+ "Back": "Back",
66
+ "No data": "No data",
67
+ "Filter by group": "Filter by group",
68
+ "Open filter": "Open filter",
69
+ "Clear search": "Clear search",
70
+ "Search": "Search",
71
+ "Scroll left": "Scroll left",
72
+ "Scroll right": "Scroll right",
73
+ "Organization groups filter": "Organization groups filter",
74
+ "Home": "Home",
75
+ "Built-in Groups": "Built-in Groups",
76
+ "User Groups": "User Groups",
77
+ "Advanced Filter": "Advanced Filter",
78
+ "Currently Selected": "Currently Selected",
79
+ "All groups": "All groups",
80
+ "Apply site-wide": "Apply site-wide",
81
+ "Advanced": "Advanced",
82
+ "AND": "AND",
83
+ "OR": "OR",
84
+ "View currently selected filters": "View currently selected filters",
85
+ "All groups selected": "All groups selected",
86
+ "Number of selected groups - {count}": "Number of selected groups - {count}",
87
+ "Select Filters:": "Select Filters:",
88
+ "Results": "Results",
89
+ "More": "More",
90
+ "Show all filters": "Show all filters",
91
+ "Cancel search": "Cancel search",
92
+ "Show page search": "Show page search",
93
+ "Previous page": "Previous page",
94
+ "Next page": "Next page",
95
+ "Showing {from} - {to} of {total}": "Showing {from} - {to} of {total}",
96
+ "Selected:": "Selected:",
97
+ "All": "All",
98
+ "Go to My Reports": "Go to My Reports",
99
+ "There was an issue preparing your report": "There was an issue preparing your report",
100
+ "Try again or see more details on the My Reports page.": "Try again or see more details on the My Reports page.",
101
+ "Your report is being prepared": "Your report is being prepared",
102
+ "We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "We will notify you when your report is ready. You can track the progress by going to the My Reports page.",
103
+ "Your report is ready to download": "Your report is ready to download",
104
+ "Download your report now": "Download your report now",
105
+ "or see more details on the My Reports page.": "or see more details on the My Reports page.",
106
+ "Download now": "Download now",
107
+ "Prepare for download": "Prepare for download",
108
+ "Download": "Download",
109
+ "More formats": "More formats",
110
+ "Show report formats": "Show report formats",
111
+ "Prepare PDF": "Prepare PDF",
112
+ "Download PDF": "Download PDF",
113
+ "View in Browser": "View in Browser",
114
+ "Search field": "Search field",
115
+ "List": "List",
116
+ "Open search": "Open search",
117
+ "Sort by": "Sort by",
118
+ "Sort Options": "Sort Options",
119
+ "Change sort direction": "Change sort direction",
120
+ "Select hour": "Select hour",
121
+ "Select minutes": "Select minutes",
122
+ "Cancel changes": "Cancel changes",
123
+ "Apply changes": "Apply changes",
124
+ "Custom": "Custom",
125
+ "Try adjusting your search or filter.": "Try adjusting your search or filter.",
126
+ "{1} selected": "{1} selected",
127
+ "GroupCompanyId": "Company group",
128
+ "GroupDriverActivityGroupId": "Driver activity",
129
+ "GroupBusinessGroupId": "Business",
130
+ "GroupPersonalGroupId": "Personal",
131
+ "GroupAssetInformationId": "Asset Information",
132
+ "GroupAssetTypeId": "Asset Type",
133
+ "GroupVehicleId": "Vehicle",
134
+ "GroupTrailerId": "Trailer",
135
+ "GroupPowertrainAndFuelTypeId": "Powertrain and Fuel Type",
136
+ "GroupInternalCombustionEngineId": "Internal Combustion Engine",
137
+ "GroupGasolinePetrolId": "Gasoline or Petrol",
138
+ "GroupDieselId": "Diesel",
139
+ "GroupEthanolId": "Ethanol",
140
+ "GroupBiodieselId": "Biodiesel",
141
+ "GroupCompressedNaturalGasId": "Compressed Natural Gas",
142
+ "GroupOtherFuelId": "Other Fuel Type",
143
+ "GroupPropaneLiquifiedPetroleumGasId": "Propane or Liquified Petroleum Gas",
144
+ "GroupElectricHybridPluginId": "Electric or Plug-in Hybrid",
145
+ "GroupBatteryElectricVehicleId": "Battery Electric Vehicle",
146
+ "GroupPluginHybridElectricVehicleId": "Plug-in Hybrid Electric Vehicle",
147
+ "GroupManuallyClassifiedPowertrainId": "Manually Classified Powertrain",
148
+ "GroupFuelCellElectricVehicleId": "Fuel Cell Electric Vehicle",
149
+ "and {0} more": "and {0} more",
150
+ "Clear selection": "Clear selection",
151
+ "Select current page": "Select current page",
152
+ "OperatorOr": "OR",
153
+ "OperatorAnd": "AND",
154
+ "Select groups…": "Select groups…",
155
+ "Sort by {COLUMN_NAME} descending": "Sort by {COLUMN_NAME} descending",
156
+ "Sort by {COLUMN_NAME} ascending": "Sort by {COLUMN_NAME} ascending",
157
+ "Multiple row selection menu": "Multiple row selection menu",
158
+ "Convert table to full screen": "Convert table to full screen",
159
+ "View on map": "View on map",
160
+ "Edit": "Edit",
161
+ "Delete": "Delete",
162
+ "Archive": "Archive",
163
+ "More actions for {0}": "More actions for {0}",
164
+ "Change daterange end date, {date}": "Change date range end date, {date}",
165
+ "Change date, {date}": "Change date, {date}",
166
+ "Max": "Max",
167
+ "Min": "Min",
168
+ "Today": "Today",
169
+ "Yesterday": "Yesterday",
170
+ "This week": "This week",
171
+ "Next week": "Next week",
172
+ "Last week": "Last week",
173
+ "This month": "This month",
174
+ "Last month": "Last month",
175
+ "Last 3 months": "Last 3 months",
176
+ "Last 7 days": "Last 7 days",
177
+ "Last 30 days": "Last 30 days",
178
+ "Last 12 months": "Last 12 months",
179
+ "Last quarter": "Last quarter",
180
+ "This quarter": "This quarter",
181
+ "This year": "This year",
182
+ "Last year": "Last year",
183
+ "ShortMonday": "M",
184
+ "ShortTuesday": "T",
185
+ "ShortWednesday": "W",
186
+ "ShortThursday": "T",
187
+ "ShortFriday": "F",
188
+ "ShortSaturday": "S",
189
+ "ShortSunday": "S",
190
+ "Date range": "Date range",
191
+ "Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.",
192
+ "Select columns": "Select columns",
193
+ "Must be less than the max": "Must be less than the max",
194
+ "Must be more than the min": "Must be more than the min",
195
+ "Must be more than {value}": "Must be more than {value}",
196
+ "Must be less than {value}": "Must be less than {value}",
197
+ "Must be in range {min} - {max}": "Must be in the {min} - {max} range",
198
+ "The min value must be set": "The min value must be set",
199
+ "The max value must be set": "The max value must be set",
200
+ "Range Filter popup": "Range Filter popup",
201
+ "{rangeName} values {values}": "{rangeName} values {values}",
202
+ "The end date cannot be empty.": "The End date cannot be empty.",
203
+ "The start date cannot be empty.": "The Start date cannot be empty.",
204
+ "The date must be set": "The date must be set.",
205
+ "The time must be set": "The time must be set.",
206
+ "Selecting...": "Selecting...",
207
+ "Reset column settings": "Reset column settings",
208
+ "Filters": "Filters",
209
+ "Start date has been adjusted.": "Start date has been adjusted.",
210
+ "End date has been adjusted.": "End date has been adjusted.",
211
+ "Start time has been adjusted.": "Start time has been adjusted.",
212
+ "End time has been adjusted.": "End time has been adjusted.",
213
+ "Jan": "Jan",
214
+ "Feb": "Feb",
215
+ "Mar": "Mar",
216
+ "Apr": "Apr",
217
+ "Jun": "Jun",
218
+ "Jul": "Jul",
219
+ "Aug": "Aug",
220
+ "Sep": "Sep",
221
+ "Oct": "Oct",
222
+ "Nov": "Nov",
223
+ "Dec": "Dec",
224
+ "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.",
225
+ "Send feedback": "Send feedback",
226
+ "Manage beta option": "Manage beta option",
227
+ "Ma": "May",
228
+ "Y-axis": "Y-axis",
229
+ "X-axis": "X-axis",
230
+ "Previous": "Previous",
231
+ "Next": "Next",
232
+ "Choose dates": "Choose dates",
233
+ "Date range not available": "Date range not available",
234
+ "Choose your date range": "Choose your date range",
235
+ "Some of the dates you selected aren’t available. Please try a different range.": "Some of the dates you selected aren’t available. Please try a different range.",
236
+ "Please select the dates you want to view.": "Please select the dates you want to view.",
237
+ "Open": "Open",
238
+ "Favorite": "Favorite",
239
+ "All Filters": "All Filters",
240
+ "Reset All": "Reset all",
241
+ "Loading": "Loading",
242
+ "Select option": "Select option",
243
+ "Value": "Value",
244
+ "Data": "Data",
245
+ "Previous step": "Previous step",
246
+ "Continue": "Continue",
247
+ "Submit": "Submit",
248
+ "Optional": "Optional",
249
+ "Step {0} of {1}": "Step {0} of {1}",
250
+ "Error Loading Items": "Error Loading Items",
251
+ "Summary color": "Summary color",
252
+ "Chart data": "Chart data",
253
+ "Collapse": "Collapse",
254
+ "Configure": "Configure",
255
+ "Select all (current page)": "Select all (current page)",
256
+ "Close filter": "Close filter",
257
+ "Error with loading": "Error with loading",
258
+ "Click to refresh": "Click to refresh",
259
+ "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range": "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range",
260
+ "from {FROM} at {X0} to {TO} at {X}.": "from {FROM} at {X0} to {TO} at {X}.",
261
+ "shows a complex trend with multiple segments:": "shows a complex trend with multiple segments:",
262
+ "shows a relatively flat or stable trend.": "shows a relatively flat or stable trend.",
263
+ "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.": "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.",
264
+ "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.": "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.",
265
+ "Highest point(s):": "Highest point(s):",
266
+ "Lowest point(s):": "Lowest point(s):",
267
+ "Only one data point: value is {VALUE}.": "Only one data point: value is {VALUE}.",
268
+ "Average value is:": "Average value is:",
269
+ "No data available": "No data available",
270
+ "value changes in the range from {MIN} to {MAX}.": "value changes in the range from {MIN} to {MAX}.",
271
+ "Error generating chart narrative for dataset": "Error generating chart narrative for dataset",
272
+ "Chart data table and visualization": "Chart data table and visualization",
273
+ "Search page": "Search page",
274
+ "Search by": "Search by",
275
+ "Save": "Save",
276
+ "Remove": "Remove",
277
+ "Save filters": "Save filters",
278
+ "Remove saved {name} filter?": "Remove saved {name} filter?",
279
+ "Saved filters": "Saved filters",
280
+ "Confirm": "Confirm",
281
+ "Save new filters": "Save new filters",
282
+ "Save new": "Save new",
283
+ "Filter title": "Filter title",
284
+ "Title already in use": "Title already in use",
285
+ "Recent searches": "Recent searches",
286
+ "View history": "View history",
287
+ "Clear all": "Clear all",
288
+ "Pin": "Pin",
289
+ "Setting conditions": "Setting conditions",
290
+ "Edit Navigation": "Edit Navigation",
291
+ "Expand Navigation": "Expand Navigation",
292
+ "Collapse Navigation": "Collapse Navigation",
293
+ "Column Settings": "Column Settings",
294
+ "Category": "Category",
295
+ "Date range filter:": "Date range filter:",
296
+ "Date filter:": "Date filter:",
297
+ "Details": "Details",
298
+ "Select visible columns": "Select visible columns",
299
+ "Selected": "Selected",
300
+ "No Filters Selected": "No Filters Selected",
301
+ "Selected filters will appear here.": "Selected filters will appear here.",
302
+ "Currently selected": "Currently selected",
303
+ "Top results": "Top results",
304
+ "Open setting conditions popup": "Open setting conditions popup",
305
+ "Close setting conditions popup": "Close setting conditions popup",
306
+ "This field is required.": "This field is required.",
307
+ "On": "On",
308
+ "Off": "Off",
309
+ "Sub-options are not active.": "Sub-options are not active.",
310
+ "Reload": "Reload",
311
+ "Could not load field data": "Could not load field data",
312
+ "We couldn't load the data for this field. Try reloading it.": "We couldn't load the data for this field. Try reloading it.",
313
+ "Failed to load section": "Failed to load section",
314
+ "Please reload this section to try again. If the issue persists, contact Support.": "Please reload this section to try again. If the issue persists, contact Support.",
315
+ "Failed to load page": "Failed to load page",
316
+ "Please refresh the page and try again. If the issue persists, contact Support.": "Please refresh the page and try again. If the issue persists, contact Support.",
317
+ "Failed to load {0}": "Failed to load {0}"
318
+ };
@@ -304,5 +304,9 @@
304
304
  "Thu": "Thu",
305
305
  "Fri": "Fri",
306
306
  "Sat": "Sat",
307
- "Sun": "Sun"
307
+ "Sun": "Sun",
308
+ "Details": "Details",
309
+ "View details": "View details",
310
+ "Selection panel": "Selection panel",
311
+ "Bulk select": "Bulk select"
308
312
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "Cerrar filtro",
235
235
  "Column Settings": "Configuración de columnas",
236
236
  "Category": "Categoría",
237
+ "Details": "Detalles",
237
238
  "Select visible columns": "Seleccionar columnas visibles",
238
239
  "Selected": "Seleccionado",
239
240
  "This field is required.": "Este campo es obligatorio.",
@@ -246,5 +247,6 @@
246
247
  "Remove": "Eliminar",
247
248
  "Confirm": "Confirmar",
248
249
  "Clear all": "Borrar todo",
249
- "Reload": "Volver a cargar"
250
+ "Reload": "Volver a cargar",
251
+ "View details": "Ver detalles"
250
252
  }
@@ -228,6 +228,7 @@
228
228
  "Collapse": "Tiivistä",
229
229
  "Column Settings": "Sarakkeiden asetukset",
230
230
  "Category": "Luokka",
231
+ "Details": "Tiedot",
231
232
  "Select visible columns": "Valitse näkyvät sarakkeet",
232
233
  "Value": "Arvo",
233
234
  "Data": "Data",
@@ -256,5 +257,6 @@
256
257
  "This field is required.": "Tämä kenttä on pakollinen.",
257
258
  "On": "Päälle",
258
259
  "Off": "Pois",
259
- "Reload": "Ladata uudelleen"
260
+ "Reload": "Ladata uudelleen",
261
+ "View details": "Näytä tiedot"
260
262
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "Fermer le filtre",
235
235
  "Column Settings": "Paramètres des colonnes",
236
236
  "Category": "Catégorie",
237
+ "Details": "Détails",
237
238
  "Select visible columns": "Sélectionner les colonnes visibles",
238
239
  "Selected": "Sélectionné",
239
240
  "This field is required.": "Ce champ est requis.",
@@ -246,5 +247,6 @@
246
247
  "Remove": "Supprimer",
247
248
  "Confirm": "Confirmer",
248
249
  "Clear all": "Tout effacer",
249
- "Reload": "Actualiser"
250
+ "Reload": "Actualiser",
251
+ "View details": "Voir les détails"
250
252
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "Fermer le filtre",
235
235
  "Column Settings": "Paramètres des colonnes",
236
236
  "Category": "Catégorie",
237
+ "Details": "Détails",
237
238
  "Select visible columns": "Sélectionner les colonnes visibles",
238
239
  "Selected": "Sélectionné",
239
240
  "This field is required.": "Ce champ est obligatoire.",
@@ -246,5 +247,6 @@
246
247
  "Remove": "Supprimer",
247
248
  "Confirm": "Confirmer",
248
249
  "Clear all": "Effacer tout",
249
- "Reload": "Recharger"
250
+ "Reload": "Recharger",
251
+ "View details": "Afficher les détails"
250
252
  }
@@ -228,6 +228,7 @@
228
228
  "Collapse": "Összecsukás",
229
229
  "Column Settings": "Oszlopbeállítások",
230
230
  "Category": "Kategória",
231
+ "Details": "Részletek",
231
232
  "Select visible columns": "Látható oszlopok kiválasztása",
232
233
  "Value": "Érték",
233
234
  "Data": "Adatok",
@@ -256,5 +257,6 @@
256
257
  "This field is required.": "Ez a mező kötelező.",
257
258
  "On": "Bekapcsolva",
258
259
  "Off": "Kikapcsolva",
259
- "Reload": "Újratöltés"
260
+ "Reload": "Újratöltés",
261
+ "View details": "Részletek megtekintése"
260
262
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "Tutup filter",
235
235
  "Column Settings": "Pengaturan Kolom",
236
236
  "Category": "Kategori",
237
+ "Details": "Detail",
237
238
  "Select visible columns": "Pilih kolom yang terlihat",
238
239
  "Selected": "Dipilih",
239
240
  "This field is required.": "Bidang ini harus diisi.",
@@ -246,5 +247,6 @@
246
247
  "Remove": "Hapus",
247
248
  "Confirm": "Konfirmasi",
248
249
  "Clear all": "Hapus semua",
249
- "Reload": "Muat ulang"
250
+ "Reload": "Muat ulang",
251
+ "View details": "Lihat detail"
250
252
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "Chiudi filtro",
235
235
  "Column Settings": "Impostazioni colonna",
236
236
  "Category": "Categoria",
237
+ "Details": "Dettagli",
237
238
  "Select visible columns": "Selezionare colonne visibili",
238
239
  "Selected": "Selezionato",
239
240
  "This field is required.": "Questo campo è obbligatorio.",
@@ -246,5 +247,6 @@
246
247
  "Remove": "Rimuovere",
247
248
  "Confirm": "Confermare",
248
249
  "Clear all": "Cancellare tutto",
249
- "Reload": "Ricarica"
250
+ "Reload": "Ricarica",
251
+ "View details": "Visualizzare dettagli"
250
252
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "フィルターを閉じる",
235
235
  "Column Settings": "列の設定",
236
236
  "Category": "カテゴリ",
237
+ "Details": "詳細",
237
238
  "Select visible columns": "表示列を選択",
238
239
  "Selected": "選択車両",
239
240
  "This field is required.": "このフィールドは必須です。",
@@ -246,5 +247,6 @@
246
247
  "Remove": "削除",
247
248
  "Confirm": "確認",
248
249
  "Clear all": "すべてをクリア",
249
- "Reload": "再読込"
250
+ "Reload": "再読込",
251
+ "View details": "詳細を表示する"
250
252
  }
@@ -230,6 +230,7 @@
230
230
  "Close filter": "필터 닫기",
231
231
  "Column Settings": "열 설정",
232
232
  "Category": "범주",
233
+ "Details": "세부",
233
234
  "Select visible columns": "표시되는 열 선택",
234
235
  "Selected": "선택됨",
235
236
  "This field is required.": "이 필드는 필수입니다.",
@@ -255,5 +256,6 @@
255
256
  "Fri": "금",
256
257
  "Sat": "앉았다",
257
258
  "Sun": "해",
258
- "Reload": "다시 불러오기"
259
+ "Reload": "다시 불러오기",
260
+ "View details": "세부 정보 보기"
259
261
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "Tutup penyaring",
235
235
  "Column Settings": "Tetapan Lajur",
236
236
  "Category": "Kategori",
237
+ "Details": "Butiran",
237
238
  "Select visible columns": "Pilih lajur yang boleh dilihat",
238
239
  "Selected": "Dipilih",
239
240
  "This field is required.": "Medan ini diperlukan.",
@@ -246,5 +247,6 @@
246
247
  "Remove": "Alih Keluar",
247
248
  "Confirm": "Sahkan",
248
249
  "Clear all": "Kosongkan semua",
249
- "Reload": "Muatkan semula"
250
+ "Reload": "Muatkan semula",
251
+ "View details": "Lihat butiran"
250
252
  }
@@ -228,6 +228,7 @@
228
228
  "Collapse": "Kollapse",
229
229
  "Column Settings": "Kolonneinnstillinger",
230
230
  "Category": "Kategori",
231
+ "Details": "Detaljer",
231
232
  "Select visible columns": "Velg synlige kolonner",
232
233
  "Value": "Verdi",
233
234
  "Data": "Data",
@@ -256,5 +257,6 @@
256
257
  "This field is required.": "Dette feltet er påkrevd.",
257
258
  "On": "På",
258
259
  "Off": "Av",
259
- "Reload": "Last inn på nytt"
260
+ "Reload": "Last inn på nytt",
261
+ "View details": "Se detaljer"
260
262
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "Filter sluiten",
235
235
  "Column Settings": "Kolominstellingen",
236
236
  "Category": "Categorie",
237
+ "Details": "Details",
237
238
  "Select visible columns": "Zichtbare kolommen selecteren",
238
239
  "Selected": "Geselecteerd",
239
240
  "This field is required.": "Dit veld is verplicht.",
@@ -246,5 +247,6 @@
246
247
  "Remove": "Verwijderen",
247
248
  "Confirm": "Bevestigen",
248
249
  "Clear all": "Alles wissen",
249
- "Reload": "Herladen"
250
+ "Reload": "Herladen",
251
+ "View details": "Details weergeven"
250
252
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "Zamknij filtr",
235
235
  "Column Settings": "Ustawienia kolumn",
236
236
  "Category": "Kategoria",
237
+ "Details": "Szczegóły",
237
238
  "Select visible columns": "Wybierz widoczne kolumny",
238
239
  "Selected": "Wybrano",
239
240
  "This field is required.": "To pole jest wymagane.",
@@ -246,5 +247,6 @@
246
247
  "Remove": "Usuń",
247
248
  "Confirm": "Potwierdź",
248
249
  "Clear all": "Wyczyść wszystkie",
249
- "Reload": "Odśwież"
250
+ "Reload": "Odśwież",
251
+ "View details": "Wyświetl szczegóły"
250
252
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "Fechar filtro",
235
235
  "Column Settings": "Configurações da coluna",
236
236
  "Category": "Categoria",
237
+ "Details": "Detalhes",
237
238
  "Select visible columns": "Selecionar colunas visíveis",
238
239
  "Selected": "Selecionado",
239
240
  "This field is required.": "Este campo é obrigatório.",
@@ -246,5 +247,6 @@
246
247
  "Remove": "Remover",
247
248
  "Confirm": "Confirmar",
248
249
  "Clear all": "Limpar tudo",
249
- "Reload": "Recarregar"
250
+ "Reload": "Recarregar",
251
+ "View details": "Exibir detalhes"
250
252
  }
@@ -227,6 +227,7 @@
227
227
  "Collapse": "Zlož.",
228
228
  "Column Settings": "Nastavenia stĺpcov",
229
229
  "Category": "Kategória",
230
+ "Details": "Detaily",
230
231
  "Select visible columns": "Vybrať viditeľné stĺpce",
231
232
  "Value": "Hodnota",
232
233
  "Data": "Dáta",
@@ -255,5 +256,6 @@
255
256
  "This field is required.": "Toto pole je povinné.",
256
257
  "On": "Zapnuté",
257
258
  "Off": "Vypnuté",
258
- "Reload": "Obnoviť"
259
+ "Reload": "Obnoviť",
260
+ "View details": "Zobraziť podrobnosti"
259
261
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "Stäng filter",
235
235
  "Column Settings": "Kolumninställningar",
236
236
  "Category": "Kategori",
237
+ "Details": "Detaljer",
237
238
  "Select visible columns": "Välj synbara kolumner",
238
239
  "Selected": "Valda",
239
240
  "This field is required.": "Det här fältet är obligatoriskt.",
@@ -246,5 +247,6 @@
246
247
  "Remove": "Ta bort",
247
248
  "Confirm": "Bekräfta",
248
249
  "Clear all": "Rensa alla",
249
- "Reload": "Ladda igen"
250
+ "Reload": "Ladda igen",
251
+ "View details": "Visa detaljer"
250
252
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "ปิดตัวกรอง",
235
235
  "Column Settings": "การตั้งค่าคอลัมน์",
236
236
  "Category": "หมวดหมู่",
237
+ "Details": "รายละเอียด",
237
238
  "Select visible columns": "เลือกคอลัมน์ที่มองเห็นได้",
238
239
  "Selected": "เลือกแล้ว",
239
240
  "This field is required.": "ต้องใส่ข้อมูลในฟิลด์นี้",
@@ -246,5 +247,6 @@
246
247
  "Remove": "ลบ",
247
248
  "Confirm": "ยืนยัน",
248
249
  "Clear all": "ล้างทั้งหมด",
249
- "Reload": "โหลดอีกครั้ง"
250
+ "Reload": "โหลดอีกครั้ง",
251
+ "View details": "ดูรายละเอียด"
250
252
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "Filtreyi kapat",
235
235
  "Column Settings": "Sütun Ayarları",
236
236
  "Category": "Kategori",
237
+ "Details": "Ayrıntılar",
237
238
  "Select visible columns": "Görünür sütunları seç",
238
239
  "Selected": "Seçildi",
239
240
  "This field is required.": "Bu alan zorunludur.",
@@ -246,5 +247,6 @@
246
247
  "Remove": "Kaldır",
247
248
  "Confirm": "Onayla",
248
249
  "Clear all": "Tümünü temizle",
249
- "Reload": "Yeniden yükle"
250
+ "Reload": "Yeniden yükle",
251
+ "View details": "Ayrıntıları görüntüle"
250
252
  }
@@ -234,6 +234,7 @@
234
234
  "Close filter": "关闭筛选器",
235
235
  "Column Settings": "列设置",
236
236
  "Category": "类别",
237
+ "Details": "详细信息",
237
238
  "Select visible columns": "选择可见列",
238
239
  "Selected": "选中的",
239
240
  "This field is required.": "该字段为必填项。",
@@ -246,5 +247,6 @@
246
247
  "Remove": "删除",
247
248
  "Confirm": "确认",
248
249
  "Clear all": "全部清除",
249
- "Reload": "重新加载"
250
+ "Reload": "重新加载",
251
+ "View details": "查看详细信息"
250
252
  }