@geotab/zenith 3.1.1-beta.5 → 3.2.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.
- package/README.md +20 -0
- package/dist/advancedGroupsFilter/advancedGroupsFilter.js +136 -30
- package/dist/advancedGroupsFilter/advancedGroupsFilterForm.js +139 -34
- package/dist/advancedGroupsFilter/advancedGroupsFilterFormSection.js +352 -87
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.d.ts +0 -1
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +83 -9
- package/dist/alertRaw/alertRaw.js +175 -54
- package/dist/banner/bannerMultipLine.js +131 -23
- package/dist/banner/bannerSingleLine.js +110 -16
- package/dist/betaPill/betaPill.js +111 -20
- package/dist/bookmark/bookmark.js +95 -28
- package/dist/bulkEditControl/bulkEditControl.js +167 -34
- package/dist/calendar/calendar.js +943 -273
- package/dist/calendar/calendarUtils.js +157 -85
- package/dist/card/card.js +268 -123
- package/dist/chart/accessibleChart/accessibleChartNarrative.js +648 -555
- package/dist/chart/accessibleChart/accessibleChartTable.js +245 -86
- package/dist/chart/chart.js +36 -21
- package/dist/chart/chartAxis/chartAxis.js +85 -7
- package/dist/checkboxListWithAction/checkboxListWithAction.js +224 -69
- package/dist/chip/chip.js +195 -91
- package/dist/columnsSelector/columnsSelector.js +97 -12
- package/dist/columnsSelector/columnsTab/columnsTab.js +59 -15
- package/dist/columnsSelector/columnsTabGroup/columnsTabGroup.js +81 -34
- package/dist/comboboxSelected/comboboxSelected.js +1 -3
- package/dist/dataFeed/feedExpandControl/feedExpandControl.js +25 -10
- package/dist/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +92 -11
- package/dist/dataGrid/dataGrid.js +227 -117
- package/dist/dataGrid/emptySearchList/emptySearchList.js +56 -9
- package/dist/dataGrid/entitiesListActions/actions/columnsListButton.js +51 -7
- package/dist/dataGrid/entitiesListActions/actions/fullscreenButton.js +64 -18
- package/dist/dataGrid/withFlexibleColumns/components/columnSettings.js +84 -10
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +48 -16
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +223 -32
- package/dist/dataGrid/withSelectableRows/withSelectableRows.js +286 -213
- package/dist/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +178 -95
- package/dist/dateInputInner/dateInputInner.js +791 -476
- package/dist/dateInputInner/dateInputInnerControlBlock.js +125 -22
- package/dist/dateInputRaw/dateInputRaw.js +315 -104
- package/dist/dateInputRaw/utils/getLabel.js +38 -7
- package/dist/dateRangeInner/dateRangeInner.js +172 -58
- package/dist/dateRangeRaw/dateRangeRaw.js +601 -239
- package/dist/dateRangeRaw/utils/dateRangeUtils.js +629 -241
- package/dist/dateSelectionWrapper/dateSelectionWrapper.js +152 -14
- package/dist/dialog/dialogContent.js +123 -40
- package/dist/dropdownRaw/dropdownHelper.d.ts +2 -2
- package/dist/dropdownRaw/dropdownHelper.js +9 -9
- package/dist/dropdownRaw/dropdownList.js +447 -78
- package/dist/dropdownRaw/dropdownPopup.js +218 -20
- package/dist/dropdownRaw/dropdownRaw.js +866 -506
- package/dist/dropdownRaw/dropdownSearchableTrigger.js +223 -46
- package/dist/dropdownRaw/stateReducer/stateAction.d.ts +5 -1
- package/dist/dropdownRaw/stateReducer/stateActionType.d.ts +2 -1
- package/dist/dropdownRaw/stateReducer/stateActionType.js +1 -0
- package/dist/dropdownRaw/stateReducer/stateReducer.d.ts +6 -1
- package/dist/dropdownRaw/stateReducer/stateReducer.js +24 -12
- package/dist/dropdownRaw/stateReducer/stateReducerHelper.d.ts +2 -0
- package/dist/dropdownRaw/stateReducer/stateReducerHelper.js +20 -1
- package/dist/dropdownRaw/stateReducer/stateReducerTestData.d.ts +39 -0
- package/dist/dropdownRaw/stateReducer/stateReducerTestData.js +74 -0
- package/dist/dropdownRaw/types.d.ts +1 -0
- package/dist/favoriteButton/favoriteButton.js +59 -10
- package/dist/filters/components/filtersContainer.js +151 -64
- package/dist/filters/components/filtersEmptySelectedList.js +30 -4
- package/dist/filters/components/filtersSaveModal.js +140 -42
- package/dist/filters/components/filtersSavedChipComponent.js +318 -108
- package/dist/filters/components/filtersSearchItemData.js +127 -47
- package/dist/filters/components/filtersSearchList.js +381 -179
- package/dist/filters/components/filtersSelect.js +128 -61
- package/dist/filters/components/filtersSelectListItem.js +125 -13
- package/dist/filters/components/filtersSidePanel.js +510 -178
- package/dist/filters/filters.js +445 -268
- package/dist/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +729 -272
- package/dist/filtersBar/components/resetComponentButton.js +45 -5
- package/dist/filtersBar/filtersBarActions/filtersBarActions.js +126 -15
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +155 -49
- package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +360 -104
- package/dist/filtersBar/filtersContainer/filtersContainer.js +204 -134
- package/dist/formField/components/formFieldWithLabel.d.ts +2 -1
- package/dist/formField/components/formFieldWithLabel.js +3 -2
- package/dist/formField/components/formFieldWithoutLabel.d.ts +2 -1
- package/dist/formField/components/formFieldWithoutLabel.js +3 -3
- package/dist/formField/components/trailingComponent.d.ts +8 -0
- package/dist/formField/components/trailingComponent.js +11 -0
- package/dist/formField/formField.d.ts +0 -1
- package/dist/formField/formField.js +15 -16
- package/dist/formField/hooks/useError.js +100 -36
- package/dist/formGroup/components/reviewListToggle/reviewListToggle.js +72 -7
- package/dist/formGroup/hooks/useToggle.js +37 -11
- package/dist/formGroup/utils/getControls.js +8 -7
- package/dist/formLayout/hooks/useError.js +55 -15
- package/dist/formLayout/hooks/useFormButtons.js +128 -27
- package/dist/formSection/components/formSectionModal.js +1 -1
- package/dist/formSection/formSection.js +1 -1
- package/dist/formSection/hooks/useError.js +70 -22
- package/dist/formStepper/components/formStep.js +65 -10
- package/dist/formStepper/formStepper.js +129 -33
- package/dist/formStepperButtons/formStepperButtons.js +184 -38
- package/dist/groupsFilter/groupsFilterTestData.d.ts +37 -0
- package/dist/groupsFilter/groupsFilterTestData.js +7 -0
- package/dist/groupsFilter/groupsHelper.d.ts +24 -1
- package/dist/groupsFilter/groupsHelper.js +25 -15
- package/dist/groupsFilterRaw/groupsFilterAdjustmentState.js +162 -17
- package/dist/groupsFilterRaw/groupsFilterBox.js +137 -32
- package/dist/groupsFilterRaw/groupsFilterCommon.js +75 -8
- package/dist/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +184 -25
- package/dist/groupsFilterRaw/groupsFilterHelper.d.ts +2 -1
- package/dist/groupsFilterRaw/groupsFilterHelper.js +284 -168
- package/dist/groupsFilterRaw/groupsFilterInitialState.js +266 -18
- package/dist/groupsFilterRaw/groupsFilterMenu.js +124 -9
- package/dist/groupsFilterRaw/groupsFilterRaw.d.ts +1 -0
- package/dist/groupsFilterRaw/groupsFilterRaw.js +816 -308
- package/dist/groupsFilterRaw/groupsFilterTestData.d.ts +155 -2
- package/dist/groupsFilterRaw/groupsFilterTestData.js +153 -58
- package/dist/groupsFilterRaw/groupsFilterTrigger.js +139 -35
- package/dist/groupsFilterRaw/groupsHelper.js +739 -208
- package/dist/groupsFilterRaw/stateReducer/stateReducerHelper.js +3 -1
- package/dist/groupsFilterRaw/types.d.ts +1 -0
- package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +107 -52
- package/dist/header/components/mobileFilterControl/mobileFilterControl.js +62 -9
- package/dist/header/components/mobileSearchControl/mobileSearchControl.js +119 -14
- package/dist/header/headerBack.js +64 -20
- package/dist/index.css +110 -71
- package/dist/index.d.ts +2 -1
- package/dist/index.js +5 -2
- package/dist/list/itemData/itemDataInternal.js +216 -51
- package/dist/list/listItem/listItem.js +168 -55
- package/dist/menu/components/menuErrorItem.js +33 -5
- package/dist/mobileSheet/mobileSheet.js +195 -69
- package/dist/modal/modal.js +300 -142
- package/dist/nav/nav.js +1 -1
- package/dist/nav/navFooter/navFooter.js +82 -39
- package/dist/nav/navFooter/navFooterAction/navFooterAction.js +52 -13
- package/dist/nav/navHeader/navHeader.js +86 -36
- package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +88 -29
- package/dist/nav/navItem/navItem.d.ts +3 -3
- package/dist/nav/navItem/navItem.js +35 -33
- package/dist/nav/navMobileBar/navMobileBar.js +67 -21
- package/dist/notification/notification.js +124 -21
- package/dist/pagination/paginationArrow.js +81 -11
- package/dist/pagination/paginationText/paginationText.js +45 -11
- package/dist/pill/components/pillNonActionable/pillNonActionable.js +93 -24
- package/dist/pillBox/components/pillBoxItem.js +52 -9
- package/dist/pillBox/pillBox.js +121 -20
- package/dist/pillExpandable/pillExpandable.js +333 -139
- package/dist/rangeRaw/rangeRaw.js +486 -141
- package/dist/rangeRaw/utils/rangeHelper.js +209 -39
- package/dist/searchInputRaw/searchInputRaw.js +180 -65
- package/dist/skeleton/skeleton.js +51 -6
- package/dist/sortControl/sortControl.js +152 -42
- package/dist/stepperRaw/stepperRaw.js +116 -42
- package/dist/summary/summary.js +94 -8
- package/dist/table/actions/actionsMenu.js +171 -78
- package/dist/table/flexible/columnSettings.js +80 -10
- package/dist/table/flexible/columnsList.js +110 -43
- package/dist/table/flexible/columnsPopup.js +77 -20
- package/dist/table/nested/useNestedRows.js +167 -77
- package/dist/table/selectable/selectableHeader.js +180 -41
- package/dist/table/selectable/useSelectableRows.js +270 -191
- package/dist/table/sortable/sortableHeader.js +153 -75
- package/dist/tabs/tabs.js +227 -118
- package/dist/timePickerRaw/timePickerRaw.js +278 -58
- package/dist/toastRaw/toastRaw.js +138 -32
- package/dist/toggleButton/toggleButton.d.ts +0 -1
- package/dist/toggleButtonRaw/toggleButtonRaw.d.ts +1 -0
- package/dist/toggleButtonRaw/toggleButtonRaw.js +146 -40
- package/dist/utils/formatDate.js +1001 -117
- package/{esm/utils/localization/translations/cs-json.js → dist/utils/localization/translations/cs.json} +11 -12
- package/{esm/utils/localization/translations/da-DK-json.js → dist/utils/localization/translations/da-DK.json} +31 -23
- package/{esm/utils/localization/translations/de-json.js → dist/utils/localization/translations/de.json} +12 -13
- package/dist/utils/localization/translations/en.json +308 -0
- package/{esm/utils/localization/translations/es-json.js → dist/utils/localization/translations/es.json} +11 -12
- package/{esm/utils/localization/translations/fi-FI-json.js → dist/utils/localization/translations/fi-FI.json} +31 -23
- package/{esm/utils/localization/translations/fr-FR-json.js → dist/utils/localization/translations/fr-FR.json} +12 -12
- package/{esm/utils/localization/translations/fr-json.js → dist/utils/localization/translations/fr.json} +11 -12
- package/{esm/utils/localization/translations/hu-HU-json.js → dist/utils/localization/translations/hu-HU.json} +31 -23
- package/{esm/utils/localization/translations/id-json.js → dist/utils/localization/translations/id.json} +11 -13
- package/{esm/utils/localization/translations/it-json.js → dist/utils/localization/translations/it.json} +11 -12
- package/{esm/utils/localization/translations/ja-json.js → dist/utils/localization/translations/ja.json} +11 -12
- package/{esm/utils/localization/translations/ko-KR-json.js → dist/utils/localization/translations/ko-KR.json} +24 -23
- package/{esm/utils/localization/translations/ms-json.js → dist/utils/localization/translations/ms.json} +11 -12
- package/{esm/utils/localization/translations/nb-NO-json.js → dist/utils/localization/translations/nb-NO.json} +31 -23
- package/{esm/utils/localization/translations/nl-json.js → dist/utils/localization/translations/nl.json} +11 -12
- package/{esm/utils/localization/translations/pl-json.js → dist/utils/localization/translations/pl.json} +11 -12
- package/{esm/utils/localization/translations/pt-BR-json.js → dist/utils/localization/translations/pt-BR.json} +11 -12
- package/{esm/utils/localization/translations/sk-SK-json.js → dist/utils/localization/translations/sk-SK.json} +31 -23
- package/{esm/utils/localization/translations/sv-json.js → dist/utils/localization/translations/sv.json} +11 -12
- package/{esm/utils/localization/translations/th-json.js → dist/utils/localization/translations/th.json} +11 -12
- package/{esm/utils/localization/translations/tr-json.js → dist/utils/localization/translations/tr.json} +11 -12
- package/{esm/utils/localization/translations/zh-Hans-json.js → dist/utils/localization/translations/zh-Hans.json} +11 -12
- package/{esm/utils/localization/translations/zh-TW-json.js → dist/utils/localization/translations/zh-TW.json} +11 -23
- package/dist/utils/localization/translationsDictionary.d.ts +2 -0
- package/dist/utils/localization/translationsDictionary.js +63 -0
- package/dist/utils/localization/useLanguage.js +2 -74
- package/esm/advancedGroupsFilter/advancedGroupsFilter.js +130 -29
- package/esm/advancedGroupsFilter/advancedGroupsFilterForm.js +133 -33
- package/esm/advancedGroupsFilter/advancedGroupsFilterFormSection.js +317 -65
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.d.ts +0 -1
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +77 -8
- package/esm/alertRaw/alertRaw.js +165 -51
- package/esm/banner/bannerMultipLine.js +121 -20
- package/esm/banner/bannerSingleLine.js +100 -13
- package/esm/betaPill/betaPill.js +105 -19
- package/esm/bookmark/bookmark.js +89 -27
- package/esm/bulkEditControl/bulkEditControl.js +161 -33
- package/esm/calendar/calendar.js +937 -272
- package/esm/calendar/calendarUtils.js +151 -84
- package/esm/card/card.js +233 -101
- package/esm/chart/accessibleChart/accessibleChartNarrative.js +642 -554
- package/esm/chart/accessibleChart/accessibleChartTable.js +239 -85
- package/esm/chart/chart.js +30 -20
- package/esm/chart/chartAxis/chartAxis.js +79 -6
- package/esm/checkboxListWithAction/checkboxListWithAction.js +218 -68
- package/esm/chip/chip.js +189 -90
- package/esm/columnsSelector/columnsSelector.js +91 -11
- package/esm/columnsSelector/columnsTab/columnsTab.js +53 -14
- package/esm/columnsSelector/columnsTabGroup/columnsTabGroup.js +75 -33
- package/esm/comboboxSelected/comboboxSelected.js +1 -3
- package/esm/dataFeed/feedExpandControl/feedExpandControl.js +21 -9
- package/esm/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +86 -10
- package/esm/dataGrid/dataGrid.js +221 -116
- package/esm/dataGrid/emptySearchList/emptySearchList.js +50 -8
- package/esm/dataGrid/entitiesListActions/actions/columnsListButton.js +45 -6
- package/esm/dataGrid/entitiesListActions/actions/fullscreenButton.js +58 -17
- package/esm/dataGrid/withFlexibleColumns/components/columnSettings.js +78 -9
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +44 -15
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +217 -31
- package/esm/dataGrid/withSelectableRows/withSelectableRows.js +280 -212
- package/esm/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +172 -94
- package/esm/dateInputInner/dateInputInner.js +785 -475
- package/esm/dateInputInner/dateInputInnerControlBlock.js +119 -21
- package/esm/dateInputRaw/dateInputRaw.js +309 -103
- package/esm/dateInputRaw/utils/getLabel.js +32 -6
- package/esm/dateRangeInner/dateRangeInner.js +166 -57
- package/esm/dateRangeRaw/dateRangeRaw.js +595 -238
- package/esm/dateRangeRaw/utils/dateRangeUtils.js +622 -239
- package/esm/dateSelectionWrapper/dateSelectionWrapper.js +146 -13
- package/esm/dialog/dialogContent.js +117 -39
- package/esm/dropdownRaw/dropdownHelper.d.ts +2 -2
- package/esm/dropdownRaw/dropdownHelper.js +10 -10
- package/esm/dropdownRaw/dropdownList.js +412 -56
- package/esm/dropdownRaw/dropdownPopup.js +212 -19
- package/esm/dropdownRaw/dropdownRaw.js +862 -507
- package/esm/dropdownRaw/dropdownSearchableTrigger.js +217 -45
- package/esm/dropdownRaw/stateReducer/stateAction.d.ts +5 -1
- package/esm/dropdownRaw/stateReducer/stateActionType.d.ts +2 -1
- package/esm/dropdownRaw/stateReducer/stateActionType.js +1 -0
- package/esm/dropdownRaw/stateReducer/stateReducer.d.ts +6 -1
- package/esm/dropdownRaw/stateReducer/stateReducer.js +24 -12
- package/esm/dropdownRaw/stateReducer/stateReducerHelper.d.ts +2 -0
- package/esm/dropdownRaw/stateReducer/stateReducerHelper.js +18 -0
- package/esm/dropdownRaw/stateReducer/stateReducerTestData.d.ts +39 -0
- package/esm/dropdownRaw/stateReducer/stateReducerTestData.js +71 -0
- package/esm/dropdownRaw/types.d.ts +1 -0
- package/esm/favoriteButton/favoriteButton.js +53 -9
- package/esm/filters/components/filtersContainer.js +141 -61
- package/esm/filters/components/filtersEmptySelectedList.js +24 -3
- package/esm/filters/components/filtersSaveModal.js +134 -41
- package/esm/filters/components/filtersSavedChipComponent.js +312 -107
- package/esm/filters/components/filtersSearchItemData.js +121 -46
- package/esm/filters/components/filtersSearchList.js +375 -178
- package/esm/filters/components/filtersSelect.js +122 -60
- package/esm/filters/components/filtersSelectListItem.js +119 -12
- package/esm/filters/components/filtersSidePanel.js +504 -177
- package/esm/filters/filters.js +435 -265
- package/esm/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +722 -270
- package/esm/filtersBar/components/resetComponentButton.js +39 -4
- package/esm/filtersBar/filtersBarActions/filtersBarActions.js +120 -14
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +149 -48
- package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +354 -103
- package/esm/filtersBar/filtersContainer/filtersContainer.js +198 -133
- package/esm/formField/components/formFieldWithLabel.d.ts +2 -1
- package/esm/formField/components/formFieldWithLabel.js +3 -2
- package/esm/formField/components/formFieldWithoutLabel.d.ts +2 -1
- package/esm/formField/components/formFieldWithoutLabel.js +3 -3
- package/esm/formField/components/trailingComponent.d.ts +8 -0
- package/esm/formField/components/trailingComponent.js +7 -0
- package/esm/formField/formField.d.ts +0 -1
- package/esm/formField/formField.js +15 -16
- package/esm/formField/hooks/useError.js +94 -35
- package/esm/formGroup/components/reviewListToggle/reviewListToggle.js +66 -6
- package/esm/formGroup/hooks/useToggle.js +31 -10
- package/esm/formGroup/utils/getControls.js +8 -7
- package/esm/formLayout/hooks/useError.js +49 -14
- package/esm/formLayout/hooks/useFormButtons.js +122 -26
- package/esm/formSection/components/formSectionModal.js +1 -1
- package/esm/formSection/formSection.js +1 -1
- package/esm/formSection/hooks/useError.js +64 -21
- package/esm/formStepper/components/formStep.js +59 -9
- package/esm/formStepper/formStepper.js +123 -32
- package/esm/formStepperButtons/formStepperButtons.js +178 -37
- package/esm/groupsFilter/groupsFilterTestData.d.ts +37 -0
- package/esm/groupsFilter/groupsFilterTestData.js +4 -0
- package/esm/groupsFilter/groupsHelper.d.ts +24 -1
- package/esm/groupsFilter/groupsHelper.js +24 -1
- package/esm/groupsFilterRaw/groupsFilterAdjustmentState.js +152 -14
- package/esm/groupsFilterRaw/groupsFilterBox.js +131 -31
- package/esm/groupsFilterRaw/groupsFilterCommon.js +69 -7
- package/esm/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +178 -24
- package/esm/groupsFilterRaw/groupsFilterHelper.d.ts +2 -1
- package/esm/groupsFilterRaw/groupsFilterHelper.js +279 -168
- package/esm/groupsFilterRaw/groupsFilterInitialState.js +260 -17
- package/esm/groupsFilterRaw/groupsFilterMenu.js +118 -8
- package/esm/groupsFilterRaw/groupsFilterRaw.d.ts +1 -0
- package/esm/groupsFilterRaw/groupsFilterRaw.js +811 -308
- package/esm/groupsFilterRaw/groupsFilterTestData.d.ts +155 -2
- package/esm/groupsFilterRaw/groupsFilterTestData.js +152 -57
- package/esm/groupsFilterRaw/groupsFilterTrigger.js +133 -34
- package/esm/groupsFilterRaw/groupsHelper.js +733 -207
- package/esm/groupsFilterRaw/stateReducer/stateReducerHelper.js +3 -1
- package/esm/groupsFilterRaw/types.d.ts +1 -0
- package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +101 -51
- package/esm/header/components/mobileFilterControl/mobileFilterControl.js +56 -8
- package/esm/header/components/mobileSearchControl/mobileSearchControl.js +113 -13
- package/esm/header/headerBack.js +58 -19
- package/esm/index.d.ts +2 -1
- package/esm/index.js +2 -1
- package/esm/list/itemData/itemDataInternal.js +210 -50
- package/esm/list/listItem/listItem.js +162 -54
- package/esm/menu/components/menuErrorItem.js +27 -4
- package/esm/mobileSheet/mobileSheet.js +189 -68
- package/esm/modal/modal.js +265 -120
- package/esm/nav/nav.js +1 -1
- package/esm/nav/navFooter/navFooter.js +76 -38
- package/esm/nav/navFooter/navFooterAction/navFooterAction.js +46 -12
- package/esm/nav/navHeader/navHeader.js +80 -35
- package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +82 -28
- package/esm/nav/navItem/navItem.d.ts +3 -3
- package/esm/nav/navItem/navItem.js +35 -33
- package/esm/nav/navMobileBar/navMobileBar.js +61 -20
- package/esm/notification/notification.js +114 -18
- package/esm/pagination/paginationArrow.js +75 -10
- package/esm/pagination/paginationText/paginationText.js +39 -10
- package/esm/pill/components/pillNonActionable/pillNonActionable.js +87 -23
- package/esm/pillBox/components/pillBoxItem.js +46 -8
- package/esm/pillBox/pillBox.js +115 -19
- package/esm/pillExpandable/pillExpandable.js +327 -138
- package/esm/rangeRaw/rangeRaw.js +480 -140
- package/esm/rangeRaw/utils/rangeHelper.js +203 -38
- package/esm/searchInputRaw/searchInputRaw.js +145 -43
- package/esm/skeleton/skeleton.js +45 -5
- package/esm/sortControl/sortControl.js +146 -41
- package/esm/stepperRaw/stepperRaw.js +112 -41
- package/esm/storybookHelpers/dataGridWithDifferentCellOptions/components/EntitiesListAction.js +178 -19
- package/esm/summary/summary.js +88 -7
- package/esm/table/actions/actionsMenu.js +165 -77
- package/esm/table/flexible/columnSettings.js +74 -9
- package/esm/table/flexible/columnsList.js +104 -42
- package/esm/table/flexible/columnsPopup.js +71 -19
- package/esm/table/nested/useNestedRows.js +161 -76
- package/esm/table/selectable/selectableHeader.js +174 -40
- package/esm/table/selectable/useSelectableRows.js +264 -190
- package/esm/table/sortable/sortableHeader.js +147 -74
- package/esm/tabs/tabs.js +221 -117
- package/esm/timePickerRaw/timePickerRaw.js +272 -57
- package/esm/toastRaw/toastRaw.js +132 -31
- package/esm/toggleButton/toggleButton.d.ts +0 -1
- package/esm/toggleButtonRaw/toggleButtonRaw.d.ts +1 -0
- package/esm/toggleButtonRaw/toggleButtonRaw.js +111 -18
- package/esm/utils/formatDate.js +995 -116
- package/{dist/utils/localization/translations/cs-json.js → esm/utils/localization/translations/cs.json} +11 -15
- package/{dist/utils/localization/translations/da-DK-json.js → esm/utils/localization/translations/da-DK.json} +31 -26
- package/{dist/utils/localization/translations/de-json.js → esm/utils/localization/translations/de.json} +12 -16
- package/esm/utils/localization/translations/en.json +308 -0
- package/{dist/utils/localization/translations/es-json.js → esm/utils/localization/translations/es.json} +11 -15
- package/{dist/utils/localization/translations/fi-FI-json.js → esm/utils/localization/translations/fi-FI.json} +31 -26
- package/{dist/utils/localization/translations/fr-FR-json.js → esm/utils/localization/translations/fr-FR.json} +12 -15
- package/{dist/utils/localization/translations/fr-json.js → esm/utils/localization/translations/fr.json} +11 -15
- package/{dist/utils/localization/translations/hu-HU-json.js → esm/utils/localization/translations/hu-HU.json} +31 -26
- package/{dist/utils/localization/translations/id-json.js → esm/utils/localization/translations/id.json} +11 -16
- package/{dist/utils/localization/translations/it-json.js → esm/utils/localization/translations/it.json} +11 -15
- package/{dist/utils/localization/translations/ja-json.js → esm/utils/localization/translations/ja.json} +11 -15
- package/{dist/utils/localization/translations/ko-KR-json.js → esm/utils/localization/translations/ko-KR.json} +24 -26
- package/{dist/utils/localization/translations/ms-json.js → esm/utils/localization/translations/ms.json} +11 -15
- package/{dist/utils/localization/translations/nb-NO-json.js → esm/utils/localization/translations/nb-NO.json} +31 -26
- package/{dist/utils/localization/translations/nl-json.js → esm/utils/localization/translations/nl.json} +11 -15
- package/{dist/utils/localization/translations/pl-json.js → esm/utils/localization/translations/pl.json} +11 -15
- package/{dist/utils/localization/translations/pt-BR-json.js → esm/utils/localization/translations/pt-BR.json} +11 -15
- package/{dist/utils/localization/translations/sk-SK-json.js → esm/utils/localization/translations/sk-SK.json} +31 -26
- package/{dist/utils/localization/translations/sv-json.js → esm/utils/localization/translations/sv.json} +11 -15
- package/{dist/utils/localization/translations/th-json.js → esm/utils/localization/translations/th.json} +11 -15
- package/{dist/utils/localization/translations/tr-json.js → esm/utils/localization/translations/tr.json} +11 -15
- package/{dist/utils/localization/translations/zh-Hans-json.js → esm/utils/localization/translations/zh-Hans.json} +11 -15
- package/{dist/utils/localization/translations/zh-TW-json.js → esm/utils/localization/translations/zh-TW.json} +11 -26
- package/esm/utils/localization/translationsDictionary.d.ts +2 -0
- package/esm/utils/localization/translationsDictionary.js +59 -0
- package/esm/utils/localization/useLanguage.js +1 -50
- package/package.json +17 -10
- package/dist/formField/hooks/useClasses.d.ts +0 -8
- package/dist/formField/hooks/useClasses.js +0 -25
- package/dist/utils/localization/translations/cs-json.d.ts +0 -251
- package/dist/utils/localization/translations/da-DK-json.d.ts +0 -252
- package/dist/utils/localization/translations/de-json.d.ts +0 -251
- package/dist/utils/localization/translations/en-json.d.ts +0 -314
- package/dist/utils/localization/translations/en-json.js +0 -317
- package/dist/utils/localization/translations/es-json.d.ts +0 -251
- package/dist/utils/localization/translations/fi-FI-json.d.ts +0 -252
- package/dist/utils/localization/translations/fr-FR-json.d.ts +0 -250
- package/dist/utils/localization/translations/fr-json.d.ts +0 -251
- package/dist/utils/localization/translations/hu-HU-json.d.ts +0 -252
- package/dist/utils/localization/translations/id-json.d.ts +0 -252
- package/dist/utils/localization/translations/it-json.d.ts +0 -251
- package/dist/utils/localization/translations/ja-json.d.ts +0 -251
- package/dist/utils/localization/translations/ko-KR-json.d.ts +0 -258
- package/dist/utils/localization/translations/ms-json.d.ts +0 -251
- package/dist/utils/localization/translations/nb-NO-json.d.ts +0 -252
- package/dist/utils/localization/translations/nl-json.d.ts +0 -251
- package/dist/utils/localization/translations/pl-json.d.ts +0 -251
- package/dist/utils/localization/translations/pt-BR-json.d.ts +0 -251
- package/dist/utils/localization/translations/sk-SK-json.d.ts +0 -251
- package/dist/utils/localization/translations/sv-json.d.ts +0 -251
- package/dist/utils/localization/translations/th-json.d.ts +0 -251
- package/dist/utils/localization/translations/tr-json.d.ts +0 -251
- package/dist/utils/localization/translations/zh-Hans-json.d.ts +0 -251
- package/dist/utils/localization/translations/zh-TW-json.d.ts +0 -271
- package/esm/formField/hooks/useClasses.d.ts +0 -8
- package/esm/formField/hooks/useClasses.js +0 -21
- package/esm/utils/localization/translations/cs-json.d.ts +0 -251
- package/esm/utils/localization/translations/da-DK-json.d.ts +0 -252
- package/esm/utils/localization/translations/de-json.d.ts +0 -251
- package/esm/utils/localization/translations/en-json.d.ts +0 -314
- package/esm/utils/localization/translations/en-json.js +0 -314
- package/esm/utils/localization/translations/es-json.d.ts +0 -251
- package/esm/utils/localization/translations/fi-FI-json.d.ts +0 -252
- package/esm/utils/localization/translations/fr-FR-json.d.ts +0 -250
- package/esm/utils/localization/translations/fr-json.d.ts +0 -251
- package/esm/utils/localization/translations/hu-HU-json.d.ts +0 -252
- package/esm/utils/localization/translations/id-json.d.ts +0 -252
- package/esm/utils/localization/translations/it-json.d.ts +0 -251
- package/esm/utils/localization/translations/ja-json.d.ts +0 -251
- package/esm/utils/localization/translations/ko-KR-json.d.ts +0 -258
- package/esm/utils/localization/translations/ms-json.d.ts +0 -251
- package/esm/utils/localization/translations/nb-NO-json.d.ts +0 -252
- package/esm/utils/localization/translations/nl-json.d.ts +0 -251
- package/esm/utils/localization/translations/pl-json.d.ts +0 -251
- package/esm/utils/localization/translations/pt-BR-json.d.ts +0 -251
- package/esm/utils/localization/translations/sk-SK-json.d.ts +0 -251
- package/esm/utils/localization/translations/sv-json.d.ts +0 -251
- package/esm/utils/localization/translations/th-json.d.ts +0 -251
- package/esm/utils/localization/translations/tr-json.d.ts +0 -251
- package/esm/utils/localization/translations/zh-Hans-json.d.ts +0 -251
- package/esm/utils/localization/translations/zh-TW-json.d.ts +0 -271
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "Avbryt",
|
|
3
|
-
"Apply filters": "Bruk filtre",
|
|
4
3
|
"Advanced groups filter": "Avanserte grupperfilter.",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Opprett betingelser nedenfor for å filtrere hele systemet.",
|
|
6
5
|
"Add new condition": "Legg til ny betingelse",
|
|
@@ -13,8 +12,6 @@ export const translations = {
|
|
|
13
12
|
"Or": "Eller",
|
|
14
13
|
"Expand": "Utvide",
|
|
15
14
|
"View all": "Se alle",
|
|
16
|
-
"Use multiple operators when searching for a specific group. For example": "Bruk flere operatører når du søker etter en bestemt gruppe. For eksempel",
|
|
17
|
-
"filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "Hvis du filtrerer etter eiendeler som tilhører traktorgruppen og Toronto-gruppen, får du opp en liste over traktorer som tilhører Toronto-avdelingen.",
|
|
18
15
|
"Beta": "Beta",
|
|
19
16
|
"Add page to bookmarks": "Legg til siden i bokmerkene",
|
|
20
17
|
"Remove page from bookmarks": "Fjern side fra bokmerker",
|
|
@@ -26,9 +23,6 @@ export const translations = {
|
|
|
26
23
|
"Select year": "Velg år",
|
|
27
24
|
"Previous month": "Forrige måned",
|
|
28
25
|
"Next month": "Neste måned",
|
|
29
|
-
"Choose daterange end date": "Velg sluttdato for daterange",
|
|
30
|
-
"Choose daterange start date": "Velg startdato for daterange",
|
|
31
|
-
"Change date": "Endre dato",
|
|
32
26
|
"Choose date": "Velg dato",
|
|
33
27
|
"January": "Januar",
|
|
34
28
|
"February": "Februar",
|
|
@@ -48,7 +42,6 @@ export const translations = {
|
|
|
48
42
|
"Number of selected child groups - {count}": "Antall utvalgte barnegrupper - {telling}",
|
|
49
43
|
"Columns": "Kolonner",
|
|
50
44
|
"Reset to default": "Tilbakestill til standard",
|
|
51
|
-
"Columns selector": "Kolonnevelger",
|
|
52
45
|
"Additional Properties": "Ytterligere eiendommer",
|
|
53
46
|
"Action": "Handling",
|
|
54
47
|
"Pick a date": "Velg en dato",
|
|
@@ -94,23 +87,11 @@ export const translations = {
|
|
|
94
87
|
"All": "Alle",
|
|
95
88
|
"Go to My Reports": "Gå til Mine rapporter",
|
|
96
89
|
"There was an issue preparing your report": "Noe gikk galt med å forberede rapporten din.",
|
|
97
|
-
"Try again or see more details on the My Reports page.": "Prøv igjen, eller se flere detaljer på siden Mine rapporter.",
|
|
98
90
|
"Your report is being prepared": "Rapporten din er under arbeid.",
|
|
99
91
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "Vi gir deg beskjed når rapporten er klar. Du kan følge med på fremdriften på siden Mine rapporter.",
|
|
100
92
|
"Your report is ready to download": "Rapporten er klar for nedlasting",
|
|
101
|
-
"Download your report now": "Last ned rapporten din nå",
|
|
102
|
-
"or see more details on the My Reports page.": "eller se flere detaljer på siden Mine rapporter.",
|
|
103
93
|
"Download now": "Last ned nå",
|
|
104
|
-
"Prepare for download": "Forbered deg på nedlasting",
|
|
105
94
|
"Download": "Last ned",
|
|
106
|
-
"More formats": "Flere formater",
|
|
107
|
-
"Show report formats": "Vis rapportformater",
|
|
108
|
-
"Prepare PDF": "Forbered PDF",
|
|
109
|
-
"Download PDF": "Last ned PDF",
|
|
110
|
-
"View in Browser": "Vis i nettleser",
|
|
111
|
-
"Search field": "Søkefelt",
|
|
112
|
-
"List": "Liste",
|
|
113
|
-
"Open search": "Åpne søket",
|
|
114
95
|
"Sort by": "Sorter etter",
|
|
115
96
|
"Sort Options": "Sorteringsalternativer",
|
|
116
97
|
"Change sort direction": "Endre sorteringsretning",
|
|
@@ -158,7 +139,6 @@ export const translations = {
|
|
|
158
139
|
"Delete": "Slett",
|
|
159
140
|
"Archive": "Arkiver",
|
|
160
141
|
"More actions for {0}": "Flere handlinger for {0}",
|
|
161
|
-
"Change daterange end date, {date}": "Endre sluttdatoen for datoområdet, {date}",
|
|
162
142
|
"Change date, {date}": "Endre dato, {date}",
|
|
163
143
|
"Max": "Maks",
|
|
164
144
|
"Min": "Min",
|
|
@@ -248,5 +228,33 @@ export const translations = {
|
|
|
248
228
|
"Collapse": "Kollapse",
|
|
249
229
|
"Column Settings": "Kolonneinnstillinger",
|
|
250
230
|
"Category": "Kategori",
|
|
251
|
-
"Select visible columns": "Velg synlige kolonner"
|
|
252
|
-
|
|
231
|
+
"Select visible columns": "Velg synlige kolonner",
|
|
232
|
+
"Value": "Verdi",
|
|
233
|
+
"Data": "Data",
|
|
234
|
+
"Configure": "Konfigurer",
|
|
235
|
+
"Close filter": "Lukk filter",
|
|
236
|
+
"No data available": "Ingen data tilgjengelig",
|
|
237
|
+
"Save": "Lagre",
|
|
238
|
+
"Remove": "Fjern",
|
|
239
|
+
"Confirm": "Bekreft",
|
|
240
|
+
"Clear all": "Fjern alt",
|
|
241
|
+
"Selected": "Valgt",
|
|
242
|
+
"Monday": "Mandag",
|
|
243
|
+
"Tuesday": "Tirsdag",
|
|
244
|
+
"Wednesday": "Onsdag",
|
|
245
|
+
"Thursday": "Torsdag",
|
|
246
|
+
"Friday": "Fredag",
|
|
247
|
+
"Saturday": "Lørdag",
|
|
248
|
+
"Sunday": "Søndag",
|
|
249
|
+
"Mon": "Man",
|
|
250
|
+
"Tue": "Tir",
|
|
251
|
+
"Wed": "Ons",
|
|
252
|
+
"Thu": "Tor",
|
|
253
|
+
"Fri": "Fri",
|
|
254
|
+
"Sat": "Lør",
|
|
255
|
+
"Sun": "Søn",
|
|
256
|
+
"This field is required.": "Dette feltet er påkrevd.",
|
|
257
|
+
"On": "På",
|
|
258
|
+
"Off": "Av",
|
|
259
|
+
"Reload": "Last inn på nytt"
|
|
260
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "Annuleren",
|
|
3
|
-
"Apply filters": "Filters toepassen",
|
|
4
3
|
"Advanced groups filter": "Geavanceerde groepenfilter",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Maak hieronder voorwaarden om het hele systeem te filteren.",
|
|
6
5
|
"Add new condition": "Nieuwe voorwaarde toevoegen",
|
|
@@ -81,18 +80,11 @@ export const translations = {
|
|
|
81
80
|
"Selected:": "Geselecteerd:",
|
|
82
81
|
"All": "Alle",
|
|
83
82
|
"There was an issue preparing your report": "Er is een probleem opgetreden bij het voorbereiden van uw rapport",
|
|
84
|
-
"Try again or see more details on the My Reports page.": "Probeer het opnieuw of ga voor meer details naar de pagina Mijn rapporten.",
|
|
85
83
|
"Your report is being prepared": "Uw rapport wordt voorbereid",
|
|
86
84
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "We zullen u op de hoogte stellen wanneer uw rapport klaar is. U kunt de voortgang volgen door naar de pagina Mijn rapporten te gaan.",
|
|
87
85
|
"Your report is ready to download": "Uw rapport is gereed voor downloaden",
|
|
88
86
|
"Download now": "Download nu",
|
|
89
|
-
"Prepare for download": "Voorbereiden op download",
|
|
90
87
|
"Download": "Downloaden",
|
|
91
|
-
"More formats": "Meer indelingen",
|
|
92
|
-
"Show report formats": "Rapportindelingen weergeven",
|
|
93
|
-
"Prepare PDF": "PDF voorbereiden",
|
|
94
|
-
"Download PDF": "PDF downloaden",
|
|
95
|
-
"List": "Lijst maken",
|
|
96
88
|
"Sort by": "Sorteren op",
|
|
97
89
|
"Change sort direction": "Sorteerrichting wijzigen",
|
|
98
90
|
"Select hour": "Uur selecteren",
|
|
@@ -196,7 +188,6 @@ export const translations = {
|
|
|
196
188
|
"Range Filter popup": "Pop-up bereikfilter",
|
|
197
189
|
"{rangeName} values {values}": "{rangeName} waarden {values}",
|
|
198
190
|
"Try adjusting your search or filter.": "Probeer uw zoekopdracht of filter aan te passen.",
|
|
199
|
-
"Change daterange end date, {date}": "Einddatum voor bereik wijzigen, {date}",
|
|
200
191
|
"Change date, {date}": "Datum wijzigen, {date}",
|
|
201
192
|
"Date range": "Datumbereik",
|
|
202
193
|
"The end date cannot be empty.": "De einddatum mag niet leeg zijn.",
|
|
@@ -247,5 +238,13 @@ export const translations = {
|
|
|
247
238
|
"Selected": "Geselecteerd",
|
|
248
239
|
"This field is required.": "Dit veld is verplicht.",
|
|
249
240
|
"On": "Aan",
|
|
250
|
-
"Off": "Uit"
|
|
251
|
-
|
|
241
|
+
"Off": "Uit",
|
|
242
|
+
"Scroll left": "Blader naar links",
|
|
243
|
+
"Scroll right": "Blader naar rechts",
|
|
244
|
+
"Send feedback": "Feedback sturen",
|
|
245
|
+
"Save": "Opslaan",
|
|
246
|
+
"Remove": "Verwijderen",
|
|
247
|
+
"Confirm": "Bevestigen",
|
|
248
|
+
"Clear all": "Alles wissen",
|
|
249
|
+
"Reload": "Herladen"
|
|
250
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "Anuluj",
|
|
3
|
-
"Apply filters": "Zastosuj filtry",
|
|
4
3
|
"Advanced groups filter": "Zaawansowane filtry dla grup",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Utwórz warunki poniżej, aby zastosować filtry do całego systemu.",
|
|
6
5
|
"Add new condition": "Dodaj nowy warunek",
|
|
@@ -81,18 +80,11 @@ export const translations = {
|
|
|
81
80
|
"Selected:": "Wybrano:",
|
|
82
81
|
"All": "Wszystkie",
|
|
83
82
|
"There was an issue preparing your report": "Wystąpił problem podczas przygotowywania raportu",
|
|
84
|
-
"Try again or see more details on the My Reports page.": "Spróbuj ponownie lub wyświetl więcej szczegółów na stronie Moje raporty.",
|
|
85
83
|
"Your report is being prepared": "Trwa przygotowywanie raportu",
|
|
86
84
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "Powiadomimy Cię, gdy raport będzie gotowy. Postęp można śledzić na stronie Moje raporty.",
|
|
87
85
|
"Your report is ready to download": "Raport jest gotowy do pobrania.",
|
|
88
86
|
"Download now": "Pobierz teraz",
|
|
89
|
-
"Prepare for download": "Przygotuj do pobrania",
|
|
90
87
|
"Download": "Pobierz",
|
|
91
|
-
"More formats": "Więcej formatów",
|
|
92
|
-
"Show report formats": "Pokaż formaty raportu",
|
|
93
|
-
"Prepare PDF": "Przygotuj plik PDF",
|
|
94
|
-
"Download PDF": "Pobierz plik PDF",
|
|
95
|
-
"List": "Lista",
|
|
96
88
|
"Sort by": "Sortuj według",
|
|
97
89
|
"Change sort direction": "Zmiana kierunku sortowania",
|
|
98
90
|
"Select hour": "Wybierz godzinę",
|
|
@@ -196,7 +188,6 @@ export const translations = {
|
|
|
196
188
|
"Range Filter popup": "Wyskakujące okienko Filtr zakresu",
|
|
197
189
|
"{rangeName} values {values}": "{rangeName} wynosi {values}",
|
|
198
190
|
"Try adjusting your search or filter.": "Spróbuj dostosować wyszukiwanie lub filtr.",
|
|
199
|
-
"Change daterange end date, {date}": "Zmień datę końcową zakresu dat, {date}",
|
|
200
191
|
"Change date, {date}": "Zmień datę, {date}",
|
|
201
192
|
"Date range": "Zakres dat",
|
|
202
193
|
"The end date cannot be empty.": "Data zakończenia nie może być pusta.",
|
|
@@ -247,5 +238,13 @@ export const translations = {
|
|
|
247
238
|
"Selected": "Wybrano",
|
|
248
239
|
"This field is required.": "To pole jest wymagane.",
|
|
249
240
|
"On": "Wł.",
|
|
250
|
-
"Off": "Wył."
|
|
251
|
-
|
|
241
|
+
"Off": "Wył.",
|
|
242
|
+
"Scroll left": "Przewiń w lewo",
|
|
243
|
+
"Scroll right": "Przewiń w prawo",
|
|
244
|
+
"Send feedback": "Wyślij opinię",
|
|
245
|
+
"Save": "Zapisz",
|
|
246
|
+
"Remove": "Usuń",
|
|
247
|
+
"Confirm": "Potwierdź",
|
|
248
|
+
"Clear all": "Wyczyść wszystkie",
|
|
249
|
+
"Reload": "Odśwież"
|
|
250
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "Cancelar",
|
|
3
|
-
"Apply filters": "Aplicar filtros",
|
|
4
3
|
"Advanced groups filter": "Filtro avançado de grupos",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Defina as condições abaixo para filtrar todo o sistema.",
|
|
6
5
|
"Add new condition": "Adicionar nova condição",
|
|
@@ -81,18 +80,11 @@ export const translations = {
|
|
|
81
80
|
"Selected:": "Selecionado:",
|
|
82
81
|
"All": "Tudo",
|
|
83
82
|
"There was an issue preparing your report": "Houve um problema ao preparar seu relatório",
|
|
84
|
-
"Try again or see more details on the My Reports page.": "Tente novamente ou veja mais detalhes na página Meus relatórios.",
|
|
85
83
|
"Your report is being prepared": "Seu relatório está sendo preparado",
|
|
86
84
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "Enviaremos uma notificação quando seu relatório estiver pronto. Você pode acompanhar o progresso acessando a página Meus relatórios.",
|
|
87
85
|
"Your report is ready to download": "Seu relatório está pronto para download",
|
|
88
86
|
"Download now": "Baixar agora",
|
|
89
|
-
"Prepare for download": "Preparar para download",
|
|
90
87
|
"Download": "Download",
|
|
91
|
-
"More formats": "Mais formatos",
|
|
92
|
-
"Show report formats": "Mostrar formatos de relatório",
|
|
93
|
-
"Prepare PDF": "Preparar PDF",
|
|
94
|
-
"Download PDF": "Baixar PDF",
|
|
95
|
-
"List": "Listar",
|
|
96
88
|
"Sort by": "Classificar por",
|
|
97
89
|
"Change sort direction": "Alterar direção de classificação",
|
|
98
90
|
"Select hour": "Selecionar hora",
|
|
@@ -196,7 +188,6 @@ export const translations = {
|
|
|
196
188
|
"Range Filter popup": "Pop-up do filtro de intervalo",
|
|
197
189
|
"{rangeName} values {values}": "{rangeName} valores {values}",
|
|
198
190
|
"Try adjusting your search or filter.": "Tente ajustar sua pesquisa ou filtro.",
|
|
199
|
-
"Change daterange end date, {date}": "Alterar a data final do intervalo, {date}",
|
|
200
191
|
"Change date, {date}": "Alterar data, {date}",
|
|
201
192
|
"Date range": "Intervalo de datas",
|
|
202
193
|
"The end date cannot be empty.": "A data final não pode estar vazia.",
|
|
@@ -247,5 +238,13 @@ export const translations = {
|
|
|
247
238
|
"Selected": "Selecionado",
|
|
248
239
|
"This field is required.": "Este campo é obrigatório.",
|
|
249
240
|
"On": "Ativado",
|
|
250
|
-
"Off": "Desativado"
|
|
251
|
-
|
|
241
|
+
"Off": "Desativado",
|
|
242
|
+
"Scroll left": "Rolar para a esquerda",
|
|
243
|
+
"Scroll right": "Rolar para a direita",
|
|
244
|
+
"Send feedback": "Enviar feedback",
|
|
245
|
+
"Save": "Salvar",
|
|
246
|
+
"Remove": "Remover",
|
|
247
|
+
"Confirm": "Confirmar",
|
|
248
|
+
"Clear all": "Limpar tudo",
|
|
249
|
+
"Reload": "Recarregar"
|
|
250
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "Zruš.",
|
|
3
|
-
"Apply filters": "Použi filtre.",
|
|
4
3
|
"Advanced groups filter": "Pokročilý filter skupín.",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Vytvor nižšie podmienky na filtrovanie celého systému.",
|
|
6
5
|
"Add new condition": "Pridaj novú podmienku.",
|
|
@@ -13,8 +12,6 @@ export const translations = {
|
|
|
13
12
|
"Or": "Alebo",
|
|
14
13
|
"Expand": "Rozšír.",
|
|
15
14
|
"View all": "Zobraziť všetko",
|
|
16
|
-
"Use multiple operators when searching for a specific group. For example": "Pri vyhľadávaní konkrétnej skupiny použite viacero operátorov. Napríklad",
|
|
17
|
-
"filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "filtrovanie aktív, ktoré patria do skupiny Traktory a skupiny Toronto, zobrazí zoznam traktorov, ktoré patria do pobočky Toronto.",
|
|
18
15
|
"Beta": "Beta",
|
|
19
16
|
"Add page to bookmarks": "Pridaj stránku do záložiek",
|
|
20
17
|
"Remove page from bookmarks": "Zruš stránku zo záložiek.",
|
|
@@ -26,9 +23,6 @@ export const translations = {
|
|
|
26
23
|
"Select year": "Vyber rok",
|
|
27
24
|
"Previous month": "Predchádzajúci mesiac",
|
|
28
25
|
"Next month": "Ďalší mesiac",
|
|
29
|
-
"Choose daterange end date": "Vyber dátum ukončenia rozsahu.",
|
|
30
|
-
"Choose daterange start date": "Vyber dátum začiatku rozsahu.",
|
|
31
|
-
"Change date": "Zmeň dátum.",
|
|
32
26
|
"Choose date": "Vyber dátum",
|
|
33
27
|
"January": "január",
|
|
34
28
|
"February": "február",
|
|
@@ -48,7 +42,6 @@ export const translations = {
|
|
|
48
42
|
"Number of selected child groups - {count}": "Počet vybraných podskupín - {count}",
|
|
49
43
|
"Columns": "Stĺpce",
|
|
50
44
|
"Reset to default": "Obnov na predvolené.",
|
|
51
|
-
"Columns selector": "Výber stĺpcov",
|
|
52
45
|
"Additional Properties": "Ďalšie vlastnosti",
|
|
53
46
|
"Action": "Akcia",
|
|
54
47
|
"Pick a date": "Vyber dátum",
|
|
@@ -94,23 +87,11 @@ export const translations = {
|
|
|
94
87
|
"All": "Všetko",
|
|
95
88
|
"Go to My Reports": "Prejdi na Moje správy.",
|
|
96
89
|
"There was an issue preparing your report": "Pri príprave tvojej správy nastal problém.",
|
|
97
|
-
"Try again or see more details on the My Reports page.": "Skús to znovu alebo si pozri ďalšie podrobnosti na stránke Moje správy.",
|
|
98
90
|
"Your report is being prepared": "Tvoja správa sa pripravuje.",
|
|
99
91
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "Dáme ti vedieť, keď bude tvoja správa pripravená. Postup môžeš sledovať na stránke Moje správy.",
|
|
100
92
|
"Your report is ready to download": "Tvoja správa je pripravená na stiahnutie",
|
|
101
|
-
"Download your report now": "Stiahni si správu teraz",
|
|
102
|
-
"or see more details on the My Reports page.": "alebo si pozrite ďalšie podrobnosti na stránke Moje správy.",
|
|
103
93
|
"Download now": "Stiahnuť teraz",
|
|
104
|
-
"Prepare for download": "Priprav sa na stiahnutie",
|
|
105
94
|
"Download": "Stiahni",
|
|
106
|
-
"More formats": "Ďalšie formáty",
|
|
107
|
-
"Show report formats": "Zobraz formáty správ",
|
|
108
|
-
"Prepare PDF": "Priprav PDF",
|
|
109
|
-
"Download PDF": "Stiahni PDF",
|
|
110
|
-
"View in Browser": "Zobraz v prehliadači",
|
|
111
|
-
"Search field": "Vyhľadávacie pole",
|
|
112
|
-
"List": "Zoznam",
|
|
113
|
-
"Open search": "Otvor vyhľadávanie",
|
|
114
95
|
"Sort by": "Zoradiť podľa",
|
|
115
96
|
"Sort Options": "Možnosti triedenia",
|
|
116
97
|
"Change sort direction": "Zmeniť smer triedenia",
|
|
@@ -158,7 +139,6 @@ export const translations = {
|
|
|
158
139
|
"Delete": "Zmaž",
|
|
159
140
|
"Archive": "Archív",
|
|
160
141
|
"More actions for {0}": "Ďalšie akcie pre {0}",
|
|
161
|
-
"Change daterange end date, {date}": "Zmeň koniec dátumového rozsahu, {date}",
|
|
162
142
|
"Change date, {date}": "Zmeň dátum, {date}",
|
|
163
143
|
"Max": "Max",
|
|
164
144
|
"Min": "Min",
|
|
@@ -247,5 +227,33 @@ export const translations = {
|
|
|
247
227
|
"Collapse": "Zlož.",
|
|
248
228
|
"Column Settings": "Nastavenia stĺpcov",
|
|
249
229
|
"Category": "Kategória",
|
|
250
|
-
"Select visible columns": "Vybrať viditeľné stĺpce"
|
|
251
|
-
|
|
230
|
+
"Select visible columns": "Vybrať viditeľné stĺpce",
|
|
231
|
+
"Value": "Hodnota",
|
|
232
|
+
"Data": "Dáta",
|
|
233
|
+
"Configure": "Konfigurovať",
|
|
234
|
+
"Close filter": "Zatvoriť filter",
|
|
235
|
+
"No data available": "Nie sú k dispozícii žiadne údaje",
|
|
236
|
+
"Save": "Uložiť",
|
|
237
|
+
"Remove": "Odstrániť",
|
|
238
|
+
"Confirm": "Potvrdiť",
|
|
239
|
+
"Clear all": "Vymazať všetko",
|
|
240
|
+
"Selected": "Vybrané",
|
|
241
|
+
"Monday": "pondelok",
|
|
242
|
+
"Tuesday": "Utorok",
|
|
243
|
+
"Wednesday": "Streda",
|
|
244
|
+
"Thursday": "štvrtok",
|
|
245
|
+
"Friday": "Piatok",
|
|
246
|
+
"Saturday": "Sobota",
|
|
247
|
+
"Sunday": "Nedeľa",
|
|
248
|
+
"Mon": "Po",
|
|
249
|
+
"Tue": "Ut",
|
|
250
|
+
"Wed": "Streda",
|
|
251
|
+
"Thu": "Štv",
|
|
252
|
+
"Fri": "Fri",
|
|
253
|
+
"Sat": "Sobota",
|
|
254
|
+
"Sun": "Slnko",
|
|
255
|
+
"This field is required.": "Toto pole je povinné.",
|
|
256
|
+
"On": "Zapnuté",
|
|
257
|
+
"Off": "Vypnuté",
|
|
258
|
+
"Reload": "Obnoviť"
|
|
259
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "Avbryt",
|
|
3
|
-
"Apply filters": "Tillämpa filter",
|
|
4
3
|
"Advanced groups filter": "Avancerade gruppfilter",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Skapa villkor nedan för att filtrera hela systemet.",
|
|
6
5
|
"Add new condition": "Lägg till nytt villkor",
|
|
@@ -81,18 +80,11 @@ export const translations = {
|
|
|
81
80
|
"Selected:": "Vald:",
|
|
82
81
|
"All": "Alla",
|
|
83
82
|
"There was an issue preparing your report": "Det uppstod ett problem när din rapport skulle förberedas",
|
|
84
|
-
"Try again or see more details on the My Reports page.": "Försök igen eller visa mer information genom att gå till sidan Mina rapporter.",
|
|
85
83
|
"Your report is being prepared": "Din rapport förbereds",
|
|
86
84
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "Du får ett meddelande när din rapport är klar. Du kan spåra rapportens status genom att gå till sidan Mina rapporter.",
|
|
87
85
|
"Your report is ready to download": "Nu kan du ladda ner din rapport",
|
|
88
86
|
"Download now": "Ladda ner nu",
|
|
89
|
-
"Prepare for download": "Förbered för nedladdning",
|
|
90
87
|
"Download": "Ladda ned",
|
|
91
|
-
"More formats": "Fler format",
|
|
92
|
-
"Show report formats": "Visa rapportformat",
|
|
93
|
-
"Prepare PDF": "Förbered PDF",
|
|
94
|
-
"Download PDF": "Ladda ned PDF",
|
|
95
|
-
"List": "Lista",
|
|
96
88
|
"Sort by": "Sortera enligt",
|
|
97
89
|
"Change sort direction": "Ändra sorteringsriktning",
|
|
98
90
|
"Select hour": "Välj timme",
|
|
@@ -196,7 +188,6 @@ export const translations = {
|
|
|
196
188
|
"Range Filter popup": "Popupfönster för intervallfilter",
|
|
197
189
|
"{rangeName} values {values}": "{rangeName}-värden {values}",
|
|
198
190
|
"Try adjusting your search or filter.": "Prova att justera sökningen eller filtret.",
|
|
199
|
-
"Change daterange end date, {date}": "Ändra datumintervallets slutdatum, {date}",
|
|
200
191
|
"Change date, {date}": "Ändra datum, {date}",
|
|
201
192
|
"Date range": "Datumintervall",
|
|
202
193
|
"The end date cannot be empty.": "Slutdatumet får inte vara tomt.",
|
|
@@ -247,5 +238,13 @@ export const translations = {
|
|
|
247
238
|
"Selected": "Valda",
|
|
248
239
|
"This field is required.": "Det här fältet är obligatoriskt.",
|
|
249
240
|
"On": "På",
|
|
250
|
-
"Off": "Av"
|
|
251
|
-
|
|
241
|
+
"Off": "Av",
|
|
242
|
+
"Scroll left": "Bläddra åt vänster",
|
|
243
|
+
"Scroll right": "Bläddra åt höger",
|
|
244
|
+
"Send feedback": "Skicka återkoppling",
|
|
245
|
+
"Save": "Spara",
|
|
246
|
+
"Remove": "Ta bort",
|
|
247
|
+
"Confirm": "Bekräfta",
|
|
248
|
+
"Clear all": "Rensa alla",
|
|
249
|
+
"Reload": "Ladda igen"
|
|
250
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "ยกเลิก",
|
|
3
|
-
"Apply filters": "ใช้ตัวกรอง",
|
|
4
3
|
"Advanced groups filter": "ตัวกรองกลุ่มขั้นสูง",
|
|
5
4
|
"Create conditions below to filter the entire system.": "สร้างเงื่อนไขด้านล่างเพื่อกรองทั้งระบบ",
|
|
6
5
|
"Add new condition": "เพิ่มเงื่อนไขใหม่",
|
|
@@ -81,18 +80,11 @@ export const translations = {
|
|
|
81
80
|
"Selected:": "เลือกแล้ว:",
|
|
82
81
|
"All": "ทั้งหมด",
|
|
83
82
|
"There was an issue preparing your report": "มีปัญหาในการเตรียมรายงานของคุณ",
|
|
84
|
-
"Try again or see more details on the My Reports page.": "ลองอีกครั้งหรือดูรายละเอียดเพิ่มเติมในหน้ารายงานของฉัน",
|
|
85
83
|
"Your report is being prepared": "กำลังเตรียมรายงานของคุณ",
|
|
86
84
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "เราจะแจ้งให้คุณทราบเมื่อรายงานของคุณพร้อมแล้ว คุณสามารถติดตามความคืบหน้าได้โดยไปที่หน้ารายงานของฉัน",
|
|
87
85
|
"Your report is ready to download": "รายงานของคุณพร้อมสำหรับการดาวน์โหลดแล้ว",
|
|
88
86
|
"Download now": "ดาวน์โหลดทันที",
|
|
89
|
-
"Prepare for download": "เตรียมสำหรับการดาวน์โหลด",
|
|
90
87
|
"Download": "ดาวน์โหลด",
|
|
91
|
-
"More formats": "รูปแบบเพิ่มเติม",
|
|
92
|
-
"Show report formats": "แสดงรูปแบบรายงาน",
|
|
93
|
-
"Prepare PDF": "เตรียม PDF",
|
|
94
|
-
"Download PDF": "ดาวน์โหลด PDF",
|
|
95
|
-
"List": "รายการ",
|
|
96
88
|
"Sort by": "เรียงตาม",
|
|
97
89
|
"Change sort direction": "เปลี่ยนทิศทางการเรียง",
|
|
98
90
|
"Select hour": "เลือกชั่วโมง",
|
|
@@ -196,7 +188,6 @@ export const translations = {
|
|
|
196
188
|
"Range Filter popup": "ป็อปอัพฟิลเตอร์ช่วง",
|
|
197
189
|
"{rangeName} values {values}": "ค่า {rangeName} {values}",
|
|
198
190
|
"Try adjusting your search or filter.": "ลองปรับการค้นหาหรือตัวกรองของคุณ",
|
|
199
|
-
"Change daterange end date, {date}": "เปลี่ยนวันที่สิ้นสุดในช่วงวันที่, {date}",
|
|
200
191
|
"Change date, {date}": "เปลี่ยนวันที่, {date}",
|
|
201
192
|
"Date range": "ช่วงวันที่",
|
|
202
193
|
"The end date cannot be empty.": "วันที่สิ้นสุดไม่สามารถเว้นว่างได้",
|
|
@@ -247,5 +238,13 @@ export const translations = {
|
|
|
247
238
|
"Selected": "เลือกแล้ว",
|
|
248
239
|
"This field is required.": "ต้องใส่ข้อมูลในฟิลด์นี้",
|
|
249
240
|
"On": "เปิด",
|
|
250
|
-
"Off": "ปิด"
|
|
251
|
-
|
|
241
|
+
"Off": "ปิด",
|
|
242
|
+
"Scroll left": "เลื่อนไปทางซ้าย",
|
|
243
|
+
"Scroll right": "เลื่อนไปทางขวา",
|
|
244
|
+
"Send feedback": "ส่งคำติชม",
|
|
245
|
+
"Save": "บันทึก",
|
|
246
|
+
"Remove": "ลบ",
|
|
247
|
+
"Confirm": "ยืนยัน",
|
|
248
|
+
"Clear all": "ล้างทั้งหมด",
|
|
249
|
+
"Reload": "โหลดอีกครั้ง"
|
|
250
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "İptal",
|
|
3
|
-
"Apply filters": "Filtreleri uygula",
|
|
4
3
|
"Advanced groups filter": "Gelişmiş grup filtresi",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Tüm sistemi filtrelemek için aşağıdaki koşulları oluşturun.",
|
|
6
5
|
"Add new condition": "Yeni koşul ekle",
|
|
@@ -81,18 +80,11 @@ export const translations = {
|
|
|
81
80
|
"Selected:": "Seçilen:",
|
|
82
81
|
"All": "Tümü",
|
|
83
82
|
"There was an issue preparing your report": "Raporunuz hazırlanırken bir sorun oluştu",
|
|
84
|
-
"Try again or see more details on the My Reports page.": "Tekrar deneyin veya Raporlarım sayfasında daha fazla ayrıntıya göz atın.",
|
|
85
83
|
"Your report is being prepared": "Raporunuz hazırlanıyor",
|
|
86
84
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "Raporunuz hazır olduğunda sizi bilgilendireceğiz. Raporlarım sayfasına giderek ilerlemeyi takip edebilirsiniz.",
|
|
87
85
|
"Your report is ready to download": "Raporunuz indirilmeye hazır",
|
|
88
86
|
"Download now": "Şimdi indir",
|
|
89
|
-
"Prepare for download": "İndirmeye hazırla",
|
|
90
87
|
"Download": "İndir",
|
|
91
|
-
"More formats": "Diğer formatlar",
|
|
92
|
-
"Show report formats": "Rapor formatlarını göster",
|
|
93
|
-
"Prepare PDF": "PDF'yi hazırla",
|
|
94
|
-
"Download PDF": "PDF'yi İndir",
|
|
95
|
-
"List": "Liste",
|
|
96
88
|
"Sort by": "Sıralama ölçütü",
|
|
97
89
|
"Change sort direction": "Sıralama yönünü değiştir",
|
|
98
90
|
"Select hour": "Saat seç",
|
|
@@ -196,7 +188,6 @@ export const translations = {
|
|
|
196
188
|
"Range Filter popup": "Aralık Filtresi açılır penceresi",
|
|
197
189
|
"{rangeName} values {values}": "{rangeName} değerleri {values}",
|
|
198
190
|
"Try adjusting your search or filter.": "Aramanızı veya filtrenizi ayarlamayı deneyin.",
|
|
199
|
-
"Change daterange end date, {date}": "Tarih aralığı bitiş tarihini değiştir, {date}",
|
|
200
191
|
"Change date, {date}": "Tarihi değiştir, {date}",
|
|
201
192
|
"Date range": "Tarih aralığı",
|
|
202
193
|
"The end date cannot be empty.": "Bitiş tarihi boş olamaz.",
|
|
@@ -247,5 +238,13 @@ export const translations = {
|
|
|
247
238
|
"Selected": "Seçildi",
|
|
248
239
|
"This field is required.": "Bu alan zorunludur.",
|
|
249
240
|
"On": "Açık",
|
|
250
|
-
"Off": "Kapalı"
|
|
251
|
-
|
|
241
|
+
"Off": "Kapalı",
|
|
242
|
+
"Scroll left": "Sola kaydır",
|
|
243
|
+
"Scroll right": "Sağa Kaydır",
|
|
244
|
+
"Send feedback": "Geri bildirim gönder",
|
|
245
|
+
"Save": "Kaydet",
|
|
246
|
+
"Remove": "Kaldır",
|
|
247
|
+
"Confirm": "Onayla",
|
|
248
|
+
"Clear all": "Tümünü temizle",
|
|
249
|
+
"Reload": "Yeniden yükle"
|
|
250
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "取消",
|
|
3
|
-
"Apply filters": "应用筛选器",
|
|
4
3
|
"Advanced groups filter": "高级组筛选器",
|
|
5
4
|
"Create conditions below to filter the entire system.": "在下面创建条件以筛选整个系统。",
|
|
6
5
|
"Add new condition": "添加新条件",
|
|
@@ -81,18 +80,11 @@ export const translations = {
|
|
|
81
80
|
"Selected:": "已选:",
|
|
82
81
|
"All": "全部",
|
|
83
82
|
"There was an issue preparing your report": "准备您的报告时出现问题",
|
|
84
|
-
"Try again or see more details on the My Reports page.": "请重试或在“我的报告”页面上查看更多详细信息。",
|
|
85
83
|
"Your report is being prepared": "您的报告正在准备中",
|
|
86
84
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "您的报告准备就绪时,我们会通知您。您可以转至“我的报告”页面来跟踪进度。",
|
|
87
85
|
"Your report is ready to download": "您的报告现可供下载",
|
|
88
86
|
"Download now": "立即下载",
|
|
89
|
-
"Prepare for download": "准备下载",
|
|
90
87
|
"Download": "下载",
|
|
91
|
-
"More formats": "更多格式",
|
|
92
|
-
"Show report formats": "显示报告格式",
|
|
93
|
-
"Prepare PDF": "准备 PDF",
|
|
94
|
-
"Download PDF": "下载 PDF",
|
|
95
|
-
"List": "列表",
|
|
96
88
|
"Sort by": "排序依据",
|
|
97
89
|
"Change sort direction": "更改排序",
|
|
98
90
|
"Select hour": "选择小时",
|
|
@@ -196,7 +188,6 @@ export const translations = {
|
|
|
196
188
|
"Range Filter popup": "“范围筛选条件”弹出窗口",
|
|
197
189
|
"{rangeName} values {values}": "{rangeName} 值 {values}",
|
|
198
190
|
"Try adjusting your search or filter.": "尝试调整您的搜索或筛选条件。",
|
|
199
|
-
"Change daterange end date, {date}": "更改日期范围结束日期 {date}",
|
|
200
191
|
"Change date, {date}": "更改日期 {date}",
|
|
201
192
|
"Date range": "日期范围",
|
|
202
193
|
"The end date cannot be empty.": "结束日期不能为空。",
|
|
@@ -247,5 +238,13 @@ export const translations = {
|
|
|
247
238
|
"Selected": "选中的",
|
|
248
239
|
"This field is required.": "该字段为必填项。",
|
|
249
240
|
"On": "开启",
|
|
250
|
-
"Off": "关闭"
|
|
251
|
-
|
|
241
|
+
"Off": "关闭",
|
|
242
|
+
"Scroll left": "向左滚动",
|
|
243
|
+
"Scroll right": "向右滚动",
|
|
244
|
+
"Send feedback": "发送反馈",
|
|
245
|
+
"Save": "保存",
|
|
246
|
+
"Remove": "删除",
|
|
247
|
+
"Confirm": "确认",
|
|
248
|
+
"Clear all": "全部清除",
|
|
249
|
+
"Reload": "重新加载"
|
|
250
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "取消",
|
|
3
|
-
"Apply filters": "套用篩選條件",
|
|
4
3
|
"Advanced groups filter": "進階群組篩選",
|
|
5
4
|
"Create conditions below to filter the entire system.": "在下方建立條件以篩選整個系統。",
|
|
6
5
|
"Add new condition": "新增條件",
|
|
@@ -13,8 +12,6 @@ export const translations = {
|
|
|
13
12
|
"Or": "或",
|
|
14
13
|
"Expand": "展開",
|
|
15
14
|
"View all": "檢視全部",
|
|
16
|
-
"Use multiple operators when searching for a specific group. For example": "搜尋特定群組時,請使用多個運算子。例如:",
|
|
17
|
-
"filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "若篩選屬於牽引機群組和多倫多群組的資產,則會顯示屬於多倫多分公司的牽引機清單。",
|
|
18
15
|
"Beta": "測試版",
|
|
19
16
|
"Add page to bookmarks": "新增頁面至書籤",
|
|
20
17
|
"Remove page from bookmarks": "從書籤移除頁面",
|
|
@@ -26,9 +23,6 @@ export const translations = {
|
|
|
26
23
|
"Select year": "選取年份",
|
|
27
24
|
"Previous month": "上個月",
|
|
28
25
|
"Next month": "下個月",
|
|
29
|
-
"Choose daterange end date": "選擇日期範圍的結束日期",
|
|
30
|
-
"Choose daterange start date": "選擇日期範圍的開始日期",
|
|
31
|
-
"Change date": "變更日期",
|
|
32
26
|
"Choose date": "選擇日期",
|
|
33
27
|
"January": "一月",
|
|
34
28
|
"February": "二月",
|
|
@@ -48,7 +42,6 @@ export const translations = {
|
|
|
48
42
|
"Number of selected child groups - {count}": "所選子群組的數目 - {count}",
|
|
49
43
|
"Columns": "欄",
|
|
50
44
|
"Reset to default": "重設為預設值",
|
|
51
|
-
"Columns selector": "欄選擇器",
|
|
52
45
|
"Additional Properties": "其他屬性",
|
|
53
46
|
"Action": "動作",
|
|
54
47
|
"Pick a date": "選擇日期",
|
|
@@ -94,23 +87,11 @@ export const translations = {
|
|
|
94
87
|
"All": "全部",
|
|
95
88
|
"Go to My Reports": "前往「我的報告」",
|
|
96
89
|
"There was an issue preparing your report": "準備您的報告時發生問題",
|
|
97
|
-
"Try again or see more details on the My Reports page.": "請再試一次,或在「我的報告」頁面查看更多詳細資料。",
|
|
98
90
|
"Your report is being prepared": "您的報告正在準備中",
|
|
99
91
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "報告準備就緒時,我們會通知您。您可以前往「我的報告」頁面追蹤進度。",
|
|
100
92
|
"Your report is ready to download": "您的報告已可供下載",
|
|
101
|
-
"Download your report now": "立即下載報告",
|
|
102
|
-
"or see more details on the My Reports page.": "或在「我的報告」頁面查看更多詳細資料。",
|
|
103
93
|
"Download now": "立即下載",
|
|
104
|
-
"Prepare for download": "準備供下載",
|
|
105
94
|
"Download": "下載",
|
|
106
|
-
"More formats": "更多格式",
|
|
107
|
-
"Show report formats": "顯示報告格式",
|
|
108
|
-
"Prepare PDF": "準備 PDF",
|
|
109
|
-
"Download PDF": "下載 PDF",
|
|
110
|
-
"View in Browser": "在瀏覽器中檢視",
|
|
111
|
-
"Search field": "搜尋欄位",
|
|
112
|
-
"List": "清單",
|
|
113
|
-
"Open search": "開啟搜尋",
|
|
114
95
|
"Sort by": "排序依據",
|
|
115
96
|
"Sort Options": "排序選項",
|
|
116
97
|
"Change sort direction": "變更排序方向",
|
|
@@ -158,7 +139,6 @@ export const translations = {
|
|
|
158
139
|
"Delete": "刪除",
|
|
159
140
|
"Archive": "歸檔",
|
|
160
141
|
"More actions for {0}": "針對「{0}」的更多動作",
|
|
161
|
-
"Change daterange end date, {date}": "變更日期範圍的結束日期:{date}",
|
|
162
142
|
"Change date, {date}": "變更日期:{date}",
|
|
163
143
|
"Max": "最大",
|
|
164
144
|
"Min": "最小",
|
|
@@ -267,5 +247,13 @@ export const translations = {
|
|
|
267
247
|
"Selected": "已選取",
|
|
268
248
|
"This field is required.": "此欄位為必填。",
|
|
269
249
|
"On": "開啟",
|
|
270
|
-
"Off": "關閉"
|
|
271
|
-
|
|
250
|
+
"Off": "關閉",
|
|
251
|
+
"Loading": "載入中",
|
|
252
|
+
"Value": "值",
|
|
253
|
+
"Data": "資料",
|
|
254
|
+
"Save": "儲存",
|
|
255
|
+
"Remove": "移除",
|
|
256
|
+
"Confirm": "確認",
|
|
257
|
+
"Clear all": "清除全部",
|
|
258
|
+
"Reload": "重新載入"
|
|
259
|
+
}
|