@geotab/zenith 3.13.1-beta.1 → 3.13.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 +2 -12
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
- package/dist/calendar/calendar.js +1 -1
- package/dist/chart/lineChart/getDefaultOptions.js +2 -7
- package/dist/chart/lineChart/useSummary.d.ts +1 -2
- package/dist/columnsSelector/columnsSelector.js +1 -1
- package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
- package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.js +12 -29
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +1 -2
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
- package/dist/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +2 -4
- package/dist/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +3 -12
- package/dist/commonHelpers/arrowNavigation/hooks/useScrolling.js +6 -18
- package/dist/commonStyles/caption/caption.less +5 -3
- package/dist/commonStyles/colors/colors.less +19 -4
- package/dist/commonStyles/columnsList.less +0 -1
- package/dist/commonStyles/common.less +2 -1
- 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 +4 -0
- package/dist/commonStyles/pillStyles/pillContent.less +2 -6
- package/dist/commonStyles/pillStyles/pillStyles.less +1 -1
- package/dist/commonStyles/pillStyles/pillTextContent.less +0 -3
- package/dist/commonStyles/pillStyles/pillTypes.less +0 -10
- package/dist/commonStyles/rangeFieldMixin.less +6 -3
- package/dist/commonStyles/shadows/shadows.less +3 -3
- package/dist/commonStyles/typography/typography.less +24 -24
- package/dist/dataFeed/dataFeed.js +2 -28
- 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 +5 -16
- 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 +545 -452
- 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 +2 -3
- package/dist/summary/summary.js +2 -6
- package/dist/summaryTileBar/summaryTileBar.js +1 -3
- package/dist/table/actions/actionsMenu.js +2 -2
- package/dist/table/flexible/columnsPopup.js +1 -1
- package/dist/table/table.js +7 -5
- package/dist/tabs/tabs.js +5 -16
- package/dist/toolbar/helpers/getWidthWithMargin.js +2 -2
- package/dist/tooltip/helpers/calculateArrowPosition.js +7 -1
- package/dist/tooltip/tooltip.js +5 -7
- 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/getDefaultOptions.js +2 -7
- package/esm/chart/lineChart/useSummary.d.ts +1 -2
- package/esm/columnsSelector/columnsSelector.js +1 -1
- package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
- package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.js +12 -29
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +1 -2
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
- package/esm/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +2 -4
- package/esm/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +3 -12
- package/esm/commonHelpers/arrowNavigation/hooks/useScrolling.js +6 -18
- package/esm/dataFeed/dataFeed.js +2 -28
- 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 +5 -16
- 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 +2 -3
- package/esm/summary/summary.js +2 -6
- package/esm/summaryTileBar/summaryTileBar.js +1 -3
- package/esm/table/actions/actionsMenu.js +2 -2
- package/esm/table/flexible/columnsPopup.js +1 -1
- package/esm/table/table.js +7 -5
- package/esm/tabs/tabs.js +5 -16
- package/esm/toolbar/helpers/getWidthWithMargin.js +2 -2
- package/esm/tooltip/helpers/calculateArrowPosition.js +7 -1
- package/esm/tooltip/tooltip.js +5 -7
- 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 +1 -10
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "v",
|
|
177
177
|
"ShortSaturday": "z",
|
|
178
178
|
"ShortSunday": "z",
|
|
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.": "Gebruik meerdere opties bij het zoeken naar een specifieke groep. Als u bijvoorbeeld filtert op assets die behoren tot de tractorgroep en de Toronto-groep, wordt een lijst weergegeven met tractoren die tot de Toronto-tak behoren.",
|
|
180
180
|
"Select columns": "Kolommen selecteren",
|
|
181
181
|
"Must be less than the max": "Moet kleiner zijn dan het maximum",
|
|
182
182
|
"Must be more than the min": "Moet groter zijn dan het minimum",
|
|
183
183
|
"Must be more than {value}": "Moet meer zijn dan {value}",
|
|
184
184
|
"Must be less than {value}": "Moet minder zijn dan {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in range {min} - {max}": "Moet binnen het bereik {min} - {max} liggen",
|
|
186
186
|
"The min value must be set": "De minimumwaarde moet worden ingesteld",
|
|
187
187
|
"The max value must be set": "De maximumwaarde moet worden ingesteld",
|
|
188
188
|
"Range Filter popup": "Pop-up bereikfilter",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Probeer uw zoekopdracht of filter aan te passen.",
|
|
191
191
|
"Change date, {date}": "Datum wijzigen, {date}",
|
|
192
192
|
"Date range": "Datumbereik",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The end date cannot be empty.": "De einddatum mag niet leeg zijn.",
|
|
194
|
+
"The start date cannot be empty.": "De startdatum mag niet leeg zijn.",
|
|
195
195
|
"Pick a date": "Kies een datum",
|
|
196
196
|
"This year": "Afgelopen jaar",
|
|
197
197
|
"Last year": "Vorig jaar",
|
|
198
198
|
"This quarter": "Afgelopen kwartaal",
|
|
199
199
|
"View all": "Alles weergeven",
|
|
200
200
|
"Expand": "Uitvouwen",
|
|
201
|
-
"The date must be set
|
|
202
|
-
"The time must be set
|
|
201
|
+
"The date must be set": "De datum moet worden ingesteld.",
|
|
202
|
+
"The time must be set": "De tijd moet worden ingesteld.",
|
|
203
203
|
"Reset column settings": "Reset kolominstellingen",
|
|
204
204
|
"Filters": "Filters",
|
|
205
205
|
"Next": "Volgende",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Kies het datumbereik",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Sommige geselecteerde datums zijn niet beschikbaar. Probeer een ander datumbereik.",
|
|
225
225
|
"Please select the dates you want to view.": "Selecteer de datums die u wilt weergeven.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset All": "Alles resetten",
|
|
227
227
|
"Favorite": "Favoriet",
|
|
228
228
|
"Summary color": "Overzichtskleur",
|
|
229
229
|
"Chart data": "Tabelgegevens",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "P",
|
|
177
177
|
"ShortSaturday": "S",
|
|
178
178
|
"ShortSunday": "N",
|
|
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.": "Użyj wielu operatorów podczas wyszukiwania określonej grupy. Na przykład filtrowanie zasobów należących do grupy Ciągnik i grupy Toronto wyświetla listę ciągników należących do oddziału w Toronto.",
|
|
180
180
|
"Select columns": "Wybierz kolumny",
|
|
181
181
|
"Must be less than the max": "Musi być mniejsza niż wartość maks.",
|
|
182
182
|
"Must be more than the min": "Musi być większa niż wartość min.",
|
|
183
183
|
"Must be more than {value}": "Musi być większa niż {value}",
|
|
184
184
|
"Must be less than {value}": "Musi być mniejsza niż {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in range {min} - {max}": "Musi znajdować się w zakresie {min}–{max}",
|
|
186
186
|
"The min value must be set": "Należy ustawić wartość min.",
|
|
187
187
|
"The max value must be set": "Należy ustawić wartość maks.",
|
|
188
188
|
"Range Filter popup": "Wyskakujące okienko Filtr zakresu",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Spróbuj dostosować wyszukiwanie lub filtr.",
|
|
191
191
|
"Change date, {date}": "Zmień datę, {date}",
|
|
192
192
|
"Date range": "Zakres dat",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The end date cannot be empty.": "Data zakończenia nie może być pusta.",
|
|
194
|
+
"The start date cannot be empty.": "Data rozpoczęcia nie może być pusta.",
|
|
195
195
|
"Pick a date": "Wybierz datę",
|
|
196
196
|
"This year": "Ten rok",
|
|
197
197
|
"Last year": "Ostatni rok",
|
|
198
198
|
"This quarter": "Ten kwartał",
|
|
199
199
|
"View all": "Wyświetl wszystkie",
|
|
200
200
|
"Expand": "Rozwiń",
|
|
201
|
-
"The date must be set
|
|
202
|
-
"The time must be set
|
|
201
|
+
"The date must be set": "Data musi być ustawiona.",
|
|
202
|
+
"The time must be set": "Godzina musi być ustawiona.",
|
|
203
203
|
"Reset column settings": "Zresetuj ustawienia kolumny",
|
|
204
204
|
"Filters": "Filtry",
|
|
205
205
|
"Next": "Następne",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Wybierz zakres dat",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Niektóre z wybranych dat nie są dostępne. Wybierz inny zakres.",
|
|
225
225
|
"Please select the dates you want to view.": "Wybierz daty, które chcesz wyświetlić.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset All": "Resetuj wszystko",
|
|
227
227
|
"Favorite": "Ulubione",
|
|
228
228
|
"Summary color": "Kolor podsumowania",
|
|
229
229
|
"Chart data": "Dane wykresu",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "S",
|
|
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.": "Use vários operadores para pesquisar um grupo específico. Por exemplo, a filtragem por ativos que pertencem ao grupo Tratores e ao grupo Toronto exibe uma lista de tratores que pertencem à divisão de Toronto.",
|
|
180
180
|
"Select columns": "Selecionar colunas",
|
|
181
181
|
"Must be less than the max": "Deve ser menor que o máx.",
|
|
182
182
|
"Must be more than the min": "Deve ser maior que o mín.",
|
|
183
183
|
"Must be more than {value}": "Deve ser maior que {value}",
|
|
184
184
|
"Must be less than {value}": "Deve ser menor que {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in range {min} - {max}": "Deve estar entre intervalo de {min} a {max}",
|
|
186
186
|
"The min value must be set": "O valor mínimo deve ser definido",
|
|
187
187
|
"The max value must be set": "O valor máximo deve ser definido",
|
|
188
188
|
"Range Filter popup": "Pop-up do filtro de intervalo",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Tente ajustar sua pesquisa ou filtro.",
|
|
191
191
|
"Change date, {date}": "Alterar data, {date}",
|
|
192
192
|
"Date range": "Intervalo de datas",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The end date cannot be empty.": "A data final não pode estar vazia.",
|
|
194
|
+
"The start date cannot be empty.": "A data de início não pode estar vazia.",
|
|
195
195
|
"Pick a date": "Escolha uma data",
|
|
196
196
|
"This year": "Este ano",
|
|
197
197
|
"Last year": "Ano passado",
|
|
198
198
|
"This quarter": "Este trimestre",
|
|
199
199
|
"View all": "Visualizar tudo",
|
|
200
200
|
"Expand": "Expandir",
|
|
201
|
-
"The date must be set
|
|
202
|
-
"The time must be set
|
|
201
|
+
"The date must be set": "É necessário definir a data.",
|
|
202
|
+
"The time must be set": "É necessário definir a hora.",
|
|
203
203
|
"Reset column settings": "Redefinir configurações de coluna",
|
|
204
204
|
"Filters": "Filtros",
|
|
205
205
|
"Next": "Avançar",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Escolha seu intervalo de datas",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Algumas das datas selecionadas não estão disponíveis. Tente um intervalo diferente.",
|
|
225
225
|
"Please select the dates you want to view.": "Selecione as datas que deseja visualizar.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset All": "Redefinir tudo",
|
|
227
227
|
"Favorite": "Favorito",
|
|
228
228
|
"Summary color": "Cor do resumo",
|
|
229
229
|
"Chart data": "Dados do gráfico",
|
|
@@ -167,21 +167,21 @@
|
|
|
167
167
|
"ShortSaturday": "ShortSaturday",
|
|
168
168
|
"ShortSunday": "ShortSunday",
|
|
169
169
|
"Date range": "Intervalo de datas",
|
|
170
|
-
"Use multiple
|
|
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.": "Use múltiplos operadores ao pesquisar por um grupo específico. Por exemplo, filtrar por ativos que pertencem ao grupo Trator e ao grupo Toronto exibe uma lista de tratores que pertencem à filial de Toronto.",
|
|
171
171
|
"Select columns": "Selecionar colunas",
|
|
172
172
|
"Must be less than the max": "Deve ser inferior ao máximo",
|
|
173
173
|
"Must be more than the min": "Deve ser superior ao mínimo",
|
|
174
174
|
"Must be more than {value}": "Deve ser superior a {value}",
|
|
175
175
|
"Must be less than {value}": "Deve ser inferior a {value}",
|
|
176
|
-
"Must be in
|
|
176
|
+
"Must be in range {min} - {max}": "Deve estar no intervalo {min} - {max}",
|
|
177
177
|
"The min value must be set": "O valor mínimo deve ser definido",
|
|
178
178
|
"The max value must be set": "O valor máximo deve ser definido",
|
|
179
179
|
"Range Filter popup": "Pop-up de filtro de intervalo",
|
|
180
180
|
"{rangeName} values {values}": "{rangeName} valores {values}",
|
|
181
|
-
"The
|
|
182
|
-
"The
|
|
183
|
-
"The date must be set
|
|
184
|
-
"The time must be set
|
|
181
|
+
"The end date cannot be empty.": "A data de término não pode estar em branco.",
|
|
182
|
+
"The start date cannot be empty.": "A data de início não pode estar em branco.",
|
|
183
|
+
"The date must be set": "A data deve ser definida",
|
|
184
|
+
"The time must be set": "A hora deve ser definida",
|
|
185
185
|
"Selecting...": "A selecionar...",
|
|
186
186
|
"Reset column settings": "Redefinir configurações de coluna",
|
|
187
187
|
"Filters": "Filtros",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"Open": "Abrir",
|
|
216
216
|
"Favorite": "Favorito",
|
|
217
217
|
"All Filters": "Todos os filtros",
|
|
218
|
-
"Reset
|
|
218
|
+
"Reset All": "Redefinir tudo",
|
|
219
219
|
"Loading": "A carregar",
|
|
220
220
|
"Select option": "Selecionar opção",
|
|
221
221
|
"Value": "Valor",
|
|
@@ -167,21 +167,21 @@
|
|
|
167
167
|
"ShortSaturday": "ShortSaturday",
|
|
168
168
|
"ShortSunday": "ShortSunday",
|
|
169
169
|
"Date range": "Interval de date",
|
|
170
|
-
"Use multiple
|
|
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.": "Utilizați mai mulți operatori când căutați un anumit grup. De exemplu, prin filtrarea activelor care aparțin grupului Tractor și grupului Toronto, se afișează o listă de tractoare care aparțin filialei Toronto.",
|
|
171
171
|
"Select columns": "Selectați coloanele",
|
|
172
172
|
"Must be less than the max": "Trebuie să fie sub max.",
|
|
173
173
|
"Must be more than the min": "Trebuie să fie peste min.",
|
|
174
174
|
"Must be more than {value}": "Trebuie să fie mai mult de {value}",
|
|
175
175
|
"Must be less than {value}": "Trebuie să fie mai puțin de {value}",
|
|
176
|
-
"Must be in
|
|
176
|
+
"Must be in range {min} - {max}": "Trebuie să fie în intervalul {min}-{max}",
|
|
177
177
|
"The min value must be set": "Trebuie setată valoarea min.",
|
|
178
178
|
"The max value must be set": "Trebuie setată valoarea max.",
|
|
179
179
|
"Range Filter popup": "Pop-up filtru interval",
|
|
180
180
|
"{rangeName} values {values}": "Valori {rangeName} {values}",
|
|
181
|
-
"The
|
|
182
|
-
"The
|
|
183
|
-
"The date must be set
|
|
184
|
-
"The time must be set
|
|
181
|
+
"The end date cannot be empty.": "Data de încheiere nu poate fi necompletată.",
|
|
182
|
+
"The start date cannot be empty.": "Data de începere nu poate fi necompletată.",
|
|
183
|
+
"The date must be set": "Trebuie setată data",
|
|
184
|
+
"The time must be set": "Trebuie setată ora",
|
|
185
185
|
"Selecting...": "Se selectează...",
|
|
186
186
|
"Reset column settings": "Resetați setările coloanelor",
|
|
187
187
|
"Filters": "Filtre",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"Open": "Deschis",
|
|
216
216
|
"Favorite": "Preferat",
|
|
217
217
|
"All Filters": "Toate filtrele",
|
|
218
|
-
"Reset
|
|
218
|
+
"Reset All": "Resetați tot",
|
|
219
219
|
"Loading": "Se încarcă",
|
|
220
220
|
"Select option": "Selectați opțiunea",
|
|
221
221
|
"Value": "Valoare",
|
|
@@ -165,21 +165,21 @@
|
|
|
165
165
|
"ShortSaturday": "S",
|
|
166
166
|
"ShortSunday": "N",
|
|
167
167
|
"Date range": "Rozsah dátumov",
|
|
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.": "Pri hľadaní konkrétnej skupiny použi viacero operátorov. Napríklad filtrovanie aktív, ktoré patria do skupiny Traktory a skupiny Toronto, zobrazí zoznam traktorov, ktoré patria do pobočky Toronto.",
|
|
169
169
|
"Select columns": "Vyber stĺpce.",
|
|
170
170
|
"Must be less than the max": "Musí byť menšie ako maximum",
|
|
171
171
|
"Must be more than the min": "Musí byť väčšie ako minimum.",
|
|
172
172
|
"Must be more than {value}": "Musí byť väčšie ako {value}.",
|
|
173
173
|
"Must be less than {value}": "Musí byť menšie ako {value}.",
|
|
174
|
-
"Must be in
|
|
174
|
+
"Must be in range {min} - {max}": "Musí byť v rozsahu {min} - {max}",
|
|
175
175
|
"The min value must be set": "Musíš nastaviť minimálnu hodnotu.",
|
|
176
176
|
"The max value must be set": "Musíš nastaviť maximálnu hodnotu.",
|
|
177
177
|
"Range Filter popup": "Rozsah Filter popup",
|
|
178
178
|
"{rangeName} values {values}": "{rangeName} hodnoty {values}",
|
|
179
|
-
"The
|
|
180
|
-
"The
|
|
181
|
-
"The date must be set
|
|
182
|
-
"The time must be set
|
|
179
|
+
"The end date cannot be empty.": "Dátum ukončenia nesmie byť prázdny.",
|
|
180
|
+
"The start date cannot be empty.": "Dátum začiatku nesmie byť prázdny.",
|
|
181
|
+
"The date must be set": "Musíš nastaviť dátum.",
|
|
182
|
+
"The time must be set": "Musíš nastaviť čas.",
|
|
183
183
|
"Selecting...": "Vyberanie...",
|
|
184
184
|
"Reset column settings": "Obnov nastavenia stĺpca.",
|
|
185
185
|
"Filters": "Filtre",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"Open": "Otvorené",
|
|
213
213
|
"Favorite": "Obľúbené",
|
|
214
214
|
"All Filters": "Všetky filtre",
|
|
215
|
-
"Reset
|
|
215
|
+
"Reset All": "Vynulovať všetko",
|
|
216
216
|
"Loading": "Načítanie",
|
|
217
217
|
"Select option": "Vyber si možnosť",
|
|
218
218
|
"Previous step": "Predchádzajúci krok",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "F",
|
|
177
177
|
"ShortSaturday": "L",
|
|
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.": "Använd flera operatörer när du söker efter en viss grupp. Om du till exempel filtrerar efter tillgångar som tillhör gruppen \"Dragbilar\" och gruppen \"Toronto\" visas en lista med dragbilar som tillhör lokalkontoret i Toronto.",
|
|
180
180
|
"Select columns": "Välj kolumner",
|
|
181
181
|
"Must be less than the max": "Måste vara mindre än max.",
|
|
182
182
|
"Must be more than the min": "Måste vara mer än min.",
|
|
183
183
|
"Must be more than {value}": "Måste vara mer än {value}",
|
|
184
184
|
"Must be less than {value}": "Måste vara mindre än {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in range {min} - {max}": "Måste vara inom intervallet {min}–{max}",
|
|
186
186
|
"The min value must be set": "Minimivärdet måste ställas in",
|
|
187
187
|
"The max value must be set": "Maxvärdet måste ställas in",
|
|
188
188
|
"Range Filter popup": "Popupfönster för intervallfilter",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Prova att justera sökningen eller filtret.",
|
|
191
191
|
"Change date, {date}": "Ändra datum, {date}",
|
|
192
192
|
"Date range": "Datumintervall",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The end date cannot be empty.": "Slutdatumet får inte vara tomt.",
|
|
194
|
+
"The start date cannot be empty.": "Startdatumet får inte vara tomt.",
|
|
195
195
|
"Pick a date": "Välj ett datum",
|
|
196
196
|
"This year": "Det här året",
|
|
197
197
|
"Last year": "Förra året",
|
|
198
198
|
"This quarter": "Det här kvartalet",
|
|
199
199
|
"View all": "Visa alla",
|
|
200
200
|
"Expand": "Expandera",
|
|
201
|
-
"The date must be set
|
|
202
|
-
"The time must be set
|
|
201
|
+
"The date must be set": "Datumet måste anges.",
|
|
202
|
+
"The time must be set": "Tiden måste anges.",
|
|
203
203
|
"Reset column settings": "Återställ kolumninställningar",
|
|
204
204
|
"Filters": "Filter",
|
|
205
205
|
"Next": "Nästa",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Välj datumintervall",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Några av de datum du valde är inte tillgängliga. Försök med ett annat intervall.",
|
|
225
225
|
"Please select the dates you want to view.": "Välj de datum du vill visa.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset All": "Återställ alla",
|
|
227
227
|
"Favorite": "Favorit",
|
|
228
228
|
"Summary color": "Färg på sammanfattning",
|
|
229
229
|
"Chart data": "Diagramdata",
|
|
@@ -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.": "ใช้ตัวดำเนินการหลายตัวเมื่อค้นหากลุ่มเฉพาะ ตัวอย่างเช่น การกรองสำหรับสินทรัพย์ที่อยู่ในกลุ่มรถแทรกเตอร์และกลุ่มโทรอนโตจะแสดงรายการรถแทรกเตอร์ที่อยู่ในสาขาโทรอนโต",
|
|
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 range {min} - {max}": "ต้องอยู่ในช่วง {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": "ข้อมูลแผนภูมิ",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "Cu",
|
|
177
177
|
"ShortSaturday": "Ct",
|
|
178
178
|
"ShortSunday": "Pa",
|
|
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.": "Belirli bir grubu ararken birden çok operatör kullanın. Örneğin, Traktör grubuna ve Toronto grubuna ait varlıklar için filtreleme yapılırken Toronto şubesine ait traktörlerin listesi görüntülenir.",
|
|
180
180
|
"Select columns": "Sütunları seç",
|
|
181
181
|
"Must be less than the max": "Maks. değerden az olmalıdır",
|
|
182
182
|
"Must be more than the min": "Min. değerden fazla olmalıdır",
|
|
183
183
|
"Must be more than {value}": "{value} değerinden fazla olmalıdır",
|
|
184
184
|
"Must be less than {value}": "{value} değerinden az olmalıdır",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in range {min} - {max}": "{min} - {max} aralığında olmalıdır",
|
|
186
186
|
"The min value must be set": "Min. değer ayarlanmalıdır",
|
|
187
187
|
"The max value must be set": "Maks. değer ayarlanmalıdır",
|
|
188
188
|
"Range Filter popup": "Aralık Filtresi açılır penceresi",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Aramanızı veya filtrenizi ayarlamayı deneyin.",
|
|
191
191
|
"Change date, {date}": "Tarihi değiştir, {date}",
|
|
192
192
|
"Date range": "Tarih aralığı",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The end date cannot be empty.": "Bitiş tarihi boş olamaz.",
|
|
194
|
+
"The start date cannot be empty.": "Başlangıç tarihi boş olamaz.",
|
|
195
195
|
"Pick a date": "Bir tarih seçin",
|
|
196
196
|
"This year": "Bu yıl",
|
|
197
197
|
"Last year": "Geçen yıl",
|
|
198
198
|
"This quarter": "Bu çeyrek",
|
|
199
199
|
"View all": "Tümünü görüntüle",
|
|
200
200
|
"Expand": "Genişlet",
|
|
201
|
-
"The date must be set
|
|
202
|
-
"The time must be set
|
|
201
|
+
"The date must be set": "Tarih ayarlanmalıdır.",
|
|
202
|
+
"The time must be set": "Saat ayarlanmalıdır.",
|
|
203
203
|
"Reset column settings": "Sütun ayarlarını sıfırla",
|
|
204
204
|
"Filters": "Filtreler",
|
|
205
205
|
"Next": "Sonraki",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Tarih aralığı seçin",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Seçtiğiniz tarihlerin bazıları mevcut değil. Lütfen farklı bir aralık deneyin.",
|
|
225
225
|
"Please select the dates you want to view.": "Lütfen görüntülemek istediğiniz tarihleri seçin.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset All": "Tümünü sıfırla",
|
|
227
227
|
"Favorite": "Favori",
|
|
228
228
|
"Summary color": "Özet rengi",
|
|
229
229
|
"Chart data": "Grafik verileri",
|
|
@@ -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.": "搜索特定组时,可以使用多个运算符。例如,筛选属于“牵引车”组和“多伦多”组的资产,就会显示属于多伦多分支的牵引车列表。",
|
|
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 range {min} - {max}": "必须处于 {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 range {min} - {max}": "必須在 {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": "篩選條件",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"Choose your date range": "選擇您的日期範圍",
|
|
234
234
|
"Some of the dates you selected aren't available. Please try a different range.": "您選擇的部分日期無法使用。請嘗試不同的範圍。",
|
|
235
235
|
"Please select the dates you want to view.": "請選擇您要檢視的日期。",
|
|
236
|
-
"Reset
|
|
236
|
+
"Reset All": "全部重設",
|
|
237
237
|
"Favorite": "我的最愛",
|
|
238
238
|
"Summary color": "摘要色彩",
|
|
239
239
|
"Chart data": "圖表資料",
|