@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
|
@@ -11,32 +11,38 @@ import { classNames } from "../../commonHelpers/classNames/classNames";
|
|
|
11
11
|
import { getListClasses } from "../utils/getListClasses";
|
|
12
12
|
import { useColumns } from "../../formLayout/hooks/useColumns";
|
|
13
13
|
injectString("cs", "Sub-options are not active.", "Sub-options are not active.");
|
|
14
|
-
injectString("da-DK", "Sub-options are not active.", "
|
|
14
|
+
injectString("da-DK", "Sub-options are not active.", "Underindstillinger er ikke aktive.");
|
|
15
15
|
injectString("de", "Sub-options are not active.", "Sub-options are not active.");
|
|
16
16
|
injectString("en", "Sub-options are not active.", "Sub-options are not active.");
|
|
17
17
|
injectString("es", "Sub-options are not active.", "Sub-options are not active.");
|
|
18
|
-
injectString("fi-FI", "Sub-options are not active.", "
|
|
18
|
+
injectString("fi-FI", "Sub-options are not active.", "Alivalinnat eiv\xE4t ole aktiivisia.");
|
|
19
19
|
injectString("fr", "Sub-options are not active.", "Sub-options are not active.");
|
|
20
20
|
injectString("fr-FR", "Sub-options are not active.", "Sub-options are not active.");
|
|
21
|
-
injectString("hu-HU", "Sub-options are not active.", "
|
|
21
|
+
injectString("hu-HU", "Sub-options are not active.", "Az albe\xE1ll\xEDt\xE1sok nem akt\xEDvak.");
|
|
22
22
|
injectString("id", "Sub-options are not active.", "Sub-options are not active.");
|
|
23
23
|
injectString("it", "Sub-options are not active.", "Sub-options are not active.");
|
|
24
24
|
injectString("ja", "Sub-options are not active.", "Sub-options are not active.");
|
|
25
25
|
injectString("ko-KR", "Sub-options are not active.", "Sub-options are not active.");
|
|
26
|
-
injectString("ms", "Sub-options are not active.", "Sub-
|
|
27
|
-
injectString("nb-NO", "Sub-options are not active.", "
|
|
28
|
-
injectString("nl", "Sub-options are not active.", "
|
|
26
|
+
injectString("ms", "Sub-options are not active.", "Sub-pilihan tidak aktif.");
|
|
27
|
+
injectString("nb-NO", "Sub-options are not active.", "Underalternativer er ikke aktive.");
|
|
28
|
+
injectString("nl", "Sub-options are not active.", "Subopties zijn niet actief.");
|
|
29
29
|
injectString("pl", "Sub-options are not active.", "Sub-options are not active.");
|
|
30
|
-
injectString("pt-BR", "Sub-options are not active.", "
|
|
30
|
+
injectString("pt-BR", "Sub-options are not active.", "As subop\xE7\xF5es n\xE3o est\xE3o ativas.");
|
|
31
31
|
injectString("pt-PT", "Sub-options are not active.", "Subop\xE7\xF5es n\xE3o est\xE3o ativas.");
|
|
32
|
-
injectString("sk-SK", "Sub-options are not active.", "
|
|
33
|
-
injectString("sv", "Sub-options are not active.", "
|
|
32
|
+
injectString("sk-SK", "Sub-options are not active.", "Podvo\u013Eby nie s\xFA akt\xEDvne.");
|
|
33
|
+
injectString("sv", "Sub-options are not active.", "Underalternativ \xE4r inte aktiva.");
|
|
34
34
|
injectString("th", "Sub-options are not active.", "Sub-options are not active.");
|
|
35
35
|
injectString("tr", "Sub-options are not active.", "Sub-options are not active.");
|
|
36
36
|
injectString("zh-Hans", "Sub-options are not active.", "Sub-options are not active.");
|
|
37
37
|
injectString("zh-TW", "Sub-options are not active.", "Sub-options are not active.");
|
|
38
38
|
injectString("ro-RO", "Sub-options are not active.", "Nu sunt active op\u021Biuni secundare.");
|
|
39
39
|
injectString("ar", "Sub-options are not active.", "\u0627\u0644\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629 \u063A\u064A\u0631 \u0646\u0634\u0637\u0629.");
|
|
40
|
+
injectString("lt-LT", "Sub-options are not active.", "Papildomos parinktys neaktyvios.");
|
|
41
|
+
injectString("lv-LV", "Sub-options are not active.", "Apak\u0161opcijas nav akt\u012Bvas.");
|
|
42
|
+
injectString("ka-GE", "Sub-options are not active.", "\u10E5\u10D5\u10D4\u10DE\u10D0\u10E0\u10D0\u10DB\u10D4\u10E2\u10E0\u10D4\u10D1\u10D8 \u10D0\u10E0 \u10D0\u10E0\u10D8\u10E1 \u10D0\u10E5\u10E2\u10D8\u10E3\u10E0\u10D8.");
|
|
43
|
+
injectString("el-GR", "Sub-options are not active.", "\u039F\u03B9 \u03C5\u03C0\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B5\u03BD\u03B5\u03C1\u03B3\u03AD\u03C2.");
|
|
44
|
+
injectString("et-EE", "Sub-options are not active.", "Alamvalikud pole aktiivsed.");
|
|
45
|
+
injectString("bg-BG", "Sub-options are not active.", "\u041F\u043E\u0434\u043E\u043F\u0446\u0438\u0438\u0442\u0435 \u043D\u0435 \u0441\u0430 \u0430\u043A\u0442\u0438\u0432\u043D\u0438.");
|
|
40
46
|
export const useToggle = result => {
|
|
41
47
|
const {
|
|
42
48
|
controller,
|
|
@@ -30,60 +30,78 @@ injectString("zh-Hans", "Reload", "\u91CD\u65B0\u52A0\u8F7D");
|
|
|
30
30
|
injectString("zh-TW", "Reload", "\u91CD\u65B0\u8F09\u5165");
|
|
31
31
|
injectString("ro-RO", "Reload", "Re\xEEnc\u0103rca\u021Bi");
|
|
32
32
|
injectString("ar", "Reload", "\u0625\u0639\u0627\u062F\u0629 \u062A\u062D\u0645\u064A\u0644");
|
|
33
|
+
injectString("lt-LT", "Reload", "Perkrauti");
|
|
34
|
+
injectString("lv-LV", "Reload", "P\u0101rl\u0101d\u0113t");
|
|
35
|
+
injectString("ka-GE", "Reload", "\u10EE\u10D4\u10DA\u10D0\u10EE\u10DA\u10D0 \u10E9\u10D0\u10E2\u10D5\u10D8\u10E0\u10D7\u10D5\u10D0");
|
|
36
|
+
injectString("el-GR", "Reload", "\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7");
|
|
37
|
+
injectString("et-EE", "Reload", "Laadi uuesti");
|
|
38
|
+
injectString("bg-BG", "Reload", "\u041F\u0440\u0435\u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043D\u0435");
|
|
33
39
|
injectString("cs", "Failed to load page", "Failed to load page");
|
|
34
|
-
injectString("da-DK", "Failed to load page", "
|
|
40
|
+
injectString("da-DK", "Failed to load page", "Kunne ikke indl\xE6se side");
|
|
35
41
|
injectString("de", "Failed to load page", "Failed to load page");
|
|
36
42
|
injectString("en", "Failed to load page", "Failed to load page");
|
|
37
43
|
injectString("es", "Failed to load page", "Failed to load page");
|
|
38
|
-
injectString("fi-FI", "Failed to load page", "
|
|
44
|
+
injectString("fi-FI", "Failed to load page", "Sivun lataaminen ep\xE4onnistui");
|
|
39
45
|
injectString("fr", "Failed to load page", "Failed to load page");
|
|
40
46
|
injectString("fr-FR", "Failed to load page", "Failed to load page");
|
|
41
|
-
injectString("hu-HU", "Failed to load page", "
|
|
47
|
+
injectString("hu-HU", "Failed to load page", "Az oldal bet\xF6lt\xE9se nem siker\xFClt");
|
|
42
48
|
injectString("id", "Failed to load page", "Failed to load page");
|
|
43
49
|
injectString("it", "Failed to load page", "Failed to load page");
|
|
44
50
|
injectString("ja", "Failed to load page", "Failed to load page");
|
|
45
51
|
injectString("ko-KR", "Failed to load page", "Failed to load page");
|
|
46
|
-
injectString("ms", "Failed to load page", "
|
|
47
|
-
injectString("nb-NO", "Failed to load page", "
|
|
48
|
-
injectString("nl", "Failed to load page", "
|
|
52
|
+
injectString("ms", "Failed to load page", "Gagal memuatkan halaman");
|
|
53
|
+
injectString("nb-NO", "Failed to load page", "Kunne ikke laste inn siden");
|
|
54
|
+
injectString("nl", "Failed to load page", "Pagina laden mislukt");
|
|
49
55
|
injectString("pl", "Failed to load page", "Failed to load page");
|
|
50
|
-
injectString("pt-BR", "Failed to load page", "
|
|
56
|
+
injectString("pt-BR", "Failed to load page", "Falha ao carregar a p\xE1gina");
|
|
51
57
|
injectString("pt-PT", "Failed to load page", "Falha ao carregar a p\xE1gina");
|
|
52
|
-
injectString("sk-SK", "Failed to load page", "
|
|
53
|
-
injectString("sv", "Failed to load page", "
|
|
58
|
+
injectString("sk-SK", "Failed to load page", "Nepodarilo sa na\u010D\xEDta\u0165 str\xE1nku");
|
|
59
|
+
injectString("sv", "Failed to load page", "Det gick inte att l\xE4sa in sidan");
|
|
54
60
|
injectString("th", "Failed to load page", "Failed to load page");
|
|
55
61
|
injectString("tr", "Failed to load page", "Failed to load page");
|
|
56
62
|
injectString("zh-Hans", "Failed to load page", "Failed to load page");
|
|
57
63
|
injectString("zh-TW", "Failed to load page", "Failed to load page");
|
|
58
64
|
injectString("ro-RO", "Failed to load page", "Nu s-a putut \xEEnc\u0103rca pagina");
|
|
59
65
|
injectString("ar", "Failed to load page", "\u0641\u0634\u0644 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0635\u0641\u062D\u0629");
|
|
66
|
+
injectString("lt-LT", "Failed to load page", "Nepavyko \u012Fkelti puslapio");
|
|
67
|
+
injectString("lv-LV", "Failed to load page", "Neizdev\u0101s iel\u0101d\u0113t lapu");
|
|
68
|
+
injectString("ka-GE", "Failed to load page", "\u10D2\u10D5\u10D4\u10E0\u10D3\u10D8\u10E1 \u10E9\u10D0\u10E2\u10D5\u10D8\u10E0\u10D7\u10D5\u10D0 \u10D5\u10D4\u10E0 \u10DB\u10DD\u10EE\u10D4\u10E0\u10EE\u10D3\u10D0");
|
|
69
|
+
injectString("el-GR", "Failed to load page", "\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03AF\u03B1 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7\u03C2 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1\u03C2");
|
|
70
|
+
injectString("et-EE", "Failed to load page", "Lehe laadimine eba\xF5nnestus");
|
|
71
|
+
injectString("bg-BG", "Failed to load page", "\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430\u0442\u0430 \u043D\u0435 \u043C\u043E\u0436\u0430 \u0434\u0430 \u0441\u0435 \u0437\u0430\u0440\u0435\u0434\u0438");
|
|
60
72
|
injectString("cs", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
61
|
-
injectString("da-DK", "Please refresh the page and try again. If the issue persists, contact Support.", "
|
|
73
|
+
injectString("da-DK", "Please refresh the page and try again. If the issue persists, contact Support.", "Opdater siden og pr\xF8v igen. Hvis problemet forts\xE6tter, kontakt Support.");
|
|
62
74
|
injectString("de", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
63
75
|
injectString("en", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
64
76
|
injectString("es", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
65
|
-
injectString("fi-FI", "Please refresh the page and try again. If the issue persists, contact Support.", "
|
|
77
|
+
injectString("fi-FI", "Please refresh the page and try again. If the issue persists, contact Support.", "P\xE4ivit\xE4 sivu ja yrit\xE4 uudelleen. Jos ongelma jatkuu, ota yhteytt\xE4 tukeen.");
|
|
66
78
|
injectString("fr", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
67
79
|
injectString("fr-FR", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
68
|
-
injectString("hu-HU", "Please refresh the page and try again. If the issue persists, contact Support.", "
|
|
80
|
+
injectString("hu-HU", "Please refresh the page and try again. If the issue persists, contact Support.", "Friss\xEDtse az oldalt, \xE9s pr\xF3b\xE1lja \xFAjra. Ha a probl\xE9ma tov\xE1bbra is fenn\xE1ll, vegye fel a kapcsolatot az \xFCgyf\xE9lszolg\xE1lattal.");
|
|
69
81
|
injectString("id", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
70
82
|
injectString("it", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
71
83
|
injectString("ja", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
72
84
|
injectString("ko-KR", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
73
|
-
injectString("ms", "Please refresh the page and try again. If the issue persists, contact Support.", "
|
|
74
|
-
injectString("nb-NO", "Please refresh the page and try again. If the issue persists, contact Support.", "
|
|
75
|
-
injectString("nl", "Please refresh the page and try again. If the issue persists, contact Support.", "
|
|
85
|
+
injectString("ms", "Please refresh the page and try again. If the issue persists, contact Support.", "Sila segarkan semula halaman dan cuba lagi. Jika masalah berterusan, hubungi Sokongan.");
|
|
86
|
+
injectString("nb-NO", "Please refresh the page and try again. If the issue persists, contact Support.", "Oppdater siden og pr\xF8v igjen. Hvis problemet vedvarer, kontakt Support.");
|
|
87
|
+
injectString("nl", "Please refresh the page and try again. If the issue persists, contact Support.", "Vernieuw de pagina en probeer het opnieuw. Als het probleem aanhoudt, neem dan contact op met Ondersteuning.");
|
|
76
88
|
injectString("pl", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
77
|
-
injectString("pt-BR", "Please refresh the page and try again. If the issue persists, contact Support.", "
|
|
89
|
+
injectString("pt-BR", "Please refresh the page and try again. If the issue persists, contact Support.", "Atualize a p\xE1gina e tente novamente. Se o problema persistir, entre em contato com o Suporte.");
|
|
78
90
|
injectString("pt-PT", "Please refresh the page and try again. If the issue persists, contact Support.", "Atualize a p\xE1gina e tente novamente. Se o problema persistir, contacte o Suporte.");
|
|
79
|
-
injectString("sk-SK", "Please refresh the page and try again. If the issue persists, contact Support.", "
|
|
80
|
-
injectString("sv", "Please refresh the page and try again. If the issue persists, contact Support.", "
|
|
91
|
+
injectString("sk-SK", "Please refresh the page and try again. If the issue persists, contact Support.", "Obnovte str\xE1nku a sk\xFAste to znova. Ak probl\xE9m pretrv\xE1va, kontaktujte podporu.");
|
|
92
|
+
injectString("sv", "Please refresh the page and try again. If the issue persists, contact Support.", "Uppdatera sidan och f\xF6rs\xF6k igen. Om problemet kvarst\xE5r, kontakta Support.");
|
|
81
93
|
injectString("th", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
82
94
|
injectString("tr", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
83
95
|
injectString("zh-Hans", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
84
96
|
injectString("zh-TW", "Please refresh the page and try again. If the issue persists, contact Support.", "Please refresh the page and try again. If the issue persists, contact Support.");
|
|
85
97
|
injectString("ro-RO", "Please refresh the page and try again. If the issue persists, contact Support.", "Re\xEEnc\u0103rca\u021Bi pagina \u0219i \xEEncerca\u021Bi din nou. Dac\u0103 problema persist\u0103, contacta\u021Bi Asisten\u021Ba.");
|
|
86
98
|
injectString("ar", "Please refresh the page and try again. If the issue persists, contact Support.", "\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649. \u0625\u0630\u0627 \u0627\u0633\u062A\u0645\u0631\u062A \u0627\u0644\u0645\u0634\u0643\u0644\u0629\u060C \u0627\u062A\u0635\u0644 \u0628\u0627\u0644\u062F\u0639\u0645.");
|
|
99
|
+
injectString("lt-LT", "Please refresh the page and try again. If the issue persists, contact Support.", "Atnaujinkite puslap\u012F. Jei problema i\u0161lieka, susisiekite su palaikymo tarnyba.");
|
|
100
|
+
injectString("lv-LV", "Please refresh the page and try again. If the issue persists, contact Support.", "L\u016Bdzu atsvaidziniet lapu. Ja probl\u0113ma saglab\u0101jas, sazinieties ar atbalstu.");
|
|
101
|
+
injectString("ka-GE", "Please refresh the page and try again. If the issue persists, contact Support.", "\u10D2\u10D7\u10EE\u10DD\u10D5\u10D7, \u10D2\u10D0\u10DC\u10D0\u10D0\u10EE\u10DA\u10D4\u10D7 \u10D2\u10D5\u10D4\u10E0\u10D3\u10D8. \u10DE\u10E0\u10DD\u10D1\u10DA\u10D4\u10DB\u10D8\u10E1 \u10E8\u10D4\u10DB\u10D7\u10EE\u10D5\u10D4\u10D5\u10D0\u10E8\u10D8 \u10D3\u10D0\u10E3\u10D9\u10D0\u10D5\u10E8\u10D8\u10E0\u10D3\u10D8\u10D7 \u10DB\u10EE\u10D0\u10E0\u10D3\u10D0\u10ED\u10D4\u10E0\u10D0\u10E1.");
|
|
102
|
+
injectString("el-GR", "Please refresh the page and try again. If the issue persists, contact Support.", "\u0391\u03BD\u03B1\u03BD\u03B5\u03CE\u03C3\u03C4\u03B5 \u03C4\u03B7 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1. \u0391\u03BD \u03C4\u03BF \u03C0\u03C1\u03CC\u03B2\u03BB\u03B7\u03BC\u03B1 \u03C0\u03B1\u03C1\u03B1\u03BC\u03AD\u03BD\u03B5\u03B9, \u03B5\u03C0\u03B9\u03BA\u03BF\u03B9\u03BD\u03C9\u03BD\u03AE\u03C3\u03C4\u03B5 \u03BC\u03B5 \u03C4\u03B7\u03BD \u03A5\u03C0\u03BF\u03C3\u03C4\u03AE\u03C1\u03B9\u03BE\u03B7.");
|
|
103
|
+
injectString("et-EE", "Please refresh the page and try again. If the issue persists, contact Support.", "V\xE4rskendage lehte. Kui probleem p\xFCsib, v\xF5tke \xFChendust toega.");
|
|
104
|
+
injectString("bg-BG", "Please refresh the page and try again. If the issue persists, contact Support.", "\u041C\u043E\u043B\u044F, \u043E\u043F\u0440\u0435\u0441\u043D\u0435\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430\u0442\u0430. \u0410\u043A\u043E \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u044A\u0442 \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0438, \u0441\u0432\u044A\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441 \u043F\u043E\u0434\u0434\u0440\u044A\u0436\u043A\u0430\u0442\u0430.");
|
|
87
105
|
export const useError = props => {
|
|
88
106
|
const {
|
|
89
107
|
translate
|
|
@@ -34,6 +34,12 @@ injectString("zh-Hans", "Save", "\u4FDD\u5B58");
|
|
|
34
34
|
injectString("zh-TW", "Save", "\u5132\u5B58");
|
|
35
35
|
injectString("ro-RO", "Save", "Salva\u021Bi");
|
|
36
36
|
injectString("ar", "Save", "\u062D\u0641\u0638");
|
|
37
|
+
injectString("lt-LT", "Save", "I\u0161saugoti");
|
|
38
|
+
injectString("lv-LV", "Save", "Saglab\u0101t");
|
|
39
|
+
injectString("ka-GE", "Save", "\u10E8\u10D4\u10DC\u10D0\u10EE\u10D5\u10D0");
|
|
40
|
+
injectString("el-GR", "Save", "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7");
|
|
41
|
+
injectString("et-EE", "Save", "Salvesta");
|
|
42
|
+
injectString("bg-BG", "Save", "\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435");
|
|
37
43
|
injectString("cs", "Edit", "Upravit");
|
|
38
44
|
injectString("da-DK", "Edit", "Rediger");
|
|
39
45
|
injectString("de", "Edit", "Bearbeiten");
|
|
@@ -61,6 +67,12 @@ injectString("zh-Hans", "Edit", "\u7F16\u8F91");
|
|
|
61
67
|
injectString("zh-TW", "Edit", "\u7DE8\u8F2F");
|
|
62
68
|
injectString("ro-RO", "Edit", "Edita\u021Bi");
|
|
63
69
|
injectString("ar", "Edit", "\u062A\u0639\u062F\u064A\u0644");
|
|
70
|
+
injectString("lt-LT", "Edit", "Redaguoti");
|
|
71
|
+
injectString("lv-LV", "Edit", "Redi\u0123\u0113t");
|
|
72
|
+
injectString("ka-GE", "Edit", "\u10E0\u10D4\u10D3\u10D0\u10E5\u10E2\u10D8\u10E0\u10D4\u10D1\u10D0");
|
|
73
|
+
injectString("el-GR", "Edit", "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1");
|
|
74
|
+
injectString("et-EE", "Edit", "Muuda");
|
|
75
|
+
injectString("bg-BG", "Edit", "\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435");
|
|
64
76
|
injectString("cs", "Cancel", "Zru\u0161it");
|
|
65
77
|
injectString("da-DK", "Cancel", "Annuller");
|
|
66
78
|
injectString("de", "Cancel", "Abbrechen");
|
|
@@ -88,6 +100,12 @@ injectString("zh-Hans", "Cancel", "\u53D6\u6D88");
|
|
|
88
100
|
injectString("zh-TW", "Cancel", "\u53D6\u6D88");
|
|
89
101
|
injectString("ro-RO", "Cancel", "Anula\u021Bi");
|
|
90
102
|
injectString("ar", "Cancel", "\u0625\u0644\u063A\u0627\u0621");
|
|
103
|
+
injectString("lt-LT", "Cancel", "At\u0161aukti");
|
|
104
|
+
injectString("lv-LV", "Cancel", "Atcelt");
|
|
105
|
+
injectString("ka-GE", "Cancel", "\u10D2\u10D0\u10E3\u10E5\u10DB\u10D4\u10D1\u10D0");
|
|
106
|
+
injectString("el-GR", "Cancel", "\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7");
|
|
107
|
+
injectString("et-EE", "Cancel", "T\xFChista");
|
|
108
|
+
injectString("bg-BG", "Cancel", "\u041E\u0442\u043A\u0430\u0437");
|
|
91
109
|
export const useFormButtons = (props = {}) => {
|
|
92
110
|
const {
|
|
93
111
|
onSave,
|
|
@@ -31,60 +31,78 @@ injectString("zh-Hans", "Reload", "\u91CD\u65B0\u52A0\u8F7D");
|
|
|
31
31
|
injectString("zh-TW", "Reload", "\u91CD\u65B0\u8F09\u5165");
|
|
32
32
|
injectString("ro-RO", "Reload", "Re\xEEnc\u0103rca\u021Bi");
|
|
33
33
|
injectString("ar", "Reload", "\u0625\u0639\u0627\u062F\u0629 \u062A\u062D\u0645\u064A\u0644");
|
|
34
|
+
injectString("lt-LT", "Reload", "Perkrauti");
|
|
35
|
+
injectString("lv-LV", "Reload", "P\u0101rl\u0101d\u0113t");
|
|
36
|
+
injectString("ka-GE", "Reload", "\u10EE\u10D4\u10DA\u10D0\u10EE\u10DA\u10D0 \u10E9\u10D0\u10E2\u10D5\u10D8\u10E0\u10D7\u10D5\u10D0");
|
|
37
|
+
injectString("el-GR", "Reload", "\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7");
|
|
38
|
+
injectString("et-EE", "Reload", "Laadi uuesti");
|
|
39
|
+
injectString("bg-BG", "Reload", "\u041F\u0440\u0435\u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043D\u0435");
|
|
34
40
|
injectString("cs", "Failed to load section", "Failed to load section");
|
|
35
|
-
injectString("da-DK", "Failed to load section", "
|
|
41
|
+
injectString("da-DK", "Failed to load section", "Kunne ikke indl\xE6se sektion");
|
|
36
42
|
injectString("de", "Failed to load section", "Failed to load section");
|
|
37
43
|
injectString("en", "Failed to load section", "Failed to load section");
|
|
38
44
|
injectString("es", "Failed to load section", "Failed to load section");
|
|
39
|
-
injectString("fi-FI", "Failed to load section", "
|
|
45
|
+
injectString("fi-FI", "Failed to load section", "Osan lataaminen ep\xE4onnistui");
|
|
40
46
|
injectString("fr", "Failed to load section", "Failed to load section");
|
|
41
47
|
injectString("fr-FR", "Failed to load section", "Failed to load section");
|
|
42
|
-
injectString("hu-HU", "Failed to load section", "
|
|
48
|
+
injectString("hu-HU", "Failed to load section", "A szakasz bet\xF6lt\xE9se nem siker\xFClt");
|
|
43
49
|
injectString("id", "Failed to load section", "Failed to load section");
|
|
44
50
|
injectString("it", "Failed to load section", "Failed to load section");
|
|
45
51
|
injectString("ja", "Failed to load section", "Failed to load section");
|
|
46
52
|
injectString("ko-KR", "Failed to load section", "Failed to load section");
|
|
47
|
-
injectString("ms", "Failed to load section", "
|
|
48
|
-
injectString("nb-NO", "Failed to load section", "
|
|
49
|
-
injectString("nl", "Failed to load section", "
|
|
53
|
+
injectString("ms", "Failed to load section", "Gagal memuatkan bahagian");
|
|
54
|
+
injectString("nb-NO", "Failed to load section", "Kunne ikke laste inn seksjonen");
|
|
55
|
+
injectString("nl", "Failed to load section", "Sectie laden mislukt");
|
|
50
56
|
injectString("pl", "Failed to load section", "Failed to load section");
|
|
51
|
-
injectString("pt-BR", "Failed to load section", "
|
|
57
|
+
injectString("pt-BR", "Failed to load section", "Falha ao carregar a se\xE7\xE3o");
|
|
52
58
|
injectString("pt-PT", "Failed to load section", "Falha ao carregar a se\xE7\xE3o");
|
|
53
|
-
injectString("sk-SK", "Failed to load section", "
|
|
54
|
-
injectString("sv", "Failed to load section", "
|
|
59
|
+
injectString("sk-SK", "Failed to load section", "Nepodarilo sa na\u010D\xEDta\u0165 sekciu");
|
|
60
|
+
injectString("sv", "Failed to load section", "Det gick inte att l\xE4sa in avsnittet");
|
|
55
61
|
injectString("th", "Failed to load section", "Failed to load section");
|
|
56
62
|
injectString("tr", "Failed to load section", "Failed to load section");
|
|
57
63
|
injectString("zh-Hans", "Failed to load section", "Failed to load section");
|
|
58
64
|
injectString("zh-TW", "Failed to load section", "Failed to load section");
|
|
59
65
|
injectString("ro-RO", "Failed to load section", "Nu s-a putut \xEEnc\u0103rca sec\u021Biunea");
|
|
60
66
|
injectString("ar", "Failed to load section", "\u0641\u0634\u0644 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0642\u0633\u0645");
|
|
67
|
+
injectString("lt-LT", "Failed to load section", "Nepavyko \u012Fkelti sekcijos");
|
|
68
|
+
injectString("lv-LV", "Failed to load section", "Neizdev\u0101s iel\u0101d\u0113t sada\u013Cu");
|
|
69
|
+
injectString("ka-GE", "Failed to load section", "\u10D2\u10D0\u10DC\u10E7\u10DD\u10E4\u10D8\u10DA\u10D4\u10D1\u10D8\u10E1 \u10E9\u10D0\u10E2\u10D5\u10D8\u10E0\u10D7\u10D5\u10D0 \u10D5\u10D4\u10E0 \u10DB\u10DD\u10EE\u10D4\u10E0\u10EE\u10D3\u10D0");
|
|
70
|
+
injectString("el-GR", "Failed to load section", "\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03AF\u03B1 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7\u03C2 \u03B5\u03BD\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2");
|
|
71
|
+
injectString("et-EE", "Failed to load section", "Osa laadimine eba\xF5nnestus");
|
|
72
|
+
injectString("bg-BG", "Failed to load section", "\u0420\u0430\u0437\u0434\u0435\u043B\u044A\u0442 \u043D\u0435 \u043C\u043E\u0436\u0430 \u0434\u0430 \u0441\u0435 \u0437\u0430\u0440\u0435\u0434\u0438");
|
|
61
73
|
injectString("cs", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
62
|
-
injectString("da-DK", "Please reload this section to try again. If the issue persists, contact Support.", "
|
|
74
|
+
injectString("da-DK", "Please reload this section to try again. If the issue persists, contact Support.", "Genindl\xE6s denne sektion for at pr\xF8ve igen. Hvis problemet forts\xE6tter, kontakt Support.");
|
|
63
75
|
injectString("de", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
64
76
|
injectString("en", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
65
77
|
injectString("es", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
66
|
-
injectString("fi-FI", "Please reload this section to try again. If the issue persists, contact Support.", "
|
|
78
|
+
injectString("fi-FI", "Please reload this section to try again. If the issue persists, contact Support.", "Lataa t\xE4m\xE4 osio uudelleen ja yrit\xE4 uudelleen. Jos ongelma jatkuu, ota yhteytt\xE4 tukeen.");
|
|
67
79
|
injectString("fr", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
68
80
|
injectString("fr-FR", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
69
|
-
injectString("hu-HU", "Please reload this section to try again. If the issue persists, contact Support.", "
|
|
81
|
+
injectString("hu-HU", "Please reload this section to try again. If the issue persists, contact Support.", "T\xF6ltse be \xFAjra ezt a szakaszt, \xE9s pr\xF3b\xE1lja \xFAjra. Ha a probl\xE9ma tov\xE1bbra is fenn\xE1ll, vegye fel a kapcsolatot az \xFCgyf\xE9lszolg\xE1lattal.");
|
|
70
82
|
injectString("id", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
71
83
|
injectString("it", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
72
84
|
injectString("ja", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
73
85
|
injectString("ko-KR", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
74
|
-
injectString("ms", "Please reload this section to try again. If the issue persists, contact Support.", "
|
|
75
|
-
injectString("nb-NO", "Please reload this section to try again. If the issue persists, contact Support.", "
|
|
76
|
-
injectString("nl", "Please reload this section to try again. If the issue persists, contact Support.", "
|
|
86
|
+
injectString("ms", "Please reload this section to try again. If the issue persists, contact Support.", "Sila muat semula bahagian ini untuk mencuba lagi. Jika masalah berterusan, hubungi Sokongan.");
|
|
87
|
+
injectString("nb-NO", "Please reload this section to try again. If the issue persists, contact Support.", "Last inn denne seksjonen p\xE5 nytt for \xE5 pr\xF8ve igjen. Hvis problemet vedvarer, kontakt Support.");
|
|
88
|
+
injectString("nl", "Please reload this section to try again. If the issue persists, contact Support.", "Laad deze sectie opnieuw om het opnieuw te proberen. Als het probleem aanhoudt, neem dan contact op met Ondersteuning.");
|
|
77
89
|
injectString("pl", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
78
|
-
injectString("pt-BR", "Please reload this section to try again. If the issue persists, contact Support.", "
|
|
90
|
+
injectString("pt-BR", "Please reload this section to try again. If the issue persists, contact Support.", "Recarregue esta se\xE7\xE3o para tentar novamente. Se o problema persistir, entre em contato com o Suporte.");
|
|
79
91
|
injectString("pt-PT", "Please reload this section to try again. If the issue persists, contact Support.", "Por favor, recarregue esta se\xE7\xE3o para tentar novamente. Se o problema persistir, contacte o Suporte.");
|
|
80
|
-
injectString("sk-SK", "Please reload this section to try again. If the issue persists, contact Support.", "
|
|
81
|
-
injectString("sv", "Please reload this section to try again. If the issue persists, contact Support.", "
|
|
92
|
+
injectString("sk-SK", "Please reload this section to try again. If the issue persists, contact Support.", "Znovu na\u010D\xEDtajte t\xFAto sekciu a sk\xFAste to znova. Ak probl\xE9m pretrv\xE1va, kontaktujte podporu.");
|
|
93
|
+
injectString("sv", "Please reload this section to try again. If the issue persists, contact Support.", "Ladda om det h\xE4r avsnittet f\xF6r att f\xF6rs\xF6ka igen. Om problemet kvarst\xE5r, kontakta Support.");
|
|
82
94
|
injectString("th", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
83
95
|
injectString("tr", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
84
96
|
injectString("zh-Hans", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
85
97
|
injectString("zh-TW", "Please reload this section to try again. If the issue persists, contact Support.", "Please reload this section to try again. If the issue persists, contact Support.");
|
|
86
98
|
injectString("ro-RO", "Please reload this section to try again. If the issue persists, contact Support.", "Re\xEEnc\u0103rca\u021Bi aceast\u0103 sec\u021Biune pentru a \xEEncerca din nou. Dac\u0103 problema persist\u0103, contacta\u021Bi Asisten\u021Ba.");
|
|
87
99
|
injectString("ar", "Please reload this section to try again. If the issue persists, contact Support.", "\u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u062A\u062D\u0645\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u0642\u0633\u0645 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649. \u0625\u0630\u0627 \u0627\u0633\u062A\u0645\u0631\u062A \u0627\u0644\u0645\u0634\u0643\u0644\u0629\u060C \u0627\u062A\u0635\u0644 \u0628\u0627\u0644\u062F\u0639\u0645.");
|
|
100
|
+
injectString("lt-LT", "Please reload this section to try again. If the issue persists, contact Support.", "Perkraukite \u0161i\u0105 sekcij\u0105. Jei problema i\u0161lieka, susisiekite su palaikymo tarnyba.");
|
|
101
|
+
injectString("lv-LV", "Please reload this section to try again. If the issue persists, contact Support.", "L\u016Bdzu p\u0101rl\u0101d\u0113jiet \u0161o sada\u013Cu. Ja probl\u0113ma saglab\u0101jas, sazinieties ar atbalstu.");
|
|
102
|
+
injectString("ka-GE", "Please reload this section to try again. If the issue persists, contact Support.", "\u10D2\u10D7\u10EE\u10DD\u10D5\u10D7, \u10EE\u10D4\u10DA\u10D0\u10EE\u10DA\u10D0 \u10E9\u10D0\u10E2\u10D5\u10D8\u10E0\u10D7\u10D4\u10D7 \u10D4\u10E1 \u10D2\u10D0\u10DC\u10E7\u10DD\u10E4\u10D8\u10DA\u10D4\u10D1\u10D0. \u10DE\u10E0\u10DD\u10D1\u10DA\u10D4\u10DB\u10D8\u10E1 \u10E8\u10D4\u10DB\u10D7\u10EE\u10D5\u10D4\u10D5\u10D0\u10E8\u10D8 \u10D3\u10D0\u10E3\u10D9\u10D0\u10D5\u10E8\u10D8\u10E0\u10D3\u10D8\u10D7 \u10DB\u10EE\u10D0\u10E0\u10D3\u10D0\u10ED\u10D4\u10E0\u10D0\u10E1.");
|
|
103
|
+
injectString("el-GR", "Please reload this section to try again. If the issue persists, contact Support.", "\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03C4\u03CE\u03C3\u03C4\u03B5 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7\u03BD \u03B5\u03BD\u03CC\u03C4\u03B7\u03C4\u03B1. \u0391\u03BD \u03C4\u03BF \u03C0\u03C1\u03CC\u03B2\u03BB\u03B7\u03BC\u03B1 \u03C0\u03B1\u03C1\u03B1\u03BC\u03AD\u03BD\u03B5\u03B9, \u03B5\u03C0\u03B9\u03BA\u03BF\u03B9\u03BD\u03C9\u03BD\u03AE\u03C3\u03C4\u03B5 \u03BC\u03B5 \u03C4\u03B7\u03BD \u03A5\u03C0\u03BF\u03C3\u03C4\u03AE\u03C1\u03B9\u03BE\u03B7.");
|
|
104
|
+
injectString("et-EE", "Please reload this section to try again. If the issue persists, contact Support.", "Laadige see osa uuesti. Kui probleem p\xFCsib, v\xF5tke \xFChendust toega.");
|
|
105
|
+
injectString("bg-BG", "Please reload this section to try again. If the issue persists, contact Support.", "\u041C\u043E\u043B\u044F, \u043F\u0440\u0435\u0437\u0430\u0440\u0435\u0434\u0435\u0442\u0435 \u0440\u0430\u0437\u0434\u0435\u043B\u0430. \u0410\u043A\u043E \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u044A\u0442 \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0438, \u0441\u0432\u044A\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441 \u043F\u043E\u0434\u0434\u0440\u044A\u0436\u043A\u0430\u0442\u0430.");
|
|
88
106
|
export const useError = props => {
|
|
89
107
|
const {
|
|
90
108
|
translate
|
|
@@ -31,6 +31,12 @@ injectString("zh-Hans", "Optional", "\u53EF\u9009");
|
|
|
31
31
|
injectString("zh-TW", "Optional", "\u9078\u586B");
|
|
32
32
|
injectString("ro-RO", "Optional", "Op\u021Bional");
|
|
33
33
|
injectString("ar", "Optional", "\u0627\u062E\u062A\u064A\u0627\u0631\u064A");
|
|
34
|
+
injectString("lt-LT", "Optional", "Neprivaloma");
|
|
35
|
+
injectString("lv-LV", "Optional", "Neoblig\u0101ts");
|
|
36
|
+
injectString("ka-GE", "Optional", "\u10E1\u10E3\u10E0\u10D5\u10D8\u10DA\u10D8\u10E1\u10D0\u10DB\u10D4\u10D1\u10E0");
|
|
37
|
+
injectString("el-GR", "Optional", "\u03A0\u03C1\u03BF\u03B1\u03B9\u03C1\u03B5\u03C4\u03B9\u03BA\u03CC");
|
|
38
|
+
injectString("et-EE", "Optional", "Valikuline");
|
|
39
|
+
injectString("bg-BG", "Optional", "\u041F\u043E \u0438\u0437\u0431\u043E\u0440");
|
|
34
40
|
export const FormStep = ({
|
|
35
41
|
isFirst,
|
|
36
42
|
value,
|
|
@@ -31,6 +31,12 @@ injectString("zh-Hans", "Step {0} of {1}", "\u6B65\u9AA4 {0} / {1} ");
|
|
|
31
31
|
injectString("zh-TW", "Step {0} of {1}", "\u6B65\u9A5F {0} (\u5171 {1} \u500B)");
|
|
32
32
|
injectString("ro-RO", "Step {0} of {1}", "Pasul {0} din {1}");
|
|
33
33
|
injectString("ar", "Step {0} of {1}", "\u0627\u0644\u062E\u0637\u0648\u0629 {0} \u0645\u0646 {1}");
|
|
34
|
+
injectString("lt-LT", "Step {0} of {1}", "\u017Dingsnis {0} i\u0161 {1}");
|
|
35
|
+
injectString("lv-LV", "Step {0} of {1}", "Solis {0} no {1}");
|
|
36
|
+
injectString("ka-GE", "Step {0} of {1}", "\u10DC\u10D0\u10D1\u10D8\u10EF\u10D8 {0} / {1}-\u10D3\u10D0\u10DC");
|
|
37
|
+
injectString("el-GR", "Step {0} of {1}", "\u0392\u03AE\u03BC\u03B1 {0} \u03B1\u03C0\u03CC {1}");
|
|
38
|
+
injectString("et-EE", "Step {0} of {1}", "Samm {0} / {1}");
|
|
39
|
+
injectString("bg-BG", "Step {0} of {1}", "\u0421\u0442\u044A\u043F\u043A\u0430 {0} \u043E\u0442 {1}");
|
|
34
40
|
injectString("cs", "Optional", "Voliteln\xE9");
|
|
35
41
|
injectString("da-DK", "Optional", "Valgfri");
|
|
36
42
|
injectString("de", "Optional", "Optional");
|
|
@@ -58,6 +64,12 @@ injectString("zh-Hans", "Optional", "\u53EF\u9009");
|
|
|
58
64
|
injectString("zh-TW", "Optional", "\u9078\u586B");
|
|
59
65
|
injectString("ro-RO", "Optional", "Op\u021Bional");
|
|
60
66
|
injectString("ar", "Optional", "\u0627\u062E\u062A\u064A\u0627\u0631\u064A");
|
|
67
|
+
injectString("lt-LT", "Optional", "Neprivaloma");
|
|
68
|
+
injectString("lv-LV", "Optional", "Neoblig\u0101ts");
|
|
69
|
+
injectString("ka-GE", "Optional", "\u10E1\u10E3\u10E0\u10D5\u10D8\u10DA\u10D8\u10E1\u10D0\u10DB\u10D4\u10D1\u10E0");
|
|
70
|
+
injectString("el-GR", "Optional", "\u03A0\u03C1\u03BF\u03B1\u03B9\u03C1\u03B5\u03C4\u03B9\u03BA\u03CC");
|
|
71
|
+
injectString("et-EE", "Optional", "Valikuline");
|
|
72
|
+
injectString("bg-BG", "Optional", "\u041F\u043E \u0438\u0437\u0431\u043E\u0440");
|
|
61
73
|
const MAX_STEPS = 7;
|
|
62
74
|
export const STEPPER_LAST_STEP = "lastStep";
|
|
63
75
|
export const FormStepper = ({
|
|
@@ -37,6 +37,12 @@ injectString("zh-Hans", "Previous step", "\u524D\u4E00\u6B65");
|
|
|
37
37
|
injectString("zh-TW", "Previous step", "\u4E0A\u4E00\u6B65");
|
|
38
38
|
injectString("ro-RO", "Previous step", "Pasul anterior");
|
|
39
39
|
injectString("ar", "Previous step", "\u0627\u0644\u062E\u0637\u0648\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629");
|
|
40
|
+
injectString("lt-LT", "Previous step", "Ankstesnis \u017Eingsnis");
|
|
41
|
+
injectString("lv-LV", "Previous step", "Iepriek\u0161\u0113jais solis");
|
|
42
|
+
injectString("ka-GE", "Previous step", "\u10EC\u10D8\u10DC\u10D0 \u10DC\u10D0\u10D1\u10D8\u10EF\u10D8");
|
|
43
|
+
injectString("el-GR", "Previous step", "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF \u03B2\u03AE\u03BC\u03B1");
|
|
44
|
+
injectString("et-EE", "Previous step", "Eelmine samm");
|
|
45
|
+
injectString("bg-BG", "Previous step", "\u041F\u0440\u0435\u0434\u0438\u0448\u043D\u0430 \u0441\u0442\u044A\u043F\u043A\u0430");
|
|
40
46
|
injectString("cs", "Cancel", "Zru\u0161it");
|
|
41
47
|
injectString("da-DK", "Cancel", "Annuller");
|
|
42
48
|
injectString("de", "Cancel", "Abbrechen");
|
|
@@ -64,6 +70,12 @@ injectString("zh-Hans", "Cancel", "\u53D6\u6D88");
|
|
|
64
70
|
injectString("zh-TW", "Cancel", "\u53D6\u6D88");
|
|
65
71
|
injectString("ro-RO", "Cancel", "Anula\u021Bi");
|
|
66
72
|
injectString("ar", "Cancel", "\u0625\u0644\u063A\u0627\u0621");
|
|
73
|
+
injectString("lt-LT", "Cancel", "At\u0161aukti");
|
|
74
|
+
injectString("lv-LV", "Cancel", "Atcelt");
|
|
75
|
+
injectString("ka-GE", "Cancel", "\u10D2\u10D0\u10E3\u10E5\u10DB\u10D4\u10D1\u10D0");
|
|
76
|
+
injectString("el-GR", "Cancel", "\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7");
|
|
77
|
+
injectString("et-EE", "Cancel", "T\xFChista");
|
|
78
|
+
injectString("bg-BG", "Cancel", "\u041E\u0442\u043A\u0430\u0437");
|
|
67
79
|
injectString("cs", "Submit", "Odeslat");
|
|
68
80
|
injectString("da-DK", "Submit", "Indsend");
|
|
69
81
|
injectString("de", "Submit", "Absenden");
|
|
@@ -91,6 +103,12 @@ injectString("zh-Hans", "Submit", "\u63D0\u4EA4");
|
|
|
91
103
|
injectString("zh-TW", "Submit", "\u63D0\u4EA4");
|
|
92
104
|
injectString("ro-RO", "Submit", "Trimite\u021Bi");
|
|
93
105
|
injectString("ar", "Submit", "\u0625\u0631\u0633\u0627\u0644");
|
|
106
|
+
injectString("lt-LT", "Submit", "Pateikti");
|
|
107
|
+
injectString("lv-LV", "Submit", "Iesniegt");
|
|
108
|
+
injectString("ka-GE", "Submit", "\u10D2\u10D0\u10D2\u10D6\u10D0\u10D5\u10DC\u10D0");
|
|
109
|
+
injectString("el-GR", "Submit", "\u03A5\u03C0\u03BF\u03B2\u03BF\u03BB\u03AE");
|
|
110
|
+
injectString("et-EE", "Submit", "Esita");
|
|
111
|
+
injectString("bg-BG", "Submit", "\u0418\u0437\u043F\u0440\u0430\u0449\u0430\u043D\u0435");
|
|
94
112
|
injectString("cs", "Continue", "Pokra\u010Dovat");
|
|
95
113
|
injectString("da-DK", "Continue", "Forts\xE6t");
|
|
96
114
|
injectString("de", "Continue", "Fortsetzen");
|
|
@@ -118,6 +136,12 @@ injectString("zh-Hans", "Continue", "\u7EE7\u7EED");
|
|
|
118
136
|
injectString("zh-TW", "Continue", "\u7E7C\u7E8C");
|
|
119
137
|
injectString("ro-RO", "Continue", "Continua\u021Bi");
|
|
120
138
|
injectString("ar", "Continue", "\u0645\u062A\u0627\u0628\u0639\u0629");
|
|
139
|
+
injectString("lt-LT", "Continue", "T\u0119sti");
|
|
140
|
+
injectString("lv-LV", "Continue", "Turpin\u0101t");
|
|
141
|
+
injectString("ka-GE", "Continue", "\u10D2\u10D0\u10D2\u10E0\u10EB\u10D4\u10DA\u10D4\u10D1\u10D0");
|
|
142
|
+
injectString("el-GR", "Continue", "\u03A3\u03C5\u03BD\u03AD\u03C7\u03B5\u03B9\u03B1");
|
|
143
|
+
injectString("et-EE", "Continue", "J\xE4tka");
|
|
144
|
+
injectString("bg-BG", "Continue", "\u041F\u0440\u043E\u0434\u044A\u043B\u0436\u0430\u0432\u0430\u043D\u0435");
|
|
121
145
|
export const FormStepperButtons = ({
|
|
122
146
|
onPrevious,
|
|
123
147
|
onCancel,
|
|
@@ -34,6 +34,12 @@ injectString("zh-Hans", "Deselect all", "\u53D6\u6D88\u5168\u9009");
|
|
|
34
34
|
injectString("zh-TW", "Deselect all", "\u53D6\u6D88\u5168\u9078");
|
|
35
35
|
injectString("ro-RO", "Deselect all", "Deselecta\u021Bi tot");
|
|
36
36
|
injectString("ar", "Deselect all", "\u0625\u0644\u063A\u0627\u0621 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644");
|
|
37
|
+
injectString("lt-LT", "Deselect all", "At\u017Eym\u0117ti visus");
|
|
38
|
+
injectString("lv-LV", "Deselect all", "Atcelt visas atlases");
|
|
39
|
+
injectString("ka-GE", "Deselect all", "\u10E7\u10D5\u10D4\u10DA\u10D0\u10E1 \u10DB\u10DD\u10EE\u10E1\u10DC\u10D0");
|
|
40
|
+
injectString("el-GR", "Deselect all", "\u039A\u03B1\u03C4\u03AC\u03C1\u03B3\u03B7\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03CE\u03BD");
|
|
41
|
+
injectString("et-EE", "Deselect all", "T\xFChista k\xF5ik valikud");
|
|
42
|
+
injectString("bg-BG", "Deselect all", "\u041F\u0440\u0435\u043C\u0430\u0445\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438 \u0438\u0437\u0431\u043E\u0440\u0438");
|
|
37
43
|
injectString("cs", "Select all", "Vybrat v\u0161e");
|
|
38
44
|
injectString("da-DK", "Select all", "V\xE6lg alle");
|
|
39
45
|
injectString("de", "Select all", "Alle ausw\xE4hlen");
|
|
@@ -61,6 +67,12 @@ injectString("zh-Hans", "Select all", "\u5168\u9009");
|
|
|
61
67
|
injectString("zh-TW", "Select all", "\u5168\u9078");
|
|
62
68
|
injectString("ro-RO", "Select all", "Selecta\u021Bi tot");
|
|
63
69
|
injectString("ar", "Select all", "\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644");
|
|
70
|
+
injectString("lt-LT", "Select all", "Pasirinkti visus");
|
|
71
|
+
injectString("lv-LV", "Select all", "Atlas\u012Bt visus");
|
|
72
|
+
injectString("ka-GE", "Select all", "\u10E7\u10D5\u10D4\u10DA\u10D0\u10E1 \u10D0\u10E0\u10E9\u10D4\u10D5\u10D0");
|
|
73
|
+
injectString("el-GR", "Select all", "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03C9\u03BD");
|
|
74
|
+
injectString("et-EE", "Select all", "Vali k\xF5ik");
|
|
75
|
+
injectString("bg-BG", "Select all", "\u0418\u0437\u0431\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438");
|
|
64
76
|
injectString("cs", "Back", "Zp\u011Bt");
|
|
65
77
|
injectString("da-DK", "Back", "Tilbage");
|
|
66
78
|
injectString("de", "Back", "Zur\xFCck");
|
|
@@ -88,6 +100,12 @@ injectString("zh-Hans", "Back", "\u8FD4\u56DE");
|
|
|
88
100
|
injectString("zh-TW", "Back", "\u8FD4\u56DE");
|
|
89
101
|
injectString("ro-RO", "Back", "\xCEnapoi");
|
|
90
102
|
injectString("ar", "Back", "\u0631\u062C\u0648\u0639");
|
|
103
|
+
injectString("lt-LT", "Back", "Atgal");
|
|
104
|
+
injectString("lv-LV", "Back", "Atpaka\u013C");
|
|
105
|
+
injectString("ka-GE", "Back", "\u10E3\u10D9\u10D0\u10DC");
|
|
106
|
+
injectString("el-GR", "Back", "\u03A0\u03AF\u03C3\u03C9");
|
|
107
|
+
injectString("et-EE", "Back", "Tagasi");
|
|
108
|
+
injectString("bg-BG", "Back", "\u041D\u0430\u0437\u0430\u0434");
|
|
91
109
|
injectString("cs", "Home", "Dom\u016F");
|
|
92
110
|
injectString("da-DK", "Home", "Hjem");
|
|
93
111
|
injectString("de", "Home", "Zuhause");
|
|
@@ -115,6 +133,12 @@ injectString("zh-Hans", "Home", "\u4F4F\u5B85");
|
|
|
115
133
|
injectString("zh-TW", "Home", "\u9996\u9801");
|
|
116
134
|
injectString("ro-RO", "Home", "Acas\u0103");
|
|
117
135
|
injectString("ar", "Home", "\u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629");
|
|
136
|
+
injectString("lt-LT", "Home", "Prad\u017Eia");
|
|
137
|
+
injectString("lv-LV", "Home", "S\u0101kums");
|
|
138
|
+
injectString("ka-GE", "Home", "\u10DB\u10D7\u10D0\u10D5\u10D0\u10E0\u10D8");
|
|
139
|
+
injectString("el-GR", "Home", "\u0391\u03C1\u03C7\u03B9\u03BA\u03AE");
|
|
140
|
+
injectString("et-EE", "Home", "Avaleht");
|
|
141
|
+
injectString("bg-BG", "Home", "\u041D\u0430\u0447\u0430\u043B\u043E");
|
|
118
142
|
export const GroupsFilterAdjustmentState = ({
|
|
119
143
|
children,
|
|
120
144
|
onBackButtonClick,
|
|
@@ -30,7 +30,13 @@ injectString("tr", "Built-in Groups", "Yerle\u015Fik Gruplar");
|
|
|
30
30
|
injectString("zh-Hans", "Built-in Groups", "\u5185\u7F6E\u7EC4");
|
|
31
31
|
injectString("zh-TW", "Built-in Groups", "\u5167\u5EFA\u7FA4\u7D44");
|
|
32
32
|
injectString("ro-RO", "Built-in Groups", "Grupuri \xEEncorporate");
|
|
33
|
-
injectString("ar", "Built-in Groups", "\u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0627\u062A \u0627\u0644\u0645\
|
|
33
|
+
injectString("ar", "Built-in Groups", "\u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0627\u062A \u0627\u0644\u0645\u0636\u0645\u0646\u0629");
|
|
34
|
+
injectString("lt-LT", "Built-in Groups", "Integruotos grup\u0117s");
|
|
35
|
+
injectString("lv-LV", "Built-in Groups", "Ieb\u016Bv\u0113t\u0101s grupas");
|
|
36
|
+
injectString("ka-GE", "Built-in Groups", "\u10E9\u10D0\u10E8\u10D4\u10DC\u10D4\u10D1\u10E3\u10DA\u10D8 \u10EF\u10D2\u10E3\u10E4\u10D4\u10D1\u10D8");
|
|
37
|
+
injectString("el-GR", "Built-in Groups", "\u0395\u03BD\u03C3\u03C9\u03BC\u03B1\u03C4\u03C9\u03BC\u03AD\u03BD\u03B5\u03C2 \u03BF\u03BC\u03AC\u03B4\u03B5\u03C2");
|
|
38
|
+
injectString("et-EE", "Built-in Groups", "Sisseehitatud grupid");
|
|
39
|
+
injectString("bg-BG", "Built-in Groups", "\u0412\u0433\u0440\u0430\u0434\u0435\u043D\u0438 \u0433\u0440\u0443\u043F\u0438");
|
|
34
40
|
injectString("cs", "User Groups", "Skupiny u\u017Eivatel\u016F");
|
|
35
41
|
injectString("da-DK", "User Groups", "Brugergrupper");
|
|
36
42
|
injectString("de", "User Groups", "Benutzergruppen");
|
|
@@ -58,6 +64,12 @@ injectString("zh-Hans", "User Groups", "\u7528\u6237\u7EC4");
|
|
|
58
64
|
injectString("zh-TW", "User Groups", "\u4F7F\u7528\u8005\u7FA4\u7D44");
|
|
59
65
|
injectString("ro-RO", "User Groups", "Grupuri de utilizatori");
|
|
60
66
|
injectString("ar", "User Groups", "\u0645\u062C\u0645\u0648\u0639\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646");
|
|
67
|
+
injectString("lt-LT", "User Groups", "Vartotoj\u0173 grup\u0117s");
|
|
68
|
+
injectString("lv-LV", "User Groups", "Lietot\u0101ju grupas");
|
|
69
|
+
injectString("ka-GE", "User Groups", "\u10DB\u10DD\u10DB\u10EE\u10DB\u10D0\u10E0\u10D4\u10D1\u10D4\u10DA\u10D7\u10D0 \u10EF\u10D2\u10E3\u10E4\u10D4\u10D1\u10D8");
|
|
70
|
+
injectString("el-GR", "User Groups", "\u039F\u03BC\u03AC\u03B4\u03B5\u03C2 \u03C7\u03C1\u03B7\u03C3\u03C4\u03CE\u03BD");
|
|
71
|
+
injectString("et-EE", "User Groups", "Kasutajagrupid");
|
|
72
|
+
injectString("bg-BG", "User Groups", "\u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u0438 \u0433\u0440\u0443\u043F\u0438");
|
|
61
73
|
injectString("cs", "Advanced Filter", "Roz\u0161\xED\u0159en\xFD filtr");
|
|
62
74
|
injectString("da-DK", "Advanced Filter", "Avanceret filter");
|
|
63
75
|
injectString("de", "Advanced Filter", "Erweiterter Filter");
|
|
@@ -84,7 +96,13 @@ injectString("tr", "Advanced Filter", "Geli\u015Fmi\u015F Filtre");
|
|
|
84
96
|
injectString("zh-Hans", "Advanced Filter", "\u9AD8\u7EA7\u7B5B\u9009\u5668");
|
|
85
97
|
injectString("zh-TW", "Advanced Filter", "\u9032\u968E\u7BE9\u9078");
|
|
86
98
|
injectString("ro-RO", "Advanced Filter", "Filtru avansat");
|
|
87
|
-
injectString("ar", "Advanced Filter", "\u062A\u0635\u0641\u064A\u0629 \u0645\u062A\u0642\u062F\u0645
|
|
99
|
+
injectString("ar", "Advanced Filter", "\u0639\u0627\u0645\u0644 \u062A\u0635\u0641\u064A\u0629 \u0645\u062A\u0642\u062F\u0645");
|
|
100
|
+
injectString("lt-LT", "Advanced Filter", "I\u0161pl\u0117stinis filtras");
|
|
101
|
+
injectString("lv-LV", "Advanced Filter", "Papildu filtrs");
|
|
102
|
+
injectString("ka-GE", "Advanced Filter", "\u10D2\u10D0\u10E4\u10D0\u10E0\u10D7\u10DD\u10D4\u10D1\u10E3\u10DA\u10D8 \u10E4\u10D8\u10DA\u10E2\u10E0\u10D8");
|
|
103
|
+
injectString("el-GR", "Advanced Filter", "\u03A3\u03CD\u03BD\u03B8\u03B5\u03C4\u03BF \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF");
|
|
104
|
+
injectString("et-EE", "Advanced Filter", "T\xE4psem filter");
|
|
105
|
+
injectString("bg-BG", "Advanced Filter", "\u0420\u0430\u0437\u0448\u0438\u0440\u0435\u043D \u0444\u0438\u043B\u0442\u044A\u0440");
|
|
88
106
|
export const ADVANCED_FILTER_ID = "advancedGroups";
|
|
89
107
|
export const GroupsFilterBox = ({
|
|
90
108
|
blocks,
|
|
@@ -30,7 +30,13 @@ injectString("tr", "Currently Selected", "\u015Eu Anda Se\xE7ili");
|
|
|
30
30
|
injectString("zh-Hans", "Currently Selected", "\u5F53\u524D\u9009\u62E9");
|
|
31
31
|
injectString("zh-TW", "Currently Selected", "\u76EE\u524D\u5DF2\u9078\u53D6");
|
|
32
32
|
injectString("ro-RO", "Currently Selected", "Selec\u021Bie curent\u0103");
|
|
33
|
-
injectString("ar", "Currently Selected", "\u0627\u0644\u0645\u062D\u062F\u062F \u062D\u0627\u0644\u064A\u0627
|
|
33
|
+
injectString("ar", "Currently Selected", "\u0627\u0644\u0645\u062D\u062F\u062F \u062D\u0627\u0644\u064A\u064B\u0627");
|
|
34
|
+
injectString("lt-LT", "Currently Selected", "\u0160iuo metu pasirinkta");
|
|
35
|
+
injectString("lv-LV", "Currently Selected", "Pa\u0161laik atlas\u012Bts");
|
|
36
|
+
injectString("ka-GE", "Currently Selected", "\u10D0\u10DB\u10DF\u10D0\u10DB\u10D0\u10D3 \u10D0\u10E0\u10E9\u10D4\u10E3\u10DA\u10D8");
|
|
37
|
+
injectString("el-GR", "Currently Selected", "\u0395\u03C0\u03AF \u03C4\u03BF\u03C5 \u03C0\u03B1\u03C1\u03CC\u03BD\u03C4\u03BF\u03C2 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B1");
|
|
38
|
+
injectString("et-EE", "Currently Selected", "Praegu valitud");
|
|
39
|
+
injectString("bg-BG", "Currently Selected", "\u0422\u0435\u043A\u0443\u0449\u043E \u0438\u0437\u0431\u0440\u0430\u043D\u0438");
|
|
34
40
|
injectString("cs", "All groups", "V\u0161echny skupiny");
|
|
35
41
|
injectString("da-DK", "All groups", "Alle grupper");
|
|
36
42
|
injectString("de", "All groups", "Alle Gruppen");
|
|
@@ -57,7 +63,13 @@ injectString("tr", "All groups", "T\xFCm gruplar");
|
|
|
57
63
|
injectString("zh-Hans", "All groups", "\u6240\u6709\u7EC4");
|
|
58
64
|
injectString("zh-TW", "All groups", "\u6240\u6709\u7FA4\u7D44");
|
|
59
65
|
injectString("ro-RO", "All groups", "Toate grupurile");
|
|
60
|
-
injectString("ar", "All groups", "\
|
|
66
|
+
injectString("ar", "All groups", "\u0643\u0644 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0627\u062A");
|
|
67
|
+
injectString("lt-LT", "All groups", "Visos grup\u0117s");
|
|
68
|
+
injectString("lv-LV", "All groups", "Visas grupas");
|
|
69
|
+
injectString("ka-GE", "All groups", "\u10E7\u10D5\u10D4\u10DA\u10D0 \u10EF\u10D2\u10E3\u10E4\u10D8");
|
|
70
|
+
injectString("el-GR", "All groups", "\u038C\u03BB\u03B5\u03C2 \u03BF\u03B9 \u03BF\u03BC\u03AC\u03B4\u03B5\u03C2");
|
|
71
|
+
injectString("et-EE", "All groups", "K\xF5ik grupid");
|
|
72
|
+
injectString("bg-BG", "All groups", "\u0412\u0441\u0438\u0447\u043A\u0438 \u0433\u0440\u0443\u043F\u0438");
|
|
61
73
|
export const GroupsFilterCurrentlySelectedLabel = ({
|
|
62
74
|
count,
|
|
63
75
|
className
|