@geotab/zenith 3.1.1-beta.6 → 3.2.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +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 +173 -59
- 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/components/filtersSidePanelDropdown.js +2 -2
- 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/filtersBarSidePanelRadioGroup/filtersBarSidePanelRadioGroup.js +2 -2
- 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.js +26 -11
- 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/groupsHelper.d.ts +1 -1
- 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 +116 -74
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -1
- 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 +167 -58
- 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/components/filtersSidePanelDropdown.js +2 -2
- 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/filtersBarSidePanelRadioGroup/filtersBarSidePanelRadioGroup.js +2 -2
- 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.js +27 -12
- 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/groupsHelper.d.ts +1 -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 +1 -0
- package/esm/index.js +1 -0
- 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 +19 -12
- 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/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": "Peruuta",
|
|
3
|
-
"Apply filters": "Käytä suodattimia",
|
|
4
3
|
"Advanced groups filter": "Kehittynyt ryhmäsuodatin",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Luo alla olevat ehdot suodattaaksesi koko järjestelmän.",
|
|
6
5
|
"Add new condition": "Lisää uusi ehto",
|
|
@@ -13,8 +12,6 @@ export const translations = {
|
|
|
13
12
|
"Or": "Tai",
|
|
14
13
|
"Expand": "Laajenna",
|
|
15
14
|
"View all": "Näytä kaikki",
|
|
16
|
-
"Use multiple operators when searching for a specific group. For example": "Käytä useita operaattoreita, kun etsit tiettyä ryhmää. Esimerkiksi",
|
|
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.": "Traktoriryhmään ja Toronto-ryhmään kuuluvien varojen suodattaminen näyttää luettelon traktoreista, jotka kuuluvat Toronto-sivuliikkeeseen.",
|
|
18
15
|
"Beta": "Beta",
|
|
19
16
|
"Add page to bookmarks": "Lisää sivu kirjanmerkkeihin",
|
|
20
17
|
"Remove page from bookmarks": "Poista sivu kirjanmerkeistä",
|
|
@@ -26,9 +23,6 @@ export const translations = {
|
|
|
26
23
|
"Select year": "Valitse vuosi",
|
|
27
24
|
"Previous month": "Edellinen kuukausi",
|
|
28
25
|
"Next month": "Seuraava kuukausi",
|
|
29
|
-
"Choose daterange end date": "Valitse päivämääräalueen loppupäivä.",
|
|
30
|
-
"Choose daterange start date": "Valitse päivämääräalueen aloituspäivä.",
|
|
31
|
-
"Change date": "Vaihda päivämäärää.",
|
|
32
26
|
"Choose date": "Valitse päivämäärä",
|
|
33
27
|
"January": "Tammikuu",
|
|
34
28
|
"February": "Helmikuu",
|
|
@@ -48,7 +42,6 @@ export const translations = {
|
|
|
48
42
|
"Number of selected child groups - {count}": "Valittujen alaryhmien määrä - {count}",
|
|
49
43
|
"Columns": "Sarakkeet",
|
|
50
44
|
"Reset to default": "Palauta oletus",
|
|
51
|
-
"Columns selector": "Sarakkeiden valitsin",
|
|
52
45
|
"Additional Properties": "Lisäominaisuudet",
|
|
53
46
|
"Action": "Toiminto",
|
|
54
47
|
"Pick a date": "Valitse päivämäärä",
|
|
@@ -94,23 +87,11 @@ export const translations = {
|
|
|
94
87
|
"All": "Kaikki",
|
|
95
88
|
"Go to My Reports": "Mene My Reports -sivulle.",
|
|
96
89
|
"There was an issue preparing your report": "Raportin valmistelussa ilmeni ongelma.",
|
|
97
|
-
"Try again or see more details on the My Reports page.": "Kokeile uudelleen tai katso lisätietoja My Reports -sivulta.",
|
|
98
90
|
"Your report is being prepared": "Raporttisi valmistellaan",
|
|
99
91
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "Ilmoitamme sinulle, kun raportti on valmis. Voit seurata edistymistä menemällä My Reports -sivulle.",
|
|
100
92
|
"Your report is ready to download": "Raporttisi on valmis ladattavaksi",
|
|
101
|
-
"Download your report now": "Lataa raportti nyt",
|
|
102
|
-
"or see more details on the My Reports page.": "tai katso lisätietoja My Reports -sivulta.",
|
|
103
93
|
"Download now": "Lataa nyt",
|
|
104
|
-
"Prepare for download": "Valmistaudu lataukseen",
|
|
105
94
|
"Download": "Lataa",
|
|
106
|
-
"More formats": "Lisää formaatteja",
|
|
107
|
-
"Show report formats": "Näytä raportin formaatit",
|
|
108
|
-
"Prepare PDF": "Valmista PDF",
|
|
109
|
-
"Download PDF": "Lataa PDF",
|
|
110
|
-
"View in Browser": "Näytä selaimessa",
|
|
111
|
-
"Search field": "Hakukenttä",
|
|
112
|
-
"List": "Lista",
|
|
113
|
-
"Open search": "Avaa haku",
|
|
114
95
|
"Sort by": "Järjestä",
|
|
115
96
|
"Sort Options": "Lajitteluvaihtoehdot",
|
|
116
97
|
"Change sort direction": "Vaihda lajittelusuunta",
|
|
@@ -158,7 +139,6 @@ export const translations = {
|
|
|
158
139
|
"Delete": "Poista",
|
|
159
140
|
"Archive": "Arkistoi",
|
|
160
141
|
"More actions for {0}": "Lisää toimintoja {0}",
|
|
161
|
-
"Change daterange end date, {date}": "Vaihda päivämääräalueen loppupäivää, {date}",
|
|
162
142
|
"Change date, {date}": "Vaihda päivämäärää, {date}",
|
|
163
143
|
"Max": "Max",
|
|
164
144
|
"Min": "Min",
|
|
@@ -248,5 +228,33 @@ export const translations = {
|
|
|
248
228
|
"Collapse": "Tiivistä",
|
|
249
229
|
"Column Settings": "Sarakkeiden asetukset",
|
|
250
230
|
"Category": "Luokka",
|
|
251
|
-
"Select visible columns": "Valitse näkyvät sarakkeet"
|
|
252
|
-
|
|
231
|
+
"Select visible columns": "Valitse näkyvät sarakkeet",
|
|
232
|
+
"Value": "Arvo",
|
|
233
|
+
"Data": "Data",
|
|
234
|
+
"Configure": "Konfiguroida",
|
|
235
|
+
"Close filter": "Sulje suodatin",
|
|
236
|
+
"No data available": "Tietoja ei saatavilla",
|
|
237
|
+
"Save": "Säästää",
|
|
238
|
+
"Remove": "Poistaa",
|
|
239
|
+
"Confirm": "Vahvistaa",
|
|
240
|
+
"Clear all": "Tyhjennä kaikki",
|
|
241
|
+
"Selected": "Valittu",
|
|
242
|
+
"Monday": "Maanantai",
|
|
243
|
+
"Tuesday": "Tiistai",
|
|
244
|
+
"Wednesday": "Keskiviikko",
|
|
245
|
+
"Thursday": "Torstai",
|
|
246
|
+
"Friday": "Perjantai",
|
|
247
|
+
"Saturday": "Lauantai",
|
|
248
|
+
"Sunday": "Sunnuntai",
|
|
249
|
+
"Mon": "Ma",
|
|
250
|
+
"Tue": "Ti",
|
|
251
|
+
"Wed": "Vihkiä",
|
|
252
|
+
"Thu": "To",
|
|
253
|
+
"Fri": "Pe",
|
|
254
|
+
"Sat": "La",
|
|
255
|
+
"Sun": "Aurinko",
|
|
256
|
+
"This field is required.": "Tämä kenttä on pakollinen.",
|
|
257
|
+
"On": "Päälle",
|
|
258
|
+
"Off": "Pois",
|
|
259
|
+
"Reload": "Ladata uudelleen"
|
|
260
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "Annuler",
|
|
3
|
-
"Apply filters": "Appliquer filtres",
|
|
4
3
|
"Advanced groups filter": "Filtre avancé des groupes",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Créer des conditions ci-dessous pour filtrer tout le système.",
|
|
6
5
|
"Add new condition": "Ajouter nouvelle condition",
|
|
@@ -81,18 +80,11 @@ export const translations = {
|
|
|
81
80
|
"Selected:": "Sélectionné :",
|
|
82
81
|
"All": "Tous",
|
|
83
82
|
"There was an issue preparing your report": "Un problème est survenu lors de la préparation de votre rapport",
|
|
84
|
-
"Try again or see more details on the My Reports page.": "Réessayez ou consultez plus de détails sur la page Mes rapports.",
|
|
85
83
|
"Your report is being prepared": "Préparation de votre rapport en cours",
|
|
86
84
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "Nous vous notifierons quand votre rapport sera prêt. Vous pouvez suivre les progrès sur la page Mes rapports.",
|
|
87
85
|
"Your report is ready to download": "Votre rapport est prêt à être téléchargé",
|
|
88
86
|
"Download now": "Télécharger maintenant",
|
|
89
|
-
"Prepare for download": "Préparer le téléchargement",
|
|
90
87
|
"Download": "Télécharger",
|
|
91
|
-
"More formats": "Plus de formats",
|
|
92
|
-
"Show report formats": "Afficher les formats de rapports",
|
|
93
|
-
"Prepare PDF": "Préparer le PDF",
|
|
94
|
-
"Download PDF": "Télécharger le PDF",
|
|
95
|
-
"List": "Liste",
|
|
96
88
|
"Sort by": "Trier par",
|
|
97
89
|
"Change sort direction": "Changer l’ordre de tri",
|
|
98
90
|
"Select hour": "Sélectionner l’heure",
|
|
@@ -115,6 +107,7 @@ export const translations = {
|
|
|
115
107
|
"GroupBiodieselId": "Biodiesel",
|
|
116
108
|
"GroupCompressedNaturalGasId": "Gaz naturel comprimé",
|
|
117
109
|
"GroupPropaneLiquifiedPetroleumGasId": "Propane ou gaz de pétrole liquéfié",
|
|
110
|
+
"GroupElectricHybridPluginId": "Électrique ou hybride rechargeable",
|
|
118
111
|
"GroupBatteryElectricVehicleId": "Véhicule électrique à batterie",
|
|
119
112
|
"GroupPluginHybridElectricVehicleId": "Véhicule électrique hybride rechargeable",
|
|
120
113
|
"GroupManuallyClassifiedPowertrainId": "Motopropulseur classé manuellement",
|
|
@@ -195,7 +188,6 @@ export const translations = {
|
|
|
195
188
|
"Range Filter popup": "Pop-up Filtre d'intervalle de dates",
|
|
196
189
|
"{rangeName} values {values}": "Valeurs de {RangeName} {values}",
|
|
197
190
|
"Try adjusting your search or filter.": "Essayez d’ajuster votre recherche ou votre filtre.",
|
|
198
|
-
"Change daterange end date, {date}": "Modifier la date de fin de l'intervalle, {date}",
|
|
199
191
|
"Change date, {date}": "Modifier la date, {date}",
|
|
200
192
|
"Date range": "Plage de dates",
|
|
201
193
|
"The end date cannot be empty.": "La date de fin ne peut pas être vide.",
|
|
@@ -246,5 +238,13 @@ export const translations = {
|
|
|
246
238
|
"Selected": "Sélectionné",
|
|
247
239
|
"This field is required.": "Ce champ est requis.",
|
|
248
240
|
"On": "On",
|
|
249
|
-
"Off": "Off"
|
|
250
|
-
|
|
241
|
+
"Off": "Off",
|
|
242
|
+
"Scroll left": "Faire défiler vers la gauche",
|
|
243
|
+
"Scroll right": "Faire défiler vers la droite",
|
|
244
|
+
"Send feedback": "Envoyer votre avis",
|
|
245
|
+
"Save": "Enregistrer",
|
|
246
|
+
"Remove": "Supprimer",
|
|
247
|
+
"Confirm": "Confirmer",
|
|
248
|
+
"Clear all": "Tout effacer",
|
|
249
|
+
"Reload": "Actualiser"
|
|
250
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "Annuler",
|
|
3
|
-
"Apply filters": "Appliquer des filtres",
|
|
4
3
|
"Advanced groups filter": "Filtre de groupes avancé",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Créer les conditions ci-dessous pour filtrer l’ensemble du système.",
|
|
6
5
|
"Add new condition": "Ajouter une nouvelle condition",
|
|
@@ -81,18 +80,11 @@ export const translations = {
|
|
|
81
80
|
"Selected:": "Sélectionné :",
|
|
82
81
|
"All": "Tout",
|
|
83
82
|
"There was an issue preparing your report": "Un problème est survenu lors de la préparation de votre rapport",
|
|
84
|
-
"Try again or see more details on the My Reports page.": "Réessayez ou consultez la page Mes rapports pour plus de détails.",
|
|
85
83
|
"Your report is being prepared": "Votre rapport est en cours de préparation",
|
|
86
84
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "Nous vous aviserons lorsque votre rapport sera prêt. Vous pouvez en suivre le progrès en accédant à la page Mes rapports.",
|
|
87
85
|
"Your report is ready to download": "Votre rapport est prêt à être téléchargé",
|
|
88
86
|
"Download now": "Télécharger maintenant",
|
|
89
|
-
"Prepare for download": "Préparer le téléchargement",
|
|
90
87
|
"Download": "Télécharger",
|
|
91
|
-
"More formats": "Plus de formats",
|
|
92
|
-
"Show report formats": "Afficher les formats de rapport",
|
|
93
|
-
"Prepare PDF": "Préparer le PDF",
|
|
94
|
-
"Download PDF": "Télécharger le PDF",
|
|
95
|
-
"List": "Liste",
|
|
96
88
|
"Sort by": "Trier par",
|
|
97
89
|
"Change sort direction": "Modifier la direction de tri",
|
|
98
90
|
"Select hour": "Sélectionner l’heure",
|
|
@@ -196,7 +188,6 @@ export const translations = {
|
|
|
196
188
|
"Range Filter popup": "Fenêtre contextuelle de filtre de plage",
|
|
197
189
|
"{rangeName} values {values}": "{rangeName} valeurs {values}",
|
|
198
190
|
"Try adjusting your search or filter.": "Essayez d’ajuster votre recherche ou votre filtre.",
|
|
199
|
-
"Change daterange end date, {date}": "Changer la date de fin de la plage de dates, {date}",
|
|
200
191
|
"Change date, {date}": "Changer la date, {date}",
|
|
201
192
|
"Date range": "Plage de dates",
|
|
202
193
|
"The end date cannot be empty.": "Le champ Date de fin ne peut pas être vide.",
|
|
@@ -247,5 +238,13 @@ export const translations = {
|
|
|
247
238
|
"Selected": "Sélectionné",
|
|
248
239
|
"This field is required.": "Ce champ est obligatoire.",
|
|
249
240
|
"On": "Activé",
|
|
250
|
-
"Off": "Désactivé"
|
|
251
|
-
|
|
241
|
+
"Off": "Désactivé",
|
|
242
|
+
"Scroll left": "Défiler vers la gauche",
|
|
243
|
+
"Scroll right": "Défiler vers la droite",
|
|
244
|
+
"Send feedback": "Envoyer une rétroaction",
|
|
245
|
+
"Save": "Enregistrer",
|
|
246
|
+
"Remove": "Supprimer",
|
|
247
|
+
"Confirm": "Confirmer",
|
|
248
|
+
"Clear all": "Effacer tout",
|
|
249
|
+
"Reload": "Recharger"
|
|
250
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "Mégse",
|
|
3
|
-
"Apply filters": "Alkalmazd a szűrőket.",
|
|
4
3
|
"Advanced groups filter": "Haladó csoportszűrés",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Add meg az alábbi feltételeket, hogy az egész rendszert szűrd.",
|
|
6
5
|
"Add new condition": "Adj hozzá egy új feltételt.",
|
|
@@ -13,8 +12,6 @@ export const translations = {
|
|
|
13
12
|
"Or": "Vagy",
|
|
14
13
|
"Expand": "Bővítsd ki",
|
|
15
14
|
"View all": "Mutasd az összeset.",
|
|
16
|
-
"Use multiple operators when searching for a specific group. For example": "Használj több operátort, amikor egy adott csoportot keresel. Például",
|
|
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.": "Például, ha a Traktor és a Torontói csoporthoz tartozó eszközökre szűrsz, akkor a Torontói fiókhoz tartozó traktorok listája jelenik meg.",
|
|
18
15
|
"Beta": "Beta",
|
|
19
16
|
"Add page to bookmarks": "Tedd a lapot a könyvjelzőid közé.",
|
|
20
17
|
"Remove page from bookmarks": "Távolítsd el az oldalt a könyvjelzőid közül.",
|
|
@@ -26,9 +23,6 @@ export const translations = {
|
|
|
26
23
|
"Select year": "Válaszd ki az évet.",
|
|
27
24
|
"Previous month": "Előző hónap",
|
|
28
25
|
"Next month": "Következő hónap",
|
|
29
|
-
"Choose daterange end date": "Válaszd ki a dátumtartomány végdátumát.",
|
|
30
|
-
"Choose daterange start date": "Válaszd ki a dátumtartomány kezdő dátumát.",
|
|
31
|
-
"Change date": "Változtasd meg a dátumot.",
|
|
32
26
|
"Choose date": "Válaszd ki a dátumot.",
|
|
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}": "Kiválasztott gyermekcsoportok száma: {count}.",
|
|
49
43
|
"Columns": "Oszlopok",
|
|
50
44
|
"Reset to default": "Állítsd vissza az alapértelmezettre.",
|
|
51
|
-
"Columns selector": "Oszlopválasztó",
|
|
52
45
|
"Additional Properties": "További tulajdonságok",
|
|
53
46
|
"Action": "Művelet",
|
|
54
47
|
"Pick a date": "Válassz dátumot",
|
|
@@ -94,23 +87,11 @@ export const translations = {
|
|
|
94
87
|
"All": "Minden",
|
|
95
88
|
"Go to My Reports": "Menj a Saját jelentések oldalra.",
|
|
96
89
|
"There was an issue preparing your report": "Valami hiba történt a jelentés elkészítése során.",
|
|
97
|
-
"Try again or see more details on the My Reports page.": "Próbáld meg újra, vagy nézd a részleteket a Saját jelentések oldalán.",
|
|
98
90
|
"Your report is being prepared": "Éppen készül a jelentésed.",
|
|
99
91
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "Értesítünk, amikor a jelentésed elkészül. Kövesd a folyamatot a Saját jelentések oldalon.",
|
|
100
92
|
"Your report is ready to download": "A jelentésed készen áll a letöltésre.",
|
|
101
|
-
"Download your report now": "Töltsd le most a jelentésedet.",
|
|
102
|
-
"or see more details on the My Reports page.": "vagy nézd meg a további részleteket a Saját jelentések oldalon.",
|
|
103
93
|
"Download now": "Töltsd le most.",
|
|
104
|
-
"Prepare for download": "Készülj fel a letöltésre.",
|
|
105
94
|
"Download": "Letöltés",
|
|
106
|
-
"More formats": "Több formátum",
|
|
107
|
-
"Show report formats": "Jelentési formátumok megjelenítése",
|
|
108
|
-
"Prepare PDF": "PDF előkészítése",
|
|
109
|
-
"Download PDF": "PDF letöltése",
|
|
110
|
-
"View in Browser": "Megtekintés böngészőben",
|
|
111
|
-
"Search field": "Keresési mező",
|
|
112
|
-
"List": "Lista",
|
|
113
|
-
"Open search": "Nyisd meg a keresést.",
|
|
114
95
|
"Sort by": "Rendezés",
|
|
115
96
|
"Sort Options": "Rendezési lehetőségek",
|
|
116
97
|
"Change sort direction": "Változtasd meg a rendezés irányát.",
|
|
@@ -158,7 +139,6 @@ export const translations = {
|
|
|
158
139
|
"Delete": "Töröld.",
|
|
159
140
|
"Archive": "Archívum",
|
|
160
141
|
"More actions for {0}": "További műveletek a(z) {0} számára.",
|
|
161
|
-
"Change daterange end date, {date}": "Változtasd meg a dátumtartomány végdátumát, {date}.",
|
|
162
142
|
"Change date, {date}": "Változtasd meg a dátumot, {date}.",
|
|
163
143
|
"Max": "Max",
|
|
164
144
|
"Min": "Min",
|
|
@@ -248,5 +228,33 @@ export const translations = {
|
|
|
248
228
|
"Collapse": "Összecsukás",
|
|
249
229
|
"Column Settings": "Oszlopbeállítások",
|
|
250
230
|
"Category": "Kategória",
|
|
251
|
-
"Select visible columns": "Látható oszlopok kiválasztása"
|
|
252
|
-
|
|
231
|
+
"Select visible columns": "Látható oszlopok kiválasztása",
|
|
232
|
+
"Value": "Érték",
|
|
233
|
+
"Data": "Adatok",
|
|
234
|
+
"Configure": "Konfigurálás",
|
|
235
|
+
"Close filter": "Zárja be a szűrőt",
|
|
236
|
+
"No data available": "Nincsenek rendelkezésre álló adatok",
|
|
237
|
+
"Save": "Mentés",
|
|
238
|
+
"Remove": "Távolítsa el",
|
|
239
|
+
"Confirm": "Megerősítés",
|
|
240
|
+
"Clear all": "Mindent törölni",
|
|
241
|
+
"Selected": "Kiválasztott",
|
|
242
|
+
"Monday": "hétfő",
|
|
243
|
+
"Tuesday": "kedd",
|
|
244
|
+
"Wednesday": "szerda",
|
|
245
|
+
"Thursday": "csütörtök",
|
|
246
|
+
"Friday": "péntek",
|
|
247
|
+
"Saturday": "szombat",
|
|
248
|
+
"Sunday": "vasárnap",
|
|
249
|
+
"Mon": "Hétfő",
|
|
250
|
+
"Tue": "Kedd",
|
|
251
|
+
"Wed": "Házasodik",
|
|
252
|
+
"Thu": "Thu",
|
|
253
|
+
"Fri": "Péntek",
|
|
254
|
+
"Sat": "Szombat",
|
|
255
|
+
"Sun": "Nap",
|
|
256
|
+
"This field is required.": "Ez a mező kötelező.",
|
|
257
|
+
"On": "Bekapcsolva",
|
|
258
|
+
"Off": "Kikapcsolva",
|
|
259
|
+
"Reload": "Újratöltés"
|
|
260
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "Batalkan",
|
|
3
|
-
"Apply filters": "Terapkan filter",
|
|
4
3
|
"Advanced groups filter": "Filter grup lanjutan",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Buat kondisi di bawah ini untuk memfilter seluruh sistem.",
|
|
6
5
|
"Add new condition": "Tambah kondisi baru",
|
|
@@ -81,18 +80,11 @@ export const translations = {
|
|
|
81
80
|
"Selected:": "Dipilih:",
|
|
82
81
|
"All": "Semua",
|
|
83
82
|
"There was an issue preparing your report": "Terjadi masalah saat menyiapkan laporan Anda.",
|
|
84
|
-
"Try again or see more details on the My Reports page.": "Harap coba lagi atau lihat detail selengkapnya pada halaman Laporan Saya.",
|
|
85
83
|
"Your report is being prepared": "Laporan Anda sedang disiapkan",
|
|
86
84
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "Kami akan memberi tahu Anda jika laporan telah siap. Anda dapat melacak progresnya dengan masuk ke halaman Laporan Saya.",
|
|
87
85
|
"Your report is ready to download": "Laporan Anda siap diunduh",
|
|
88
86
|
"Download now": "Unduh sekarang",
|
|
89
|
-
"Prepare for download": "Persiapan untuk mengunduh",
|
|
90
87
|
"Download": "Unduh",
|
|
91
|
-
"More formats": "Format lainnya",
|
|
92
|
-
"Show report formats": "Lihat format laporan",
|
|
93
|
-
"Prepare PDF": "Siapkan PDF",
|
|
94
|
-
"Download PDF": "Unduh PDF",
|
|
95
|
-
"List": "Daftar",
|
|
96
88
|
"Sort by": "Urutkan berdasarkan",
|
|
97
89
|
"Change sort direction": "Ubah arah pengurutan",
|
|
98
90
|
"Select hour": "Pilih jam",
|
|
@@ -102,7 +94,6 @@ export const translations = {
|
|
|
102
94
|
"GroupTrailerId": "Trailer",
|
|
103
95
|
"GroupVehicleId": "Kendaraan",
|
|
104
96
|
"GroupCompanyId": "Grup perusahaan",
|
|
105
|
-
"Trailers": "Trailer",
|
|
106
97
|
"GroupDieselId": "Solar",
|
|
107
98
|
"GroupAssetTypeId": "Jenis Aset",
|
|
108
99
|
"GroupAssetInformationId": "Informasi Aset",
|
|
@@ -197,7 +188,6 @@ export const translations = {
|
|
|
197
188
|
"Range Filter popup": "Popup Filter Rentang",
|
|
198
189
|
"{rangeName} values {values}": "{rangeName} nilai {values}",
|
|
199
190
|
"Try adjusting your search or filter.": "Coba sesuaikan pencarian atau filter Anda.",
|
|
200
|
-
"Change daterange end date, {date}": "Ubah rentang tanggal akhir, {date}",
|
|
201
191
|
"Change date, {date}": "Ubah tanggal, {date}",
|
|
202
192
|
"Date range": "Rentang tanggal",
|
|
203
193
|
"The end date cannot be empty.": "Tanggal akhir tidak boleh kosong.",
|
|
@@ -248,5 +238,13 @@ export const translations = {
|
|
|
248
238
|
"Selected": "Dipilih",
|
|
249
239
|
"This field is required.": "Bidang ini harus diisi.",
|
|
250
240
|
"On": "Aktif",
|
|
251
|
-
"Off": "Nonaktif"
|
|
252
|
-
|
|
241
|
+
"Off": "Nonaktif",
|
|
242
|
+
"Scroll left": "Gulir ke kiri",
|
|
243
|
+
"Scroll right": "Gulir ke kanan",
|
|
244
|
+
"Send feedback": "Kirim umpan balik",
|
|
245
|
+
"Save": "Simpan",
|
|
246
|
+
"Remove": "Hapus",
|
|
247
|
+
"Confirm": "Konfirmasi",
|
|
248
|
+
"Clear all": "Hapus semua",
|
|
249
|
+
"Reload": "Muat ulang"
|
|
250
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "Annullare",
|
|
3
|
-
"Apply filters": "Applicare filtri",
|
|
4
3
|
"Advanced groups filter": "Filtro gruppi avanzato",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Creare le seguenti condizioni per filtrare l'intero sistema.",
|
|
6
5
|
"Add new condition": "Aggiungere nuova condizione",
|
|
@@ -81,18 +80,11 @@ export const translations = {
|
|
|
81
80
|
"Selected:": "Selezionato:",
|
|
82
81
|
"All": "Tutti",
|
|
83
82
|
"There was an issue preparing your report": "Si è verificato un problema nella preparazione del report",
|
|
84
|
-
"Try again or see more details on the My Reports page.": "Riprovare o visualizzare ulteriori dettagli nella pagina I miei report.",
|
|
85
83
|
"Your report is being prepared": "Il report è in fase di preparazione",
|
|
86
84
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "Verrà inviata una notifica quando il report sarà pronto. È possibile tenere traccia dell'avanzamento andando alla pagina I miei report.",
|
|
87
85
|
"Your report is ready to download": "Il report è pronto per il download",
|
|
88
86
|
"Download now": "Scaricare ora",
|
|
89
|
-
"Prepare for download": "Preparare per il download",
|
|
90
87
|
"Download": "Scaricare",
|
|
91
|
-
"More formats": "Altri formati",
|
|
92
|
-
"Show report formats": "Mostrare i formati dei report",
|
|
93
|
-
"Prepare PDF": "Preparare PDF",
|
|
94
|
-
"Download PDF": "Scaricare PDF",
|
|
95
|
-
"List": "Elenco",
|
|
96
88
|
"Sort by": "Ordinare per",
|
|
97
89
|
"Change sort direction": "Cambia ordinamento",
|
|
98
90
|
"Select hour": "Seleziona ora",
|
|
@@ -196,7 +188,6 @@ export const translations = {
|
|
|
196
188
|
"Range Filter popup": "Casella popup del filtro Intervallo",
|
|
197
189
|
"{rangeName} values {values}": "Valori del {rangeName} da {values}",
|
|
198
190
|
"Try adjusting your search or filter.": "Provare a modificare la ricerca o a regolare i filtri.",
|
|
199
|
-
"Change daterange end date, {date}": "Modificare termine intervallo di date, {date}",
|
|
200
191
|
"Change date, {date}": "Modificare data, {date}",
|
|
201
192
|
"Date range": "Intervallo di date",
|
|
202
193
|
"The end date cannot be empty.": "La data di fine non può essere vuota.",
|
|
@@ -247,5 +238,13 @@ export const translations = {
|
|
|
247
238
|
"Selected": "Selezionato",
|
|
248
239
|
"This field is required.": "Questo campo è obbligatorio.",
|
|
249
240
|
"On": "On",
|
|
250
|
-
"Off": "Off"
|
|
251
|
-
|
|
241
|
+
"Off": "Off",
|
|
242
|
+
"Scroll left": "Scorrere verso sinistra",
|
|
243
|
+
"Scroll right": "Scorrere verso destra",
|
|
244
|
+
"Send feedback": "Invia un feedback",
|
|
245
|
+
"Save": "Salvare",
|
|
246
|
+
"Remove": "Rimuovere",
|
|
247
|
+
"Confirm": "Confermare",
|
|
248
|
+
"Clear all": "Cancellare tutto",
|
|
249
|
+
"Reload": "Ricarica"
|
|
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": "1월",
|
|
34
28
|
"February": "2월",
|
|
@@ -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": "최소값",
|
|
@@ -254,5 +234,26 @@ export const translations = {
|
|
|
254
234
|
"Selected": "선택됨",
|
|
255
235
|
"This field is required.": "이 필드는 필수입니다.",
|
|
256
236
|
"On": "~에",
|
|
257
|
-
"Off": "끄다"
|
|
258
|
-
|
|
237
|
+
"Off": "끄다",
|
|
238
|
+
"Previous": "이전의",
|
|
239
|
+
"Next": "다음",
|
|
240
|
+
"Save": "저장",
|
|
241
|
+
"Remove": "제거",
|
|
242
|
+
"Confirm": "확인",
|
|
243
|
+
"Clear all": "모두 지우기",
|
|
244
|
+
"Monday": "월요일",
|
|
245
|
+
"Tuesday": "화요일",
|
|
246
|
+
"Wednesday": "수요일",
|
|
247
|
+
"Thursday": "목요일",
|
|
248
|
+
"Friday": "금요일",
|
|
249
|
+
"Saturday": "토요일",
|
|
250
|
+
"Sunday": "일요일",
|
|
251
|
+
"Mon": "월",
|
|
252
|
+
"Tue": "화",
|
|
253
|
+
"Wed": "수요일",
|
|
254
|
+
"Thu": "목",
|
|
255
|
+
"Fri": "금",
|
|
256
|
+
"Sat": "앉았다",
|
|
257
|
+
"Sun": "해",
|
|
258
|
+
"Reload": "다시 불러오기"
|
|
259
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"Cancel": "Batal",
|
|
3
|
-
"Apply filters": "Gunakan penyaring",
|
|
4
3
|
"Advanced groups filter": "Penyaring kumpulan lanjutan",
|
|
5
4
|
"Create conditions below to filter the entire system.": "Cipta syarat di bawah untuk menyaring keseluruhan sistem.",
|
|
6
5
|
"Add new condition": "Tambah syarat baharu",
|
|
@@ -81,18 +80,11 @@ export const translations = {
|
|
|
81
80
|
"Selected:": "Dipilih:",
|
|
82
81
|
"All": "Semua",
|
|
83
82
|
"There was an issue preparing your report": "Terdapat isu ketika menyediakan laporan anda",
|
|
84
|
-
"Try again or see more details on the My Reports page.": "Cuba lagi atau lihat butiran lanjut pada halaman Laporan Saya.",
|
|
85
83
|
"Your report is being prepared": "Laporan anda sedang disediakan",
|
|
86
84
|
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": "Kami akan memaklumi anda apabila laporan anda siap. Anda boleh menjejaki kemajuan proses ini pada halaman Laporan Saya.",
|
|
87
85
|
"Your report is ready to download": "Laporan anda sedia untuk dimuat turun",
|
|
88
86
|
"Download now": "Muat turun sekarang",
|
|
89
|
-
"Prepare for download": "Bersedia untuk muat turun",
|
|
90
87
|
"Download": "Muat Turun",
|
|
91
|
-
"More formats": "Lebih banyak format",
|
|
92
|
-
"Show report formats": "Paparkan format laporan",
|
|
93
|
-
"Prepare PDF": "Sediakan PDF",
|
|
94
|
-
"Download PDF": "Muat Turun PDF",
|
|
95
|
-
"List": "Senarai",
|
|
96
88
|
"Sort by": "Isih mengikut",
|
|
97
89
|
"Change sort direction": "Ubah arah isihan",
|
|
98
90
|
"Select hour": "Pilih jam",
|
|
@@ -196,7 +188,6 @@ export const translations = {
|
|
|
196
188
|
"Range Filter popup": "Tetingkap timbul Penyaring Julat",
|
|
197
189
|
"{rangeName} values {values}": "Nilai {rangeName} {values}",
|
|
198
190
|
"Try adjusting your search or filter.": "Cuba laraskan carian atau penyaring anda.",
|
|
199
|
-
"Change daterange end date, {date}": "Ubah julat tarikh bagi tarikh akhir, {date}",
|
|
200
191
|
"Change date, {date}": "Ubah tarikh, {date}",
|
|
201
192
|
"Date range": "Julat tarikh",
|
|
202
193
|
"The end date cannot be empty.": "Tarikh Tamat tidak boleh kosong.",
|
|
@@ -247,5 +238,13 @@ export const translations = {
|
|
|
247
238
|
"Selected": "Dipilih",
|
|
248
239
|
"This field is required.": "Medan ini diperlukan.",
|
|
249
240
|
"On": "Hidup",
|
|
250
|
-
"Off": "Mati"
|
|
251
|
-
|
|
241
|
+
"Off": "Mati",
|
|
242
|
+
"Scroll left": "Skrol ke kiri",
|
|
243
|
+
"Scroll right": "Skrol ke kanan",
|
|
244
|
+
"Send feedback": "Hantar maklum balas",
|
|
245
|
+
"Save": "Simpan",
|
|
246
|
+
"Remove": "Alih Keluar",
|
|
247
|
+
"Confirm": "Sahkan",
|
|
248
|
+
"Clear all": "Kosongkan semua",
|
|
249
|
+
"Reload": "Muatkan semula"
|
|
250
|
+
}
|