@geotab/zenith 3.12.3 → 3.13.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 (167) hide show
  1. package/README.md +11 -3
  2. package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
  3. package/dist/calendar/calendar.js +1 -1
  4. package/dist/chart/lineChart/getDefaultOptions.js +2 -7
  5. package/dist/chart/lineChart/useSummary.d.ts +2 -1
  6. package/dist/columnsSelector/columnsSelector.js +1 -1
  7. package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
  8. package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.js +29 -12
  9. package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +2 -1
  10. package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
  11. package/dist/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +4 -2
  12. package/dist/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +12 -3
  13. package/dist/commonHelpers/arrowNavigation/hooks/useScrolling.js +18 -6
  14. package/dist/commonStyles/caption/caption.less +3 -5
  15. package/dist/commonStyles/colors/colors.less +4 -19
  16. package/dist/commonStyles/columnsList.less +1 -0
  17. package/dist/commonStyles/common.less +1 -2
  18. package/dist/commonStyles/ellipsis.less +1 -1
  19. package/dist/commonStyles/fonts/roboto.less +7 -7
  20. package/dist/commonStyles/link/link.less +1 -1
  21. package/dist/commonStyles/notSelectable.less +0 -4
  22. package/dist/commonStyles/pillStyles/pillContent.less +6 -2
  23. package/dist/commonStyles/pillStyles/pillStyles.less +1 -1
  24. package/dist/commonStyles/pillStyles/pillTextContent.less +3 -0
  25. package/dist/commonStyles/pillStyles/pillTypes.less +10 -0
  26. package/dist/commonStyles/popupMixin.less +2 -2
  27. package/dist/commonStyles/rangeFieldMixin.less +3 -6
  28. package/dist/commonStyles/shadows/shadows.less +3 -3
  29. package/dist/commonStyles/typography/typography.less +24 -24
  30. package/dist/dataFeed/dataFeed.js +28 -2
  31. package/dist/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
  32. package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
  33. package/dist/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
  34. package/dist/dateInputInner/dateInputInnerControlBlock.js +57 -57
  35. package/dist/divider/divider.js +1 -1
  36. package/dist/dropdownRaw/dropdownRaw.js +1 -1
  37. package/dist/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
  38. package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
  39. package/dist/filtersBar/filtersContainer/filtersContainer.js +16 -5
  40. package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
  41. package/dist/header/header.js +1 -1
  42. package/dist/header/headerMenu.js +1 -1
  43. package/dist/index.css +487 -571
  44. package/dist/list/itemData/itemDataInternal.js +1 -1
  45. package/dist/list/listItem/listItem.js +1 -1
  46. package/dist/menu/menu.js +1 -1
  47. package/dist/nav/navAddMenu/navAddMenu.js +1 -1
  48. package/dist/nav/navFooter/navFooter.js +4 -4
  49. package/dist/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
  50. package/dist/nav/navHeader/navHeader.js +1 -1
  51. package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
  52. package/dist/nav/navItem/navItem.js +2 -2
  53. package/dist/rangeRaw/rangeRaw.js +1 -1
  54. package/dist/rangeRaw/utils/rangeHelper.js +28 -28
  55. package/dist/sortControl/sortControl.js +1 -1
  56. package/dist/summary/summary.d.ts +3 -2
  57. package/dist/summary/summary.js +6 -2
  58. package/dist/summaryTileBar/summaryTileBar.js +3 -1
  59. package/dist/table/actions/actionsMenu.js +2 -2
  60. package/dist/table/flexible/columnsPopup.js +1 -1
  61. package/dist/table/table.js +5 -7
  62. package/dist/tabs/tabs.js +16 -5
  63. package/dist/toolbar/helpers/getWidthWithMargin.js +2 -2
  64. package/dist/tooltip/helpers/calculateArrowPosition.js +1 -7
  65. package/dist/tooltip/tooltip.js +7 -5
  66. package/dist/utils/localization/translations/ar.json +7 -7
  67. package/dist/utils/localization/translations/cs.json +7 -7
  68. package/dist/utils/localization/translations/da-DK.json +7 -7
  69. package/dist/utils/localization/translations/de.json +7 -7
  70. package/dist/utils/localization/translations/en.json +7 -7
  71. package/dist/utils/localization/translations/es.json +7 -7
  72. package/dist/utils/localization/translations/fi-FI.json +7 -7
  73. package/dist/utils/localization/translations/fr-FR.json +7 -7
  74. package/dist/utils/localization/translations/fr.json +7 -7
  75. package/dist/utils/localization/translations/hu-HU.json +7 -7
  76. package/dist/utils/localization/translations/id.json +7 -7
  77. package/dist/utils/localization/translations/it.json +7 -7
  78. package/dist/utils/localization/translations/ja.json +7 -7
  79. package/dist/utils/localization/translations/ko-KR.json +7 -7
  80. package/dist/utils/localization/translations/ms.json +7 -7
  81. package/dist/utils/localization/translations/nb-NO.json +7 -7
  82. package/dist/utils/localization/translations/nl.json +7 -7
  83. package/dist/utils/localization/translations/pl.json +7 -7
  84. package/dist/utils/localization/translations/pt-BR.json +7 -7
  85. package/dist/utils/localization/translations/pt-PT.json +7 -7
  86. package/dist/utils/localization/translations/ro-RO.json +7 -7
  87. package/dist/utils/localization/translations/sk-SK.json +7 -7
  88. package/dist/utils/localization/translations/sv.json +7 -7
  89. package/dist/utils/localization/translations/th.json +7 -7
  90. package/dist/utils/localization/translations/tr.json +7 -7
  91. package/dist/utils/localization/translations/zh-Hans.json +7 -7
  92. package/dist/utils/localization/translations/zh-TW.json +7 -7
  93. package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
  94. package/esm/calendar/calendar.js +1 -1
  95. package/esm/chart/lineChart/getDefaultOptions.js +2 -7
  96. package/esm/chart/lineChart/useSummary.d.ts +2 -1
  97. package/esm/columnsSelector/columnsSelector.js +1 -1
  98. package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
  99. package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.js +29 -12
  100. package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +2 -1
  101. package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
  102. package/esm/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +4 -2
  103. package/esm/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +12 -3
  104. package/esm/commonHelpers/arrowNavigation/hooks/useScrolling.js +18 -6
  105. package/esm/dataFeed/dataFeed.js +28 -2
  106. package/esm/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
  107. package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
  108. package/esm/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
  109. package/esm/dateInputInner/dateInputInnerControlBlock.js +57 -57
  110. package/esm/divider/divider.js +1 -1
  111. package/esm/dropdownRaw/dropdownRaw.js +1 -1
  112. package/esm/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
  113. package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
  114. package/esm/filtersBar/filtersContainer/filtersContainer.js +16 -5
  115. package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
  116. package/esm/header/header.js +1 -1
  117. package/esm/header/headerMenu.js +1 -1
  118. package/esm/list/itemData/itemDataInternal.js +1 -1
  119. package/esm/list/listItem/listItem.js +1 -1
  120. package/esm/menu/menu.js +1 -1
  121. package/esm/nav/navAddMenu/navAddMenu.js +1 -1
  122. package/esm/nav/navFooter/navFooter.js +4 -4
  123. package/esm/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
  124. package/esm/nav/navHeader/navHeader.js +1 -1
  125. package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
  126. package/esm/nav/navItem/navItem.js +2 -2
  127. package/esm/rangeRaw/rangeRaw.js +1 -1
  128. package/esm/rangeRaw/utils/rangeHelper.js +28 -28
  129. package/esm/sortControl/sortControl.js +1 -1
  130. package/esm/summary/summary.d.ts +3 -2
  131. package/esm/summary/summary.js +6 -2
  132. package/esm/summaryTileBar/summaryTileBar.js +3 -1
  133. package/esm/table/actions/actionsMenu.js +2 -2
  134. package/esm/table/flexible/columnsPopup.js +1 -1
  135. package/esm/table/table.js +5 -7
  136. package/esm/tabs/tabs.js +16 -5
  137. package/esm/toolbar/helpers/getWidthWithMargin.js +2 -2
  138. package/esm/tooltip/helpers/calculateArrowPosition.js +1 -7
  139. package/esm/tooltip/tooltip.js +7 -5
  140. package/esm/utils/localization/translations/ar.json +7 -7
  141. package/esm/utils/localization/translations/cs.json +7 -7
  142. package/esm/utils/localization/translations/da-DK.json +7 -7
  143. package/esm/utils/localization/translations/de.json +7 -7
  144. package/esm/utils/localization/translations/en.json +7 -7
  145. package/esm/utils/localization/translations/es.json +7 -7
  146. package/esm/utils/localization/translations/fi-FI.json +7 -7
  147. package/esm/utils/localization/translations/fr-FR.json +7 -7
  148. package/esm/utils/localization/translations/fr.json +7 -7
  149. package/esm/utils/localization/translations/hu-HU.json +7 -7
  150. package/esm/utils/localization/translations/id.json +7 -7
  151. package/esm/utils/localization/translations/it.json +7 -7
  152. package/esm/utils/localization/translations/ja.json +7 -7
  153. package/esm/utils/localization/translations/ko-KR.json +7 -7
  154. package/esm/utils/localization/translations/ms.json +7 -7
  155. package/esm/utils/localization/translations/nb-NO.json +7 -7
  156. package/esm/utils/localization/translations/nl.json +7 -7
  157. package/esm/utils/localization/translations/pl.json +7 -7
  158. package/esm/utils/localization/translations/pt-BR.json +7 -7
  159. package/esm/utils/localization/translations/pt-PT.json +7 -7
  160. package/esm/utils/localization/translations/ro-RO.json +7 -7
  161. package/esm/utils/localization/translations/sk-SK.json +7 -7
  162. package/esm/utils/localization/translations/sv.json +7 -7
  163. package/esm/utils/localization/translations/th.json +7 -7
  164. package/esm/utils/localization/translations/tr.json +7 -7
  165. package/esm/utils/localization/translations/zh-Hans.json +7 -7
  166. package/esm/utils/localization/translations/zh-TW.json +7 -7
  167. package/package.json +10 -1
package/esm/tabs/tabs.js CHANGED
@@ -4,6 +4,7 @@ import { createElement, useCallback, useEffect, useRef, useState } from "react";
4
4
  import { classNames } from "../commonHelpers/classNames/classNames";
5
5
  import { useDriveClassName } from "../utils/theme/useDriveClassName";
6
6
  import { useLanguage } from "../utils/localization/useLanguage";
7
+ import { useIsRTL } from "../utils/localization/useIsRTL";
7
8
  import { TabItem } from "./tabItem/tabItem";
8
9
  import { IconChevronRight } from "../icons/iconChevronRight";
9
10
  import { IconChevronLeft } from "../icons/iconChevronLeft";
@@ -66,13 +67,22 @@ injectString("zh-Hans", "Scroll to end", "\u6EDA\u52A8\u81F3\u672B\u5C3E");
66
67
  injectString("zh-TW", "Scroll to end", "\u6372\u52D5\u81F3\u7D50\u5C3E\u8655");
67
68
  injectString("ro-RO", "Scroll to end", "Derulare la sf\xE2r\u0219it");
68
69
  export const TabsDisplayName = "Tabs";
69
- const getScrollButtonType = element => {
70
+ const getScrollButtonType = (element, isRTL) => {
70
71
  const scrollLeft = element.scrollLeft;
71
72
  const scrollWidth = element.scrollWidth;
72
73
  const clientWidth = element.clientWidth;
73
74
  if (scrollLeft === 0 && scrollWidth === clientWidth) {
74
75
  return "";
75
76
  }
77
+ if (isRTL) {
78
+ if (scrollLeft < -1 && scrollLeft > clientWidth - scrollWidth + 1) {
79
+ return "both";
80
+ }
81
+ if (scrollLeft >= -1) {
82
+ return "start";
83
+ }
84
+ return "end";
85
+ }
76
86
  if (scrollLeft > 0 && scrollWidth > clientWidth + scrollLeft + 1) {
77
87
  return "both";
78
88
  }
@@ -96,6 +106,7 @@ export const Tabs = ({
96
106
  } = useLanguage();
97
107
  const ScrollStartIcon = useDirectionalIcon(IconChevronLeft, IconChevronRight);
98
108
  const ScrollEndIcon = useDirectionalIcon(IconChevronRight, IconChevronLeft);
109
+ const isRTL = useIsRTL();
99
110
  const driveClassNameScroller = useDriveClassName("zen-tabs__scroller");
100
111
  const mobileClassNameScroller = useMobileClassName("zen-tabs__scroller");
101
112
  const driveClassNameGradient = useDriveClassName("zen-tabs__gradient");
@@ -156,7 +167,7 @@ export const Tabs = ({
156
167
  if (scrollableElt) {
157
168
  timer && ((_a = zen.clearTimeout) === null || _a === void 0 ? void 0 : _a.call(zen, timer));
158
169
  timer = (_b = zen.setTimeout) === null || _b === void 0 ? void 0 : _b.call(zen, () => {
159
- setScrollButtonType(getScrollButtonType(scrollableElt));
170
+ setScrollButtonType(getScrollButtonType(scrollableElt, isRTL));
160
171
  }, 200);
161
172
  }
162
173
  };
@@ -170,12 +181,12 @@ export const Tabs = ({
170
181
  scrollableElement.removeEventListener("scroll", resizeHandler);
171
182
  (_b = zen.removeEventListener) === null || _b === void 0 ? void 0 : _b.call(zen, "resize", resizeHandler);
172
183
  };
173
- }, [scrollableRef]);
184
+ }, [scrollableRef, isRTL]);
174
185
  useEffect(() => {
175
186
  if (scrollableRef.current) {
176
- setScrollButtonType(getScrollButtonType(scrollableRef.current));
187
+ setScrollButtonType(getScrollButtonType(scrollableRef.current, isRTL));
177
188
  }
178
- }, [scrollableRef, tabs, activeTabId]);
189
+ }, [scrollableRef, tabs, activeTabId, isRTL]);
179
190
  const handleScrollButtonClick = useCallback((scrollableElt, delta) => () => {
180
191
  var _a;
181
192
  if (scrollableElt) {
@@ -1,8 +1,8 @@
1
1
  import { zen } from "../../utils/zen";
2
2
  export const getWidthWithMargin = (elem) => {
3
3
  var _a;
4
- const style = ((_a = zen.getComputedStyle) === null || _a === void 0 ? void 0 : _a.call(zen, elem)) || { marginLeft: "0", marginRight: "0" };
5
- const margin = parseFloat(style.marginLeft) + parseFloat(style.marginRight) || 0;
4
+ const style = ((_a = zen.getComputedStyle) === null || _a === void 0 ? void 0 : _a.call(zen, elem)) || { marginInlineStart: "0", marginInlineEnd: "0" };
5
+ const margin = parseFloat(style.marginInlineStart) + parseFloat(style.marginInlineEnd) || 0;
6
6
  const width = elem.getBoundingClientRect().width;
7
7
  return width + margin;
8
8
  };
@@ -2,13 +2,7 @@ const borderRadius = 4;
2
2
  const normalizeLeft = (left, tooltipWidth, arrowWidth) => Math.min(tooltipWidth - borderRadius - arrowWidth, Math.max(borderRadius, left));
3
3
  const normalizeTop = (top, tooltipHeight, arrowHeight) => Math.min(tooltipHeight - borderRadius - arrowHeight, Math.max(borderRadius, top));
4
4
  export const calculateArrowPosition = (triggerRef, tooltipRef, arrowRef, alignment) => {
5
- if (!triggerRef.current) {
6
- return;
7
- }
8
- if (!tooltipRef.current) {
9
- return;
10
- }
11
- if (!arrowRef.current) {
5
+ if (!triggerRef.current || !tooltipRef.current || !arrowRef.current) {
12
6
  return;
13
7
  }
14
8
  const triggerElement = triggerRef.current;
@@ -8,6 +8,7 @@ import { classNames } from "../commonHelpers/classNames/classNames";
8
8
  import { calculateArrowPosition } from "./helpers/calculateArrowPosition";
9
9
  import { DeviceType } from "../commonHelpers/hooks/deviceType";
10
10
  import { getDeviceType, useDeviceType } from "../commonHelpers/hooks/useDeviceType";
11
+ import { normalizeLogicalAlignment } from "../utils/positioningUtils/normalizeLogicalAlignment";
11
12
  import { themeContext } from "../utils/theme/themeContext";
12
13
  import { tooltipAlignments } from "../utils/positioningUtils/tooltipAlignments";
13
14
  import { IconClose } from "../icons/iconClose";
@@ -162,6 +163,7 @@ export const Tooltip = ({
162
163
  var _a, _b, _c, _d;
163
164
  const GAP = 12;
164
165
  const isDrive = useDrive();
166
+ const direction = useDirection();
165
167
  const triggerRefNative = trigger ? trigger.props.ref : undefined;
166
168
  const triggerLocalRef = useRef(null);
167
169
  const triggerRef = triggerRefNative || triggerLocalRef;
@@ -176,14 +178,14 @@ export const Tooltip = ({
176
178
  const {
177
179
  translate
178
180
  } = useLanguage();
179
- const direction = useDirection();
180
181
  const {
181
182
  dark
182
183
  } = useContext(themeContext);
183
- const tooltipAlignment = useMemo(() => isMobile ? "bottom" : alignment || "right", [isMobile, alignment]);
184
+ const tooltipAlignment = useMemo(() => isMobile ? "bottom" : alignment || (direction === "ltr" ? "right" : "left"), [isMobile, alignment, direction]);
185
+ const normalizedTooltipAlignment = useMemo(() => normalizeLogicalAlignment(tooltipAlignment, direction), [tooltipAlignment, direction]);
184
186
  const TOOLTIP_ARROW_HEIGHT = useMemo(() => isMobile || isDrive ? 0 : 6, [isMobile, isDrive]);
185
- const tooltipAlignmentRef = useRef(tooltipAlignment);
186
- tooltipAlignmentRef.current = tooltipAlignment;
187
+ const tooltipAlignmentRef = useRef(normalizedTooltipAlignment);
188
+ tooltipAlignmentRef.current = normalizedTooltipAlignment;
187
189
  const setDeviceTypeStable = useCallback(newType => {
188
190
  setDeviceType(currentDeviceType => newType !== currentDeviceType ? newType : currentDeviceType);
189
191
  }, []);
@@ -244,7 +246,7 @@ export const Tooltip = ({
244
246
  }, triggerCloneProps))
245
247
  });
246
248
  // Initial arrow class - will be updated by calculatePosition
247
- const arrowClass = useMemo(() => arrowClasses[tooltipAlignment] || "", [tooltipAlignment]);
249
+ const arrowClass = useMemo(() => arrowClasses[normalizedTooltipAlignment] || "", [normalizedTooltipAlignment]);
248
250
  const getOppositeAlignment = main => {
249
251
  // eslint-disable-next-line @typescript-eslint/switch-exhaustiveness-check
250
252
  switch (main) {
@@ -167,21 +167,21 @@
167
167
  "ShortSaturday": "س",
168
168
  "ShortSunday": "ح",
169
169
  "Date range": "نطاق التاريخ",
170
- "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.": "استخدم عوامل تشغيل متعددة عند البحث عن مجموعة معينة. على سبيل المثال، تصفية الأصول التي تنتمي إلى مجموعة الجرارات ومجموعة تورنتو تعرض قائمة الجرارات التي تنتمي إلى فرع تورنتو.",
170
+ "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.": "استخدم عوامل تشغيل متعددة عند البحث عن مجموعة معينة. على سبيل المثال، تصفية الأصول التي تنتمي إلى مجموعة الجرارات ومجموعة تورنتو تعرض قائمة الجرارات التي تنتمي إلى فرع تورنتو.",
171
171
  "Select columns": "تحديد الأعمدة",
172
172
  "Must be less than the max": "يجب أن يكون أقل من الحد الأقصى",
173
173
  "Must be more than the min": "يجب أن يكون أكثر من الحد الأدنى",
174
174
  "Must be more than {value}": "يجب أن يكون أكثر من {value}",
175
175
  "Must be less than {value}": "يجب أن يكون أقل من {value}",
176
- "Must be in range {min} - {max}": "يجب أن يكون في النطاق {min} - {max}",
176
+ "Must be in the {min} - {max} range": "يجب أن يكون في النطاق {min} - {max}",
177
177
  "The min value must be set": "يجب تعيين الحد الأدنى",
178
178
  "The max value must be set": "يجب تعيين الحد الأقصى",
179
179
  "Range Filter popup": "نافذة تصفية النطاق",
180
180
  "{rangeName} values {values}": "قيم {rangeName} {values}",
181
- "The end date cannot be empty.": "لا يمكن أن يكون تاريخ الانتهاء فارغاً.",
182
- "The start date cannot be empty.": "لا يمكن أن يكون تاريخ البدء فارغاً.",
183
- "The date must be set": "يجب تعيين التاريخ.",
184
- "The time must be set": "يجب تعيين الوقت.",
181
+ "The End date cannot be empty.": "لا يمكن أن يكون تاريخ الانتهاء فارغاً.",
182
+ "The Start date cannot be empty.": "لا يمكن أن يكون تاريخ البدء فارغاً.",
183
+ "The date must be set.": "يجب تعيين التاريخ.",
184
+ "The time must be set.": "يجب تعيين الوقت.",
185
185
  "Selecting...": "جارٍ التحديد...",
186
186
  "Reset column settings": "إعادة تعيين إعدادات الأعمدة",
187
187
  "Filters": "التصفيات",
@@ -215,7 +215,7 @@
215
215
  "Open": "فتح",
216
216
  "Favorite": "المفضلة",
217
217
  "All Filters": "جميع التصفيات",
218
- "Reset All": "إعادة تعيين الكل",
218
+ "Reset all": "إعادة تعيين الكل",
219
219
  "Loading": "جارٍ التحميل",
220
220
  "Select option": "اختيار خيار",
221
221
  "Value": "القيمة",
@@ -176,13 +176,13 @@
176
176
  "ShortFriday": "Pá",
177
177
  "ShortSaturday": "So",
178
178
  "ShortSunday": "Ne",
179
- "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.": "Při hledání konkrétní skupiny použijte více operátorů. Například při filtrování prostředků, které spadají do skupiny Traktory, skupina Toronto zobrazí seznam traktorů, které patří do pobočky v Torontu.",
179
+ "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.": "Při hledání konkrétní skupiny použijte více operátorů. Například při filtrování prostředků, které spadají do skupiny Traktory, skupina Toronto zobrazí seznam traktorů, které patří do pobočky v Torontu.",
180
180
  "Select columns": "Vyberte sloupce",
181
181
  "Must be less than the max": "Musí být menší než max.",
182
182
  "Must be more than the min": "Musí být větší než min.",
183
183
  "Must be more than {value}": "Musí být větší než {value}",
184
184
  "Must be less than {value}": "Musí být menší než {value}",
185
- "Must be in range {min} - {max}": "Musí být v rozsahu {min}–{max}",
185
+ "Must be in the {min} - {max} range": "Musí být v rozsahu {min}–{max}",
186
186
  "The min value must be set": "Musí být nastavena minimální hodnota",
187
187
  "The max value must be set": "Musí být nastavena maximální hodnota",
188
188
  "Range Filter popup": "Vyskakovací okno Filtr rozmezí",
@@ -190,16 +190,16 @@
190
190
  "Try adjusting your search or filter.": "Zkuste upravit své vyhledávání nebo filtr.",
191
191
  "Change date, {date}": "Změňte datum, {date}",
192
192
  "Date range": "Rozmezí dat",
193
- "The end date cannot be empty.": "Datum konce nemůže být prázdné.",
194
- "The start date cannot be empty.": "‌Datum začátku nemůže být prázdné.",
193
+ "The End date cannot be empty.": "Datum konce nemůže být prázdné.",
194
+ "The Start date cannot be empty.": "‌Datum začátku nemůže být prázdné.",
195
195
  "Pick a date": "Vyberte datum",
196
196
  "This year": "Tento rok",
197
197
  "Last year": "Minulý rok",
198
198
  "This quarter": "Toto čtvrtletí",
199
199
  "View all": "Zobrazit vše",
200
200
  "Expand": "Rozbalit",
201
- "The date must be set": "Je třeba nastavit datum.",
202
- "The time must be set": "Je třeba nastavit čas.",
201
+ "The date must be set.": "Je třeba nastavit datum.",
202
+ "The time must be set.": "Je třeba nastavit čas.",
203
203
  "Reset column settings": "Obnovit nastavení sloupce",
204
204
  "Filters": "Filtry",
205
205
  "Next": "Další",
@@ -223,7 +223,7 @@
223
223
  "Choose your date range": "Vyberte rozsah dat",
224
224
  "Some of the dates you selected aren't available. Please try a different range.": "Některá z vybraných dat nejsou k dispozici. Zkuste prosím jiný rozsah.",
225
225
  "Please select the dates you want to view.": "Vyberte prosím data, která chcete zobrazit.",
226
- "Reset All": "Obnovit vše",
226
+ "Reset all": "Obnovit vše",
227
227
  "Favorite": "Oblíbené",
228
228
  "Summary color": "Barva souhrnu",
229
229
  "Chart data": "Data grafu",
@@ -165,21 +165,21 @@
165
165
  "ShortSaturday": "L",
166
166
  "ShortSunday": "S",
167
167
  "Date range": "Datointerval",
168
- "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.": "Brug flere operatorer, når du søger efter en bestemt gruppe. Hvis du f.eks. filtrerer efter aktiver, der tilhører gruppen Traktor og Toronto-gruppen, vises en liste over traktorer, der tilhører Toronto-grenen.",
168
+ "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.": "Brug flere operatorer, når du søger efter en bestemt gruppe. Hvis du f.eks. filtrerer efter aktiver, der tilhører gruppen Traktor og Toronto-gruppen, vises en liste over traktorer, der tilhører Toronto-grenen.",
169
169
  "Select columns": "Vælg kolonner",
170
170
  "Must be less than the max": "Skal være mindre end maks.",
171
171
  "Must be more than the min": "Skal være mere end minimum.",
172
172
  "Must be more than {value}": "Skal være mere end {value}",
173
173
  "Must be less than {value}": "Skal være mindre end {value}",
174
- "Must be in range {min} - {max}": "Skal være i området {min} - {max}",
174
+ "Must be in the {min} - {max} range": "Skal være i området {min} - {max}",
175
175
  "The min value must be set": "Den mindste værdi skal indstilles.",
176
176
  "The max value must be set": "Den maksimale værdi skal indstilles",
177
177
  "Range Filter popup": "Pop op-vindue med områdefilter",
178
178
  "{rangeName} values {values}": "{rangeName} værdier {values}",
179
- "The end date cannot be empty.": "Slutdatoen kan ikke være tom.",
180
- "The start date cannot be empty.": "Startdatoen må ikke være tom.",
181
- "The date must be set": "Datoen skal indstilles.",
182
- "The time must be set": "Tiden skal indstilles.",
179
+ "The End date cannot be empty.": "Slutdatoen kan ikke være tom.",
180
+ "The Start date cannot be empty.": "Startdatoen må ikke være tom.",
181
+ "The date must be set.": "Datoen skal indstilles.",
182
+ "The time must be set.": "Tiden skal indstilles.",
183
183
  "Selecting...": "Vælger...",
184
184
  "Reset column settings": "Nulstil kolonneindstillinger",
185
185
  "Filters": "Filtre",
@@ -213,7 +213,7 @@
213
213
  "Open": "Åbn",
214
214
  "Favorite": "Favorit",
215
215
  "All Filters": "Alle filtre",
216
- "Reset All": "Nulstil alle",
216
+ "Reset all": "Nulstil alle",
217
217
  "Loading": "Indlæser",
218
218
  "Select option": "Vælg mulighed",
219
219
  "Previous step": "Forrige trin",
@@ -175,13 +175,13 @@
175
175
  "ShortFriday": "Fr",
176
176
  "ShortSaturday": "Sa",
177
177
  "ShortSunday": "So",
178
- "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.": "Verwenden Sie mehrere Operatoren, wenn Sie nach einer bestimmten Gruppe suchen. Benutzen Sie beispielsweise bei der Suche nach Assets die Gruppenfilter „Traktor“ und „Toronto“, wird eine Liste mit allen Traktoren für den Standort Toronto angezeigt.",
178
+ "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.": "Verwenden Sie mehrere Operatoren, wenn Sie nach einer bestimmten Gruppe suchen. Benutzen Sie beispielsweise bei der Suche nach Assets die Gruppenfilter „Traktor“ und „Toronto“, wird eine Liste mit allen Traktoren für den Standort Toronto angezeigt.",
179
179
  "Select columns": "Spalten auswählen",
180
180
  "Must be less than the max": "Muss kleiner als Max. sein",
181
181
  "Must be more than the min": "Muss größer als Min. sein",
182
182
  "Must be more than {value}": "Muss größer sein als {value}",
183
183
  "Must be less than {value}": "Muss kleiner sein als {value}",
184
- "Must be in range {min} - {max}": "Muss zwischen {min} und {max} liegen",
184
+ "Must be in the {min} - {max} range": "Muss zwischen {min} und {max} liegen",
185
185
  "The min value must be set": "Mindestwert muss angegeben werden",
186
186
  "The max value must be set": "Höchstwert muss angegeben werden",
187
187
  "Range Filter popup": "Bereichsfilter-Popup",
@@ -189,16 +189,16 @@
189
189
  "Try adjusting your search or filter.": "Versuchen Sie, die Suche oder Filter anzupassen.",
190
190
  "Change date, {date}": "Datum ändern, {date}",
191
191
  "Date range": "Datumsbereich",
192
- "The end date cannot be empty.": "Das Enddatum kann nicht leer bleiben",
193
- "The start date cannot be empty.": "Das Startdatum kann nicht leer bleiben",
192
+ "The End date cannot be empty.": "Das Enddatum kann nicht leer bleiben",
193
+ "The Start date cannot be empty.": "Das Startdatum kann nicht leer bleiben",
194
194
  "Pick a date": "Datum auswählen",
195
195
  "This year": "Dieses Jahr",
196
196
  "Last year": "Letztes Jahr",
197
197
  "This quarter": "Dieses Quartal",
198
198
  "View all": "Alle anzeigen",
199
199
  "Expand": "Erweitern",
200
- "The date must be set": "Das Datum muss festgelegt werden.",
201
- "The time must be set": "Die Uhrzeit muss festgelegt werden.",
200
+ "The date must be set.": "Das Datum muss festgelegt werden.",
201
+ "The time must be set.": "Die Uhrzeit muss festgelegt werden.",
202
202
  "Reset column settings": "Spalteneinstellungen zurücksetzen",
203
203
  "Filters": "Filter",
204
204
  "Next": "Nächstes",
@@ -222,7 +222,7 @@
222
222
  "Choose your date range": "Datumsbereich auswählen",
223
223
  "Some of the dates you selected aren't available. Please try a different range.": "Einige der ausgewählten Daten sind nicht verfügbar. Bitte wählen Sie einen anderen Datumsbereich.",
224
224
  "Please select the dates you want to view.": "Bitte wählen Sie den Datumsbereich, den Sie einsehen möchten.",
225
- "Reset All": "Alles zurücksetzen",
225
+ "Reset all": "Alles zurücksetzen",
226
226
  "Favorite": "Favorit",
227
227
  "Summary color": "Übersichtsfarbe",
228
228
  "Chart data": "Diagrammdaten",
@@ -169,21 +169,21 @@
169
169
  "ShortSaturday": "S",
170
170
  "ShortSunday": "S",
171
171
  "Date range": "Date range",
172
- "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.",
172
+ "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.",
173
173
  "Select columns": "Select columns",
174
174
  "Must be less than the max": "Must be less than the max",
175
175
  "Must be more than the min": "Must be more than the min",
176
176
  "Must be more than {value}": "Must be more than {value}",
177
177
  "Must be less than {value}": "Must be less than {value}",
178
- "Must be in range {min} - {max}": "Must be in the {min} - {max} range",
178
+ "Must be in the {min} - {max} range": "Must be in the {min} - {max} range",
179
179
  "The min value must be set": "The min value must be set",
180
180
  "The max value must be set": "The max value must be set",
181
181
  "Range Filter popup": "Range Filter popup",
182
182
  "{rangeName} values {values}": "{rangeName} values {values}",
183
- "The end date cannot be empty.": "The End date cannot be empty.",
184
- "The start date cannot be empty.": "The Start date cannot be empty.",
185
- "The date must be set": "The date must be set.",
186
- "The time must be set": "The time must be set.",
183
+ "The End date cannot be empty.": "The End date cannot be empty.",
184
+ "The Start date cannot be empty.": "The Start date cannot be empty.",
185
+ "The date must be set.": "The date must be set.",
186
+ "The time must be set.": "The time must be set.",
187
187
  "Selecting...": "Selecting...",
188
188
  "Reset column settings": "Reset column settings",
189
189
  "Filters": "Filters",
@@ -219,7 +219,7 @@
219
219
  "Open": "Open",
220
220
  "Favorite": "Favorite",
221
221
  "All Filters": "All Filters",
222
- "Reset All": "Reset all",
222
+ "Reset all": "Reset all",
223
223
  "Active filters: {}": "Active filters: {}",
224
224
  "Loading": "Loading",
225
225
  "Select option": "Select option",
@@ -176,13 +176,13 @@
176
176
  "ShortFriday": "V",
177
177
  "ShortSaturday": "S",
178
178
  "ShortSunday": "D",
179
- "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.": "Utilice varios operadores cuando busque un grupo específico. Por ejemplo, al fltrar por activos que pertenecen al grupo Tractor y al grupo Toronto se muestra una lista de tractores que pertenecen a la sucursal de Toronto.",
179
+ "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.": "Utilice varios operadores cuando busque un grupo específico. Por ejemplo, al fltrar por activos que pertenecen al grupo Tractor y al grupo Toronto se muestra una lista de tractores que pertenecen a la sucursal de Toronto.",
180
180
  "Select columns": "Seleccione las columnas",
181
181
  "Must be less than the max": "Debe ser menor que el máximo",
182
182
  "Must be more than the min": "Debe ser mayor que el mínimo",
183
183
  "Must be more than {value}": "Debe ser mayor que {value}",
184
184
  "Must be less than {value}": "Debe ser menor que {value}",
185
- "Must be in range {min} - {max}": "Debe estar en el rango {min}-{max}",
185
+ "Must be in the {min} - {max} range": "Debe estar en el rango {min}-{max}",
186
186
  "The min value must be set": "Debe establecer el valor mínimo",
187
187
  "The max value must be set": "Debe establecer el valor máximo",
188
188
  "Range Filter popup": "Ventana emergente filtro de rango",
@@ -190,16 +190,16 @@
190
190
  "Try adjusting your search or filter.": "Pruebe ajustar la búsqueda o el filtro.",
191
191
  "Change date, {date}": "Cambiar fecha, {date}",
192
192
  "Date range": "Intervalo de fechas",
193
- "The end date cannot be empty.": "La fecha de finalización no puede estar vacía.",
194
- "The start date cannot be empty.": "La fecha de inicio no puede estar vacía.",
193
+ "The End date cannot be empty.": "La fecha de finalización no puede estar vacía.",
194
+ "The Start date cannot be empty.": "La fecha de inicio no puede estar vacía.",
195
195
  "Pick a date": "Elegir una fecha",
196
196
  "This year": "Este año",
197
197
  "Last year": "El año pasado",
198
198
  "This quarter": "Este trimestre",
199
199
  "View all": "Ver todo",
200
200
  "Expand": "Expandir",
201
- "The date must be set": "Se debe establecer la fecha.",
202
- "The time must be set": "Se debe establecer la hora.",
201
+ "The date must be set.": "Se debe establecer la fecha.",
202
+ "The time must be set.": "Se debe establecer la hora.",
203
203
  "Reset column settings": "Restablecer configuración de columna",
204
204
  "Filters": "Filtros",
205
205
  "Next": "Siguiente",
@@ -223,7 +223,7 @@
223
223
  "Choose your date range": "Seleccione el rango de fechas",
224
224
  "Some of the dates you selected aren't available. Please try a different range.": "Algunas de las fechas que seleccionó no están disponibles. Intente con un rango diferente.",
225
225
  "Please select the dates you want to view.": "Seleccione las fechas que desea ver.",
226
- "Reset All": "Restablecer todo",
226
+ "Reset all": "Restablecer todo",
227
227
  "Favorite": "Favorito",
228
228
  "Summary color": "Color de resumen",
229
229
  "Chart data": "Datos del gráfico",
@@ -165,21 +165,21 @@
165
165
  "ShortSaturday": "la",
166
166
  "ShortSunday": "su",
167
167
  "Date range": "Päivämääräalue",
168
- "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.": "Käytä useita operaattoreita, kun etsit tiettyä ryhmää. Esimerkiksi traktoriryhmään ja Toronto-ryhmään kuuluvien varojen suodattaminen näyttää luettelon traktoreista, jotka kuuluvat Toronto-sivuliikkeeseen.",
168
+ "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.": "Käytä useita operaattoreita, kun etsit tiettyä ryhmää. Esimerkiksi traktoriryhmään ja Toronto-ryhmään kuuluvien varojen suodattaminen näyttää luettelon traktoreista, jotka kuuluvat Toronto-sivuliikkeeseen.",
169
169
  "Select columns": "Valitse sarakkeita",
170
170
  "Must be less than the max": "On oltava pienempi kuin max",
171
171
  "Must be more than the min": "On oltava suurempi kuin minimiraja.",
172
172
  "Must be more than {value}": "On oltava enemmän kuin {value}",
173
173
  "Must be less than {value}": "On oltava pienempi kuin {value}",
174
- "Must be in range {min} - {max}": "On oltava välillä {min} - {max}",
174
+ "Must be in the {min} - {max} range": "On oltava välillä {min} - {max}",
175
175
  "The min value must be set": "Minimiarvo on asetettava",
176
176
  "The max value must be set": "Maksimiarvo on asetettava",
177
177
  "Range Filter popup": "Rajoitussuodatin-ikkuna",
178
178
  "{rangeName} values {values}": "{rangeName} arvot {values}",
179
- "The end date cannot be empty.": "Loppupäivämäärää ei voi jättää tyhjäksi.",
180
- "The start date cannot be empty.": "Aloituspäivämäärää ei voi jättää tyhjäksi.",
181
- "The date must be set": "Päivämäärä on asetettava.",
182
- "The time must be set": "Aika on asetettava.",
179
+ "The End date cannot be empty.": "Loppupäivämäärää ei voi jättää tyhjäksi.",
180
+ "The Start date cannot be empty.": "Aloituspäivämäärää ei voi jättää tyhjäksi.",
181
+ "The date must be set.": "Päivämäärä on asetettava.",
182
+ "The time must be set.": "Aika on asetettava.",
183
183
  "Selecting...": "Valitaan...",
184
184
  "Reset column settings": "Palauta sarakeasetukset",
185
185
  "Filters": "Suodattimet",
@@ -213,7 +213,7 @@
213
213
  "Open": "Avaa",
214
214
  "Favorite": "Suosikki",
215
215
  "All Filters": "Kaikki suodattimet",
216
- "Reset All": "Palauta kaikki",
216
+ "Reset all": "Palauta kaikki",
217
217
  "Loading": "Ladataan",
218
218
  "Select option": "Valitse vaihtoehto",
219
219
  "Previous step": "Edellinen vaihe",
@@ -176,13 +176,13 @@
176
176
  "ShortFriday": "V",
177
177
  "ShortSaturday": "S",
178
178
  "ShortSunday": "D",
179
- "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.": "Utilisez plusieurs opérateurs lors de la recherche d’un groupe spécifique. Par exemple, filtrer des actifs appartenant au groupe Tracteurs et au groupe Toronto affiche une liste des tracteurs appartenant à la branche de Toronto.",
179
+ "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.": "Utilisez plusieurs opérateurs lors de la recherche d’un groupe spécifique. Par exemple, filtrer des actifs appartenant au groupe Tracteurs et au groupe Toronto affiche une liste des tracteurs appartenant à la branche de Toronto.",
180
180
  "Select columns": "Sélectionner colonnes",
181
181
  "Must be less than the max": "Doit être inférieur à la valeur max",
182
182
  "Must be more than the min": "Doit être supérieur à la valeur min",
183
183
  "Must be more than {value}": "Doit être supérieur à {value}",
184
184
  "Must be less than {value}": "Doit être inférieur à {value}",
185
- "Must be in range {min} - {max}": "Doit être compris entre {min} et {max}",
185
+ "Must be in the {min} - {max} range": "Doit être compris entre {min} et {max}",
186
186
  "The min value must be set": "La valeur min doit être définie",
187
187
  "The max value must be set": "La valeur max doit être définie",
188
188
  "Range Filter popup": "Pop-up Filtre d'intervalle de dates",
@@ -190,16 +190,16 @@
190
190
  "Try adjusting your search or filter.": "Essayez d’ajuster votre recherche ou votre filtre.",
191
191
  "Change date, {date}": "Modifier la date, {date}",
192
192
  "Date range": "Plage de dates",
193
- "The end date cannot be empty.": "La date de fin ne peut pas être vide.",
194
- "The start date cannot be empty.": "La date de début ne peut pas être vide.",
193
+ "The End date cannot be empty.": "La date de fin ne peut pas être vide.",
194
+ "The Start date cannot be empty.": "La date de début ne peut pas être vide.",
195
195
  "Pick a date": "Sélectionner une date",
196
196
  "This year": "Cette année",
197
197
  "Last year": "L'année dernière",
198
198
  "This quarter": "Ce trimestre",
199
199
  "View all": "Tout afficher",
200
200
  "Expand": "Développer",
201
- "The date must be set": "La date doit être définie.",
202
- "The time must be set": "L'heure doit être définie.",
201
+ "The date must be set.": "La date doit être définie.",
202
+ "The time must be set.": "L'heure doit être définie.",
203
203
  "Reset column settings": "Réinitialiser les paramètres des colonnes",
204
204
  "Filters": "Filtres",
205
205
  "Next": "Suivant",
@@ -223,7 +223,7 @@
223
223
  "Choose your date range": "Choisissez votre plage de dates",
224
224
  "Some of the dates you selected aren't available. Please try a different range.": "Certaines des dates que vous avez sélectionnées ne sont pas disponibles. Essayez une autre plage.",
225
225
  "Please select the dates you want to view.": "Veuillez sélectionner les dates que vous souhaitez afficher.",
226
- "Reset All": "Réinitialiser tout",
226
+ "Reset all": "Réinitialiser tout",
227
227
  "Favorite": "Favori",
228
228
  "Summary color": "Couleur du résumé",
229
229
  "Chart data": "Données du diagramme",
@@ -176,13 +176,13 @@
176
176
  "ShortFriday": "V",
177
177
  "ShortSaturday": "S",
178
178
  "ShortSunday": "D",
179
- "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.": "Utilisez plusieurs opérateurs lors de la recherche d’un groupe spécifique. Par exemple, le filtrage des actifs appartenant au groupe Tracteur et au groupe Toronto affiche une liste des tracteurs appartenant à la succursale de Toronto.",
179
+ "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.": "Utilisez plusieurs opérateurs lors de la recherche d’un groupe spécifique. Par exemple, le filtrage des actifs appartenant au groupe Tracteur et au groupe Toronto affiche une liste des tracteurs appartenant à la succursale de Toronto.",
180
180
  "Select columns": "Sélectionnez les colonnes",
181
181
  "Must be less than the max": "Doit être inférieur au maximum",
182
182
  "Must be more than the min": "Doit être supérieur au minimum",
183
183
  "Must be more than {value}": "Doit être supérieur à {value}",
184
184
  "Must be less than {value}": "Doit être inférieur à {value}",
185
- "Must be in range {min} - {max}": "Doit être compris dans la plage {min} - {max}",
185
+ "Must be in the {min} - {max} range": "Doit être compris dans la plage {min} - {max}",
186
186
  "The min value must be set": "La valeur minimale doit être définie",
187
187
  "The max value must be set": "La valeur maximale doit être définie",
188
188
  "Range Filter popup": "Fenêtre contextuelle de filtre de plage",
@@ -190,16 +190,16 @@
190
190
  "Try adjusting your search or filter.": "Essayez d’ajuster votre recherche ou votre filtre.",
191
191
  "Change date, {date}": "Changer la date, {date}",
192
192
  "Date range": "Plage de dates",
193
- "The end date cannot be empty.": "Le champ Date de fin ne peut pas être vide.",
194
- "The start date cannot be empty.": "Le champ Date de Début ne peut pas être vide.",
193
+ "The End date cannot be empty.": "Le champ Date de fin ne peut pas être vide.",
194
+ "The Start date cannot be empty.": "Le champ Date de Début ne peut pas être vide.",
195
195
  "Pick a date": "Choisir une date",
196
196
  "This year": "Cette année",
197
197
  "Last year": "L'année dernière",
198
198
  "This quarter": "Ce trimestre",
199
199
  "View all": "Afficher tout",
200
200
  "Expand": "Développer",
201
- "The date must be set": "La date doit être programmée.",
202
- "The time must be set": "L'heure doit être programmée.",
201
+ "The date must be set.": "La date doit être programmée.",
202
+ "The time must be set.": "L'heure doit être programmée.",
203
203
  "Reset column settings": "Réinitialiser les paramètres de la colonne",
204
204
  "Filters": "Filtres",
205
205
  "Next": "Suivant",
@@ -223,7 +223,7 @@
223
223
  "Choose your date range": "Choisissez votre plage de dates",
224
224
  "Some of the dates you selected aren't available. Please try a different range.": "Certaines des dates que vous avez sélectionnées ne sont pas disponibles. Veuillez essayer une autre plage.",
225
225
  "Please select the dates you want to view.": "Veuillez sélectionner les dates que vous souhaitez afficher.",
226
- "Reset All": "Réinitialiser tout",
226
+ "Reset all": "Réinitialiser tout",
227
227
  "Favorite": "Favori",
228
228
  "Summary color": "Couleur du sommaire",
229
229
  "Chart data": "Données du graphique",
@@ -165,21 +165,21 @@
165
165
  "ShortSaturday": "S",
166
166
  "ShortSunday": "V",
167
167
  "Date range": "Időtartomány",
168
- "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.": "Használj több operátort, amikor egy adott csoportot keresel. Például, ha a Traktor és a Torontói csoporthoz tartozó eszközökre szűrsz, akkor a Torontói fiókhoz tartozó traktorok listája jelenik meg.",
168
+ "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.": "Használj több operátort, amikor egy adott csoportot keresel. Például, ha a Traktor és a Torontói csoporthoz tartozó eszközökre szűrsz, akkor a Torontói fiókhoz tartozó traktorok listája jelenik meg.",
169
169
  "Select columns": "Válaszd ki az oszlopokat.",
170
170
  "Must be less than the max": "A maximális értéknél kisebbnek kell lennie",
171
171
  "Must be more than the min": "A minimális értéknél nagyobbnak kell lennie",
172
172
  "Must be more than {value}": "Többnek kell lennie, mint {value}",
173
173
  "Must be less than {value}": "Kevesebbnek kell lennie, mint {value}",
174
- "Must be in range {min} - {max}": "A(z) {min} és {max} közötti tartományban kell lennie.",
174
+ "Must be in the {min} - {max} range": "A(z) {min} és {max} közötti tartományban kell lennie.",
175
175
  "The min value must be set": "A minimális értéket be kell állítani",
176
176
  "The max value must be set": "A maximális érték beállítása kötelező",
177
177
  "Range Filter popup": "Tartomány szűrő felugró ablak",
178
178
  "{rangeName} values {values}": "{rangeName} értékek {values}",
179
- "The end date cannot be empty.": "A záró dátum nem lehet üres.",
180
- "The start date cannot be empty.": "A kezdő dátum nem lehet üres.",
181
- "The date must be set": "A dátum beállítása kötelező.",
182
- "The time must be set": "Az idő beállítása kötelező.",
179
+ "The End date cannot be empty.": "A záró dátum nem lehet üres.",
180
+ "The Start date cannot be empty.": "A kezdő dátum nem lehet üres.",
181
+ "The date must be set.": "A dátum beállítása kötelező.",
182
+ "The time must be set.": "Az idő beállítása kötelező.",
183
183
  "Selecting...": "Választás...",
184
184
  "Reset column settings": "Oszlopbeállítások alaphelyzetbe állítása",
185
185
  "Filters": "Szűrők",
@@ -213,7 +213,7 @@
213
213
  "Open": "Megnyitás",
214
214
  "Favorite": "Kedvenc",
215
215
  "All Filters": "Minden szűrő",
216
- "Reset All": "Állítsd vissza mindet.",
216
+ "Reset all": "Állítsd vissza mindet.",
217
217
  "Loading": "Betöltés",
218
218
  "Select option": "Válaszd ki az opciót.",
219
219
  "Previous step": "Előző lépés",