@geotab/zenith 3.16.0-beta.0 → 3.16.0-beta.2
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 +25 -0
- package/dist/advancedGroupsFilter/advancedGroupsFilter.js +3 -3
- package/dist/advancedGroupsFilter/advancedGroupsFilterForm.js +2 -2
- package/dist/advancedGroupsFilter/advancedGroupsFilterFormSection.js +7 -7
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +1 -1
- package/dist/alertRaw/alertRaw.js +1 -1
- package/dist/banner/bannerMultipLine.js +1 -1
- package/dist/banner/bannerSingleLine.js +1 -1
- package/dist/banner/utils/useSummaryBannerProp.js +1 -1
- package/dist/betaPill/betaPill.js +4 -4
- package/dist/bookmark/bookmark.js +2 -2
- package/dist/bulkEditControl/bulkEditControl.js +5 -5
- package/dist/calendar/calendar.js +30 -30
- package/dist/calendar/calendarUtils.js +6 -6
- package/dist/card/card.js +1 -1
- package/dist/chart/accessibleChart/accessibleChartNarrative.js +13 -13
- package/dist/chart/accessibleChart/accessibleChartTable.js +5 -5
- package/dist/chart/accessibleChart/generatePieNarrative.js +6 -6
- package/dist/chart/barChart.js +1 -1
- package/dist/chart/chart.js +1 -1
- package/dist/chart/chartAxis/chartAxis.js +2 -2
- package/dist/chart/lineChart.js +1 -1
- package/dist/chart/pieChart.js +1 -1
- package/dist/checkboxListWithAction/checkboxListWithAction.js +4 -4
- package/dist/chip/chip.js +1 -1
- package/dist/columnsSelector/columnsSelector.js +2 -2
- package/dist/columnsSelector/columnsTab/columnsTab.js +1 -1
- package/dist/columnsSelector/columnsTabGroup/columnsTabGroup.js +1 -1
- package/dist/controlledPopup/controlledPopup.d.ts +1 -1
- package/dist/controlledPopup/controlledPopup.js +17 -3
- package/dist/dataFeed/feedExpandControl/feedExpandControl.js +2 -2
- package/dist/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +1 -1
- package/dist/dataGrid/dataGrid.js +1 -1
- package/dist/dataGrid/emptySearchList/emptySearchList.js +1 -1
- package/dist/dataGrid/entitiesListActions/actions/columnsListButton.js +1 -1
- package/dist/dataGrid/entitiesListActions/actions/fullscreenButton.js +2 -2
- package/dist/dataGrid/withFlexibleColumns/components/columnSettings.js +2 -2
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +1 -1
- package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +5 -5
- package/dist/dataGrid/withSelectableRows/withSelectableRows.js +4 -4
- package/dist/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +2 -2
- package/dist/dateInputInner/dateInputInner.js +7 -7
- package/dist/dateInputInner/dateInputInnerControlBlock.js +2 -2
- package/dist/dateInputRaw/dateInputRaw.js +3 -3
- package/dist/dateInputRaw/utils/getLabel.js +2 -2
- package/dist/dateRangeInner/dateRangeInner.js +1 -1
- package/dist/dateRangeRaw/dateRangeRaw.js +10 -10
- package/dist/dateRangeRaw/utils/dateRangeUtils.js +17 -17
- package/dist/dateSelectionWrapper/dateSelectionWrapper.js +4 -4
- package/dist/dialog/dialogContent.js +1 -1
- package/dist/dropdown/dropdownTrigger.d.ts +1 -1
- package/dist/dropdownRaw/dropdownList.js +9 -9
- package/dist/dropdownRaw/dropdownPopup.js +3 -3
- package/dist/dropdownRaw/dropdownRaw.js +249 -3
- package/dist/dropdownRaw/dropdownSearchableTrigger.d.ts +2 -1
- package/dist/dropdownRaw/dropdownSearchableTrigger.js +8 -6
- package/dist/dropdownRaw/dropdownTrigger.d.ts +2 -1
- package/dist/dropdownRaw/dropdownTrigger.js +2 -2
- package/dist/dropdownRaw/types.d.ts +7 -0
- package/dist/favoriteButton/favoriteButton.js +1 -1
- package/dist/fileUpload/components/dropZoneContent.js +4 -4
- package/dist/fileUpload/components/templateDownloadSection.js +1 -1
- package/dist/fileUpload/components/uploadedFilesSection.js +2 -2
- package/dist/fileUpload/fileUpload.js +6 -6
- package/dist/filters/components/filtersContainer.js +3 -3
- package/dist/filters/components/filtersEmptyState.js +2 -2
- package/dist/filters/components/filtersSaveModal.js +5 -5
- package/dist/filters/components/filtersSavedChipComponent.js +11 -11
- package/dist/filters/components/filtersSearchItemData.js +1 -1
- package/dist/filters/components/filtersSearchList.js +9 -9
- package/dist/filters/components/filtersSelect.js +1 -1
- package/dist/filters/components/filtersSelectListItem.js +2 -2
- package/dist/filters/components/filtersSidePanel.js +8 -8
- package/dist/filters/filters.js +4 -3
- package/dist/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +18 -18
- package/dist/filtersBar/components/resetComponentButton.js +1 -1
- package/dist/filtersBar/filtersBarActions/filtersBarActions.js +4 -4
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +2 -2
- package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +5 -5
- package/dist/filtersBar/filtersContainer/filtersContainer.js +2 -2
- package/dist/formField/hooks/useError.js +3 -3
- package/dist/formGroup/components/reviewListToggle/reviewListToggle.js +2 -2
- package/dist/formGroup/hooks/useToggle.js +1 -1
- package/dist/formLayout/hooks/useError.js +3 -3
- package/dist/formLayout/hooks/useFormButtons.js +3 -3
- package/dist/formSection/hooks/useError.js +3 -3
- package/dist/formStepper/components/formStep.js +1 -1
- package/dist/formStepper/formStepper.js +2 -2
- package/dist/formStepperButtons/formStepperButtons.js +4 -4
- package/dist/groupsFilterRaw/groupsFilterAdjustmentState.js +4 -4
- package/dist/groupsFilterRaw/groupsFilterBox.js +3 -3
- package/dist/groupsFilterRaw/groupsFilterCommon.js +2 -2
- package/dist/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +5 -5
- package/dist/groupsFilterRaw/groupsFilterHelper.js +2 -2
- package/dist/groupsFilterRaw/groupsFilterInitialState.js +8 -8
- package/dist/groupsFilterRaw/groupsFilterMenu.js +3 -3
- package/dist/groupsFilterRaw/groupsFilterRaw.js +8 -8
- package/dist/groupsFilterRaw/groupsFilterTrigger.js +2 -2
- package/dist/groupsFilterRaw/groupsHelper.js +22 -22
- package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/dist/header/components/mobileFilterControl/mobileFilterControl.js +1 -1
- package/dist/header/components/mobileSearchControl/mobileSearchControl.js +3 -3
- package/dist/header/headerBack.js +1 -1
- package/dist/index.css +89 -83
- package/dist/index.d.ts +3 -0
- package/dist/index.js +8 -3
- package/dist/lineChart/lineChart.js +1 -1
- package/dist/lineChartMini/lineChartMini.js +1 -1
- package/dist/list/itemData/itemDataInternal.js +2 -2
- package/dist/list/listItem/listItem.js +2 -2
- package/dist/menu/components/menuErrorItem.js +2 -2
- package/dist/mobileSheet/mobileSheet.js +2 -2
- package/dist/modal/modal.js +1 -1
- package/dist/nav/navFooter/navEditFooter/navEditFooter.js +2 -2
- package/dist/nav/navFooter/navFooter.js +1 -1
- package/dist/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/dist/nav/navHeader/navHeader.js +2 -2
- package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +2 -2
- package/dist/nav/navMobileBar/navMobileBar.js +1 -1
- package/dist/notification/notification.js +1 -1
- package/dist/pagination/paginationArrow.js +2 -2
- package/dist/pagination/paginationText/paginationText.js +1 -1
- package/dist/pill/components/pillNonActionable/pillNonActionable.js +1 -1
- package/dist/pillBox/components/pillBoxItem.js +1 -1
- package/dist/pillBox/pillBox.js +3 -3
- package/dist/pillExpandable/pillExpandable.js +1 -1
- package/dist/pillExpandable/pillExpandableAlignments.js +65 -48
- package/dist/progressIndicator/progressIndicator.d.ts +4 -4
- package/dist/progressIndicator/progressIndicator.js +4 -4
- package/dist/rangeRaw/rangeRaw.js +7 -7
- package/dist/rangeRaw/utils/rangeHelper.js +7 -7
- package/dist/searchInputRaw/searchInputRaw.js +2 -2
- package/dist/selectList/selectList.js +2 -2
- package/dist/skeleton/skeleton.js +1 -1
- package/dist/sortControl/sortControl.js +5 -5
- package/dist/stepperRaw/stepperRaw.js +2 -2
- package/dist/summary/summary.js +2 -2
- package/dist/summaryTile/summaryTile.js +1 -1
- package/dist/table/actions/actionsMenu.js +2 -2
- package/dist/table/detailPanel/detailPanel.js +1 -1
- package/dist/table/detailPanel/detailPanelHeader.js +2 -2
- package/dist/table/flexible/columnSettings.js +2 -2
- package/dist/table/flexible/columnsPopup.js +1 -1
- package/dist/table/nested/useNestedRows.js +2 -2
- package/dist/table/selectable/selectableHeader.js +5 -5
- package/dist/table/selectable/useSelectableRows.js +2 -2
- package/dist/table/sortable/mobileSortControl.js +3 -3
- package/dist/table/sortable/sortableHeader.js +2 -2
- package/dist/table/table.d.ts +4 -0
- package/dist/table/table.js +10 -6
- package/dist/tabs/tabs.js +2 -2
- package/dist/tag/tag.d.ts +3 -2
- package/dist/tag/tag.js +3 -2
- package/dist/timePickerRaw/timePickerRaw.js +7 -7
- package/dist/toastRaw/toastRaw.js +1 -1
- package/dist/toggleButtonRaw/toggleButtonRaw.js +2 -2
- package/dist/tooltip/tooltip.js +5 -2
- package/dist/utils/formatDate.js +37 -37
- package/dist/utils/localization/flipAlignment.js +5 -1
- package/dist/utils/localization/getSupportedLanguage.d.ts +1 -1
- package/dist/utils/localization/getSupportedLanguage.js +8 -2
- package/dist/utils/localization/getTextDirection.js +1 -1
- package/dist/utils/localization/languageContext.d.ts +1 -1
- package/dist/utils/localization/translations/{ar.json → ar-001.json} +54 -53
- package/dist/utils/localization/translationsDictionary.js +1 -1
- package/dist/utils/localization/useRTLAlignment.d.ts +6 -0
- package/dist/utils/localization/useRTLAlignment.js +6 -0
- package/esm/advancedGroupsFilter/advancedGroupsFilter.js +3 -3
- package/esm/advancedGroupsFilter/advancedGroupsFilterForm.js +2 -2
- package/esm/advancedGroupsFilter/advancedGroupsFilterFormSection.js +7 -7
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +1 -1
- package/esm/alertRaw/alertRaw.js +1 -1
- package/esm/banner/bannerMultipLine.js +1 -1
- package/esm/banner/bannerSingleLine.js +1 -1
- package/esm/banner/utils/useSummaryBannerProp.js +1 -1
- package/esm/betaPill/betaPill.js +4 -4
- package/esm/bookmark/bookmark.js +2 -2
- package/esm/bulkEditControl/bulkEditControl.js +5 -5
- package/esm/calendar/calendar.js +30 -30
- package/esm/calendar/calendarUtils.js +6 -6
- package/esm/card/card.js +1 -1
- package/esm/chart/accessibleChart/accessibleChartNarrative.js +13 -13
- package/esm/chart/accessibleChart/accessibleChartTable.js +5 -5
- package/esm/chart/accessibleChart/generatePieNarrative.js +6 -6
- package/esm/chart/barChart.js +1 -1
- package/esm/chart/chart.js +1 -1
- package/esm/chart/chartAxis/chartAxis.js +2 -2
- package/esm/chart/lineChart.js +1 -1
- package/esm/chart/pieChart.js +1 -1
- package/esm/checkboxListWithAction/checkboxListWithAction.js +4 -4
- package/esm/chip/chip.js +1 -1
- package/esm/columnsSelector/columnsSelector.js +2 -2
- package/esm/columnsSelector/columnsTab/columnsTab.js +1 -1
- package/esm/columnsSelector/columnsTabGroup/columnsTabGroup.js +1 -1
- package/esm/controlledPopup/controlledPopup.d.ts +1 -1
- package/esm/controlledPopup/controlledPopup.js +17 -3
- package/esm/dataFeed/feedExpandControl/feedExpandControl.js +2 -2
- package/esm/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +1 -1
- package/esm/dataGrid/dataGrid.js +1 -1
- package/esm/dataGrid/emptySearchList/emptySearchList.js +1 -1
- package/esm/dataGrid/entitiesListActions/actions/columnsListButton.js +1 -1
- package/esm/dataGrid/entitiesListActions/actions/fullscreenButton.js +2 -2
- package/esm/dataGrid/withFlexibleColumns/components/columnSettings.js +2 -2
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +1 -1
- package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +5 -5
- package/esm/dataGrid/withSelectableRows/withSelectableRows.js +4 -4
- package/esm/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +2 -2
- package/esm/dateInputInner/dateInputInner.js +7 -7
- package/esm/dateInputInner/dateInputInnerControlBlock.js +2 -2
- package/esm/dateInputRaw/dateInputRaw.js +3 -3
- package/esm/dateInputRaw/utils/getLabel.js +2 -2
- package/esm/dateRangeInner/dateRangeInner.js +1 -1
- package/esm/dateRangeRaw/dateRangeRaw.js +10 -10
- package/esm/dateRangeRaw/utils/dateRangeUtils.js +17 -17
- package/esm/dateSelectionWrapper/dateSelectionWrapper.js +4 -4
- package/esm/dialog/dialogContent.js +1 -1
- package/esm/dropdown/dropdownTrigger.d.ts +1 -1
- package/esm/dropdownRaw/dropdownList.js +9 -9
- package/esm/dropdownRaw/dropdownPopup.js +3 -3
- package/esm/dropdownRaw/dropdownRaw.js +249 -3
- package/esm/dropdownRaw/dropdownSearchableTrigger.d.ts +2 -1
- package/esm/dropdownRaw/dropdownSearchableTrigger.js +8 -6
- package/esm/dropdownRaw/dropdownTrigger.d.ts +2 -1
- package/esm/dropdownRaw/dropdownTrigger.js +2 -2
- package/esm/dropdownRaw/types.d.ts +7 -0
- package/esm/favoriteButton/favoriteButton.js +1 -1
- package/esm/fileUpload/components/dropZoneContent.js +4 -4
- package/esm/fileUpload/components/templateDownloadSection.js +1 -1
- package/esm/fileUpload/components/uploadedFilesSection.js +2 -2
- package/esm/fileUpload/fileUpload.js +6 -6
- package/esm/filters/components/filtersContainer.js +3 -3
- package/esm/filters/components/filtersEmptyState.js +2 -2
- package/esm/filters/components/filtersSaveModal.js +5 -5
- package/esm/filters/components/filtersSavedChipComponent.js +11 -11
- package/esm/filters/components/filtersSearchItemData.js +1 -1
- package/esm/filters/components/filtersSearchList.js +9 -9
- package/esm/filters/components/filtersSelect.js +1 -1
- package/esm/filters/components/filtersSelectListItem.js +2 -2
- package/esm/filters/components/filtersSidePanel.js +8 -8
- package/esm/filters/filters.js +4 -3
- package/esm/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +18 -18
- package/esm/filtersBar/components/resetComponentButton.js +1 -1
- package/esm/filtersBar/filtersBarActions/filtersBarActions.js +4 -4
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +2 -2
- package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +5 -5
- package/esm/filtersBar/filtersContainer/filtersContainer.js +2 -2
- package/esm/formField/hooks/useError.js +3 -3
- package/esm/formGroup/components/reviewListToggle/reviewListToggle.js +2 -2
- package/esm/formGroup/hooks/useToggle.js +1 -1
- package/esm/formLayout/hooks/useError.js +3 -3
- package/esm/formLayout/hooks/useFormButtons.js +3 -3
- package/esm/formSection/hooks/useError.js +3 -3
- package/esm/formStepper/components/formStep.js +1 -1
- package/esm/formStepper/formStepper.js +2 -2
- package/esm/formStepperButtons/formStepperButtons.js +4 -4
- package/esm/groupsFilterRaw/groupsFilterAdjustmentState.js +4 -4
- package/esm/groupsFilterRaw/groupsFilterBox.js +3 -3
- package/esm/groupsFilterRaw/groupsFilterCommon.js +2 -2
- package/esm/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +5 -5
- package/esm/groupsFilterRaw/groupsFilterHelper.js +2 -2
- package/esm/groupsFilterRaw/groupsFilterInitialState.js +8 -8
- package/esm/groupsFilterRaw/groupsFilterMenu.js +3 -3
- package/esm/groupsFilterRaw/groupsFilterRaw.js +8 -8
- package/esm/groupsFilterRaw/groupsFilterTrigger.js +2 -2
- package/esm/groupsFilterRaw/groupsHelper.js +22 -22
- package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/esm/header/components/mobileFilterControl/mobileFilterControl.js +1 -1
- package/esm/header/components/mobileSearchControl/mobileSearchControl.js +3 -3
- package/esm/header/headerBack.js +1 -1
- package/esm/index.d.ts +3 -0
- package/esm/index.js +2 -0
- package/esm/lineChart/lineChart.js +1 -1
- package/esm/lineChartMini/lineChartMini.js +1 -1
- package/esm/list/itemData/itemDataInternal.js +2 -2
- package/esm/list/listItem/listItem.js +2 -2
- package/esm/menu/components/menuErrorItem.js +2 -2
- package/esm/mobileSheet/mobileSheet.js +2 -2
- package/esm/modal/modal.js +1 -1
- package/esm/nav/navFooter/navEditFooter/navEditFooter.js +2 -2
- package/esm/nav/navFooter/navFooter.js +1 -1
- package/esm/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/esm/nav/navHeader/navHeader.js +2 -2
- package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +2 -2
- package/esm/nav/navMobileBar/navMobileBar.js +1 -1
- package/esm/notification/notification.js +1 -1
- package/esm/pagination/paginationArrow.js +2 -2
- package/esm/pagination/paginationText/paginationText.js +1 -1
- package/esm/pill/components/pillNonActionable/pillNonActionable.js +1 -1
- package/esm/pillBox/components/pillBoxItem.js +1 -1
- package/esm/pillBox/pillBox.js +3 -3
- package/esm/pillExpandable/pillExpandable.js +1 -1
- package/esm/pillExpandable/pillExpandableAlignments.js +65 -48
- package/esm/progressIndicator/progressIndicator.d.ts +4 -4
- package/esm/progressIndicator/progressIndicator.js +4 -4
- package/esm/rangeRaw/rangeRaw.js +7 -7
- package/esm/rangeRaw/utils/rangeHelper.js +7 -7
- package/esm/searchInputRaw/searchInputRaw.js +2 -2
- package/esm/selectList/selectList.js +2 -2
- package/esm/skeleton/skeleton.js +1 -1
- package/esm/sortControl/sortControl.js +5 -5
- package/esm/stepperRaw/stepperRaw.js +2 -2
- package/esm/summary/summary.js +2 -2
- package/esm/summaryTile/summaryTile.js +1 -1
- package/esm/table/actions/actionsMenu.js +2 -2
- package/esm/table/detailPanel/detailPanel.js +1 -1
- package/esm/table/detailPanel/detailPanelHeader.js +2 -2
- package/esm/table/flexible/columnSettings.js +2 -2
- package/esm/table/flexible/columnsPopup.js +1 -1
- package/esm/table/nested/useNestedRows.js +2 -2
- package/esm/table/selectable/selectableHeader.js +5 -5
- package/esm/table/selectable/useSelectableRows.js +2 -2
- package/esm/table/sortable/mobileSortControl.js +3 -3
- package/esm/table/sortable/sortableHeader.js +2 -2
- package/esm/table/table.d.ts +4 -0
- package/esm/table/table.js +9 -5
- package/esm/tabs/tabs.js +2 -2
- package/esm/tag/tag.d.ts +3 -2
- package/esm/tag/tag.js +3 -2
- package/esm/timePickerRaw/timePickerRaw.js +7 -7
- package/esm/toastRaw/toastRaw.js +1 -1
- package/esm/toggleButtonRaw/toggleButtonRaw.js +2 -2
- package/esm/tooltip/tooltip.js +5 -2
- package/esm/utils/formatDate.js +37 -37
- package/esm/utils/localization/flipAlignment.js +5 -1
- package/esm/utils/localization/getSupportedLanguage.d.ts +1 -1
- package/esm/utils/localization/getSupportedLanguage.js +8 -2
- package/esm/utils/localization/getTextDirection.js +1 -1
- package/esm/utils/localization/languageContext.d.ts +1 -1
- package/esm/utils/localization/translations/{ar.json → ar-001.json} +54 -53
- package/esm/utils/localization/translationsDictionary.js +1 -1
- package/esm/utils/localization/useRTLAlignment.d.ts +6 -0
- package/esm/utils/localization/useRTLAlignment.js +6 -0
- package/package.json +1 -1
|
@@ -1,53 +1,70 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.alignments = void 0;
|
|
4
|
+
const topFn = (triggerRect, popupRect, parentRect, _, paddingY) => ({
|
|
5
|
+
top: triggerRect.top - parentRect.top - popupRect.height + paddingY,
|
|
6
|
+
left: triggerRect.left - parentRect.left - (popupRect.width - triggerRect.width) / 2
|
|
7
|
+
});
|
|
8
|
+
const topLeftFn = (triggerRect, popupRect, parentRect, paddingX, paddingY) => ({
|
|
9
|
+
top: triggerRect.top - parentRect.top - popupRect.height + paddingY,
|
|
10
|
+
left: triggerRect.left - parentRect.left - paddingX
|
|
11
|
+
});
|
|
12
|
+
const topRightFn = (triggerRect, popupRect, parentRect, paddingX, paddingY) => ({
|
|
13
|
+
top: triggerRect.top - parentRect.top - popupRect.height + paddingY,
|
|
14
|
+
right: parentRect.right - triggerRect.right - paddingX
|
|
15
|
+
});
|
|
16
|
+
const bottomFn = (triggerRect, popupRect, parentRect, paddingX, paddingY) => ({
|
|
17
|
+
top: triggerRect.top - parentRect.top + triggerRect.height - paddingY,
|
|
18
|
+
left: triggerRect.left - parentRect.left - (popupRect.width - triggerRect.width) / 2 - paddingX / 2
|
|
19
|
+
});
|
|
20
|
+
const bottomLeftFn = (triggerRect, _1, parentRect, paddingX, paddingY) => ({
|
|
21
|
+
top: triggerRect.top - parentRect.top + triggerRect.height - paddingY,
|
|
22
|
+
left: triggerRect.left - parentRect.left - paddingX
|
|
23
|
+
});
|
|
24
|
+
const bottomRightFn = (triggerRect, _1, parentRect, paddingX, paddingY) => ({
|
|
25
|
+
top: triggerRect.top - parentRect.top + triggerRect.height - paddingY,
|
|
26
|
+
right: parentRect.right - triggerRect.right - paddingX
|
|
27
|
+
});
|
|
28
|
+
const leftFn = (triggerRect, popupRect, parentRect, paddingX, _) => ({
|
|
29
|
+
right: parentRect.right - triggerRect.right + triggerRect.width - paddingX / 2,
|
|
30
|
+
top: triggerRect.top - parentRect.top - (popupRect.height - triggerRect.height) / 2
|
|
31
|
+
});
|
|
32
|
+
const leftTopFn = (triggerRect, _1, parentRect, paddingX, paddingY) => ({
|
|
33
|
+
right: parentRect.right - triggerRect.right + triggerRect.width - paddingX,
|
|
34
|
+
top: triggerRect.top - parentRect.top - paddingY
|
|
35
|
+
});
|
|
36
|
+
const leftBottomFn = (triggerRect, _1, parentRect, paddingX, paddingY) => ({
|
|
37
|
+
right: parentRect.right - triggerRect.right + triggerRect.width - paddingX,
|
|
38
|
+
top: parentRect.bottom - triggerRect.bottom - paddingY
|
|
39
|
+
});
|
|
40
|
+
const rightFn = (triggerRect, popupRect, parentRect, paddingX, _) => ({
|
|
41
|
+
left: triggerRect.left - parentRect.left + triggerRect.width - paddingX / 2,
|
|
42
|
+
top: triggerRect.top - parentRect.top - (popupRect.height - triggerRect.height) / 2
|
|
43
|
+
});
|
|
44
|
+
const rightTopFn = (triggerRect, _1, parentRect, paddingX, paddingY) => ({
|
|
45
|
+
left: triggerRect.left - parentRect.left + triggerRect.width - paddingX,
|
|
46
|
+
top: triggerRect.top - parentRect.top - paddingY / 2
|
|
47
|
+
});
|
|
48
|
+
const rightBottomFn = (triggerRect, _1, parentRect, paddingX, paddingY) => ({
|
|
49
|
+
left: triggerRect.left - parentRect.left + triggerRect.width - paddingX,
|
|
50
|
+
bottom: parentRect.bottom - triggerRect.bottom - paddingY / 2
|
|
51
|
+
});
|
|
4
52
|
exports.alignments = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"top
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
bottom:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
top: triggerRect.top - parentRect.top + triggerRect.height - paddingY,
|
|
23
|
-
left: triggerRect.left - parentRect.left - paddingX
|
|
24
|
-
}),
|
|
25
|
-
"bottom-right": (triggerRect, _1, parentRect, paddingX, paddingY) => ({
|
|
26
|
-
top: triggerRect.top - parentRect.top + triggerRect.height - paddingY,
|
|
27
|
-
right: parentRect.right - triggerRect.right - paddingX
|
|
28
|
-
}),
|
|
29
|
-
left: (triggerRect, popupRect, parentRect, paddingX, _) => ({
|
|
30
|
-
right: parentRect.right - triggerRect.right + triggerRect.width - paddingX / 2,
|
|
31
|
-
top: triggerRect.top - parentRect.top - (popupRect.height - triggerRect.height) / 2
|
|
32
|
-
}),
|
|
33
|
-
"left-top": (triggerRect, _1, parentRect, paddingX, paddingY) => ({
|
|
34
|
-
right: parentRect.right - triggerRect.right + triggerRect.width - paddingX,
|
|
35
|
-
top: triggerRect.top - parentRect.top - paddingY
|
|
36
|
-
}),
|
|
37
|
-
"left-bottom": (triggerRect, _1, parentRect, paddingX, paddingY) => ({
|
|
38
|
-
right: parentRect.right - triggerRect.right + triggerRect.width - paddingX,
|
|
39
|
-
top: parentRect.bottom - triggerRect.bottom - paddingY
|
|
40
|
-
}),
|
|
41
|
-
right: (triggerRect, popupRect, parentRect, paddingX, _) => ({
|
|
42
|
-
left: triggerRect.left - parentRect.left + triggerRect.width - paddingX / 2,
|
|
43
|
-
top: triggerRect.top - parentRect.top - (popupRect.height - triggerRect.height) / 2
|
|
44
|
-
}),
|
|
45
|
-
"right-top": (triggerRect, _1, parentRect, paddingX, paddingY) => ({
|
|
46
|
-
left: triggerRect.left - parentRect.left + triggerRect.width - paddingX,
|
|
47
|
-
top: triggerRect.top - parentRect.top - paddingY / 2
|
|
48
|
-
}),
|
|
49
|
-
"right-bottom": (triggerRect, _1, parentRect, paddingX, paddingY) => ({
|
|
50
|
-
left: triggerRect.left - parentRect.left + triggerRect.width - paddingX,
|
|
51
|
-
bottom: parentRect.bottom - triggerRect.bottom - paddingY / 2
|
|
52
|
-
})
|
|
53
|
+
// Physical keys
|
|
54
|
+
top: topFn,
|
|
55
|
+
"top-left": topLeftFn,
|
|
56
|
+
"top-right": topRightFn,
|
|
57
|
+
bottom: bottomFn,
|
|
58
|
+
"bottom-left": bottomLeftFn,
|
|
59
|
+
"bottom-right": bottomRightFn,
|
|
60
|
+
left: leftFn,
|
|
61
|
+
"left-top": leftTopFn,
|
|
62
|
+
"left-bottom": leftBottomFn,
|
|
63
|
+
right: rightFn,
|
|
64
|
+
"right-top": rightTopFn,
|
|
65
|
+
"right-bottom": rightBottomFn
|
|
66
|
+
// Logical alignment keys are intentionally absent. calculatePosition always calls
|
|
67
|
+
// normalizeLogicalAlignment before indexing alignmentsFn, so logical keys are never
|
|
68
|
+
// looked up here. Including them with LTR-semantic functions would silently
|
|
69
|
+
// return wrong positions for RTL consumers that index the map directly.
|
|
53
70
|
};
|
|
@@ -25,10 +25,10 @@ export interface IProgressIndicator extends Pick<IZenComponentProps, "className"
|
|
|
25
25
|
/**
|
|
26
26
|
* A compact, pill-shaped progress visual built for table cells.
|
|
27
27
|
*
|
|
28
|
-
*
|
|
29
|
-
* `render`. It is distinct from `ProgressBar`:
|
|
30
|
-
* colors (positive / negative / default / warning)
|
|
31
|
-
* semantics, and always renders as a full-width pill.
|
|
28
|
+
* Built for the `Table` and exposed only as `Table.ProgressIndicator`, for use
|
|
29
|
+
* inside a data grid column's inline `render`. It is distinct from `ProgressBar`:
|
|
30
|
+
* it exposes categorical fill colors (positive / negative / default / warning)
|
|
31
|
+
* rather than low/average/high semantics, and always renders as a full-width pill.
|
|
32
32
|
*
|
|
33
33
|
* A `label` is required: it names the `progressbar` for assistive technology
|
|
34
34
|
* (applied as `aria-label`) and is not rendered visually.
|
|
@@ -14,10 +14,10 @@ var ProgressIndicatorType;
|
|
|
14
14
|
/**
|
|
15
15
|
* A compact, pill-shaped progress visual built for table cells.
|
|
16
16
|
*
|
|
17
|
-
*
|
|
18
|
-
* `render`. It is distinct from `ProgressBar`:
|
|
19
|
-
* colors (positive / negative / default / warning)
|
|
20
|
-
* semantics, and always renders as a full-width pill.
|
|
17
|
+
* Built for the `Table` and exposed only as `Table.ProgressIndicator`, for use
|
|
18
|
+
* inside a data grid column's inline `render`. It is distinct from `ProgressBar`:
|
|
19
|
+
* it exposes categorical fill colors (positive / negative / default / warning)
|
|
20
|
+
* rather than low/average/high semantics, and always renders as a full-width pill.
|
|
21
21
|
*
|
|
22
22
|
* A `label` is required: it names the `progressbar` for assistive technology
|
|
23
23
|
* (applied as `aria-label`) and is not rendered visually.
|
|
@@ -47,7 +47,7 @@ injectString("tr", "Min", "Min.");
|
|
|
47
47
|
injectString("zh-Hans", "Min", "\u6700\u5C0F");
|
|
48
48
|
injectString("zh-TW", "Min", "\u6700\u5C0F");
|
|
49
49
|
injectString("ro-RO", "Min", "Min.");
|
|
50
|
-
injectString("ar", "Min", "\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649");
|
|
50
|
+
injectString("ar-001", "Min", "\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649");
|
|
51
51
|
injectString("lt-LT", "Min", "Min");
|
|
52
52
|
injectString("lv-LV", "Min", "Min");
|
|
53
53
|
injectString("ka-GE", "Min", "\u10DB\u10D8\u10DC");
|
|
@@ -80,7 +80,7 @@ injectString("tr", "Max", "Maks.");
|
|
|
80
80
|
injectString("zh-Hans", "Max", "\u6700\u5927");
|
|
81
81
|
injectString("zh-TW", "Max", "\u6700\u5927");
|
|
82
82
|
injectString("ro-RO", "Max", "Max.");
|
|
83
|
-
injectString("ar", "Max", "\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649");
|
|
83
|
+
injectString("ar-001", "Max", "\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649");
|
|
84
84
|
injectString("lt-LT", "Max", "Maks");
|
|
85
85
|
injectString("lv-LV", "Max", "Maks");
|
|
86
86
|
injectString("ka-GE", "Max", "\u10DB\u10D0\u10E5\u10E1");
|
|
@@ -113,7 +113,7 @@ injectString("tr", "Range Filter popup", "Aral\u0131k Filtresi a\xE7\u0131l\u013
|
|
|
113
113
|
injectString("zh-Hans", "Range Filter popup", "\u201C\u8303\u56F4\u7B5B\u9009\u6761\u4EF6\u201D\u5F39\u51FA\u7A97\u53E3");
|
|
114
114
|
injectString("zh-TW", "Range Filter popup", "\u7BC4\u570D\u7BE9\u9078\u5F48\u51FA\u8996\u7A97");
|
|
115
115
|
injectString("ro-RO", "Range Filter popup", "Pop-up filtru interval");
|
|
116
|
-
injectString("ar", "Range Filter popup", "\u0646\u0627\u0641\u0630\u0629 \u0645\u0646\u0628\u062B\u0642\u0629 \u0644\u0639\u0627\u0645\u0644 \u062A\u0635\u0641\u064A\u0629 \u0627\u0644\u0646\u0637\u0627\u0642");
|
|
116
|
+
injectString("ar-001", "Range Filter popup", "\u0646\u0627\u0641\u0630\u0629 \u0645\u0646\u0628\u062B\u0642\u0629 \u0644\u0639\u0627\u0645\u0644 \u062A\u0635\u0641\u064A\u0629 \u0627\u0644\u0646\u0637\u0627\u0642");
|
|
117
117
|
injectString("lt-LT", "Range Filter popup", "Diapazono filtro i\u0161\u0161okantis langas");
|
|
118
118
|
injectString("lv-LV", "Range Filter popup", "Diapazona filtra uznirsto\u0161ais logs");
|
|
119
119
|
injectString("ka-GE", "Range Filter popup", "\u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10D8\u10E1 \u10E4\u10D8\u10DA\u10E2\u10E0\u10D8\u10E1 \u10E4\u10D0\u10DC\u10EF\u10D0\u10E0\u10D0");
|
|
@@ -146,7 +146,7 @@ injectString("tr", "Clear", "Temizle");
|
|
|
146
146
|
injectString("zh-Hans", "Clear", "\u6E05\u9664");
|
|
147
147
|
injectString("zh-TW", "Clear", "\u6E05\u9664");
|
|
148
148
|
injectString("ro-RO", "Clear", "\u0218terge\u021Bi");
|
|
149
|
-
injectString("ar", "Clear", "\u0645\u0633\u062D");
|
|
149
|
+
injectString("ar-001", "Clear", "\u0645\u0633\u062D");
|
|
150
150
|
injectString("lt-LT", "Clear", "I\u0161valyti");
|
|
151
151
|
injectString("lv-LV", "Clear", "Not\u012Br\u012Bt");
|
|
152
152
|
injectString("ka-GE", "Clear", "\u10D2\u10D0\u10E1\u10E3\u10E4\u10D7\u10D0\u10D5\u10D4\u10D1\u10D0");
|
|
@@ -179,7 +179,7 @@ injectString("tr", "Cancel", "\u0130ptal");
|
|
|
179
179
|
injectString("zh-Hans", "Cancel", "\u53D6\u6D88");
|
|
180
180
|
injectString("zh-TW", "Cancel", "\u53D6\u6D88");
|
|
181
181
|
injectString("ro-RO", "Cancel", "Anula\u021Bi");
|
|
182
|
-
injectString("ar", "Cancel", "\u0625\u0644\u063A\u0627\u0621");
|
|
182
|
+
injectString("ar-001", "Cancel", "\u0625\u0644\u063A\u0627\u0621");
|
|
183
183
|
injectString("lt-LT", "Cancel", "At\u0161aukti");
|
|
184
184
|
injectString("lv-LV", "Cancel", "Atcelt");
|
|
185
185
|
injectString("ka-GE", "Cancel", "\u10D2\u10D0\u10E3\u10E5\u10DB\u10D4\u10D1\u10D0");
|
|
@@ -212,7 +212,7 @@ injectString("tr", "Apply", "Uygula");
|
|
|
212
212
|
injectString("zh-Hans", "Apply", "\u5E94\u7528");
|
|
213
213
|
injectString("zh-TW", "Apply", "\u5957\u7528");
|
|
214
214
|
injectString("ro-RO", "Apply", "Aplica\u021Bi");
|
|
215
|
-
injectString("ar", "Apply", "\u062A\u0637\u0628\u064A\u0642");
|
|
215
|
+
injectString("ar-001", "Apply", "\u062A\u0637\u0628\u064A\u0642");
|
|
216
216
|
injectString("lt-LT", "Apply", "Taikyti");
|
|
217
217
|
injectString("lv-LV", "Apply", "Lietot");
|
|
218
218
|
injectString("ka-GE", "Apply", "\u10D2\u10D0\u10DB\u10DD\u10E7\u10D4\u10DC\u10D4\u10D1\u10D0");
|
|
@@ -245,7 +245,7 @@ injectString("tr", "{rangeName} values {values}", "{rangeName} de\u011Ferleri {v
|
|
|
245
245
|
injectString("zh-Hans", "{rangeName} values {values}", "{rangeName} \u503C {values}");
|
|
246
246
|
injectString("zh-TW", "{rangeName} values {values}", "{rangeName} \u7684\u503C\u70BA {values}");
|
|
247
247
|
injectString("ro-RO", "{rangeName} values {values}", "Valori {rangeName} {values}");
|
|
248
|
-
injectString("ar", "{rangeName} values {values}", "\u0642\u064A\u0645 {rangeName} \u0647\u064A {values}");
|
|
248
|
+
injectString("ar-001", "{rangeName} values {values}", "\u0642\u064A\u0645 {rangeName} \u0647\u064A {values}");
|
|
249
249
|
injectString("lt-LT", "{rangeName} values {values}", "{rangeName} reik\u0161m\u0117s {values}");
|
|
250
250
|
injectString("lv-LV", "{rangeName} values {values}", "{rangeName} v\u0113rt\u012Bbas {values}");
|
|
251
251
|
injectString("ka-GE", "{rangeName} values {values}", "{rangeName} \u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D4\u10D1\u10D8 {values}");
|
|
@@ -29,7 +29,7 @@ injectString("tr", "Must be in the {min} - {max} range", "{min} - {max} aral\u01
|
|
|
29
29
|
injectString("zh-Hans", "Must be in the {min} - {max} range", "\u5FC5\u987B\u5904\u4E8E {min} \u81F3 {max} \u8303\u56F4\u5185");
|
|
30
30
|
injectString("zh-TW", "Must be in the {min} - {max} range", "\u5FC5\u9808\u5728 {min} - {max} \u7BC4\u570D\u5167");
|
|
31
31
|
injectString("ro-RO", "Must be in the {min} - {max} range", "Trebuie s\u0103 fie \xEEn intervalul {min}-{max}");
|
|
32
|
-
injectString("ar", "Must be in the {min} - {max} range", "\u064A\u062C\u0628 \u0623\u0646 \
|
|
32
|
+
injectString("ar-001", "Must be in the {min} - {max} range", "\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0641\u064A \u0627\u0644\u0646\u0637\u0627\u0642 {min} - {max}");
|
|
33
33
|
injectString("lt-LT", "Must be in the {min} - {max} range", "Turi b\u016Bti diapazone {min} - {max}");
|
|
34
34
|
injectString("lv-LV", "Must be in the {min} - {max} range", "J\u0101b\u016Bt diapazon\u0101 {min} - {max}");
|
|
35
35
|
injectString("ka-GE", "Must be in the {min} - {max} range", "{min} - {max} \u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10E8\u10D8 \u10E3\u10DC\u10D3\u10D0 \u10D8\u10E7\u10DD\u10E1");
|
|
@@ -62,7 +62,7 @@ injectString("tr", "Must be more than {value}", "{value} de\u011Ferinden fazla o
|
|
|
62
62
|
injectString("zh-Hans", "Must be more than {value}", "\u5FC5\u987B\u5927\u4E8E {value}");
|
|
63
63
|
injectString("zh-TW", "Must be more than {value}", "\u5FC5\u9808\u5927\u65BC {value}");
|
|
64
64
|
injectString("ro-RO", "Must be more than {value}", "Trebuie s\u0103 fie mai mult de {value}");
|
|
65
|
-
injectString("ar", "Must be more than {value}", "\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0623\u0643\u062B\u0631 \u0645\u0646 {value}");
|
|
65
|
+
injectString("ar-001", "Must be more than {value}", "\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0623\u0643\u062B\u0631 \u0645\u0646 {value}");
|
|
66
66
|
injectString("lt-LT", "Must be more than {value}", "Turi b\u016Bti daugiau nei {value}");
|
|
67
67
|
injectString("lv-LV", "Must be more than {value}", "J\u0101b\u016Bt liel\u0101kam par {value}");
|
|
68
68
|
injectString("ka-GE", "Must be more than {value}", "{value}-\u10D6\u10D4 \u10DB\u10D4\u10E2\u10D8 \u10E3\u10DC\u10D3\u10D0 \u10D8\u10E7\u10DD\u10E1");
|
|
@@ -95,7 +95,7 @@ injectString("tr", "Must be less than {value}", "{value} de\u011Ferinden az olma
|
|
|
95
95
|
injectString("zh-Hans", "Must be less than {value}", "\u5FC5\u987B\u5C0F\u4E8E {value}");
|
|
96
96
|
injectString("zh-TW", "Must be less than {value}", "\u5FC5\u9808\u5C0F\u65BC {value}");
|
|
97
97
|
injectString("ro-RO", "Must be less than {value}", "Trebuie s\u0103 fie mai pu\u021Bin de {value}");
|
|
98
|
-
injectString("ar", "Must be less than {value}", "\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0623\u0642\u0644 \u0645\u0646 {value}");
|
|
98
|
+
injectString("ar-001", "Must be less than {value}", "\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0623\u0642\u0644 \u0645\u0646 {value}");
|
|
99
99
|
injectString("lt-LT", "Must be less than {value}", "Turi b\u016Bti ma\u017Eiau nei {value}");
|
|
100
100
|
injectString("lv-LV", "Must be less than {value}", "J\u0101b\u016Bt maz\u0101kam par {value}");
|
|
101
101
|
injectString("ka-GE", "Must be less than {value}", "{value}-\u10D6\u10D4 \u10DC\u10D0\u10D9\u10DA\u10D4\u10D1\u10D8 \u10E3\u10DC\u10D3\u10D0 \u10D8\u10E7\u10DD\u10E1");
|
|
@@ -128,7 +128,7 @@ injectString("tr", "The min value must be set", "Min. de\u011Fer ayarlanmal\u013
|
|
|
128
128
|
injectString("zh-Hans", "The min value must be set", "\u5FC5\u987B\u8BBE\u7F6E\u6700\u5C0F\u503C");
|
|
129
129
|
injectString("zh-TW", "The min value must be set", "\u5FC5\u9808\u8A2D\u5B9A\u6700\u5C0F\u503C");
|
|
130
130
|
injectString("ro-RO", "The min value must be set", "Trebuie setat\u0103 valoarea min.");
|
|
131
|
-
injectString("ar", "The min value must be set", "\u064A\u062C\u0628 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0644\u0642\u064A\u0645\u0629");
|
|
131
|
+
injectString("ar-001", "The min value must be set", "\u064A\u062C\u0628 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0644\u0642\u064A\u0645\u0629");
|
|
132
132
|
injectString("lt-LT", "The min value must be set", "Reikia nustatyti minimali\u0105 reik\u0161m\u0119");
|
|
133
133
|
injectString("lv-LV", "The min value must be set", "J\u0101iestata minim\u0101l\u0101 v\u0113rt\u012Bba");
|
|
134
134
|
injectString("ka-GE", "The min value must be set", "\u10DB\u10D8\u10DC\u10D8\u10DB\u10D0\u10DA\u10E3\u10E0\u10D8 \u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0 \u10E3\u10DC\u10D3\u10D0 \u10D8\u10E7\u10DD\u10E1 \u10DB\u10D8\u10D7\u10D8\u10D7\u10D4\u10D1\u10E3\u10DA\u10D8");
|
|
@@ -161,7 +161,7 @@ injectString("tr", "The max value must be set", "Maks. de\u011Fer ayarlanmal\u01
|
|
|
161
161
|
injectString("zh-Hans", "The max value must be set", "\u5FC5\u987B\u8BBE\u7F6E\u6700\u5927\u503C");
|
|
162
162
|
injectString("zh-TW", "The max value must be set", "\u5FC5\u9808\u8A2D\u5B9A\u6700\u5927\u503C");
|
|
163
163
|
injectString("ro-RO", "The max value must be set", "Trebuie setat\u0103 valoarea max.");
|
|
164
|
-
injectString("ar", "The max value must be set", "\u064A\u062C\u0628 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u064A\u0645\u0629");
|
|
164
|
+
injectString("ar-001", "The max value must be set", "\u064A\u062C\u0628 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u064A\u0645\u0629");
|
|
165
165
|
injectString("lt-LT", "The max value must be set", "Reikia nustatyti maksimali\u0105 reik\u0161m\u0119");
|
|
166
166
|
injectString("lv-LV", "The max value must be set", "J\u0101iestata maksim\u0101l\u0101 v\u0113rt\u012Bba");
|
|
167
167
|
injectString("ka-GE", "The max value must be set", "\u10DB\u10D0\u10E5\u10E1\u10D8\u10DB\u10D0\u10DA\u10E3\u10E0\u10D8 \u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0 \u10E3\u10DC\u10D3\u10D0 \u10D8\u10E7\u10DD\u10E1 \u10DB\u10D8\u10D7\u10D8\u10D7\u10D4\u10D1\u10E3\u10DA\u10D8");
|
|
@@ -194,7 +194,7 @@ injectString("tr", "Must be less than the max", "Maks. de\u011Ferden az olmal\u0
|
|
|
194
194
|
injectString("zh-Hans", "Must be less than the max", "\u5FC5\u987B\u5C0F\u4E8E\u6700\u5927\u503C");
|
|
195
195
|
injectString("zh-TW", "Must be less than the max", "\u5FC5\u9808\u5C0F\u65BC\u6700\u5927\u503C");
|
|
196
196
|
injectString("ro-RO", "Must be less than the max", "Trebuie s\u0103 fie sub max.");
|
|
197
|
-
injectString("ar", "Must be less than the max", "\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0623\u0642\u0644 \u0645\u0646 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649");
|
|
197
|
+
injectString("ar-001", "Must be less than the max", "\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0623\u0642\u0644 \u0645\u0646 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649");
|
|
198
198
|
injectString("lt-LT", "Must be less than the max", "Turi b\u016Bti ma\u017Eiau nei maksimumas");
|
|
199
199
|
injectString("lv-LV", "Must be less than the max", "J\u0101b\u016Bt maz\u0101kam par maksimumu");
|
|
200
200
|
injectString("ka-GE", "Must be less than the max", "\u10DB\u10D0\u10E5\u10E1\u10D8\u10DB\u10E3\u10DB\u10D6\u10D4 \u10DC\u10D0\u10D9\u10DA\u10D4\u10D1\u10D8 \u10E3\u10DC\u10D3\u10D0 \u10D8\u10E7\u10DD\u10E1");
|
|
@@ -227,7 +227,7 @@ injectString("tr", "Must be more than the min", "Min. de\u011Ferden fazla olmal\
|
|
|
227
227
|
injectString("zh-Hans", "Must be more than the min", "\u5FC5\u987B\u5927\u4E8E\u6700\u5C0F\u503C");
|
|
228
228
|
injectString("zh-TW", "Must be more than the min", "\u5FC5\u9808\u5927\u65BC\u6700\u5C0F\u503C");
|
|
229
229
|
injectString("ro-RO", "Must be more than the min", "Trebuie s\u0103 fie peste min.");
|
|
230
|
-
injectString("ar", "Must be more than the min", "\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0623\u0643\u062B\u0631 \u0645\u0646 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649");
|
|
230
|
+
injectString("ar-001", "Must be more than the min", "\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0623\u0643\u062B\u0631 \u0645\u0646 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649");
|
|
231
231
|
injectString("lt-LT", "Must be more than the min", "Turi b\u016Bti daugiau nei minimumas");
|
|
232
232
|
injectString("lv-LV", "Must be more than the min", "J\u0101b\u016Bt liel\u0101kam par minimumu");
|
|
233
233
|
injectString("ka-GE", "Must be more than the min", "\u10DB\u10D8\u10DC\u10D8\u10DB\u10E3\u10DB\u10D6\u10D4 \u10DB\u10D4\u10E2\u10D8 \u10E3\u10DC\u10D3\u10D0 \u10D8\u10E7\u10DD\u10E1");
|
|
@@ -75,7 +75,7 @@ injectString("tr", "Search", "Ara");
|
|
|
75
75
|
injectString("zh-Hans", "Search", "\u641C\u7D22");
|
|
76
76
|
injectString("zh-TW", "Search", "\u641C\u5C0B");
|
|
77
77
|
injectString("ro-RO", "Search", "C\u0103uta\u021Bi");
|
|
78
|
-
injectString("ar", "Search", "\u0628\u062D\u062B");
|
|
78
|
+
injectString("ar-001", "Search", "\u0628\u062D\u062B");
|
|
79
79
|
injectString("lt-LT", "Search", "Ie\u0161koti");
|
|
80
80
|
injectString("lv-LV", "Search", "Mekl\u0113t");
|
|
81
81
|
injectString("ka-GE", "Search", "\u10EB\u10D8\u10D4\u10D1\u10D0");
|
|
@@ -108,7 +108,7 @@ injectString("tr", "Clear", "Temizle");
|
|
|
108
108
|
injectString("zh-Hans", "Clear", "\u6E05\u9664");
|
|
109
109
|
injectString("zh-TW", "Clear", "\u6E05\u9664");
|
|
110
110
|
injectString("ro-RO", "Clear", "\u0218terge\u021Bi");
|
|
111
|
-
injectString("ar", "Clear", "\u0645\u0633\u062D");
|
|
111
|
+
injectString("ar-001", "Clear", "\u0645\u0633\u062D");
|
|
112
112
|
injectString("lt-LT", "Clear", "I\u0161valyti");
|
|
113
113
|
injectString("lv-LV", "Clear", "Not\u012Br\u012Bt");
|
|
114
114
|
injectString("ka-GE", "Clear", "\u10D2\u10D0\u10E1\u10E3\u10E4\u10D7\u10D0\u10D5\u10D4\u10D1\u10D0");
|
|
@@ -48,7 +48,7 @@ injectString("tr", "Checked", "\u0130\u015Faretlendi");
|
|
|
48
48
|
injectString("zh-Hans", "Checked", "\u5DF2\u9009\u4E2D");
|
|
49
49
|
injectString("zh-TW", "Checked", "\u5DF2\u52FE\u9078");
|
|
50
50
|
injectString("ro-RO", "Checked", "Bifat");
|
|
51
|
-
injectString("ar", "Checked", "\u0645\u062D\u062F\u062F");
|
|
51
|
+
injectString("ar-001", "Checked", "\u0645\u062D\u062F\u062F");
|
|
52
52
|
injectString("lt-LT", "Checked", "Pa\u017Eym\u0117ta");
|
|
53
53
|
injectString("lv-LV", "Checked", "Atz\u012Bm\u0113ts");
|
|
54
54
|
injectString("ka-GE", "Checked", "\u10DB\u10DD\u10DC\u10D8\u10E8\u10DC\u10E3\u10DA\u10D8");
|
|
@@ -81,7 +81,7 @@ injectString("tr", "Unchecked", "\u0130\u015Faretlenmedi");
|
|
|
81
81
|
injectString("zh-Hans", "Unchecked", "\u672A\u9009\u4E2D");
|
|
82
82
|
injectString("zh-TW", "Unchecked", "\u672A\u52FE\u9078");
|
|
83
83
|
injectString("ro-RO", "Unchecked", "Nebifat");
|
|
84
|
-
injectString("ar", "Unchecked", "\u063A\u064A\u0631 \u0645\u062D\u062F\u062F");
|
|
84
|
+
injectString("ar-001", "Unchecked", "\u063A\u064A\u0631 \u0645\u062D\u062F\u062F");
|
|
85
85
|
injectString("lt-LT", "Unchecked", "Nepa\u017Eym\u0117ta");
|
|
86
86
|
injectString("lv-LV", "Unchecked", "Neatz\u012Bm\u0113ts");
|
|
87
87
|
injectString("ka-GE", "Unchecked", "\u10DB\u10DD\u10E3\u10DC\u10D8\u10E8\u10DC\u10D0\u10D5\u10D8");
|
|
@@ -34,7 +34,7 @@ injectString("tr", "Loading", "Y\xFCkleniyor");
|
|
|
34
34
|
injectString("zh-Hans", "Loading", "\u6B63\u5728\u52A0\u8F7D");
|
|
35
35
|
injectString("zh-TW", "Loading", "\u8F09\u5165\u4E2D");
|
|
36
36
|
injectString("ro-RO", "Loading", "Se \xEEncarc\u0103");
|
|
37
|
-
injectString("ar", "Loading", "\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644");
|
|
37
|
+
injectString("ar-001", "Loading", "\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644");
|
|
38
38
|
injectString("lt-LT", "Loading", "\u012Ekeliama");
|
|
39
39
|
injectString("lv-LV", "Loading", "Iel\u0101d\u0113");
|
|
40
40
|
injectString("ka-GE", "Loading", "\u10E9\u10D0\u10E2\u10D5\u10D8\u10E0\u10D7\u10D5\u10D0");
|
|
@@ -38,7 +38,7 @@ injectString("tr", "Sort by", "S\u0131ralama \xF6l\xE7\xFCt\xFC");
|
|
|
38
38
|
injectString("zh-Hans", "Sort by", "\u6392\u5E8F\u4F9D\u636E");
|
|
39
39
|
injectString("zh-TW", "Sort by", "\u6392\u5E8F\u4F9D\u64DA");
|
|
40
40
|
injectString("ro-RO", "Sort by", "Sorta\u021Bi dup\u0103");
|
|
41
|
-
injectString("ar", "Sort by", "\u0641\u0631\u0632 \u062D\u0633\u0628");
|
|
41
|
+
injectString("ar-001", "Sort by", "\u0641\u0631\u0632 \u062D\u0633\u0628");
|
|
42
42
|
injectString("lt-LT", "Sort by", "R\u016B\u0161iuoti pagal");
|
|
43
43
|
injectString("lv-LV", "Sort by", "K\u0101rtot p\u0113c");
|
|
44
44
|
injectString("ka-GE", "Sort by", "\u10D3\u10D0\u10EE\u10D0\u10E0\u10D8\u10E1\u10EE\u10D4\u10D1\u10D0");
|
|
@@ -71,7 +71,7 @@ injectString("tr", "Change sort direction", "S\u0131ralama y\xF6n\xFCn\xFC de\u0
|
|
|
71
71
|
injectString("zh-Hans", "Change sort direction", "\u66F4\u6539\u6392\u5E8F");
|
|
72
72
|
injectString("zh-TW", "Change sort direction", "\u8B8A\u66F4\u6392\u5E8F\u65B9\u5411");
|
|
73
73
|
injectString("ro-RO", "Change sort direction", "Schimba\u021Bi direc\u021Bia sort\u0103rii");
|
|
74
|
-
injectString("ar", "Change sort direction", "\u062A\u063A\u064A\u064A\u0631 \u0627\u062A\u062C\u0627\u0647 \u0627\u0644\u0641\u0631\u0632");
|
|
74
|
+
injectString("ar-001", "Change sort direction", "\u062A\u063A\u064A\u064A\u0631 \u0627\u062A\u062C\u0627\u0647 \u0627\u0644\u0641\u0631\u0632");
|
|
75
75
|
injectString("lt-LT", "Change sort direction", "Keisti r\u016B\u0161iavimo krypt\u012F");
|
|
76
76
|
injectString("lv-LV", "Change sort direction", "Main\u012Bt k\u0101rto\u0161anas virzienu");
|
|
77
77
|
injectString("ka-GE", "Change sort direction", "\u10D3\u10D0\u10EE\u10D0\u10E0\u10D8\u10E1\u10EE\u10D4\u10D1\u10D8\u10E1 \u10DB\u10D8\u10DB\u10D0\u10E0\u10D7\u10E3\u10DA\u10D4\u10D1\u10D8\u10E1 \u10E8\u10D4\u10EA\u10D5\u10DA\u10D0");
|
|
@@ -104,7 +104,7 @@ injectString("tr", "Ascending", "Artan");
|
|
|
104
104
|
injectString("zh-Hans", "Ascending", "\u5347\u5E8F");
|
|
105
105
|
injectString("zh-TW", "Ascending", "\u905E\u589E");
|
|
106
106
|
injectString("ro-RO", "Ascending", "Ascensiune");
|
|
107
|
-
injectString("ar", "Ascending", "\u062A\u0635\u0627\u0639\u062F\u064A");
|
|
107
|
+
injectString("ar-001", "Ascending", "\u062A\u0635\u0627\u0639\u062F\u064A");
|
|
108
108
|
injectString("lt-LT", "Ascending", "Did\u0117jantis");
|
|
109
109
|
injectString("lv-LV", "Ascending", "Augo\u0161s");
|
|
110
110
|
injectString("ka-GE", "Ascending", "\u10DB\u10D6\u10D0\u10E0\u10D3\u10D8");
|
|
@@ -137,7 +137,7 @@ injectString("tr", "Descending", "Azalan");
|
|
|
137
137
|
injectString("zh-Hans", "Descending", "\u964D\u5E8F");
|
|
138
138
|
injectString("zh-TW", "Descending", "\u905E\u6E1B");
|
|
139
139
|
injectString("ro-RO", "Descending", "Cobor\xE2re");
|
|
140
|
-
injectString("ar", "Descending", "\u062A\u0646\u0627\u0632\u0644\u064A");
|
|
140
|
+
injectString("ar-001", "Descending", "\u062A\u0646\u0627\u0632\u0644\u064A");
|
|
141
141
|
injectString("lt-LT", "Descending", "Ma\u017E\u0117jantis");
|
|
142
142
|
injectString("lv-LV", "Descending", "Dilsto\u0161s");
|
|
143
143
|
injectString("ka-GE", "Descending", "\u10D9\u10DA\u10D4\u10D1\u10D0\u10D3\u10D8");
|
|
@@ -170,7 +170,7 @@ injectString("tr", "Sort Options", "Sort Options");
|
|
|
170
170
|
injectString("zh-Hans", "Sort Options", "Sort Options");
|
|
171
171
|
injectString("zh-TW", "Sort Options", "\u6392\u5E8F\u9078\u9805");
|
|
172
172
|
injectString("ro-RO", "Sort Options", "Op\u021Biuni de sortare");
|
|
173
|
-
injectString("ar", "Sort Options", "\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u0631\u062A\u064A\u0628");
|
|
173
|
+
injectString("ar-001", "Sort Options", "\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u0631\u062A\u064A\u0628");
|
|
174
174
|
injectString("lt-LT", "Sort Options", "R\u016B\u0161iavimo parinktys");
|
|
175
175
|
injectString("lv-LV", "Sort Options", "K\u0101rto\u0161anas opcijas");
|
|
176
176
|
injectString("ka-GE", "Sort Options", "\u10D3\u10D0\u10EE\u10D0\u10E0\u10D8\u10E1\u10EE\u10D4\u10D1\u10D8\u10E1 \u10DE\u10D0\u10E0\u10D0\u10DB\u10D4\u10E2\u10E0\u10D4\u10D1\u10D8");
|
|
@@ -46,7 +46,7 @@ injectString("tr", "Increase value", "De\u011Feri art\u0131r");
|
|
|
46
46
|
injectString("zh-Hans", "Increase value", "\u589E\u52A0\u503C");
|
|
47
47
|
injectString("zh-TW", "Increase value", "\u589E\u52A0\u503C");
|
|
48
48
|
injectString("ro-RO", "Increase value", "Cre\u0219te\u021Bi valoarea");
|
|
49
|
-
injectString("ar", "Increase value", "\u0632\u064A\u0627\u062F\u0629 \u0627\u0644\u0642\u064A\u0645\u0629");
|
|
49
|
+
injectString("ar-001", "Increase value", "\u0632\u064A\u0627\u062F\u0629 \u0627\u0644\u0642\u064A\u0645\u0629");
|
|
50
50
|
injectString("lt-LT", "Increase value", "Padidinti reik\u0161m\u0119");
|
|
51
51
|
injectString("lv-LV", "Increase value", "Palielin\u0101t v\u0113rt\u012Bbu");
|
|
52
52
|
injectString("ka-GE", "Increase value", "\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D8\u10E1 \u10D2\u10D0\u10D6\u10E0\u10D3\u10D0");
|
|
@@ -79,7 +79,7 @@ injectString("tr", "Decrease value", "De\u011Feri azalt");
|
|
|
79
79
|
injectString("zh-Hans", "Decrease value", "\u51CF\u5C11\u503C");
|
|
80
80
|
injectString("zh-TW", "Decrease value", "\u6E1B\u5C11\u503C");
|
|
81
81
|
injectString("ro-RO", "Decrease value", "Reduce\u021Bi valoarea");
|
|
82
|
-
injectString("ar", "Decrease value", "\u062A\u0642\u0644\u064A\u0644 \u0627\u0644\u0642\u064A\u0645\u0629");
|
|
82
|
+
injectString("ar-001", "Decrease value", "\u062A\u0642\u0644\u064A\u0644 \u0627\u0644\u0642\u064A\u0645\u0629");
|
|
83
83
|
injectString("lt-LT", "Decrease value", "Suma\u017Einti reik\u0161m\u0119");
|
|
84
84
|
injectString("lv-LV", "Decrease value", "Samazin\u0101t v\u0113rt\u012Bbu");
|
|
85
85
|
injectString("ka-GE", "Decrease value", "\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D8\u10E1 \u10E8\u10D4\u10DB\u10EA\u10D8\u10E0\u10D4\u10D1\u10D0");
|
package/dist/summary/summary.js
CHANGED
|
@@ -39,7 +39,7 @@ injectString("tr", "Summary color", "\xD6zet rengi");
|
|
|
39
39
|
injectString("zh-Hans", "Summary color", "\u6458\u8981\u989C\u8272");
|
|
40
40
|
injectString("zh-TW", "Summary color", "\u6458\u8981\u8272\u5F69");
|
|
41
41
|
injectString("ro-RO", "Summary color", "Culoare sumar");
|
|
42
|
-
injectString("ar", "Summary color", "\u0644\u0648\u0646 \u0627\u0644\u0645\u0644\u062E\u0635");
|
|
42
|
+
injectString("ar-001", "Summary color", "\u0644\u0648\u0646 \u0627\u0644\u0645\u0644\u062E\u0635");
|
|
43
43
|
injectString("lt-LT", "Summary color", "Suvestin\u0117s spalva");
|
|
44
44
|
injectString("lv-LV", "Summary color", "Kopsavilkuma kr\u0101sa");
|
|
45
45
|
injectString("ka-GE", "Summary color", "\u10E8\u10D4\u10EF\u10D0\u10DB\u10D4\u10D1\u10D8\u10E1 \u10E4\u10D4\u10E0\u10D8");
|
|
@@ -72,7 +72,7 @@ injectString("tr", "Information", "Bilgi");
|
|
|
72
72
|
injectString("zh-Hans", "Information", "\u4FE1\u606F");
|
|
73
73
|
injectString("zh-TW", "Information", "\u8CC7\u8A0A");
|
|
74
74
|
injectString("ro-RO", "Information", "Informa\u021Bii");
|
|
75
|
-
injectString("ar", "Information", "\u0645\u0639\u0644\u0648\u0645\u0627\u062A");
|
|
75
|
+
injectString("ar-001", "Information", "\u0645\u0639\u0644\u0648\u0645\u0627\u062A");
|
|
76
76
|
injectString("lt-LT", "Information", "Informacija");
|
|
77
77
|
injectString("lv-LV", "Information", "Inform\u0101cija");
|
|
78
78
|
injectString("ka-GE", "Information", "\u10D8\u10DC\u10E4\u10DD\u10E0\u10DB\u10D0\u10EA\u10D8\u10D0");
|
|
@@ -83,7 +83,7 @@ injectString("tr", "Information", "Bilgi");
|
|
|
83
83
|
injectString("zh-Hans", "Information", "\u4FE1\u606F");
|
|
84
84
|
injectString("zh-TW", "Information", "\u8CC7\u8A0A");
|
|
85
85
|
injectString("ro-RO", "Information", "Informa\u021Bii");
|
|
86
|
-
injectString("ar", "Information", "\u0645\u0639\u0644\u0648\u0645\u0627\u062A");
|
|
86
|
+
injectString("ar-001", "Information", "\u0645\u0639\u0644\u0648\u0645\u0627\u062A");
|
|
87
87
|
injectString("lt-LT", "Information", "Informacija");
|
|
88
88
|
injectString("lv-LV", "Information", "Inform\u0101cija");
|
|
89
89
|
injectString("ka-GE", "Information", "\u10D8\u10DC\u10E4\u10DD\u10E0\u10DB\u10D0\u10EA\u10D8\u10D0");
|
|
@@ -42,7 +42,7 @@ injectString("tr", "More", "Di\u011Fer");
|
|
|
42
42
|
injectString("zh-Hans", "More", "\u66F4\u591A");
|
|
43
43
|
injectString("zh-TW", "More", "\u66F4\u591A");
|
|
44
44
|
injectString("ro-RO", "More", "Mai multe");
|
|
45
|
-
injectString("ar", "More", "\u0627\u0644\u0645\u0632\u064A\u062F");
|
|
45
|
+
injectString("ar-001", "More", "\u0627\u0644\u0645\u0632\u064A\u062F");
|
|
46
46
|
injectString("lt-LT", "More", "Daugiau");
|
|
47
47
|
injectString("lv-LV", "More", "Vair\u0101k");
|
|
48
48
|
injectString("ka-GE", "More", "\u10DB\u10D4\u10E2\u10D8");
|
|
@@ -75,7 +75,7 @@ injectString("tr", "Actions", "Eylemler");
|
|
|
75
75
|
injectString("zh-Hans", "Actions", "\u64CD\u4F5C");
|
|
76
76
|
injectString("zh-TW", "Actions", "\u52D5\u4F5C");
|
|
77
77
|
injectString("ro-RO", "Actions", "M\u0103suri");
|
|
78
|
-
injectString("ar", "Actions", "\u0625\u062C\u0631\u0627\u0621\u0627\u062A");
|
|
78
|
+
injectString("ar-001", "Actions", "\u0627\u0644\u0625\u062C\u0631\u0627\u0621\u0627\u062A");
|
|
79
79
|
injectString("lt-LT", "Actions", "Veiksmai");
|
|
80
80
|
injectString("lv-LV", "Actions", "Darb\u012Bbas");
|
|
81
81
|
injectString("ka-GE", "Actions", "\u10DB\u10DD\u10E5\u10DB\u10D4\u10D3\u10D4\u10D1\u10D4\u10D1\u10D8");
|
|
@@ -39,7 +39,7 @@ injectString("tr", "Details", "Ayr\u0131nt\u0131lar");
|
|
|
39
39
|
injectString("zh-Hans", "Details", "\u8BE6\u7EC6\u4FE1\u606F");
|
|
40
40
|
injectString("zh-TW", "Details", "\u8A73\u7D30\u8CC7\u8A0A");
|
|
41
41
|
injectString("ro-RO", "Details", "Detalii");
|
|
42
|
-
injectString("ar", "Details", "\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644");
|
|
42
|
+
injectString("ar-001", "Details", "\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644");
|
|
43
43
|
injectString("lt-LT", "Details", "Detal\u0117s");
|
|
44
44
|
injectString("lv-LV", "Details", "Deta\u013Cas");
|
|
45
45
|
injectString("ka-GE", "Details", "\u10D3\u10D4\u10E2\u10D0\u10DA\u10D4\u10D1\u10D8");
|
|
@@ -38,7 +38,7 @@ injectString("tr", "Details", "Ayr\u0131nt\u0131lar");
|
|
|
38
38
|
injectString("zh-Hans", "Details", "\u8BE6\u7EC6\u4FE1\u606F");
|
|
39
39
|
injectString("zh-TW", "Details", "\u8A73\u7D30\u8CC7\u8A0A");
|
|
40
40
|
injectString("ro-RO", "Details", "Detalii");
|
|
41
|
-
injectString("ar", "Details", "\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644");
|
|
41
|
+
injectString("ar-001", "Details", "\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644");
|
|
42
42
|
injectString("lt-LT", "Details", "Detal\u0117s");
|
|
43
43
|
injectString("lv-LV", "Details", "Deta\u013Cas");
|
|
44
44
|
injectString("ka-GE", "Details", "\u10D3\u10D4\u10E2\u10D0\u10DA\u10D4\u10D1\u10D8");
|
|
@@ -71,7 +71,7 @@ injectString("tr", "Close", "Kapat");
|
|
|
71
71
|
injectString("zh-Hans", "Close", "\u5173\u95ED");
|
|
72
72
|
injectString("zh-TW", "Close", "\u95DC\u9589");
|
|
73
73
|
injectString("ro-RO", "Close", "\xCEnchide");
|
|
74
|
-
injectString("ar", "Close", "\u0625\u063A\u0644\u0627\u0642");
|
|
74
|
+
injectString("ar-001", "Close", "\u0625\u063A\u0644\u0627\u0642");
|
|
75
75
|
injectString("lt-LT", "Close", "U\u017Edaryti");
|
|
76
76
|
injectString("lv-LV", "Close", "Aizv\u0113rt");
|
|
77
77
|
injectString("ka-GE", "Close", "\u10D3\u10D0\u10EE\u10E3\u10E0\u10D5\u10D0");
|
|
@@ -36,7 +36,7 @@ injectString("tr", "Reset column settings", "S\xFCtun ayarlar\u0131n\u0131 s\u01
|
|
|
36
36
|
injectString("zh-Hans", "Reset column settings", "\u91CD\u7F6E\u5217\u8BBE\u7F6E");
|
|
37
37
|
injectString("zh-TW", "Reset column settings", "\u91CD\u8A2D\u6B04\u8A2D\u5B9A");
|
|
38
38
|
injectString("ro-RO", "Reset column settings", "Reseta\u021Bi set\u0103rile coloanelor");
|
|
39
|
-
injectString("ar", "Reset column settings", "\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0645\u0648\u062F");
|
|
39
|
+
injectString("ar-001", "Reset column settings", "\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0645\u0648\u062F");
|
|
40
40
|
injectString("lt-LT", "Reset column settings", "Atkurti stulpelio nustatymus");
|
|
41
41
|
injectString("lv-LV", "Reset column settings", "Atiestat\u012Bt kolonnas iestat\u012Bjumus");
|
|
42
42
|
injectString("ka-GE", "Reset column settings", "\u10E1\u10D5\u10D4\u10E2\u10D8\u10E1 \u10DE\u10D0\u10E0\u10D0\u10DB\u10D4\u10E2\u10E0\u10D4\u10D1\u10D8\u10E1 \u10D2\u10D0\u10D3\u10D0\u10E7\u10D4\u10DC\u10D4\u10D1\u10D0");
|
|
@@ -69,7 +69,7 @@ injectString("tr", "Reset", "S\u0131f\u0131rla");
|
|
|
69
69
|
injectString("zh-Hans", "Reset", "\u91CD\u7F6E");
|
|
70
70
|
injectString("zh-TW", "Reset", "\u91CD\u8A2D");
|
|
71
71
|
injectString("ro-RO", "Reset", "Reseta\u021Bi");
|
|
72
|
-
injectString("ar", "Reset", "\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646");
|
|
72
|
+
injectString("ar-001", "Reset", "\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646");
|
|
73
73
|
injectString("lt-LT", "Reset", "I\u0161 naujo nustatyti");
|
|
74
74
|
injectString("lv-LV", "Reset", "Atiestat\u012Bt");
|
|
75
75
|
injectString("ka-GE", "Reset", "\u10D2\u10D0\u10D3\u10D0\u10E7\u10D4\u10DC\u10D4\u10D1\u10D0");
|
|
@@ -38,7 +38,7 @@ injectString("tr", "Column Settings", "S\xFCtun Ayarlar\u0131");
|
|
|
38
38
|
injectString("zh-Hans", "Column Settings", "\u5217\u8BBE\u7F6E");
|
|
39
39
|
injectString("zh-TW", "Column Settings", "\u6B04\u8A2D\u5B9A");
|
|
40
40
|
injectString("ro-RO", "Column Settings", "Set\u0103ri coloane");
|
|
41
|
-
injectString("ar", "Column Settings", "\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0645\u0648\u062F");
|
|
41
|
+
injectString("ar-001", "Column Settings", "\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0645\u0648\u062F");
|
|
42
42
|
injectString("lt-LT", "Column Settings", "Stulpelio nustatymai");
|
|
43
43
|
injectString("lv-LV", "Column Settings", "Kolonnas iestat\u012Bjumi");
|
|
44
44
|
injectString("ka-GE", "Column Settings", "\u10E1\u10D5\u10D4\u10E2\u10D8\u10E1 \u10DE\u10D0\u10E0\u10D0\u10DB\u10D4\u10E2\u10E0\u10D4\u10D1\u10D8");
|
|
@@ -37,7 +37,7 @@ injectString("tr", "Collapse", "Daralt");
|
|
|
37
37
|
injectString("zh-Hans", "Collapse", "\u6298\u53E0");
|
|
38
38
|
injectString("zh-TW", "Collapse", "\u647A\u758A");
|
|
39
39
|
injectString("ro-RO", "Collapse", "Restr\xE2nge\u021Bi");
|
|
40
|
-
injectString("ar", "Collapse", "\u0637\u064A");
|
|
40
|
+
injectString("ar-001", "Collapse", "\u0637\u064A");
|
|
41
41
|
injectString("lt-LT", "Collapse", "Sutraukti");
|
|
42
42
|
injectString("lv-LV", "Collapse", "Sak\u013Caut");
|
|
43
43
|
injectString("ka-GE", "Collapse", "\u10E9\u10D0\u10D9\u10D4\u10EA\u10D5\u10D0");
|
|
@@ -70,7 +70,7 @@ injectString("tr", "Expand", "Geni\u015Flet");
|
|
|
70
70
|
injectString("zh-Hans", "Expand", "\u5C55\u5F00");
|
|
71
71
|
injectString("zh-TW", "Expand", "\u5C55\u958B");
|
|
72
72
|
injectString("ro-RO", "Expand", "Extinde\u021Bi");
|
|
73
|
-
injectString("ar", "Expand", "\u062A\u0648\u0633\u064A\u0639");
|
|
73
|
+
injectString("ar-001", "Expand", "\u062A\u0648\u0633\u064A\u0639");
|
|
74
74
|
injectString("lt-LT", "Expand", "I\u0161pl\u0117sti");
|
|
75
75
|
injectString("lv-LV", "Expand", "Izv\u0113rst");
|
|
76
76
|
injectString("ka-GE", "Expand", "\u10D2\u10D0\u10E8\u10DA\u10D0");
|
|
@@ -41,7 +41,7 @@ injectString("tr", "Select all", "T\xFCm\xFCn\xFC se\xE7");
|
|
|
41
41
|
injectString("zh-Hans", "Select all", "\u5168\u9009");
|
|
42
42
|
injectString("zh-TW", "Select all", "\u5168\u9078");
|
|
43
43
|
injectString("ro-RO", "Select all", "Selecta\u021Bi tot");
|
|
44
|
-
injectString("ar", "Select all", "\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644");
|
|
44
|
+
injectString("ar-001", "Select all", "\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644");
|
|
45
45
|
injectString("lt-LT", "Select all", "Pasirinkti visus");
|
|
46
46
|
injectString("lv-LV", "Select all", "Atlas\u012Bt visus");
|
|
47
47
|
injectString("ka-GE", "Select all", "\u10E7\u10D5\u10D4\u10DA\u10D0\u10E1 \u10D0\u10E0\u10E9\u10D4\u10D5\u10D0");
|
|
@@ -74,7 +74,7 @@ injectString("tr", "Select current page", "Ge\xE7erli sayfay\u0131 se\xE7");
|
|
|
74
74
|
injectString("zh-Hans", "Select current page", "\u9009\u62E9\u5F53\u524D\u9875\u9762");
|
|
75
75
|
injectString("zh-TW", "Select current page", "\u9078\u53D6\u76EE\u524D\u9801\u9762");
|
|
76
76
|
injectString("ro-RO", "Select current page", "Selecta\u021Bi pagina actual\u0103");
|
|
77
|
-
injectString("ar", "Select current page", "\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629");
|
|
77
|
+
injectString("ar-001", "Select current page", "\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629");
|
|
78
78
|
injectString("lt-LT", "Select current page", "Pasirinkti dabartin\u012F puslap\u012F");
|
|
79
79
|
injectString("lv-LV", "Select current page", "Atlas\u012Bt pa\u0161reiz\u0113jo lapu");
|
|
80
80
|
injectString("ka-GE", "Select current page", "\u10DB\u10D8\u10DB\u10D3\u10D8\u10DC\u10D0\u10E0\u10D4 \u10D2\u10D5\u10D4\u10E0\u10D3\u10D8\u10E1 \u10D0\u10E0\u10E9\u10D4\u10D5\u10D0");
|
|
@@ -107,7 +107,7 @@ injectString("tr", "Deselect all", "T\xFCm\xFCn\xFCn se\xE7imini iptal et");
|
|
|
107
107
|
injectString("zh-Hans", "Deselect all", "\u53D6\u6D88\u5168\u9009");
|
|
108
108
|
injectString("zh-TW", "Deselect all", "\u53D6\u6D88\u5168\u9078");
|
|
109
109
|
injectString("ro-RO", "Deselect all", "Deselecta\u021Bi tot");
|
|
110
|
-
injectString("ar", "Deselect all", "\u0625\u0644\u063A\u0627\u0621 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644");
|
|
110
|
+
injectString("ar-001", "Deselect all", "\u0625\u0644\u063A\u0627\u0621 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644");
|
|
111
111
|
injectString("lt-LT", "Deselect all", "At\u017Eym\u0117ti visus");
|
|
112
112
|
injectString("lv-LV", "Deselect all", "Atcelt visas atlases");
|
|
113
113
|
injectString("ka-GE", "Deselect all", "\u10E7\u10D5\u10D4\u10DA\u10D0\u10E1 \u10DB\u10DD\u10EE\u10E1\u10DC\u10D0");
|
|
@@ -140,7 +140,7 @@ injectString("tr", "Select menu", "Men\xFC se\xE7");
|
|
|
140
140
|
injectString("zh-Hans", "Select menu", "\u9009\u62E9\u83DC\u5355");
|
|
141
141
|
injectString("zh-TW", "Select menu", "\u9078\u64C7\u529F\u80FD\u8868");
|
|
142
142
|
injectString("ro-RO", "Select menu", "Selecta\u021Bi meniul");
|
|
143
|
-
injectString("ar", "Select menu", "\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0642\u0627\u0626\u0645\u0629");
|
|
143
|
+
injectString("ar-001", "Select menu", "\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0642\u0627\u0626\u0645\u0629");
|
|
144
144
|
injectString("lt-LT", "Select menu", "Pasirinkti meniu");
|
|
145
145
|
injectString("lv-LV", "Select menu", "Atlas\u012Bt izv\u0113lni");
|
|
146
146
|
injectString("ka-GE", "Select menu", "\u10DB\u10D4\u10DC\u10D8\u10E3\u10E1 \u10D0\u10E0\u10E9\u10D4\u10D5\u10D0");
|
|
@@ -173,7 +173,7 @@ injectString("tr", "Multiple row selection menu", "\xC7oklu s\u0131ra se\xE7imi
|
|
|
173
173
|
injectString("zh-Hans", "Multiple row selection menu", "\u591A\u884C\u9009\u62E9\u83DC\u5355");
|
|
174
174
|
injectString("zh-TW", "Multiple row selection menu", "\u591A\u5217\u9078\u64C7\u9078\u55AE");
|
|
175
175
|
injectString("ro-RO", "Multiple row selection menu", "Meniu de selectare cu mai multe r\xE2nduri");
|
|
176
|
-
injectString("ar", "Multiple row selection menu", "\u0642\u0627\u0626\u0645\u0629 \u0627\u062E\u062A\u064A\u0627\u0631 \u0635\u0641\u0648\u0641 \u0645\u062A\u0639\u062F\u062F\u0629");
|
|
176
|
+
injectString("ar-001", "Multiple row selection menu", "\u0642\u0627\u0626\u0645\u0629 \u0627\u062E\u062A\u064A\u0627\u0631 \u0635\u0641\u0648\u0641 \u0645\u062A\u0639\u062F\u062F\u0629");
|
|
177
177
|
injectString("lt-LT", "Multiple row selection menu", "Keli\u0173 eilu\u010Di\u0173 pasirinkimo meniu");
|
|
178
178
|
injectString("lv-LV", "Multiple row selection menu", "Vair\u0101ku rindu atlases izv\u0113lne");
|
|
179
179
|
injectString("ka-GE", "Multiple row selection menu", "\u10DB\u10E0\u10D0\u10D5\u10D0\u10DA\u10D8 \u10DB\u10EC\u10D9\u10E0\u10D8\u10D5\u10D8\u10E1 \u10D0\u10E0\u10E9\u10D4\u10D5\u10D8\u10E1 \u10DB\u10D4\u10DC\u10D8\u10E3");
|
|
@@ -38,7 +38,7 @@ injectString("tr", "Select all", "T\xFCm\xFCn\xFC se\xE7");
|
|
|
38
38
|
injectString("zh-Hans", "Select all", "\u5168\u9009");
|
|
39
39
|
injectString("zh-TW", "Select all", "\u5168\u9078");
|
|
40
40
|
injectString("ro-RO", "Select all", "Selecta\u021Bi tot");
|
|
41
|
-
injectString("ar", "Select all", "\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644");
|
|
41
|
+
injectString("ar-001", "Select all", "\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644");
|
|
42
42
|
injectString("lt-LT", "Select all", "Pasirinkti visus");
|
|
43
43
|
injectString("lv-LV", "Select all", "Atlas\u012Bt visus");
|
|
44
44
|
injectString("ka-GE", "Select all", "\u10E7\u10D5\u10D4\u10DA\u10D0\u10E1 \u10D0\u10E0\u10E9\u10D4\u10D5\u10D0");
|
|
@@ -71,7 +71,7 @@ injectString("tr", "Deselect all", "T\xFCm\xFCn\xFCn se\xE7imini iptal et");
|
|
|
71
71
|
injectString("zh-Hans", "Deselect all", "\u53D6\u6D88\u5168\u9009");
|
|
72
72
|
injectString("zh-TW", "Deselect all", "\u53D6\u6D88\u5168\u9078");
|
|
73
73
|
injectString("ro-RO", "Deselect all", "Deselecta\u021Bi tot");
|
|
74
|
-
injectString("ar", "Deselect all", "\u0625\u0644\u063A\u0627\u0621 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644");
|
|
74
|
+
injectString("ar-001", "Deselect all", "\u0625\u0644\u063A\u0627\u0621 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644");
|
|
75
75
|
injectString("lt-LT", "Deselect all", "At\u017Eym\u0117ti visus");
|
|
76
76
|
injectString("lv-LV", "Deselect all", "Atcelt visas atlases");
|
|
77
77
|
injectString("ka-GE", "Deselect all", "\u10E7\u10D5\u10D4\u10DA\u10D0\u10E1 \u10DB\u10DD\u10EE\u10E1\u10DC\u10D0");
|