@geotab/zenith 3.12.3 → 3.13.0-beta.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 +13 -1
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
- package/dist/calendar/calendar.js +1 -1
- package/dist/chart/lineChart/useSummary.d.ts +2 -1
- package/dist/columnsSelector/columnsSelector.js +1 -1
- package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
- package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.js +29 -12
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +2 -1
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
- package/dist/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +4 -2
- package/dist/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +12 -3
- package/dist/commonHelpers/arrowNavigation/hooks/useScrolling.js +18 -6
- package/dist/commonStyles/caption/caption.less +3 -5
- package/dist/commonStyles/colors/colors.less +4 -19
- package/dist/commonStyles/columnsList.less +1 -0
- package/dist/commonStyles/common.less +1 -2
- package/dist/commonStyles/ellipsis.less +1 -1
- package/dist/commonStyles/fonts/roboto.less +7 -7
- package/dist/commonStyles/link/link.less +1 -1
- package/dist/commonStyles/notSelectable.less +0 -4
- package/dist/commonStyles/pillStyles/pillContent.less +6 -2
- package/dist/commonStyles/pillStyles/pillStyles.less +1 -1
- package/dist/commonStyles/pillStyles/pillTextContent.less +3 -0
- package/dist/commonStyles/pillStyles/pillTypes.less +10 -0
- package/dist/commonStyles/popupMixin.less +2 -2
- package/dist/commonStyles/rangeFieldMixin.less +3 -6
- package/dist/commonStyles/shadows/shadows.less +3 -3
- package/dist/commonStyles/typography/typography.less +24 -24
- package/dist/dataFeed/dataFeed.js +28 -2
- package/dist/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
- package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
- package/dist/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
- package/dist/dateInputInner/dateInputInnerControlBlock.js +57 -57
- package/dist/divider/divider.js +1 -1
- package/dist/dropdownRaw/dropdownRaw.js +1 -1
- package/dist/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
- package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
- package/dist/filtersBar/filtersContainer/filtersContainer.js +16 -5
- package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/dist/header/header.js +1 -1
- package/dist/header/headerMenu.js +1 -1
- package/dist/index.css +487 -571
- package/dist/list/itemData/itemDataInternal.js +1 -1
- package/dist/list/listItem/listItem.js +1 -1
- package/dist/menu/menu.js +1 -1
- package/dist/nav/navAddMenu/navAddMenu.js +1 -1
- package/dist/nav/navFooter/navFooter.js +4 -4
- package/dist/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/dist/nav/navHeader/navHeader.js +1 -1
- package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
- package/dist/nav/navItem/navItem.js +2 -2
- package/dist/rangeRaw/rangeRaw.js +1 -1
- package/dist/rangeRaw/utils/rangeHelper.js +28 -28
- package/dist/sortControl/sortControl.js +1 -1
- package/dist/summary/summary.d.ts +3 -2
- package/dist/summary/summary.js +6 -2
- package/dist/summaryTileBar/summaryTileBar.js +3 -1
- package/dist/table/actions/actionsMenu.js +2 -2
- package/dist/table/flexible/columnsPopup.js +1 -1
- package/dist/table/table.js +5 -7
- package/dist/tabs/tabs.js +16 -5
- package/dist/toolbar/helpers/getWidthWithMargin.js +2 -2
- package/dist/tooltip/helpers/calculateArrowPosition.js +1 -7
- package/dist/tooltip/tooltip.js +7 -5
- package/dist/utils/localization/translations/ar.json +7 -7
- package/dist/utils/localization/translations/cs.json +7 -7
- package/dist/utils/localization/translations/da-DK.json +7 -7
- package/dist/utils/localization/translations/de.json +7 -7
- package/dist/utils/localization/translations/en.json +7 -7
- package/dist/utils/localization/translations/es.json +7 -7
- package/dist/utils/localization/translations/fi-FI.json +7 -7
- package/dist/utils/localization/translations/fr-FR.json +7 -7
- package/dist/utils/localization/translations/fr.json +7 -7
- package/dist/utils/localization/translations/hu-HU.json +7 -7
- package/dist/utils/localization/translations/id.json +7 -7
- package/dist/utils/localization/translations/it.json +7 -7
- package/dist/utils/localization/translations/ja.json +7 -7
- package/dist/utils/localization/translations/ko-KR.json +7 -7
- package/dist/utils/localization/translations/ms.json +7 -7
- package/dist/utils/localization/translations/nb-NO.json +7 -7
- package/dist/utils/localization/translations/nl.json +7 -7
- package/dist/utils/localization/translations/pl.json +7 -7
- package/dist/utils/localization/translations/pt-BR.json +7 -7
- package/dist/utils/localization/translations/pt-PT.json +7 -7
- package/dist/utils/localization/translations/ro-RO.json +7 -7
- package/dist/utils/localization/translations/sk-SK.json +7 -7
- package/dist/utils/localization/translations/sv.json +7 -7
- package/dist/utils/localization/translations/th.json +7 -7
- package/dist/utils/localization/translations/tr.json +7 -7
- package/dist/utils/localization/translations/zh-Hans.json +7 -7
- package/dist/utils/localization/translations/zh-TW.json +7 -7
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
- package/esm/calendar/calendar.js +1 -1
- package/esm/chart/lineChart/useSummary.d.ts +2 -1
- package/esm/columnsSelector/columnsSelector.js +1 -1
- package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
- package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.js +29 -12
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +2 -1
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
- package/esm/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +4 -2
- package/esm/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +12 -3
- package/esm/commonHelpers/arrowNavigation/hooks/useScrolling.js +18 -6
- package/esm/dataFeed/dataFeed.js +28 -2
- package/esm/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
- package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
- package/esm/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
- package/esm/dateInputInner/dateInputInnerControlBlock.js +57 -57
- package/esm/divider/divider.js +1 -1
- package/esm/dropdownRaw/dropdownRaw.js +1 -1
- package/esm/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
- package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
- package/esm/filtersBar/filtersContainer/filtersContainer.js +16 -5
- package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/esm/header/header.js +1 -1
- package/esm/header/headerMenu.js +1 -1
- package/esm/list/itemData/itemDataInternal.js +1 -1
- package/esm/list/listItem/listItem.js +1 -1
- package/esm/menu/menu.js +1 -1
- package/esm/nav/navAddMenu/navAddMenu.js +1 -1
- package/esm/nav/navFooter/navFooter.js +4 -4
- package/esm/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/esm/nav/navHeader/navHeader.js +1 -1
- package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
- package/esm/nav/navItem/navItem.js +2 -2
- package/esm/rangeRaw/rangeRaw.js +1 -1
- package/esm/rangeRaw/utils/rangeHelper.js +28 -28
- package/esm/sortControl/sortControl.js +1 -1
- package/esm/summary/summary.d.ts +3 -2
- package/esm/summary/summary.js +6 -2
- package/esm/summaryTileBar/summaryTileBar.js +3 -1
- package/esm/table/actions/actionsMenu.js +2 -2
- package/esm/table/flexible/columnsPopup.js +1 -1
- package/esm/table/table.js +5 -7
- package/esm/tabs/tabs.js +16 -5
- package/esm/toolbar/helpers/getWidthWithMargin.js +2 -2
- package/esm/tooltip/helpers/calculateArrowPosition.js +1 -7
- package/esm/tooltip/tooltip.js +7 -5
- package/esm/utils/localization/translations/ar.json +7 -7
- package/esm/utils/localization/translations/cs.json +7 -7
- package/esm/utils/localization/translations/da-DK.json +7 -7
- package/esm/utils/localization/translations/de.json +7 -7
- package/esm/utils/localization/translations/en.json +7 -7
- package/esm/utils/localization/translations/es.json +7 -7
- package/esm/utils/localization/translations/fi-FI.json +7 -7
- package/esm/utils/localization/translations/fr-FR.json +7 -7
- package/esm/utils/localization/translations/fr.json +7 -7
- package/esm/utils/localization/translations/hu-HU.json +7 -7
- package/esm/utils/localization/translations/id.json +7 -7
- package/esm/utils/localization/translations/it.json +7 -7
- package/esm/utils/localization/translations/ja.json +7 -7
- package/esm/utils/localization/translations/ko-KR.json +7 -7
- package/esm/utils/localization/translations/ms.json +7 -7
- package/esm/utils/localization/translations/nb-NO.json +7 -7
- package/esm/utils/localization/translations/nl.json +7 -7
- package/esm/utils/localization/translations/pl.json +7 -7
- package/esm/utils/localization/translations/pt-BR.json +7 -7
- package/esm/utils/localization/translations/pt-PT.json +7 -7
- package/esm/utils/localization/translations/ro-RO.json +7 -7
- package/esm/utils/localization/translations/sk-SK.json +7 -7
- package/esm/utils/localization/translations/sv.json +7 -7
- package/esm/utils/localization/translations/th.json +7 -7
- package/esm/utils/localization/translations/tr.json +7 -7
- package/esm/utils/localization/translations/zh-Hans.json +7 -7
- package/esm/utils/localization/translations/zh-TW.json +7 -7
- package/package.json +10 -1
|
@@ -175,13 +175,13 @@
|
|
|
175
175
|
"ShortFriday": "Fr",
|
|
176
176
|
"ShortSaturday": "Sa",
|
|
177
177
|
"ShortSunday": "So",
|
|
178
|
-
"Use multiple
|
|
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
|
|
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
|
|
193
|
-
"The
|
|
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
|
|
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
|
|
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
|
|
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
|
|
184
|
-
"The
|
|
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
|
|
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
|
|
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
|
|
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
|
|
194
|
-
"The
|
|
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
|
|
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
|
|
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
|
|
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
|
|
180
|
-
"The
|
|
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
|
|
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
|
|
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
|
|
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
|
|
194
|
-
"The
|
|
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
|
|
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
|
|
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
|
|
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
|
|
194
|
-
"The
|
|
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
|
|
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
|
|
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
|
|
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
|
|
180
|
-
"The
|
|
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
|
|
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",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "F",
|
|
177
177
|
"ShortSaturday": "S",
|
|
178
178
|
"ShortSunday": "S",
|
|
179
|
-
"Use multiple
|
|
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.": "Gunakan beberapa Operator saat mencari grup tertentu. Contohnya, memfilter aset yang termasuk dalam grup Traktor dan grup Toronto akan menampilkan daftar traktor yang termasuk dalam cabang Toronto.",
|
|
180
180
|
"Select columns": "Pilih kolom",
|
|
181
181
|
"Must be less than the max": "Harus kurang dari maks",
|
|
182
182
|
"Must be more than the min": "Harus lebih dari min",
|
|
183
183
|
"Must be more than {value}": "Harus lebih dari {value}",
|
|
184
184
|
"Must be less than {value}": "Harus kurang dari {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in the {min} - {max} range": "Harus berada dalam rentang {min} - {max}",
|
|
186
186
|
"The min value must be set": "Nilai min harus diatur",
|
|
187
187
|
"The max value must be set": "Nilai maks harus diatur",
|
|
188
188
|
"Range Filter popup": "Popup Filter Rentang",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Coba sesuaikan pencarian atau filter Anda.",
|
|
191
191
|
"Change date, {date}": "Ubah tanggal, {date}",
|
|
192
192
|
"Date range": "Rentang tanggal",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The End date cannot be empty.": "Tanggal akhir tidak boleh kosong.",
|
|
194
|
+
"The Start date cannot be empty.": "Tanggal mulai tidak boleh kosong.",
|
|
195
195
|
"Pick a date": "Pilih tanggal",
|
|
196
196
|
"This year": "Tahun ini",
|
|
197
197
|
"Last year": "Tahun lalu",
|
|
198
198
|
"This quarter": "Kuartal ini",
|
|
199
199
|
"View all": "Lihat semua",
|
|
200
200
|
"Expand": "Perluas",
|
|
201
|
-
"The date must be set": "Tanggal harus diatur.",
|
|
202
|
-
"The time must be set": "Waktu harus diatur.",
|
|
201
|
+
"The date must be set.": "Tanggal harus diatur.",
|
|
202
|
+
"The time must be set.": "Waktu harus diatur.",
|
|
203
203
|
"Reset column settings": "Reset pengaturan kolom",
|
|
204
204
|
"Filters": "Filter",
|
|
205
205
|
"Next": "Berikutnya",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Pilih rentang tanggal Anda",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Beberapa tanggal yang Anda pilih tidak tersedia. Silakan coba rentang tanggal lain.",
|
|
225
225
|
"Please select the dates you want to view.": "Silakan pilih tanggal yang ingin Anda lihat.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset all": "Atur ulang semua",
|
|
227
227
|
"Favorite": "Favorit",
|
|
228
228
|
"Summary color": "Warna ringkasan",
|
|
229
229
|
"Chart data": "Data bagan",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "V",
|
|
177
177
|
"ShortSaturday": "S",
|
|
178
178
|
"ShortSunday": "D",
|
|
179
|
-
"Use multiple
|
|
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.": "Utilizzare più operatori durante la ricerca di un gruppo specifico. Ad esempio, filtrando per asset appartenenti al gruppo Trattore e Toronto, viene visualizzato un elenco di trattori appartenenti alla filiale di Toronto.",
|
|
180
180
|
"Select columns": "Selezionare colonne",
|
|
181
181
|
"Must be less than the max": "Deve essere inferiore al valore massimo",
|
|
182
182
|
"Must be more than the min": "Deve essere superiore al valore minimo",
|
|
183
183
|
"Must be more than {value}": "Deve essere superiore a {value}",
|
|
184
184
|
"Must be less than {value}": "Deve essere inferiore a {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in the {min} - {max} range": "Deve rientrare nell'intervallo {min} - {max}",
|
|
186
186
|
"The min value must be set": "Deve essere impostato il valore minimo",
|
|
187
187
|
"The max value must be set": "Deve essere impostato il valore massimo",
|
|
188
188
|
"Range Filter popup": "Casella popup del filtro Intervallo",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Provare a modificare la ricerca o a regolare i filtri.",
|
|
191
191
|
"Change date, {date}": "Modificare data, {date}",
|
|
192
192
|
"Date range": "Intervallo di date",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The End date cannot be empty.": "La data di fine non può essere vuota.",
|
|
194
|
+
"The Start date cannot be empty.": "La data di inizio non può essere vuota.",
|
|
195
195
|
"Pick a date": "Scegliere una data",
|
|
196
196
|
"This year": "Questo anno",
|
|
197
197
|
"Last year": "Anno scorso",
|
|
198
198
|
"This quarter": "Questo trimestre",
|
|
199
199
|
"View all": "Visualizzare tutto",
|
|
200
200
|
"Expand": "Espandere",
|
|
201
|
-
"The date must be set": "Impostare la data.",
|
|
202
|
-
"The time must be set": "Impostare l'ora.",
|
|
201
|
+
"The date must be set.": "Impostare la data.",
|
|
202
|
+
"The time must be set.": "Impostare l'ora.",
|
|
203
203
|
"Reset column settings": "Ripristinare impostazioni colonna",
|
|
204
204
|
"Filters": "Filtri",
|
|
205
205
|
"Next": "Avanti",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Scegliere l'intervallo di date",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Alcune delle date selezionate non sono disponibili. Provare con un intervallo diverso.",
|
|
225
225
|
"Please select the dates you want to view.": "Selezionare le date da visualizzare.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset all": "Ripristinare tutto",
|
|
227
227
|
"Favorite": "Preferito",
|
|
228
228
|
"Summary color": "Colore riepilogo",
|
|
229
229
|
"Chart data": "Dati del grafico",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "金",
|
|
177
177
|
"ShortSaturday": "土",
|
|
178
178
|
"ShortSunday": "日",
|
|
179
|
-
"Use multiple
|
|
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.": "特定のグループを検索するときは、複数の演算子を使用します。例えば、Tractor グループと Toronto グループに属するアセットをフィルタリングすると、Toronto 支店に属するトラクターのリストが表示されます。",
|
|
180
180
|
"Select columns": "列を選択",
|
|
181
181
|
"Must be less than the max": "最大値より小さくする必要があります",
|
|
182
182
|
"Must be more than the min": "最小値より大きくする必要があります",
|
|
183
183
|
"Must be more than {value}": "{value} より大きくする必要があります",
|
|
184
184
|
"Must be less than {value}": "{value} より小さくする必要があります",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in the {min} - {max} range": "{min} ~ {max} の範囲である必要があります",
|
|
186
186
|
"The min value must be set": "最小値を設定する必要があります",
|
|
187
187
|
"The max value must be set": "最小値を設定する必要があります",
|
|
188
188
|
"Range Filter popup": "範囲フィルターポップアップ",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "検索またはフィルターを調整してみてください。",
|
|
191
191
|
"Change date, {date}": "日付を変更、{date}",
|
|
192
192
|
"Date range": "日付範囲",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The End date cannot be empty.": "終了日は必須項目です。",
|
|
194
|
+
"The Start date cannot be empty.": "開始日は必須項目です。",
|
|
195
195
|
"Pick a date": "日付を選択",
|
|
196
196
|
"This year": "今年",
|
|
197
197
|
"Last year": "昨年",
|
|
198
198
|
"This quarter": "今四半期",
|
|
199
199
|
"View all": "すべて表示",
|
|
200
200
|
"Expand": "展開",
|
|
201
|
-
"The date must be set": "日付を設定する必要があります。",
|
|
202
|
-
"The time must be set": "時刻を設定する必要があります。",
|
|
201
|
+
"The date must be set.": "日付を設定する必要があります。",
|
|
202
|
+
"The time must be set.": "時刻を設定する必要があります。",
|
|
203
203
|
"Reset column settings": "列設定をリセット",
|
|
204
204
|
"Filters": "フィルター",
|
|
205
205
|
"Next": "次の",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "日付範囲を選択してください",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "選択した日付の一部は利用できません。別の範囲を試してください。",
|
|
225
225
|
"Please select the dates you want to view.": "表示する日付を選択してください。",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset all": "すべてリセット",
|
|
227
227
|
"Favorite": "お気に入り",
|
|
228
228
|
"Summary color": "サマリーの色",
|
|
229
229
|
"Chart data": "グラフデータ",
|
|
@@ -165,21 +165,21 @@
|
|
|
165
165
|
"ShortSaturday": "토",
|
|
166
166
|
"ShortSunday": "일",
|
|
167
167
|
"Date range": "날짜 범위",
|
|
168
|
-
"Use multiple
|
|
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.": "특정 그룹을 검색할 때는 여러 연산자를 사용합니다. 예를 들어, 트랙터 그룹과 토론토 그룹에 속한 자산을 필터링하면 토론토 지점에 속한 트랙터 목록이 표시됩니다.",
|
|
169
169
|
"Select columns": "열 선택",
|
|
170
170
|
"Must be less than the max": "최대값보다 작아야 합니다.",
|
|
171
171
|
"Must be more than the min": "최소값보다 커야 합니다.",
|
|
172
172
|
"Must be more than {value}": "{value}보다 커야 합니다.",
|
|
173
173
|
"Must be less than {value}": "{value}보다 작아야 합니다.",
|
|
174
|
-
"Must be in
|
|
174
|
+
"Must be in the {min} - {max} range": "{min}~{max} 범위에 있어야 합니다.",
|
|
175
175
|
"The min value must be set": "최소값을 설정해야 합니다.",
|
|
176
176
|
"The max value must be set": "최대값을 설정해야 합니다.",
|
|
177
177
|
"Range Filter popup": "범위 필터 팝업",
|
|
178
178
|
"{rangeName} values {values}": "{rangeName} 값 {values}",
|
|
179
|
-
"The
|
|
180
|
-
"The
|
|
181
|
-
"The date must be set": "날짜를 설정해야 합니다.",
|
|
182
|
-
"The time must be set": "시간을 설정해야 합니다.",
|
|
179
|
+
"The End date cannot be empty.": "종료 날짜는 비워둘 수 없습니다.",
|
|
180
|
+
"The Start date cannot be empty.": "시작 날짜는 비워둘 수 없습니다.",
|
|
181
|
+
"The date must be set.": "날짜를 설정해야 합니다.",
|
|
182
|
+
"The time must be set.": "시간을 설정해야 합니다.",
|
|
183
183
|
"Selecting...": "선택 중...",
|
|
184
184
|
"Reset column settings": "열 설정 재설정",
|
|
185
185
|
"Filters": "필터",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"Choose your date range": "날짜 범위 선택",
|
|
221
221
|
"Some of the dates you selected aren't available. Please try a different range.": "선택한 날짜 중 일부를 사용할 수 없습니다. 다른 범위로 시도하십시오.",
|
|
222
222
|
"Please select the dates you want to view.": "조회하려는 날짜를 선택하십시오.",
|
|
223
|
-
"Reset
|
|
223
|
+
"Reset all": "전체 재설정",
|
|
224
224
|
"Favorite": "즐겨찾기",
|
|
225
225
|
"Summary color": "요약 그래프 색상",
|
|
226
226
|
"Chart data": "차트 데이터",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "J",
|
|
177
177
|
"ShortSaturday": "S",
|
|
178
178
|
"ShortSunday": "A",
|
|
179
|
-
"Use multiple
|
|
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.": "Gunakan berbilang Operator apabila mencari kumpulan khusus. Contohnya, penyaringan untuk aset yang dimiliki kumpulan Traktor dan kumpulan Toronto memaparkan senarai traktor yang dimiliki oleh cawangan Toronto.",
|
|
180
180
|
"Select columns": "Pilih lajur",
|
|
181
181
|
"Must be less than the max": "Mesti kurang daripada maks",
|
|
182
182
|
"Must be more than the min": "Mesti kurang daripada min",
|
|
183
183
|
"Must be more than {value}": "Mesti lebih daripada {value}",
|
|
184
184
|
"Must be less than {value}": "Mesti kurang daripada {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in the {min} - {max} range": "Mesti dalam julat {min} - {max}",
|
|
186
186
|
"The min value must be set": "Nilai min mesti ditetapkan",
|
|
187
187
|
"The max value must be set": "Nilai maks mesti ditetapkan",
|
|
188
188
|
"Range Filter popup": "Tetingkap timbul Penyaring Julat",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Cuba laraskan carian atau penyaring anda.",
|
|
191
191
|
"Change date, {date}": "Ubah tarikh, {date}",
|
|
192
192
|
"Date range": "Julat tarikh",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The End date cannot be empty.": "Tarikh Tamat tidak boleh kosong.",
|
|
194
|
+
"The Start date cannot be empty.": "Tarikh Mula tidak boleh kosong.",
|
|
195
195
|
"Pick a date": "Pilih tarikh",
|
|
196
196
|
"This year": "Tahun ini",
|
|
197
197
|
"Last year": "Tahun lalu",
|
|
198
198
|
"This quarter": "Suku tahun ini",
|
|
199
199
|
"View all": "Lihat semua",
|
|
200
200
|
"Expand": "Kembangkan",
|
|
201
|
-
"The date must be set": "Tarikh mesti ditetapkan.",
|
|
202
|
-
"The time must be set": "Masa mesti ditetapkan.",
|
|
201
|
+
"The date must be set.": "Tarikh mesti ditetapkan.",
|
|
202
|
+
"The time must be set.": "Masa mesti ditetapkan.",
|
|
203
203
|
"Reset column settings": "Tetapkan semula tetapan lajur",
|
|
204
204
|
"Filters": "Penyaring",
|
|
205
205
|
"Next": "Seterusnya",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Pilih julat tarikh anda",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Sesetengah tarikh yang anda pilih tidak tersedia. Sila cuba julat lain.",
|
|
225
225
|
"Please select the dates you want to view.": "Sila pilih tarikh yang mahu anda lihat.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset all": "Tetapkan semula semua",
|
|
227
227
|
"Favorite": "Kegemaran",
|
|
228
228
|
"Summary color": "Warna ringkasan",
|
|
229
229
|
"Chart data": "Data carta",
|
|
@@ -165,21 +165,21 @@
|
|
|
165
165
|
"ShortSaturday": "lør",
|
|
166
166
|
"ShortSunday": "søn",
|
|
167
167
|
"Date range": "Datoområde",
|
|
168
|
-
"Use multiple
|
|
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.": "Bruk flere operatører når du søker etter en bestemt gruppe. Hvis du for eksempel filtrerer for eiendeler som tilhører traktorgruppen og Toronto-gruppen, vises en liste over traktorer som tilhører Toronto-grenen.",
|
|
169
169
|
"Select columns": "Velg kolonner",
|
|
170
170
|
"Must be less than the max": "Må være mindre enn maks",
|
|
171
171
|
"Must be more than the min": "Må være mer enn min",
|
|
172
172
|
"Must be more than {value}": "Må være mer enn {value}",
|
|
173
173
|
"Must be less than {value}": "Må være mindre enn {value}",
|
|
174
|
-
"Must be in
|
|
174
|
+
"Must be in the {min} - {max} range": "Må være innenfor {min} - {max}",
|
|
175
175
|
"The min value must be set": "Min-verdien må settes",
|
|
176
176
|
"The max value must be set": "Max-verdien må settes",
|
|
177
177
|
"Range Filter popup": "Omfangsfilter popup",
|
|
178
178
|
"{rangeName} values {values}": "{rangeName} verdier {values}",
|
|
179
|
-
"The
|
|
180
|
-
"The
|
|
181
|
-
"The date must be set": "Datoen må settes.",
|
|
182
|
-
"The time must be set": "Tiden må settes.",
|
|
179
|
+
"The End date cannot be empty.": "Endedatoen kan ikke være tom.",
|
|
180
|
+
"The Start date cannot be empty.": "Startdatoen kan ikke være tom.",
|
|
181
|
+
"The date must be set.": "Datoen må settes.",
|
|
182
|
+
"The time must be set.": "Tiden må settes.",
|
|
183
183
|
"Selecting...": "Velger...",
|
|
184
184
|
"Reset column settings": "Tilbakestill kolonneinnstillinger",
|
|
185
185
|
"Filters": "Filtre",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"Open": "Åpne",
|
|
214
214
|
"Favorite": "Favoritt",
|
|
215
215
|
"All Filters": "Alle filtre",
|
|
216
|
-
"Reset
|
|
216
|
+
"Reset all": "Tilbakestill alt",
|
|
217
217
|
"Loading": "Laster",
|
|
218
218
|
"Select option": "Velg alternativ",
|
|
219
219
|
"Previous step": "Forrige trinn",
|