@geotab/zenith 3.14.0 → 3.14.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 +4 -1
- package/dist/advancedGroupsFilter/advancedGroupsFilter.js +19 -1
- package/dist/advancedGroupsFilter/advancedGroupsFilterForm.js +13 -1
- package/dist/advancedGroupsFilter/advancedGroupsFilterFormSection.js +43 -1
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +7 -1
- package/dist/alertRaw/alertRaw.js +6 -0
- package/dist/banner/bannerMultipLine.js +6 -0
- package/dist/banner/bannerSingleLine.js +6 -0
- package/dist/banner/utils/useSummaryBannerProp.js +32 -0
- package/dist/betaPill/betaPill.js +34 -10
- package/dist/bookmark/bookmark.js +14 -2
- package/dist/bulkEditControl/bulkEditControl.js +32 -2
- package/dist/calendar/calendar.js +182 -2
- package/dist/calendar/calendarUtils.js +107 -19
- package/dist/card/card.js +6 -0
- package/dist/chart/accessibleChart/accessibleChartNarrative.js +178 -100
- package/dist/chart/accessibleChart/accessibleChartTable.js +42 -12
- package/dist/chart/chart.js +15 -9
- package/dist/chart/chartAxis/chartAxis.js +14 -2
- package/dist/checkboxListWithAction/checkboxListWithAction.js +36 -12
- package/dist/chip/chip.js +6 -0
- package/dist/columnsSelector/columnsSelector.js +13 -1
- package/dist/columnsSelector/columnsTab/columnsTab.js +6 -0
- package/dist/columnsSelector/columnsTabGroup/columnsTabGroup.js +6 -0
- package/dist/dataFeed/feedExpandControl/feedExpandControl.js +64 -0
- package/dist/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +7 -1
- package/dist/dataGrid/dataGrid.js +6 -0
- package/dist/dataGrid/emptySearchList/emptySearchList.js +7 -1
- package/dist/dataGrid/entitiesListActions/actions/columnsListButton.js +7 -1
- package/dist/dataGrid/entitiesListActions/actions/fullscreenButton.js +22 -10
- package/dist/dataGrid/withFlexibleColumns/components/columnSettings.js +13 -1
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +32 -0
- package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +6 -0
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +31 -1
- package/dist/dataGrid/withSelectableRows/withSelectableRows.js +50 -0
- package/dist/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +14 -2
- package/dist/dateInputInner/dateInputInner.js +62 -20
- package/dist/dateInputInner/dateInputInnerControlBlock.js +12 -0
- package/dist/dateInputRaw/dateInputRaw.js +18 -0
- package/dist/dateInputRaw/utils/getLabel.js +21 -9
- package/dist/dateRangeInner/dateRangeInner.js +6 -0
- package/dist/dateRangeRaw/dateRangeRaw.js +121 -9
- package/dist/dateRangeRaw/utils/dateRangeUtils.js +108 -6
- package/dist/dateSelectionWrapper/dateSelectionWrapper.js +24 -0
- package/dist/dialog/dialogContent.js +6 -0
- package/dist/dropdownRaw/dropdownList.js +59 -5
- package/dist/dropdownRaw/dropdownPopup.js +19 -1
- package/dist/dropdownRaw/dropdownRaw.js +7 -1
- package/dist/dropdownRaw/dropdownSearchableTrigger.js +27 -3
- package/dist/favoriteButton/favoriteButton.js +7 -1
- package/dist/fileUpload/components/dropZoneContent.js +25 -1
- package/dist/fileUpload/components/templateDownloadSection.js +6 -0
- package/dist/fileUpload/components/uploadedFilesSection.js +21 -9
- package/dist/fileUpload/fileUpload.js +55 -19
- package/dist/filters/components/filtersContainer.js +19 -1
- package/dist/filters/components/filtersEmptyState.js +30 -18
- package/dist/filters/components/filtersSaveModal.js +57 -27
- package/dist/filters/components/filtersSavedChipComponent.js +113 -47
- package/dist/filters/components/filtersSearchItemData.js +6 -0
- package/dist/filters/components/filtersSearchList.js +83 -29
- package/dist/filters/components/filtersSelect.js +6 -0
- package/dist/filters/components/filtersSelectListItem.js +12 -0
- package/dist/filters/components/filtersSidePanel.js +58 -10
- package/dist/filters/filters.js +45 -27
- package/dist/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +114 -6
- package/dist/filtersBar/components/resetComponentButton.js +6 -0
- package/dist/filtersBar/filtersBarActions/filtersBarActions.js +50 -0
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +12 -0
- package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -1
- package/dist/filtersBar/filtersContainer/filtersContainer.js +20 -6
- package/dist/formField/hooks/useError.js +27 -9
- package/dist/formGroup/components/reviewListToggle/reviewListToggle.js +12 -0
- package/dist/formGroup/hooks/useToggle.js +15 -9
- package/dist/formLayout/hooks/useError.js +36 -18
- package/dist/formLayout/hooks/useFormButtons.js +18 -0
- package/dist/formSection/hooks/useError.js +36 -18
- package/dist/formStepper/components/formStep.js +6 -0
- package/dist/formStepper/formStepper.js +12 -0
- package/dist/formStepperButtons/formStepperButtons.js +24 -0
- package/dist/groupsFilterRaw/groupsFilterAdjustmentState.js +24 -0
- package/dist/groupsFilterRaw/groupsFilterBox.js +20 -2
- package/dist/groupsFilterRaw/groupsFilterCommon.js +14 -2
- package/dist/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +30 -0
- package/dist/groupsFilterRaw/groupsFilterHelper.js +12 -0
- package/dist/groupsFilterRaw/groupsFilterInitialState.js +52 -4
- package/dist/groupsFilterRaw/groupsFilterMenu.js +18 -0
- package/dist/groupsFilterRaw/groupsFilterRaw.js +50 -2
- package/dist/groupsFilterRaw/groupsFilterTrigger.js +14 -2
- package/dist/groupsFilterRaw/groupsHelper.js +132 -0
- package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +6 -0
- package/dist/header/components/mobileFilterControl/mobileFilterControl.js +7 -1
- package/dist/header/components/mobileSearchControl/mobileSearchControl.js +19 -1
- package/dist/header/headerBack.js +6 -0
- package/dist/list/itemData/itemDataInternal.js +12 -0
- package/dist/list/listItem/listItem.js +12 -0
- package/dist/menu/components/menuErrorItem.js +30 -18
- package/dist/mobileSheet/mobileSheet.js +12 -0
- package/dist/modal/modal.js +6 -0
- package/dist/nav/navFooter/navEditFooter/navEditFooter.js +12 -0
- package/dist/nav/navFooter/navFooter.js +15 -9
- package/dist/nav/navFooter/navFooterAction/navFooterAction.js +6 -0
- package/dist/nav/navHeader/navHeader.js +30 -18
- package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +21 -9
- package/dist/nav/navMobileBar/navMobileBar.js +6 -0
- package/dist/notification/notification.js +6 -0
- package/dist/pagination/paginationArrow.js +12 -0
- package/dist/pagination/paginationText/paginationText.js +6 -0
- package/dist/pill/components/pillNonActionable/pillNonActionable.js +6 -0
- package/dist/pillBox/components/pillBoxItem.js +6 -0
- package/dist/pillBox/pillBox.js +19 -1
- package/dist/pillExpandable/pillExpandable.js +6 -0
- package/dist/rangeRaw/rangeRaw.js +44 -2
- package/dist/rangeRaw/utils/rangeHelper.js +45 -3
- package/dist/searchInputRaw/searchInputRaw.js +12 -0
- package/dist/selectList/selectList.js +12 -0
- package/dist/skeleton/skeleton.js +6 -0
- package/dist/sortControl/sortControl.js +36 -6
- package/dist/stepperRaw/stepperRaw.js +64 -0
- package/dist/summary/summary.js +12 -0
- package/dist/summaryTile/summaryTile.js +6 -0
- package/dist/table/actions/actionsMenu.js +12 -0
- package/dist/table/detailPanel/detailPanel.js +6 -0
- package/dist/table/detailPanel/detailPanelHeader.js +12 -0
- package/dist/table/flexible/columnSettings.js +13 -1
- package/dist/table/flexible/columnsPopup.js +7 -1
- package/dist/table/nested/useNestedRows.js +12 -0
- package/dist/table/selectable/selectableHeader.js +57 -1
- package/dist/table/selectable/useSelectableRows.js +12 -0
- package/dist/table/sortable/mobileSortControl.js +71 -1
- package/dist/table/sortable/sortableHeader.js +14 -2
- package/dist/table/table.js +30 -18
- package/dist/tabs/tabs.js +20 -6
- package/dist/timePickerRaw/timePickerRaw.js +47 -5
- package/dist/toastRaw/toastRaw.js +6 -0
- package/dist/toggleButtonRaw/toggleButtonRaw.js +12 -0
- package/dist/tooltip/tooltip.js +12 -0
- package/dist/utils/formatDate.js +228 -6
- package/dist/utils/localization/getSupportedLanguage.d.ts +1 -1
- package/dist/utils/localization/getSupportedLanguage.js +7 -1
- package/dist/utils/localization/languageContext.d.ts +1 -1
- package/dist/utils/localization/translations/ar.json +110 -83
- package/dist/utils/localization/translations/bg-BG.json +358 -0
- package/dist/utils/localization/translations/cs.json +18 -1
- package/dist/utils/localization/translations/da-DK.json +84 -59
- package/dist/utils/localization/translations/de.json +18 -1
- package/dist/utils/localization/translations/el-GR.json +358 -0
- package/dist/utils/localization/translations/es.json +18 -1
- package/dist/utils/localization/translations/et-EE.json +358 -0
- package/dist/utils/localization/translations/fi-FI.json +84 -59
- package/dist/utils/localization/translations/fr-FR.json +18 -1
- package/dist/utils/localization/translations/fr.json +18 -1
- package/dist/utils/localization/translations/hu-HU.json +84 -59
- package/dist/utils/localization/translations/id.json +18 -1
- package/dist/utils/localization/translations/it.json +18 -1
- package/dist/utils/localization/translations/ja.json +18 -1
- package/dist/utils/localization/translations/ka-GE.json +358 -0
- package/dist/utils/localization/translations/ko-KR.json +18 -1
- package/dist/utils/localization/translations/lt-LT.json +358 -0
- package/dist/utils/localization/translations/lv-LV.json +358 -0
- package/dist/utils/localization/translations/ms.json +92 -67
- package/dist/utils/localization/translations/nb-NO.json +84 -59
- package/dist/utils/localization/translations/nl.json +94 -69
- package/dist/utils/localization/translations/pl.json +18 -1
- package/dist/utils/localization/translations/pt-BR.json +94 -69
- package/dist/utils/localization/translations/pt-PT.json +18 -1
- package/dist/utils/localization/translations/ro-RO.json +18 -1
- package/dist/utils/localization/translations/sk-SK.json +85 -60
- package/dist/utils/localization/translations/sv.json +94 -69
- package/dist/utils/localization/translations/th.json +18 -1
- package/dist/utils/localization/translations/tr.json +18 -1
- package/dist/utils/localization/translations/zh-Hans.json +18 -1
- package/dist/utils/localization/translations/zh-TW.json +18 -1
- package/dist/utils/localization/translationsDictionary.js +7 -1
- package/esm/advancedGroupsFilter/advancedGroupsFilter.js +19 -1
- package/esm/advancedGroupsFilter/advancedGroupsFilterForm.js +13 -1
- package/esm/advancedGroupsFilter/advancedGroupsFilterFormSection.js +43 -1
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +7 -1
- package/esm/alertRaw/alertRaw.js +6 -0
- package/esm/banner/bannerMultipLine.js +6 -0
- package/esm/banner/bannerSingleLine.js +6 -0
- package/esm/banner/utils/useSummaryBannerProp.js +32 -0
- package/esm/betaPill/betaPill.js +34 -10
- package/esm/bookmark/bookmark.js +14 -2
- package/esm/bulkEditControl/bulkEditControl.js +32 -2
- package/esm/calendar/calendar.js +182 -2
- package/esm/calendar/calendarUtils.js +107 -19
- package/esm/card/card.js +6 -0
- package/esm/chart/accessibleChart/accessibleChartNarrative.js +178 -100
- package/esm/chart/accessibleChart/accessibleChartTable.js +42 -12
- package/esm/chart/chart.js +15 -9
- package/esm/chart/chartAxis/chartAxis.js +14 -2
- package/esm/checkboxListWithAction/checkboxListWithAction.js +36 -12
- package/esm/chip/chip.js +6 -0
- package/esm/columnsSelector/columnsSelector.js +13 -1
- package/esm/columnsSelector/columnsTab/columnsTab.js +6 -0
- package/esm/columnsSelector/columnsTabGroup/columnsTabGroup.js +6 -0
- package/esm/dataFeed/feedExpandControl/feedExpandControl.js +64 -0
- package/esm/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +7 -1
- package/esm/dataGrid/dataGrid.js +6 -0
- package/esm/dataGrid/emptySearchList/emptySearchList.js +7 -1
- package/esm/dataGrid/entitiesListActions/actions/columnsListButton.js +7 -1
- package/esm/dataGrid/entitiesListActions/actions/fullscreenButton.js +22 -10
- package/esm/dataGrid/withFlexibleColumns/components/columnSettings.js +13 -1
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +32 -0
- package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +6 -0
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +31 -1
- package/esm/dataGrid/withSelectableRows/withSelectableRows.js +50 -0
- package/esm/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +14 -2
- package/esm/dateInputInner/dateInputInner.js +62 -20
- package/esm/dateInputInner/dateInputInnerControlBlock.js +12 -0
- package/esm/dateInputRaw/dateInputRaw.js +18 -0
- package/esm/dateInputRaw/utils/getLabel.js +21 -9
- package/esm/dateRangeInner/dateRangeInner.js +6 -0
- package/esm/dateRangeRaw/dateRangeRaw.js +121 -9
- package/esm/dateRangeRaw/utils/dateRangeUtils.js +108 -6
- package/esm/dateSelectionWrapper/dateSelectionWrapper.js +24 -0
- package/esm/dialog/dialogContent.js +6 -0
- package/esm/dropdownRaw/dropdownList.js +59 -5
- package/esm/dropdownRaw/dropdownPopup.js +19 -1
- package/esm/dropdownRaw/dropdownRaw.js +7 -1
- package/esm/dropdownRaw/dropdownSearchableTrigger.js +27 -3
- package/esm/favoriteButton/favoriteButton.js +7 -1
- package/esm/fileUpload/components/dropZoneContent.js +25 -1
- package/esm/fileUpload/components/templateDownloadSection.js +6 -0
- package/esm/fileUpload/components/uploadedFilesSection.js +21 -9
- package/esm/fileUpload/fileUpload.js +55 -19
- package/esm/filters/components/filtersContainer.js +19 -1
- package/esm/filters/components/filtersEmptyState.js +30 -18
- package/esm/filters/components/filtersSaveModal.js +57 -27
- package/esm/filters/components/filtersSavedChipComponent.js +113 -47
- package/esm/filters/components/filtersSearchItemData.js +6 -0
- package/esm/filters/components/filtersSearchList.js +83 -29
- package/esm/filters/components/filtersSelect.js +6 -0
- package/esm/filters/components/filtersSelectListItem.js +12 -0
- package/esm/filters/components/filtersSidePanel.js +58 -10
- package/esm/filters/filters.js +45 -27
- package/esm/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +114 -6
- package/esm/filtersBar/components/resetComponentButton.js +6 -0
- package/esm/filtersBar/filtersBarActions/filtersBarActions.js +50 -0
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +12 -0
- package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -1
- package/esm/filtersBar/filtersContainer/filtersContainer.js +20 -6
- package/esm/formField/hooks/useError.js +27 -9
- package/esm/formGroup/components/reviewListToggle/reviewListToggle.js +12 -0
- package/esm/formGroup/hooks/useToggle.js +15 -9
- package/esm/formLayout/hooks/useError.js +36 -18
- package/esm/formLayout/hooks/useFormButtons.js +18 -0
- package/esm/formSection/hooks/useError.js +36 -18
- package/esm/formStepper/components/formStep.js +6 -0
- package/esm/formStepper/formStepper.js +12 -0
- package/esm/formStepperButtons/formStepperButtons.js +24 -0
- package/esm/groupsFilterRaw/groupsFilterAdjustmentState.js +24 -0
- package/esm/groupsFilterRaw/groupsFilterBox.js +20 -2
- package/esm/groupsFilterRaw/groupsFilterCommon.js +14 -2
- package/esm/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +30 -0
- package/esm/groupsFilterRaw/groupsFilterHelper.js +12 -0
- package/esm/groupsFilterRaw/groupsFilterInitialState.js +52 -4
- package/esm/groupsFilterRaw/groupsFilterMenu.js +18 -0
- package/esm/groupsFilterRaw/groupsFilterRaw.js +50 -2
- package/esm/groupsFilterRaw/groupsFilterTrigger.js +14 -2
- package/esm/groupsFilterRaw/groupsHelper.js +132 -0
- package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +6 -0
- package/esm/header/components/mobileFilterControl/mobileFilterControl.js +7 -1
- package/esm/header/components/mobileSearchControl/mobileSearchControl.js +19 -1
- package/esm/header/headerBack.js +6 -0
- package/esm/list/itemData/itemDataInternal.js +12 -0
- package/esm/list/listItem/listItem.js +12 -0
- package/esm/menu/components/menuErrorItem.js +30 -18
- package/esm/mobileSheet/mobileSheet.js +12 -0
- package/esm/modal/modal.js +6 -0
- package/esm/nav/navFooter/navEditFooter/navEditFooter.js +12 -0
- package/esm/nav/navFooter/navFooter.js +15 -9
- package/esm/nav/navFooter/navFooterAction/navFooterAction.js +6 -0
- package/esm/nav/navHeader/navHeader.js +30 -18
- package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +21 -9
- package/esm/nav/navMobileBar/navMobileBar.js +6 -0
- package/esm/notification/notification.js +6 -0
- package/esm/pagination/paginationArrow.js +12 -0
- package/esm/pagination/paginationText/paginationText.js +6 -0
- package/esm/pill/components/pillNonActionable/pillNonActionable.js +6 -0
- package/esm/pillBox/components/pillBoxItem.js +6 -0
- package/esm/pillBox/pillBox.js +19 -1
- package/esm/pillExpandable/pillExpandable.js +6 -0
- package/esm/rangeRaw/rangeRaw.js +44 -2
- package/esm/rangeRaw/utils/rangeHelper.js +45 -3
- package/esm/searchInputRaw/searchInputRaw.js +12 -0
- package/esm/selectList/selectList.js +12 -0
- package/esm/skeleton/skeleton.js +6 -0
- package/esm/sortControl/sortControl.js +36 -6
- package/esm/stepperRaw/stepperRaw.js +64 -0
- package/esm/summary/summary.js +12 -0
- package/esm/summaryTile/summaryTile.js +6 -0
- package/esm/table/actions/actionsMenu.js +12 -0
- package/esm/table/detailPanel/detailPanel.js +6 -0
- package/esm/table/detailPanel/detailPanelHeader.js +12 -0
- package/esm/table/flexible/columnSettings.js +13 -1
- package/esm/table/flexible/columnsPopup.js +7 -1
- package/esm/table/nested/useNestedRows.js +12 -0
- package/esm/table/selectable/selectableHeader.js +57 -1
- package/esm/table/selectable/useSelectableRows.js +12 -0
- package/esm/table/sortable/mobileSortControl.js +71 -1
- package/esm/table/sortable/sortableHeader.js +14 -2
- package/esm/table/table.js +30 -18
- package/esm/tabs/tabs.js +20 -6
- package/esm/timePickerRaw/timePickerRaw.js +47 -5
- package/esm/toastRaw/toastRaw.js +6 -0
- package/esm/toggleButtonRaw/toggleButtonRaw.js +12 -0
- package/esm/tooltip/tooltip.js +12 -0
- package/esm/utils/formatDate.js +228 -6
- package/esm/utils/localization/getSupportedLanguage.d.ts +1 -1
- package/esm/utils/localization/getSupportedLanguage.js +7 -1
- package/esm/utils/localization/languageContext.d.ts +1 -1
- package/esm/utils/localization/translations/ar.json +110 -83
- package/esm/utils/localization/translations/bg-BG.json +358 -0
- package/esm/utils/localization/translations/cs.json +18 -1
- package/esm/utils/localization/translations/da-DK.json +84 -59
- package/esm/utils/localization/translations/de.json +18 -1
- package/esm/utils/localization/translations/el-GR.json +358 -0
- package/esm/utils/localization/translations/es.json +18 -1
- package/esm/utils/localization/translations/et-EE.json +358 -0
- package/esm/utils/localization/translations/fi-FI.json +84 -59
- package/esm/utils/localization/translations/fr-FR.json +18 -1
- package/esm/utils/localization/translations/fr.json +18 -1
- package/esm/utils/localization/translations/hu-HU.json +84 -59
- package/esm/utils/localization/translations/id.json +18 -1
- package/esm/utils/localization/translations/it.json +18 -1
- package/esm/utils/localization/translations/ja.json +18 -1
- package/esm/utils/localization/translations/ka-GE.json +358 -0
- package/esm/utils/localization/translations/ko-KR.json +18 -1
- package/esm/utils/localization/translations/lt-LT.json +358 -0
- package/esm/utils/localization/translations/lv-LV.json +358 -0
- package/esm/utils/localization/translations/ms.json +92 -67
- package/esm/utils/localization/translations/nb-NO.json +84 -59
- package/esm/utils/localization/translations/nl.json +94 -69
- package/esm/utils/localization/translations/pl.json +18 -1
- package/esm/utils/localization/translations/pt-BR.json +94 -69
- package/esm/utils/localization/translations/pt-PT.json +18 -1
- package/esm/utils/localization/translations/ro-RO.json +18 -1
- package/esm/utils/localization/translations/sk-SK.json +85 -60
- package/esm/utils/localization/translations/sv.json +94 -69
- package/esm/utils/localization/translations/th.json +18 -1
- package/esm/utils/localization/translations/tr.json +18 -1
- package/esm/utils/localization/translations/zh-Hans.json +18 -1
- package/esm/utils/localization/translations/zh-TW.json +18 -1
- package/esm/utils/localization/translationsDictionary.js +7 -1
- package/package.json +1 -1
|
@@ -329,5 +329,22 @@
|
|
|
329
329
|
"Ascending": "Ascensiune",
|
|
330
330
|
"Descending": "Coborâre",
|
|
331
331
|
"Scroll to start": "Derulare la început",
|
|
332
|
-
"Scroll to end": "Derulare la sfârșit"
|
|
332
|
+
"Scroll to end": "Derulare la sfârșit",
|
|
333
|
+
"Line chart": "Grafic liniar",
|
|
334
|
+
"Bar chart": "Grafic de bare",
|
|
335
|
+
"Pie chart": "Diagramă circulară",
|
|
336
|
+
"Previous date period": "Perioada de date anterioară",
|
|
337
|
+
"Next date period": "Perioada de date următoare",
|
|
338
|
+
"Active filters: {}": "Filtre active: {}",
|
|
339
|
+
"Sort by Ascending": "Sortare crescătoare",
|
|
340
|
+
"Sort by Descending": "Sortare descrescătoare",
|
|
341
|
+
"Please correct the following errors.": "Vă rugăm să corectați următoarele erori.",
|
|
342
|
+
"Change start date, {date}": "Modificați data de început, {date}",
|
|
343
|
+
"Change end date, {date}": "Modificați data de sfârșit, {date}",
|
|
344
|
+
"Collapse feed": "Restrângeți feedul",
|
|
345
|
+
"Expand feed": "Extindeți feedul",
|
|
346
|
+
"Customize view": "Personalizați vizualizarea",
|
|
347
|
+
"Select menu": "Selectați meniul",
|
|
348
|
+
"Increase value": "Creșteți valoarea",
|
|
349
|
+
"Decrease value": "Reduceți valoarea"
|
|
333
350
|
}
|
|
@@ -263,71 +263,96 @@
|
|
|
263
263
|
"Time": "Čas",
|
|
264
264
|
"Apply filter": "Použiť filter",
|
|
265
265
|
"Remove filter": "Odstrániť filter",
|
|
266
|
-
"Choose end date": "
|
|
267
|
-
"Choose start date": "
|
|
268
|
-
"This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "
|
|
269
|
-
"Error with loading": "
|
|
270
|
-
"Click to refresh": "
|
|
271
|
-
"Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range": "
|
|
272
|
-
"from {FROM} at {X0} to {TO} at {X}.": "
|
|
273
|
-
"shows a complex trend with multiple segments:": "
|
|
274
|
-
"shows a relatively flat or stable trend.": "
|
|
275
|
-
"switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.": "
|
|
276
|
-
"Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.": "
|
|
277
|
-
"Highest point(s):": "
|
|
278
|
-
"Lowest point(s):": "
|
|
279
|
-
"Only one data point: value is {VALUE}.": "
|
|
280
|
-
"Average value is:": "
|
|
281
|
-
"value changes in the range from {MIN} to {MAX}.": "
|
|
282
|
-
"Error generating chart narrative for dataset": "
|
|
283
|
-
"Chart data table and visualization": "
|
|
284
|
-
"Search page": "
|
|
285
|
-
"Search by": "
|
|
286
|
-
"Save filters": "
|
|
287
|
-
"Remove saved {name} filter?": "
|
|
288
|
-
"Saved filters": "
|
|
289
|
-
"Save new filters": "
|
|
290
|
-
"Save new": "
|
|
291
|
-
"Filter title": "
|
|
292
|
-
"Title already in use": "
|
|
293
|
-
"Recent searches": "
|
|
294
|
-
"View history": "
|
|
295
|
-
"Pin": "
|
|
296
|
-
"Setting conditions": "
|
|
297
|
-
"Edit Navigation": "
|
|
298
|
-
"Expand Navigation": "
|
|
299
|
-
"Collapse Navigation": "
|
|
300
|
-
"Date range filter:": "
|
|
301
|
-
"Date filter:": "
|
|
302
|
-
"No Filters Selected": "
|
|
303
|
-
"Selected filters will appear here.": "
|
|
304
|
-
"Currently selected": "
|
|
305
|
-
"Top results": "
|
|
306
|
-
"Open setting conditions popup": "
|
|
307
|
-
"Close setting conditions popup": "
|
|
308
|
-
"Sub-options are not active.": "
|
|
309
|
-
"Could not load field data": "
|
|
310
|
-
"Failed to load section": "
|
|
311
|
-
"Please reload this section to try again. If the issue persists, contact Support.": "
|
|
312
|
-
"Failed to load page": "
|
|
313
|
-
"Please refresh the page and try again. If the issue persists, contact Support.": "
|
|
314
|
-
"Failed to load {0}": "
|
|
315
|
-
"Selection panel": "
|
|
316
|
-
"Bulk select": "
|
|
317
|
-
"Filters and search": "
|
|
318
|
-
"This filter is currently applied.": "
|
|
319
|
-
"Exit full screen table view": "
|
|
320
|
-
"Close search": "
|
|
321
|
-
"Has additional actions. Use right arrow to access button, left arrow to return.": "
|
|
266
|
+
"Choose end date": "Vybrať dátum ukončenia",
|
|
267
|
+
"Choose start date": "Vybrať dátum začiatku",
|
|
268
|
+
"This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Táto funkcia je stále v testovacej fáze a zatiaľ nie je plne podporovaná. Vaša spätná väzba je cenná a pomáha usmerňovať budúce vylepšenia.",
|
|
269
|
+
"Error with loading": "Chyba pri načítaní",
|
|
270
|
+
"Click to refresh": "Kliknutím obnovíte",
|
|
271
|
+
"Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range": "Graf obsahuje príliš veľa dátových bodov, ich počet bol znížený. Ak chcete vidieť viac, zmeňte rozsah správy",
|
|
272
|
+
"from {FROM} at {X0} to {TO} at {X}.": "od {FROM} pri {X0} do {TO} pri {X}.",
|
|
273
|
+
"shows a complex trend with multiple segments:": "zobrazuje komplexný trend s viacerými segmentmi:",
|
|
274
|
+
"shows a relatively flat or stable trend.": "zobrazuje relatívne plochý alebo stabilný trend.",
|
|
275
|
+
"switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.": "prepínal {TRANSITIONS}-krát medzi dvoma stavmi: {STATE1} a {STATE2}.",
|
|
276
|
+
"Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.": "segment {INDEX} {DIRECTION} od {FROM} pri {X0} do {TO} pri {X}.",
|
|
277
|
+
"Highest point(s):": "Najvyšší bod (body):",
|
|
278
|
+
"Lowest point(s):": "Najnižší bod (body):",
|
|
279
|
+
"Only one data point: value is {VALUE}.": "Iba jeden dátový bod: hodnota je {VALUE}.",
|
|
280
|
+
"Average value is:": "Priemerná hodnota je:",
|
|
281
|
+
"value changes in the range from {MIN} to {MAX}.": "hodnota sa mení v rozsahu od {MIN} do {MAX}.",
|
|
282
|
+
"Error generating chart narrative for dataset": "Chyba pri generovaní popisu grafu pre súbor dát",
|
|
283
|
+
"Chart data table and visualization": "Tabuľka dát grafu a vizualizácia",
|
|
284
|
+
"Search page": "Stránka vyhľadávania",
|
|
285
|
+
"Search by": "Hľadať podľa",
|
|
286
|
+
"Save filters": "Uložiť filtre",
|
|
287
|
+
"Remove saved {name} filter?": "Odstrániť uložený filter {name}?",
|
|
288
|
+
"Saved filters": "Uložené filtre",
|
|
289
|
+
"Save new filters": "Uložiť nové filtre",
|
|
290
|
+
"Save new": "Uložiť nový",
|
|
291
|
+
"Filter title": "Názov filtra",
|
|
292
|
+
"Title already in use": "Názov sa už používa",
|
|
293
|
+
"Recent searches": "Nedávne vyhľadávania",
|
|
294
|
+
"View history": "Zobraziť históriu",
|
|
295
|
+
"Pin": "Pripnúť",
|
|
296
|
+
"Setting conditions": "Nastavenie podmienok",
|
|
297
|
+
"Edit Navigation": "Upraviť navigáciu",
|
|
298
|
+
"Expand Navigation": "Rozbaliť navigáciu",
|
|
299
|
+
"Collapse Navigation": "Zbaliť navigáciu",
|
|
300
|
+
"Date range filter:": "Filter rozsahu dátumov:",
|
|
301
|
+
"Date filter:": "Filter dátumu:",
|
|
302
|
+
"No Filters Selected": "Žiadne filtre nie sú vybraté",
|
|
303
|
+
"Selected filters will appear here.": "Tu sa zobrazia vybraté filtre.",
|
|
304
|
+
"Currently selected": "Momentálne vybraté",
|
|
305
|
+
"Top results": "Najlepšie výsledky",
|
|
306
|
+
"Open setting conditions popup": "Otvoriť vyskakovacie okno nastavenia podmienok",
|
|
307
|
+
"Close setting conditions popup": "Zatvoriť vyskakovacie okno nastavenia podmienok",
|
|
308
|
+
"Sub-options are not active.": "Podvoľby nie sú aktívne.",
|
|
309
|
+
"Could not load field data": "Nepodarilo sa načítať údaje poľa",
|
|
310
|
+
"Failed to load section": "Nepodarilo sa načítať sekciu",
|
|
311
|
+
"Please reload this section to try again. If the issue persists, contact Support.": "Znovu načítajte túto sekciu a skúste to znova. Ak problém pretrváva, kontaktujte podporu.",
|
|
312
|
+
"Failed to load page": "Nepodarilo sa načítať stránku",
|
|
313
|
+
"Please refresh the page and try again. If the issue persists, contact Support.": "Obnovte stránku a skúste to znova. Ak problém pretrváva, kontaktujte podporu.",
|
|
314
|
+
"Failed to load {0}": "Nepodarilo sa načítať {0}",
|
|
315
|
+
"Selection panel": "Panel výberu",
|
|
316
|
+
"Bulk select": "Hromadný výber",
|
|
317
|
+
"Filters and search": "Filtre a vyhľadávanie",
|
|
318
|
+
"This filter is currently applied.": "Tento filter je momentálne použitý.",
|
|
319
|
+
"Exit full screen table view": "Ukončiť zobrazenie tabuľky na celú obrazovku",
|
|
320
|
+
"Close search": "Zatvoriť vyhľadávanie",
|
|
321
|
+
"Has additional actions. Use right arrow to access button, left arrow to return.": "Má ďalšie akcie. Na prístup k tlačidlu použite šípku vpravo, na návrat šípku vľavo.",
|
|
322
322
|
"Drag & drop files or": "Presuňte súbory alebo",
|
|
323
323
|
"Browse": "Prehľadávať",
|
|
324
324
|
"Tap to add files": "Klepnutím pridajte súbory",
|
|
325
325
|
"Supported Formats:": "Podporované formáty:",
|
|
326
|
-
"Upload files.": "
|
|
327
|
-
"File upload area": "
|
|
328
|
-
"Uploaded": "
|
|
326
|
+
"Upload files.": "Nahrať súbory.",
|
|
327
|
+
"File upload area": "Oblasť na nahrávanie súborov",
|
|
328
|
+
"Uploaded": "Nahraté",
|
|
329
329
|
"Ascending": "Vzostupne",
|
|
330
330
|
"Descending": "Zostupne",
|
|
331
331
|
"Scroll to start": "Posunúť na začiatok",
|
|
332
|
-
"Scroll to end": "Posunúť na koniec"
|
|
332
|
+
"Scroll to end": "Posunúť na koniec",
|
|
333
|
+
"Line chart": "Čiarový graf",
|
|
334
|
+
"Bar chart": "Stĺpcový graf",
|
|
335
|
+
"Pie chart": "Koláčový graf",
|
|
336
|
+
"Previous date period": "Predchádzajúce obdobie",
|
|
337
|
+
"Next date period": "Nasledujúce obdobie",
|
|
338
|
+
"Active filters: {}": "Aktívne filtre: {}",
|
|
339
|
+
"Sort by Ascending": "Zoradiť vzostupne",
|
|
340
|
+
"Sort by Descending": "Zoradiť zostupne",
|
|
341
|
+
"Please correct the following errors.": "Opravte nasledujúce chyby.",
|
|
342
|
+
"Change start date, {date}": "Zmeniť dátum začiatku, {date}",
|
|
343
|
+
"Change end date, {date}": "Zmeniť dátum konca, {date}",
|
|
344
|
+
"Collapse feed": "Zbaliť zdroj",
|
|
345
|
+
"Expand feed": "Rozbaliť zdroj",
|
|
346
|
+
"Customize view": "Prispôsobiť zobrazenie",
|
|
347
|
+
"Select menu": "Vybrať ponuku",
|
|
348
|
+
"Increase value": "Zvýšiť hodnotu",
|
|
349
|
+
"Decrease value": "Znížiť hodnotu",
|
|
350
|
+
"Loading more rows": "Načítavanie ďalších riadkov",
|
|
351
|
+
"1 more row loaded": "1 ďalší riadok načítaný",
|
|
352
|
+
"{count} more rows loaded": "{count} ďalších riadkov načítaných",
|
|
353
|
+
"Summary: {COUNT} slices.": "Súhrn: {COUNT} výsekov.",
|
|
354
|
+
"Largest:": "Najväčší:",
|
|
355
|
+
"Smallest:": "Najmenší:",
|
|
356
|
+
"Rest: {COUNT} other slices account for {PCT}%.": "Zvyšok: {COUNT} ďalších výsekov tvorí {PCT}%.",
|
|
357
|
+
"Details, {COUNT} items:": "Podrobnosti, {COUNT} položiek:"
|
|
333
358
|
}
|
|
@@ -255,79 +255,104 @@
|
|
|
255
255
|
"Apply filter": "Tillämpa filter",
|
|
256
256
|
"Remove filter": "Ta bort filter",
|
|
257
257
|
"Results": "Resultat",
|
|
258
|
-
"Choose end date": "
|
|
259
|
-
"Choose start date": "
|
|
260
|
-
"Sort Options": "
|
|
261
|
-
"Select minutes": "
|
|
262
|
-
"Start date has been adjusted.": "
|
|
263
|
-
"End date has been adjusted.": "
|
|
264
|
-
"Start time has been adjusted.": "
|
|
265
|
-
"End time has been adjusted.": "
|
|
266
|
-
"This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "
|
|
267
|
-
"Manage beta option": "
|
|
268
|
-
"Error Loading Items": "
|
|
269
|
-
"Error with loading": "
|
|
270
|
-
"Click to refresh": "
|
|
271
|
-
"Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range": "
|
|
272
|
-
"from {FROM} at {X0} to {TO} at {X}.": "
|
|
273
|
-
"shows a complex trend with multiple segments:": "
|
|
274
|
-
"shows a relatively flat or stable trend.": "
|
|
275
|
-
"switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.": "
|
|
276
|
-
"Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.": "Segment {INDEX} {DIRECTION}
|
|
277
|
-
"Highest point(s):": "
|
|
278
|
-
"Lowest point(s):": "
|
|
279
|
-
"Only one data point: value is {VALUE}.": "
|
|
280
|
-
"Average value is:": "
|
|
281
|
-
"value changes in the range from {MIN} to {MAX}.": "
|
|
282
|
-
"Error generating chart narrative for dataset": "
|
|
283
|
-
"Chart data table and visualization": "
|
|
284
|
-
"Search page": "
|
|
285
|
-
"Search by": "
|
|
286
|
-
"Save filters": "
|
|
287
|
-
"Remove saved {name} filter?": "
|
|
288
|
-
"Saved filters": "
|
|
289
|
-
"Save new filters": "
|
|
290
|
-
"Save new": "
|
|
291
|
-
"Filter title": "
|
|
292
|
-
"Title already in use": "
|
|
293
|
-
"Recent searches": "
|
|
294
|
-
"View history": "
|
|
295
|
-
"Pin": "
|
|
296
|
-
"Setting conditions": "
|
|
297
|
-
"Edit Navigation": "
|
|
298
|
-
"Expand Navigation": "
|
|
299
|
-
"Collapse Navigation": "
|
|
300
|
-
"Date range filter:": "
|
|
301
|
-
"Date filter:": "
|
|
302
|
-
"No Filters Selected": "
|
|
303
|
-
"Selected filters will appear here.": "
|
|
304
|
-
"Currently selected": "
|
|
305
|
-
"Top results": "
|
|
306
|
-
"Open setting conditions popup": "
|
|
307
|
-
"Close setting conditions popup": "
|
|
308
|
-
"Sub-options are not active.": "
|
|
309
|
-
"Could not load field data": "
|
|
310
|
-
"Failed to load section": "
|
|
311
|
-
"Please reload this section to try again. If the issue persists, contact Support.": "
|
|
312
|
-
"Failed to load page": "
|
|
313
|
-
"Please refresh the page and try again. If the issue persists, contact Support.": "
|
|
314
|
-
"Failed to load {0}": "
|
|
315
|
-
"Selection panel": "
|
|
316
|
-
"Bulk select": "
|
|
317
|
-
"Filters and search": "
|
|
318
|
-
"This filter is currently applied.": "
|
|
319
|
-
"Exit full screen table view": "
|
|
320
|
-
"Close search": "
|
|
321
|
-
"Has additional actions. Use right arrow to access button, left arrow to return.": "
|
|
258
|
+
"Choose end date": "Välj slutdatum",
|
|
259
|
+
"Choose start date": "Välj startdatum",
|
|
260
|
+
"Sort Options": "Sorteringsalternativ",
|
|
261
|
+
"Select minutes": "Välj minuter",
|
|
262
|
+
"Start date has been adjusted.": "Startdatumet har justerats.",
|
|
263
|
+
"End date has been adjusted.": "Slutdatumet har justerats.",
|
|
264
|
+
"Start time has been adjusted.": "Starttiden har justerats.",
|
|
265
|
+
"End time has been adjusted.": "Sluttiden har justerats.",
|
|
266
|
+
"This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Den här funktionen testas fortfarande och stöds inte fullt ut ännu. Din feedback är värdefull för att vägleda framtida förbättringar.",
|
|
267
|
+
"Manage beta option": "Hantera betaalternativ",
|
|
268
|
+
"Error Loading Items": "Fel vid inläsning av objekt",
|
|
269
|
+
"Error with loading": "Fel vid inläsning",
|
|
270
|
+
"Click to refresh": "Klicka för att uppdatera",
|
|
271
|
+
"Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range": "Diagrammet innehåller för många datapunkter så deras antal har minskats. Om du vill se fler ändrar du rapportintervallet",
|
|
272
|
+
"from {FROM} at {X0} to {TO} at {X}.": "från {FROM} vid {X0} till {TO} vid {X}.",
|
|
273
|
+
"shows a complex trend with multiple segments:": "visar en komplex trend med flera segment:",
|
|
274
|
+
"shows a relatively flat or stable trend.": "visar en relativt plan eller stabil trend.",
|
|
275
|
+
"switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.": "växlade {TRANSITIONS} gånger mellan två tillstånd: {STATE1} och {STATE2}.",
|
|
276
|
+
"Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.": "Segment {INDEX} {DIRECTION} från {FROM} vid {X0} till {TO} vid {X}.",
|
|
277
|
+
"Highest point(s):": "Högsta punkt(er):",
|
|
278
|
+
"Lowest point(s):": "Lägsta punkt(er):",
|
|
279
|
+
"Only one data point: value is {VALUE}.": "Endast en datapunkt: värdet är {VALUE}.",
|
|
280
|
+
"Average value is:": "Medelvärdet är:",
|
|
281
|
+
"value changes in the range from {MIN} to {MAX}.": "värdet förändras i intervallet från {MIN} till {MAX}.",
|
|
282
|
+
"Error generating chart narrative for dataset": "Fel vid generering av diagramberättelse för dataset",
|
|
283
|
+
"Chart data table and visualization": "Diagramdatatabell och visualisering",
|
|
284
|
+
"Search page": "Söksida",
|
|
285
|
+
"Search by": "Sök efter",
|
|
286
|
+
"Save filters": "Spara filter",
|
|
287
|
+
"Remove saved {name} filter?": "Ta bort sparat {name}-filter?",
|
|
288
|
+
"Saved filters": "Sparade filter",
|
|
289
|
+
"Save new filters": "Spara nya filter",
|
|
290
|
+
"Save new": "Spara nytt",
|
|
291
|
+
"Filter title": "Filtertitel",
|
|
292
|
+
"Title already in use": "Titeln används redan",
|
|
293
|
+
"Recent searches": "Senaste sökningar",
|
|
294
|
+
"View history": "Visa historik",
|
|
295
|
+
"Pin": "Fäst",
|
|
296
|
+
"Setting conditions": "Ange villkor",
|
|
297
|
+
"Edit Navigation": "Redigera navigering",
|
|
298
|
+
"Expand Navigation": "Expandera navigering",
|
|
299
|
+
"Collapse Navigation": "Komprimera navigering",
|
|
300
|
+
"Date range filter:": "Datumintervallfilter:",
|
|
301
|
+
"Date filter:": "Datumfilter:",
|
|
302
|
+
"No Filters Selected": "Inga filter valda",
|
|
303
|
+
"Selected filters will appear here.": "Valda filter visas här.",
|
|
304
|
+
"Currently selected": "Aktuellt vald",
|
|
305
|
+
"Top results": "Toppresultat",
|
|
306
|
+
"Open setting conditions popup": "Öppna popup för inställningsvillkor",
|
|
307
|
+
"Close setting conditions popup": "Stäng popup för inställningsvillkor",
|
|
308
|
+
"Sub-options are not active.": "Underalternativ är inte aktiva.",
|
|
309
|
+
"Could not load field data": "Det gick inte att läsa in fältdata",
|
|
310
|
+
"Failed to load section": "Det gick inte att läsa in avsnittet",
|
|
311
|
+
"Please reload this section to try again. If the issue persists, contact Support.": "Ladda om det här avsnittet för att försöka igen. Om problemet kvarstår, kontakta Support.",
|
|
312
|
+
"Failed to load page": "Det gick inte att läsa in sidan",
|
|
313
|
+
"Please refresh the page and try again. If the issue persists, contact Support.": "Uppdatera sidan och försök igen. Om problemet kvarstår, kontakta Support.",
|
|
314
|
+
"Failed to load {0}": "Det gick inte att läsa in {0}",
|
|
315
|
+
"Selection panel": "Urvalspanel",
|
|
316
|
+
"Bulk select": "Massmarkera",
|
|
317
|
+
"Filters and search": "Filter och sökning",
|
|
318
|
+
"This filter is currently applied.": "Det här filtret används för närvarande.",
|
|
319
|
+
"Exit full screen table view": "Avsluta helskärmsvy för tabell",
|
|
320
|
+
"Close search": "Stäng sökning",
|
|
321
|
+
"Has additional actions. Use right arrow to access button, left arrow to return.": "Har ytterligare åtgärder. Använd höger piltangent för att öppna knappen, vänster piltangent för att återgå.",
|
|
322
322
|
"Drag & drop files or": "Dra och släpp filer eller",
|
|
323
323
|
"Browse": "Bläddra",
|
|
324
324
|
"Tap to add files": "Tryck för att lägga till filer",
|
|
325
325
|
"Supported Formats:": "Format som stöds:",
|
|
326
|
-
"Upload files.": "
|
|
327
|
-
"File upload area": "
|
|
328
|
-
"Uploaded": "
|
|
326
|
+
"Upload files.": "Ladda upp filer.",
|
|
327
|
+
"File upload area": "Filuppladdningsområde",
|
|
328
|
+
"Uploaded": "Uppladdad",
|
|
329
329
|
"Ascending": "Stigande",
|
|
330
330
|
"Descending": "Fallande",
|
|
331
|
-
"Scroll to start": "
|
|
332
|
-
"Scroll to end": "
|
|
331
|
+
"Scroll to start": "Rulla till början",
|
|
332
|
+
"Scroll to end": "Rulla till slutet",
|
|
333
|
+
"Line chart": "Linjediagram",
|
|
334
|
+
"Bar chart": "Stapeldiagram",
|
|
335
|
+
"Pie chart": "Cirkeldiagram",
|
|
336
|
+
"Previous date period": "Föregående datumperiod",
|
|
337
|
+
"Next date period": "Nästa datumperiod",
|
|
338
|
+
"Active filters: {}": "Aktiva filter: {}",
|
|
339
|
+
"Sort by Ascending": "Sortera stigande",
|
|
340
|
+
"Sort by Descending": "Sortera fallande",
|
|
341
|
+
"Please correct the following errors.": "Rätta till följande fel.",
|
|
342
|
+
"Change start date, {date}": "Ändra startdatum, {date}",
|
|
343
|
+
"Change end date, {date}": "Ändra slutdatum, {date}",
|
|
344
|
+
"Collapse feed": "Dölj flöde",
|
|
345
|
+
"Expand feed": "Visa flöde",
|
|
346
|
+
"Customize view": "Anpassa vy",
|
|
347
|
+
"Select menu": "Välj meny",
|
|
348
|
+
"Increase value": "Öka värde",
|
|
349
|
+
"Decrease value": "Minska värde",
|
|
350
|
+
"Loading more rows": "Laddar fler rader",
|
|
351
|
+
"1 more row loaded": "1 ytterligare rad laddad",
|
|
352
|
+
"{count} more rows loaded": "{count} ytterligare rader laddade",
|
|
353
|
+
"Summary: {COUNT} slices.": "Sammanfattning: {COUNT} segment.",
|
|
354
|
+
"Largest:": "Störst:",
|
|
355
|
+
"Smallest:": "Minst:",
|
|
356
|
+
"Rest: {COUNT} other slices account for {PCT}%.": "Övriga: {COUNT} andra segment svarar för {PCT}%.",
|
|
357
|
+
"Details, {COUNT} items:": "Detaljer, {COUNT} objekt:"
|
|
333
358
|
}
|
|
@@ -329,5 +329,22 @@
|
|
|
329
329
|
"Ascending": "จากน้อยไปมาก",
|
|
330
330
|
"Descending": "จากมากไปน้อย",
|
|
331
331
|
"Scroll to start": "เลื่อนไปที่จุดเริ่มต้น",
|
|
332
|
-
"Scroll to end": "เลื่อนไปที่จุดสิ้นสุด"
|
|
332
|
+
"Scroll to end": "เลื่อนไปที่จุดสิ้นสุด",
|
|
333
|
+
"Line chart": "แผนภูมิเส้น",
|
|
334
|
+
"Bar chart": "แผนภูมิแท่ง",
|
|
335
|
+
"Pie chart": "แผนภูมิวงกลม",
|
|
336
|
+
"Previous date period": "ช่วงวันที่ก่อนหน้า",
|
|
337
|
+
"Next date period": "ช่วงวันที่ถัดไป",
|
|
338
|
+
"Active filters: {}": "ตัวกรองที่ใช้งานอยู่: {}",
|
|
339
|
+
"Sort by Ascending": "เรียงลำดับจากน้อยไปมาก",
|
|
340
|
+
"Sort by Descending": "เรียงลำดับจากมากไปน้อย",
|
|
341
|
+
"Please correct the following errors.": "กรุณาแก้ไขข้อผิดพลาดต่อไปนี้",
|
|
342
|
+
"Change start date, {date}": "เปลี่ยนวันที่เริ่มต้น, {date}",
|
|
343
|
+
"Change end date, {date}": "เปลี่ยนวันที่สิ้นสุด, {date}",
|
|
344
|
+
"Collapse feed": "ยุบฟีด",
|
|
345
|
+
"Expand feed": "ขยายฟีด",
|
|
346
|
+
"Customize view": "ปรับแต่งมุมมอง",
|
|
347
|
+
"Select menu": "เลือกเมนู",
|
|
348
|
+
"Increase value": "เพิ่มค่า",
|
|
349
|
+
"Decrease value": "ลดค่า"
|
|
333
350
|
}
|
|
@@ -329,5 +329,22 @@
|
|
|
329
329
|
"Ascending": "Artan",
|
|
330
330
|
"Descending": "Azalan",
|
|
331
331
|
"Scroll to start": "Başlangıca kaydır",
|
|
332
|
-
"Scroll to end": "Sona kaydır"
|
|
332
|
+
"Scroll to end": "Sona kaydır",
|
|
333
|
+
"Line chart": "Çizgi grafik",
|
|
334
|
+
"Bar chart": "Çubuk grafik",
|
|
335
|
+
"Pie chart": "Pasta grafik",
|
|
336
|
+
"Previous date period": "Önceki tarih dönemi",
|
|
337
|
+
"Next date period": "Sonraki tarih dönemi",
|
|
338
|
+
"Active filters: {}": "Etkin filtreler: {}",
|
|
339
|
+
"Sort by Ascending": "Artan sırada sırala",
|
|
340
|
+
"Sort by Descending": "Azalan sırada sırala",
|
|
341
|
+
"Please correct the following errors.": "Lütfen aşağıdaki hataları düzeltin.",
|
|
342
|
+
"Change start date, {date}": "Başlangıç tarihini değiştir, {date}",
|
|
343
|
+
"Change end date, {date}": "Bitiş tarihini değiştir, {date}",
|
|
344
|
+
"Collapse feed": "Akışı daralt",
|
|
345
|
+
"Expand feed": "Akışı genişlet",
|
|
346
|
+
"Customize view": "Görünümü özelleştir",
|
|
347
|
+
"Select menu": "Menü seç",
|
|
348
|
+
"Increase value": "Değeri artır",
|
|
349
|
+
"Decrease value": "Değeri azalt"
|
|
333
350
|
}
|
|
@@ -329,5 +329,22 @@
|
|
|
329
329
|
"Ascending": "升序",
|
|
330
330
|
"Descending": "降序",
|
|
331
331
|
"Scroll to start": "滚动至开头",
|
|
332
|
-
"Scroll to end": "滚动至末尾"
|
|
332
|
+
"Scroll to end": "滚动至末尾",
|
|
333
|
+
"Line chart": "折线图",
|
|
334
|
+
"Bar chart": "条形图",
|
|
335
|
+
"Pie chart": "饼图",
|
|
336
|
+
"Previous date period": "上一个日期周期",
|
|
337
|
+
"Next date period": "下一个日期周期",
|
|
338
|
+
"Active filters: {}": "活动筛选器:{}",
|
|
339
|
+
"Sort by Ascending": "升序排序",
|
|
340
|
+
"Sort by Descending": "降序排序",
|
|
341
|
+
"Please correct the following errors.": "请更正以下错误。",
|
|
342
|
+
"Change start date, {date}": "更改开始日期,{date}",
|
|
343
|
+
"Change end date, {date}": "更改结束日期,{date}",
|
|
344
|
+
"Collapse feed": "折叠动态",
|
|
345
|
+
"Expand feed": "展开动态",
|
|
346
|
+
"Customize view": "自定义视图",
|
|
347
|
+
"Select menu": "选择菜单",
|
|
348
|
+
"Increase value": "增加值",
|
|
349
|
+
"Decrease value": "减少值"
|
|
333
350
|
}
|
|
@@ -329,5 +329,22 @@
|
|
|
329
329
|
"Ascending": "遞增",
|
|
330
330
|
"Descending": "遞減",
|
|
331
331
|
"Scroll to start": "捲動至開始處",
|
|
332
|
-
"Scroll to end": "捲動至結尾處"
|
|
332
|
+
"Scroll to end": "捲動至結尾處",
|
|
333
|
+
"Line chart": "折線圖",
|
|
334
|
+
"Bar chart": "橫條圖",
|
|
335
|
+
"Pie chart": "圓形圖",
|
|
336
|
+
"Previous date period": "上一個日期週期",
|
|
337
|
+
"Next date period": "下一個日期週期",
|
|
338
|
+
"Active filters: {}": "活動篩選器:{}",
|
|
339
|
+
"Sort by Ascending": "升序排序",
|
|
340
|
+
"Sort by Descending": "降序排序",
|
|
341
|
+
"Please correct the following errors.": "請更正以下錯誤。",
|
|
342
|
+
"Change start date, {date}": "更改開始日期,{date}",
|
|
343
|
+
"Change end date, {date}": "更改結束日期,{date}",
|
|
344
|
+
"Collapse feed": "摺疊動態",
|
|
345
|
+
"Expand feed": "展開動態",
|
|
346
|
+
"Customize view": "自訂檢視",
|
|
347
|
+
"Select menu": "選擇功能表",
|
|
348
|
+
"Increase value": "增加值",
|
|
349
|
+
"Decrease value": "減少值"
|
|
333
350
|
}
|
|
@@ -33,7 +33,13 @@ class TranslationsDictionary {
|
|
|
33
33
|
["ko-KR", {}],
|
|
34
34
|
["zh-TW", {}],
|
|
35
35
|
["ro-RO", {}],
|
|
36
|
-
["ar", {}]
|
|
36
|
+
["ar", {}],
|
|
37
|
+
["bg-BG", {}],
|
|
38
|
+
["et-EE", {}],
|
|
39
|
+
["el-GR", {}],
|
|
40
|
+
["lv-LV", {}],
|
|
41
|
+
["lt-LT", {}],
|
|
42
|
+
["ka-GE", {}]
|
|
37
43
|
]);
|
|
38
44
|
}
|
|
39
45
|
getDictionaries() {
|