geonetwork-ui 2.6.0-dev.f073bbb4e → 2.7.0-dev.0d8b7bca9
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 +2 -3
- package/esm2022/libs/api/metadata-converter/src/index.mjs +2 -1
- package/esm2022/libs/api/metadata-converter/src/lib/base.converter.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/common/distribution.mapper.mjs +3 -1
- package/esm2022/libs/api/metadata-converter/src/lib/common/resource-types.mjs +17 -15
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.mjs +11 -2
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.mjs +3 -3
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +59 -15
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +3 -3
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +6 -6
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +3 -3
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +14 -6
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +7 -7
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +8 -8
- package/esm2022/libs/api/metadata-converter/src/lib/translate-utils.mjs +17 -0
- package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +4 -4
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +5 -2
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +21 -27
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +79 -16
- package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +7 -1
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +8 -8
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +14 -11
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +81 -46
- package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +2 -1
- package/esm2022/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
- package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +7 -31
- package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +9 -8
- package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +59 -11
- package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +4 -5
- package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +2 -2
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +42 -3
- package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +31 -8
- package/esm2022/libs/feature/editor/src/index.mjs +2 -4
- package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +13 -7
- package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +4 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +5 -1
- package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +5 -7
- package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +8 -13
- package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +5 -6
- package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +275 -0
- package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +5 -15
- package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +5 -5
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.mjs +5 -8
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.mjs +4 -5
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +6 -10
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +9 -14
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +4 -15
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +7 -7
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +6 -17
- package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +4 -5
- package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +12 -30
- package/esm2022/libs/feature/editor/src/lib/models/index.mjs +1 -3
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +5 -6
- package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +11 -8
- package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +11 -8
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +11 -6
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +10 -5
- package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +3 -36
- package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +5 -11
- package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +6 -6
- package/esm2022/libs/feature/record/src/index.mjs +2 -4
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +50 -26
- package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +10 -15
- package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +5 -6
- package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +12 -17
- package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +7 -4
- package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +8 -22
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.mjs +5 -5
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +15 -7
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +151 -24
- package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +1 -1
- package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +3 -1
- package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +16 -5
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +13 -15
- package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +7 -1
- package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +3 -1
- package/esm2022/libs/feature/router/src/lib/default/constants.mjs +3 -1
- package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +1 -1
- package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +10 -2
- package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +9 -3
- package/esm2022/libs/feature/search/src/index.mjs +2 -2
- package/esm2022/libs/feature/search/src/lib/constants.mjs +4 -2
- package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +12 -8
- package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +33 -42
- package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +3 -3
- package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +8 -6
- package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +4 -2
- package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +44 -0
- package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +35 -15
- package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +13 -10
- package/esm2022/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.mjs +5 -7
- package/esm2022/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.mjs +4 -4
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +74 -4
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +4 -3
- package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +3 -3
- package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +4 -5
- package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +4 -5
- package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +4 -5
- package/esm2022/libs/ui/dataviz/src/index.mjs +1 -2
- package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +5 -3
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +14 -8
- package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +5 -5
- package/esm2022/libs/ui/elements/src/index.mjs +7 -4
- package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +7 -7
- package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +5 -5
- package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +4 -3
- package/esm2022/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.mjs +5 -3
- package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +5 -6
- package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +20 -9
- package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +4 -5
- package/esm2022/libs/ui/elements/src/lib/external-link-card/external-link-card.component.mjs +59 -0
- package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +54 -0
- package/esm2022/libs/ui/elements/src/lib/image-input/image-input.component.mjs +4 -5
- package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +89 -0
- package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +70 -0
- package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +3 -6
- package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +4 -5
- package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +5 -6
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +10 -8
- package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +40 -17
- package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +8 -5
- package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +9 -6
- package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +70 -0
- package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +170 -0
- package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +4 -5
- package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +5 -4
- package/esm2022/libs/ui/inputs/src/index.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +10 -13
- package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +2 -2
- package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +4 -3
- package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +7 -6
- package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +29 -7
- package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +5 -6
- package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +5 -7
- package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +43 -0
- package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.mjs +2 -0
- package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +73 -0
- package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +8 -3
- package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +4 -5
- package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +3 -3
- package/esm2022/libs/ui/layout/src/index.mjs +3 -2
- package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +44 -3
- package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +61 -14
- package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +3 -3
- package/esm2022/libs/ui/layout/src/lib/cell-popin/cell-popin.component.mjs +110 -0
- package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +34 -13
- package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +4 -5
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +26 -5
- package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +4 -5
- package/esm2022/libs/ui/layout/src/lib/pagination/pagination.component.mjs +4 -5
- package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +6 -6
- package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +4 -3
- package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +71 -0
- package/esm2022/libs/ui/map/src/index.mjs +2 -1
- package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +29 -4
- package/esm2022/libs/ui/map/src/lib/components/map-container/map-container.component.mjs +4 -5
- package/esm2022/libs/ui/map/src/lib/components/map-legend/map-legend.component.mjs +2 -2
- package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +80 -0
- package/esm2022/libs/ui/search/src/index.mjs +3 -1
- package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +6 -6
- package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +17 -10
- package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +53 -0
- package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +2 -2
- package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +24 -17
- package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +45 -20
- package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +39 -26
- package/esm2022/libs/ui/widgets/src/index.mjs +1 -2
- package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +3 -3
- package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +3 -3
- package/esm2022/libs/util/app-config/src/lib/app-config.mjs +6 -3
- package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +3 -1
- package/esm2022/libs/util/app-config/src/lib/model.mjs +1 -1
- package/esm2022/libs/util/i18n/src/index.mjs +2 -3
- package/esm2022/libs/util/i18n/src/lib/embedded.translate.loader.mjs +3 -2
- package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +36 -28
- package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +10 -9
- package/esm2022/libs/util/i18n/src/lib/i18n.providers.mjs +41 -0
- package/esm2022/libs/util/i18n/src/lib/language-codes.mjs +63 -3
- package/esm2022/libs/util/shared/src/index.mjs +3 -2
- package/esm2022/libs/util/shared/src/lib/gn-ui-version.mjs +6 -0
- package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +3 -2
- package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +5 -1
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +24 -6
- package/esm2022/libs/util/shared/src/lib/record.util.mjs +56 -0
- package/esm2022/translations/de.json +91 -24
- package/esm2022/translations/en.json +91 -24
- package/esm2022/translations/es.json +90 -23
- package/esm2022/translations/fr.json +92 -25
- package/esm2022/translations/it.json +90 -24
- package/esm2022/translations/nl.json +90 -23
- package/esm2022/translations/pt.json +90 -23
- package/esm2022/translations/sk.json +608 -0
- package/fesm2022/geonetwork-ui.mjs +11089 -8767
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/index.d.ts +1 -0
- package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +21 -0
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +4 -4
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +1 -0
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/translate-utils.d.ts +2 -0
- package/libs/api/metadata-converter/src/lib/translate-utils.d.ts.map +1 -0
- package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +9 -7
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +14 -3
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts +1 -0
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts +4 -4
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +9 -4
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts +1 -0
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts +8 -1
- package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +26 -17
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts +2 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +7 -1
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts +4 -8
- package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/sources/sources.service.d.ts +3 -3
- package/libs/feature/catalog/src/lib/sources/sources.service.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +14 -9
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts +3 -0
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +6 -3
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
- package/libs/feature/editor/src/index.d.ts +1 -3
- package/libs/feature/editor/src/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +8 -1
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +10 -12
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +2 -1
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +1 -1
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts +52 -0
- package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +6 -6
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts +10 -17
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/models/index.d.ts +0 -2
- package/libs/feature/editor/src/lib/models/index.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/feature-map.module.d.ts +2 -11
- package/libs/feature/map/src/lib/feature-map.module.d.ts.map +1 -1
- package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +1 -1
- package/libs/feature/record/src/index.d.ts +1 -3
- package/libs/feature/record/src/index.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +23 -7
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +2 -3
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +1 -2
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +2 -1
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/feature-record.module.d.ts +8 -12
- package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
- package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +22 -8
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts +2 -2
- package/libs/feature/record/src/lib/state/mdview.actions.d.ts +13 -3
- package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts +9 -1
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts +30 -23
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +4 -2
- package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +3 -1
- package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/constants.d.ts +2 -0
- package/libs/feature/router/src/lib/default/constants.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/router.config.d.ts +2 -0
- package/libs/feature/router/src/lib/default/router.config.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/router.service.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts +5 -0
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +1 -1
- package/libs/feature/search/src/index.d.ts +1 -1
- package/libs/feature/search/src/index.d.ts.map +1 -1
- package/libs/feature/search/src/lib/constants.d.ts.map +1 -1
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +2 -1
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/feature-search.module.d.ts +24 -22
- package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +2 -1
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/record-url.token.d.ts +3 -1
- package/libs/feature/search/src/lib/record-url.token.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +22 -0
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +1 -0
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +5 -3
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +6 -5
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts +1 -2
- package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.d.ts +22 -2
- package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
- package/libs/ui/dataviz/src/index.d.ts +0 -1
- package/libs/ui/dataviz/src/index.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +2 -1
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +6 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +1 -1
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +1 -1
- package/libs/ui/elements/src/index.d.ts +6 -3
- package/libs/ui/elements/src/index.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts +2 -0
- package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +7 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/{link-card/link-card.component.d.ts → external-link-card/external-link-card.component.d.ts} +5 -5
- package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts +15 -0
- package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +30 -0
- package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +14 -0
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +2 -2
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts +3 -0
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +27 -0
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +31 -0
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/index.d.ts +2 -2
- package/libs/ui/inputs/src/index.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +1 -2
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +14 -0
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts +6 -0
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts +17 -0
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts +2 -1
- package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts.map +1 -1
- package/libs/ui/layout/src/index.d.ts +2 -1
- package/libs/ui/layout/src/index.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts +10 -3
- package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +11 -3
- package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts +28 -0
- package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts +15 -8
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +5 -1
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts +1 -1
- package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +22 -0
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +1 -0
- package/libs/ui/map/src/index.d.ts +1 -0
- package/libs/ui/map/src/index.d.ts.map +1 -1
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts +6 -2
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts.map +1 -1
- package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts +15 -0
- package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +1 -0
- package/libs/ui/search/src/index.d.ts +2 -0
- package/libs/ui/search/src/index.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts +2 -0
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +17 -0
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +1 -0
- package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +4 -3
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +10 -4
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/ui-search.module.d.ts +22 -19
- package/libs/ui/search/src/lib/ui-search.module.d.ts.map +1 -1
- package/libs/ui/widgets/src/index.d.ts +0 -1
- package/libs/ui/widgets/src/index.d.ts.map +1 -1
- package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts +1 -1
- package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/app-config.d.ts +0 -1
- package/libs/util/app-config/src/lib/app-config.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/fixtures.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/model.d.ts +2 -0
- package/libs/util/app-config/src/lib/model.d.ts.map +1 -1
- package/libs/util/i18n/src/index.d.ts +1 -2
- package/libs/util/i18n/src/index.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts +1 -1
- package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/i18n.constants.d.ts +6 -15
- package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/i18n.interceptor.d.ts +5 -5
- package/libs/util/i18n/src/lib/i18n.interceptor.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/i18n.providers.d.ts +4 -0
- package/libs/util/i18n/src/lib/i18n.providers.d.ts.map +1 -0
- package/libs/util/i18n/src/lib/language-codes.d.ts +15 -19
- package/libs/util/i18n/src/lib/language-codes.d.ts.map +1 -1
- package/libs/util/shared/src/index.d.ts +2 -1
- package/libs/util/shared/src/index.d.ts.map +1 -1
- package/libs/util/shared/src/lib/gn-ui-version.d.ts +3 -0
- package/libs/util/shared/src/lib/gn-ui-version.d.ts.map +1 -0
- package/libs/util/shared/src/lib/image-fallback.directive.d.ts +1 -1
- package/libs/util/shared/src/lib/image-fallback.directive.d.ts.map +1 -1
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +3 -3
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +1 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts +15 -7
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
- package/libs/util/shared/src/lib/record.util.d.ts +3 -0
- package/libs/util/shared/src/lib/record.util.d.ts.map +1 -0
- package/package.json +4 -4
- package/src/libs/api/metadata-converter/src/index.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/base.converter.ts +1 -4
- package/src/libs/api/metadata-converter/src/lib/common/distribution.mapper.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +29 -15
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +10 -1
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.service+eaux-usees.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +3 -3
- package/src/libs/api/metadata-converter/src/lib/fixtures/metadata-for-i18n.records.ts +4240 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.service+napitswallonia.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +81 -11
- package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +4 -4
- package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +0 -1
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +11 -5
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +14 -8
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +12 -8
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +8 -7
- package/src/libs/api/metadata-converter/src/lib/translate-utils.ts +17 -0
- package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +3 -6
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +4 -1
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +17 -17
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +119 -16
- package/src/libs/api/repository/src/lib/gn4/gn4.provider.ts +6 -0
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +8 -7
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +13 -6
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +102 -69
- package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +3 -0
- package/src/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.ts +10 -1
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +27 -11
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +4 -1
- package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +11 -1
- package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +36 -26
- package/src/libs/common/fixtures/src/lib/link.fixtures.ts +16 -2
- package/src/libs/common/fixtures/src/lib/record-link.fixtures.ts +5 -5
- package/src/libs/common/fixtures/src/lib/records.fixtures.ts +114 -1
- package/src/libs/feature/catalog/src/lib/feature-catalog.module.ts +4 -17
- package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +7 -3
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +12 -9
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +70 -13
- package/src/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.ts +2 -2
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +49 -1
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +1 -0
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +33 -3
- package/src/libs/feature/editor/src/index.ts +1 -3
- package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +9 -1
- package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +23 -12
- package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +13 -1
- package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +9 -1
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +3 -4
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +5 -16
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +7 -5
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +120 -0
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +331 -0
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +3 -12
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +5 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.ts +3 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +4 -11
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +6 -9
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +2 -17
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +4 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +2 -15
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/feature-editor.module.ts +4 -17
- package/src/libs/feature/editor/src/lib/models/index.ts +0 -2
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +2 -1
- package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +8 -3
- package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +10 -3
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +8 -2
- package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +8 -2
- package/src/libs/feature/map/src/lib/feature-map.module.ts +0 -17
- package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +3 -8
- package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +3 -2
- package/src/libs/feature/record/src/index.ts +1 -3
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +19 -11
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +56 -30
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +4 -5
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +1 -1
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +2 -2
- package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +6 -7
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +2 -2
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +3 -2
- package/src/libs/feature/record/src/lib/feature-record.module.ts +4 -13
- package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.ts +4 -3
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +10 -4
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +43 -13
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +189 -25
- package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +2 -2
- package/src/libs/feature/record/src/lib/state/mdview.actions.ts +12 -2
- package/src/libs/feature/record/src/lib/state/mdview.effects.ts +31 -3
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +23 -19
- package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +14 -2
- package/src/libs/feature/record/src/lib/state/mdview.selectors.ts +9 -0
- package/src/libs/feature/router/src/lib/default/constants.ts +2 -0
- package/src/libs/feature/router/src/lib/default/router.config.ts +2 -0
- package/src/libs/feature/router/src/lib/default/router.service.ts +10 -0
- package/src/libs/feature/router/src/lib/default/state/router.facade.ts +10 -1
- package/src/libs/feature/search/src/index.ts +1 -1
- package/src/libs/feature/search/src/lib/constants.ts +3 -1
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +2 -7
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +16 -7
- package/src/libs/feature/search/src/lib/feature-search.module.ts +17 -23
- package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.html +1 -1
- package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +5 -0
- package/src/libs/feature/search/src/lib/record-url.token.ts +10 -1
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +17 -0
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +60 -0
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.css +6 -0
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +1 -0
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +26 -5
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +1 -0
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +13 -3
- package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.ts +10 -4
- package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.ts +2 -2
- package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +4 -5
- package/src/libs/feature/search/src/lib/utils/service/fields.ts +103 -3
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.html +1 -1
- package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.ts +2 -2
- package/src/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.ts +2 -2
- package/src/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.ts +2 -2
- package/src/libs/ui/dataviz/src/index.ts +0 -1
- package/src/libs/ui/dataviz/src/lib/chart/chart.component.ts +2 -1
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +6 -3
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +12 -6
- package/src/libs/ui/dataviz/src/lib/figure/figure.component.html +0 -1
- package/src/libs/ui/dataviz/src/lib/figure/figure.component.ts +4 -0
- package/src/libs/ui/elements/src/index.ts +6 -3
- package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +4 -4
- package/src/libs/ui/elements/src/lib/api-card/api-card.component.ts +3 -2
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +6 -6
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/avatar/avatar.component.ts +3 -0
- package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.html +6 -2
- package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.ts +5 -1
- package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +8 -5
- package/src/libs/ui/elements/src/lib/download-item/download-item.component.ts +4 -4
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +42 -11
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +28 -4
- package/src/libs/ui/elements/src/lib/error/error.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/{link-card/link-card.component.html → external-link-card/external-link-card.component.html} +5 -2
- package/src/libs/ui/elements/src/lib/{link-card/link-card.component.ts → external-link-card/external-link-card.component.ts} +9 -13
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.css +4 -0
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.html +13 -0
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +54 -0
- package/src/libs/ui/elements/src/lib/image-input/image-input.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +1 -1
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +87 -0
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.scss +115 -0
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +98 -0
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.css +6 -0
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +15 -0
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.ts +72 -0
- package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +1 -4
- package/src/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.html +3 -5
- package/src/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +12 -9
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +9 -0
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +24 -7
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +11 -6
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +20 -21
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.ts +51 -13
- package/src/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.ts +6 -2
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +6 -3
- package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +107 -0
- package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.ts +82 -0
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.css +0 -0
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +110 -0
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +196 -0
- package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/user-preview/user-preview.component.ts +4 -0
- package/src/libs/ui/inputs/src/index.ts +2 -2
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +3 -3
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +6 -9
- package/src/libs/ui/inputs/src/lib/button/button.component.ts +2 -2
- package/src/libs/ui/inputs/src/lib/checkbox/checkbox.component.ts +3 -0
- package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.ts +4 -0
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +27 -0
- package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +2 -2
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +3 -4
- package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.html +23 -0
- package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.ts +47 -0
- package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.ts +5 -0
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.css +0 -0
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html +43 -0
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.ts +83 -0
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.css +0 -1
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +11 -8
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.ts +4 -1
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +2 -2
- package/src/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.ts +1 -0
- package/src/libs/ui/layout/src/index.ts +2 -1
- package/src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts +47 -2
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.css +22 -0
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +2 -3
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +57 -9
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +0 -1
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +1 -1
- package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.html +40 -0
- package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.ts +141 -0
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +24 -8
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts +36 -10
- package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +2 -2
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +4 -7
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +22 -2
- package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +1 -1
- package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.ts +2 -2
- package/src/libs/ui/layout/src/lib/pagination/pagination.component.ts +2 -2
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +17 -5
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +3 -3
- package/src/libs/ui/layout/src/lib/sticky-header/sticky-header.component.ts +3 -0
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +27 -0
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +84 -0
- package/src/libs/ui/map/src/index.ts +1 -0
- package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.html +3 -3
- package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.ts +27 -3
- package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +2 -2
- package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.ts +1 -1
- package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.css +0 -0
- package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.html +4 -0
- package/src/libs/{feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.ts → ui/map/src/lib/components/spatial-extent/spatial-extent.component.ts} +8 -8
- package/src/libs/ui/search/src/index.ts +2 -0
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.html +4 -1
- package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.html +9 -81
- package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.ts +14 -1
- package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.html +1 -1
- package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.html +25 -0
- package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.ts +53 -0
- package/src/libs/ui/search/src/lib/results-list/results-layout.config.ts +2 -2
- package/src/libs/ui/search/src/lib/results-list/results-list.component.html +1 -0
- package/src/libs/ui/search/src/lib/results-list/results-list.component.ts +0 -1
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +16 -6
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +18 -15
- package/src/libs/ui/search/src/lib/results-table/results-table.component.css +4 -0
- package/src/libs/ui/search/src/lib/results-table/results-table.component.html +29 -24
- package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +49 -17
- package/src/libs/ui/search/src/lib/ui-search.module.ts +19 -10
- package/src/libs/ui/widgets/src/index.ts +0 -1
- package/src/libs/ui/widgets/src/lib/color-scale/color-scale.component.ts +1 -0
- package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +4 -3
- package/src/libs/util/app-config/src/lib/app-config.ts +6 -2
- package/src/libs/util/app-config/src/lib/fixtures.ts +2 -0
- package/src/libs/util/app-config/src/lib/model.ts +2 -0
- package/src/libs/util/i18n/src/index.ts +1 -2
- package/src/libs/util/i18n/src/lib/embedded.translate.loader.ts +4 -3
- package/src/libs/util/i18n/src/lib/i18n.constants.ts +39 -29
- package/src/libs/util/i18n/src/lib/i18n.interceptor.ts +11 -9
- package/src/libs/util/i18n/src/lib/i18n.providers.ts +68 -0
- package/src/libs/util/i18n/src/lib/language-codes.ts +67 -2
- package/src/libs/util/shared/src/index.ts +2 -1
- package/src/libs/util/shared/src/lib/gn-ui-version.ts +8 -0
- package/src/libs/util/shared/src/lib/image-fallback.directive.ts +1 -0
- package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +15 -3
- package/src/libs/util/shared/src/lib/links/link-utils.ts +42 -12
- package/src/libs/util/shared/src/lib/record.util.ts +114 -0
- package/tailwind.base.config.js +3 -0
- package/tailwind.base.css +24 -26
- package/translations/de.json +91 -24
- package/translations/en.json +91 -24
- package/translations/es.json +90 -23
- package/translations/fr.json +92 -25
- package/translations/it.json +90 -24
- package/translations/nl.json +90 -23
- package/translations/pt.json +90 -23
- package/translations/sk.json +90 -23
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.mjs +0 -79
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.mjs +0 -44
- package/esm2022/libs/feature/editor/src/lib/components/wizard/wizard.component.mjs +0 -75
- package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +0 -160
- package/esm2022/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.mjs +0 -53
- package/esm2022/libs/feature/editor/src/lib/models/wizard-field.model.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/models/wizard-field.type.mjs +0 -8
- package/esm2022/libs/feature/editor/src/lib/services/wizard.service.mjs +0 -87
- package/esm2022/libs/feature/record/src/lib/gn-ui-version.token.mjs +0 -3
- package/esm2022/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.mjs +0 -18
- package/esm2022/libs/ui/dataviz/src/lib/ui-dataviz.module.mjs +0 -47
- package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +0 -60
- package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +0 -46
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +0 -106
- package/esm2022/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.mjs +0 -16
- package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +0 -161
- package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +0 -31
- package/esm2022/libs/ui/widgets/src/lib/ui-widgets.module.mjs +0 -46
- package/esm2022/libs/util/i18n/src/lib/lang.service.mjs +0 -31
- package/esm2022/libs/util/i18n/src/lib/util-i18n.module.mjs +0 -37
- package/esm2022/libs/util/shared/src/lib/util-shared.module.mjs +0 -18
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts +0 -15
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts +0 -14
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/wizard/wizard.component.d.ts +0 -31
- package/libs/feature/editor/src/lib/components/wizard/wizard.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts +0 -43
- package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.d.ts +0 -17
- package/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/models/wizard-field.model.d.ts +0 -10
- package/libs/feature/editor/src/lib/models/wizard-field.model.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts +0 -7
- package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/services/wizard.service.d.ts +0 -33
- package/libs/feature/editor/src/lib/services/wizard.service.d.ts.map +0 -1
- package/libs/feature/record/src/lib/gn-ui-version.token.d.ts +0 -3
- package/libs/feature/record/src/lib/gn-ui-version.token.d.ts.map +0 -1
- package/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.d.ts +0 -9
- package/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/ui-dataviz.module.d.ts +0 -11
- package/libs/ui/dataviz/src/lib/ui-dataviz.module.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts +0 -12
- package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts +0 -27
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.d.ts +0 -8
- package/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +0 -34
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/ui-layout.module.d.ts +0 -12
- package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts +0 -15
- package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/lang.service.d.ts +0 -13
- package/libs/util/i18n/src/lib/lang.service.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/util-i18n.module.d.ts +0 -12
- package/libs/util/i18n/src/lib/util-i18n.module.d.ts.map +0 -1
- package/libs/util/shared/src/lib/util-shared.module.d.ts +0 -9
- package/libs/util/shared/src/lib/util-shared.module.d.ts.map +0 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.html +0 -1
- package/src/libs/feature/editor/src/lib/components/wizard/wizard.component.css +0 -5
- package/src/libs/feature/editor/src/lib/components/wizard/wizard.component.html +0 -22
- package/src/libs/feature/editor/src/lib/components/wizard/wizard.component.ts +0 -93
- package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.css +0 -31
- package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.html +0 -62
- package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.ts +0 -206
- package/src/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.css +0 -3
- package/src/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.html +0 -21
- package/src/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.ts +0 -58
- package/src/libs/feature/editor/src/lib/models/wizard-field.model.ts +0 -10
- package/src/libs/feature/editor/src/lib/models/wizard-field.type.ts +0 -6
- package/src/libs/feature/editor/src/lib/services/wizard.service.ts +0 -105
- package/src/libs/feature/record/src/lib/gn-ui-version.token.ts +0 -3
- package/src/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.html +0 -4
- package/src/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.ts +0 -10
- package/src/libs/ui/dataviz/src/lib/ui-dataviz.module.ts +0 -27
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.html +0 -30
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.ts +0 -48
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +0 -61
- package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.css +0 -3
- package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.html +0 -9
- package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.ts +0 -15
- package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +0 -96
- package/src/libs/ui/layout/src/lib/ui-layout.module.ts +0 -18
- package/src/libs/ui/widgets/src/lib/ui-widgets.module.ts +0 -25
- package/src/libs/util/i18n/src/lib/lang.service.ts +0 -23
- package/src/libs/util/i18n/src/lib/util-i18n.module.ts +0 -26
- package/src/libs/util/shared/src/lib/util-shared.module.ts +0 -10
- /package/src/libs/feature/editor/src/lib/components/{record-form/form-field/form-field-map-container/form-field-map-container.component.css → multilingual-panel/multilingual-panel.component.css} +0 -0
- /package/src/libs/{ui/elements/src/lib/link-card/link-card.component.css → feature/search/src/lib/results-hits/results-hits.container.component.css} +0 -0
- /package/src/libs/ui/elements/src/lib/{related-record-card/related-record-card.component.css → external-link-card/external-link-card.component.css} +0 -0
|
@@ -0,0 +1,608 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": "",
|
|
3
|
+
"Add Layer As": "",
|
|
4
|
+
"Enter to search": "",
|
|
5
|
+
"button.login": "",
|
|
6
|
+
"catalog.figures.datasets": "{count, plural, =0{datasety} one{dataset} other{datasety}}",
|
|
7
|
+
"catalog.figures.organizations": "{count, plural, =0{organizácie} one{organizácia} other{organizácie}}",
|
|
8
|
+
"chart.aggregation.average": "priemer",
|
|
9
|
+
"chart.aggregation.count": "počet",
|
|
10
|
+
"chart.aggregation.max": "maximum",
|
|
11
|
+
"chart.aggregation.min": "minimum",
|
|
12
|
+
"chart.aggregation.sum": "súčet",
|
|
13
|
+
"chart.dropdown.aggregation": "Agregácia",
|
|
14
|
+
"chart.dropdown.type": "Typ",
|
|
15
|
+
"chart.dropdown.xProperty": "os X",
|
|
16
|
+
"chart.dropdown.yProperty": "os Y",
|
|
17
|
+
"chart.loading.data": "Načítavanie dát...",
|
|
18
|
+
"chart.type.bar": "stĺpcový graf",
|
|
19
|
+
"chart.type.barHorizontal": "horizontálny stĺpcový graf",
|
|
20
|
+
"chart.type.line": "čiarový graf",
|
|
21
|
+
"chart.type.lineSmooth": "vyhladený čiarový graf",
|
|
22
|
+
"chart.type.pie": "koláčový graf",
|
|
23
|
+
"dashboard.catalog.allRecords": "",
|
|
24
|
+
"dashboard.createRecord": "",
|
|
25
|
+
"dashboard.importRecord": "",
|
|
26
|
+
"dashboard.importRecord.importExternal": "",
|
|
27
|
+
"dashboard.importRecord.importExternal.subtitle": "",
|
|
28
|
+
"dashboard.importRecord.importExternal.title": "",
|
|
29
|
+
"dashboard.labels.catalog": "Katalóg",
|
|
30
|
+
"dashboard.labels.mySpace": "Môj priestor",
|
|
31
|
+
"dashboard.records.all": "Katalóg",
|
|
32
|
+
"dashboard.records.hasDraft": "",
|
|
33
|
+
"dashboard.records.isMultilingual": "Tento záznam je viacjazyčný ({languages})",
|
|
34
|
+
"dashboard.records.myDraft": "Moje koncepty",
|
|
35
|
+
"dashboard.records.myRecords": "Moje záznamy",
|
|
36
|
+
"dashboard.records.search": "Hľadať \"{searchText}\"",
|
|
37
|
+
"dashboard.records.userDetail": "Meno",
|
|
38
|
+
"dashboard.records.userEmail": "Email",
|
|
39
|
+
"dashboard.records.username": "Užívateľské meno",
|
|
40
|
+
"dashboard.records.users": "{count, plural, =1{užívateľ} other{užívatelia}}",
|
|
41
|
+
"datahub.header.datasets": "Katalóg",
|
|
42
|
+
"datahub.header.lastRecords": "Najnovšie",
|
|
43
|
+
"datahub.header.myfavorites": "Moje obľúbené",
|
|
44
|
+
"datahub.header.news": "Domov",
|
|
45
|
+
"datahub.header.organizations": "Organizácie",
|
|
46
|
+
"datahub.header.popularRecords": "Najpopulárnejšie",
|
|
47
|
+
"datahub.header.title.html": "<div class=\"text-white\">Objavte otvorené<br>dáta z mojej organizácie</div>",
|
|
48
|
+
"datahub.news.contact.contactus": "Kontaktujte nás",
|
|
49
|
+
"datahub.news.contact.html": "<p>Potrebujete údaje, ktoré sa v súčasnosti na platforme nenachádzajú?</p><p>Náš tím je tu, aby Vám odpovedal.</p>",
|
|
50
|
+
"datahub.news.contact.title": "Špecifická potreba?",
|
|
51
|
+
"datahub.news.feed": "Spravodajský kanál",
|
|
52
|
+
"datahub.news.figures": "Ukazovatele",
|
|
53
|
+
"datahub.search.back": "Späť na výsledky",
|
|
54
|
+
"datahub.search.filter.all": "Všetky",
|
|
55
|
+
"datahub.search.filter.generatedByAPI": "vygenerované cez API",
|
|
56
|
+
"datahub.search.filter.generatedByWfs": "",
|
|
57
|
+
"datahub.search.filter.others": "Iné",
|
|
58
|
+
"dataset.error.forbidden": "",
|
|
59
|
+
"dataset.error.http": "Dáta sa nedajú načítať kvôli chybe HTTP: \"{ info }\"",
|
|
60
|
+
"dataset.error.network": "Dáta sa nedajú načítať kvôli chybe v sieti alebo obmedzeniam CORS: \"{ info }\"",
|
|
61
|
+
"dataset.error.parse": "Dáta boli načítané, ale nedajú sa analyzovať: \"{ info }\"",
|
|
62
|
+
"dataset.error.restrictedAccess": "",
|
|
63
|
+
"dataset.error.unknown": "Dáta nie je možné zobraziť: \"{ info }\"",
|
|
64
|
+
"dataset.error.unsupportedType": "Nepodporovaný typ obsahu: \"{ info }\"",
|
|
65
|
+
"domain.contact.role.author": "",
|
|
66
|
+
"domain.contact.role.collaborator": "",
|
|
67
|
+
"domain.contact.role.contributor": "",
|
|
68
|
+
"domain.contact.role.custodian": "",
|
|
69
|
+
"domain.contact.role.distributor": "",
|
|
70
|
+
"domain.contact.role.editor": "",
|
|
71
|
+
"domain.contact.role.funder": "",
|
|
72
|
+
"domain.contact.role.mediator": "",
|
|
73
|
+
"domain.contact.role.originator": "",
|
|
74
|
+
"domain.contact.role.other": "",
|
|
75
|
+
"domain.contact.role.owner": "",
|
|
76
|
+
"domain.contact.role.point_of_contact": "",
|
|
77
|
+
"domain.contact.role.principal_investigator": "",
|
|
78
|
+
"domain.contact.role.processor": "",
|
|
79
|
+
"domain.contact.role.publisher": "",
|
|
80
|
+
"domain.contact.role.resource_provider": "",
|
|
81
|
+
"domain.contact.role.rights_holder": "",
|
|
82
|
+
"domain.contact.role.sponsor": "",
|
|
83
|
+
"domain.contact.role.stakeholder": "",
|
|
84
|
+
"domain.contact.role.unspecified": "",
|
|
85
|
+
"domain.contact.role.user": "",
|
|
86
|
+
"domain.record.status.completed": "Dokončené",
|
|
87
|
+
"domain.record.status.deprecated": "Zastarané",
|
|
88
|
+
"domain.record.status.ongoing": "Prebiehajúce",
|
|
89
|
+
"domain.record.status.removed": "Odstránené",
|
|
90
|
+
"domain.record.status.under_development": "Vo vývoji",
|
|
91
|
+
"domain.record.updateFrequency.annually": "Údaje sa aktualizujú každý rok",
|
|
92
|
+
"domain.record.updateFrequency.asNeeded": "Údaje sa aktualizujú podľa potreby",
|
|
93
|
+
"domain.record.updateFrequency.biannually": "Údaje sa aktualizujú dvakrát ročne",
|
|
94
|
+
"domain.record.updateFrequency.biennially": "Údaje sa aktualizujú každé 2 roky",
|
|
95
|
+
"domain.record.updateFrequency.continual": "Údaje sa aktualizujú opakovane a často",
|
|
96
|
+
"domain.record.updateFrequency.daily": "Údaje sa aktualizujú každý deň",
|
|
97
|
+
"domain.record.updateFrequency.day": "{count, plural, =0{0 krát} one{Raz} other{{count} krát}} za deň",
|
|
98
|
+
"domain.record.updateFrequency.fortnightly": "Údaje sa aktualizujú každé dva týždne",
|
|
99
|
+
"domain.record.updateFrequency.irregular": "Údaje sa aktualizujú v nepravidelných intervaloch",
|
|
100
|
+
"domain.record.updateFrequency.month": "{count, plural, =0{0 krát} one{Raz} other{{count} krát}} za mesiac",
|
|
101
|
+
"domain.record.updateFrequency.monthly": "Údaje sa aktualizujú každý mesiac",
|
|
102
|
+
"domain.record.updateFrequency.notPlanned": "Nie sú žiadne plány na aktualizáciu údajov",
|
|
103
|
+
"domain.record.updateFrequency.periodic": "Údaje sa aktualizujú v pravidelných intervaloch",
|
|
104
|
+
"domain.record.updateFrequency.quarterly": "Údaje sa aktualizujú každé tri mesiace",
|
|
105
|
+
"domain.record.updateFrequency.semimonthly": "Údaje sa aktualizujú dvakrát za mesiac",
|
|
106
|
+
"domain.record.updateFrequency.unknown": "Frekvencia údržby údajov nie je známa",
|
|
107
|
+
"domain.record.updateFrequency.week": "{count, plural, =0{0 krát} one{Raz} other{{count} krát}} za týždeň",
|
|
108
|
+
"domain.record.updateFrequency.weekly": "Údaje sa aktualizujú týždenne",
|
|
109
|
+
"domain.record.updateFrequency.year": "{count, plural, =0{0 krát} one{Raz} other{{count} krát}} za rok",
|
|
110
|
+
"downloads.format.unknown": "neznámy",
|
|
111
|
+
"downloads.wfs.featuretype.not.found": "Vrstva nebola nájdená",
|
|
112
|
+
"dropFile": "nahrať súbor",
|
|
113
|
+
"editor.new.record.title": "",
|
|
114
|
+
"editor.record.delete.confirmation.cancelText": "",
|
|
115
|
+
"editor.record.delete.confirmation.confirmText": "",
|
|
116
|
+
"editor.record.delete.confirmation.message": "",
|
|
117
|
+
"editor.record.delete.confirmation.title": "",
|
|
118
|
+
"editor.record.deleteError.body": "",
|
|
119
|
+
"editor.record.deleteError.closeMessage": "",
|
|
120
|
+
"editor.record.deleteError.title": "",
|
|
121
|
+
"editor.record.deleteSuccess.body": "",
|
|
122
|
+
"editor.record.deleteSuccess.title": "",
|
|
123
|
+
"editor.record.error.back": "",
|
|
124
|
+
"editor.record.error.explanation": "",
|
|
125
|
+
"editor.record.error.message": "",
|
|
126
|
+
"editor.record.form.bottomButtons.comeBackLater": "",
|
|
127
|
+
"editor.record.form.bottomButtons.next": "",
|
|
128
|
+
"editor.record.form.bottomButtons.previous": "",
|
|
129
|
+
"editor.record.form.classification.opendata": "",
|
|
130
|
+
"editor.record.form.constraint.add.legalConstraints": "",
|
|
131
|
+
"editor.record.form.constraint.add.otherConstraints": "",
|
|
132
|
+
"editor.record.form.constraint.add.securityConstraints": "",
|
|
133
|
+
"editor.record.form.constraint.header.legalConstraints": "",
|
|
134
|
+
"editor.record.form.constraint.header.otherConstraints": "",
|
|
135
|
+
"editor.record.form.constraint.header.securityConstraints": "",
|
|
136
|
+
"editor.record.form.constraint.legalConstraints": "",
|
|
137
|
+
"editor.record.form.constraint.markdown.placeholder": "",
|
|
138
|
+
"editor.record.form.constraint.not.applicable": "",
|
|
139
|
+
"editor.record.form.constraint.not.known": "",
|
|
140
|
+
"editor.record.form.constraint.otherConstraints": "",
|
|
141
|
+
"editor.record.form.constraint.securityConstraints": "",
|
|
142
|
+
"editor.record.form.draft.updateAlert": "",
|
|
143
|
+
"editor.record.form.field.abstract": "",
|
|
144
|
+
"editor.record.form.field.constraintsShortcuts": "",
|
|
145
|
+
"editor.record.form.field.contacts.noContact": "",
|
|
146
|
+
"editor.record.form.field.contacts.placeholder": "",
|
|
147
|
+
"editor.record.form.field.contactsForResource.noContact": "",
|
|
148
|
+
"editor.record.form.field.contactsForResource.placeholder": "",
|
|
149
|
+
"editor.record.form.field.keywords": "",
|
|
150
|
+
"editor.record.form.field.legalConstraints": "",
|
|
151
|
+
"editor.record.form.field.license": "Licencia",
|
|
152
|
+
"editor.record.form.field.onlineLinkResources": "",
|
|
153
|
+
"editor.record.form.field.onlineResource.cancel": "",
|
|
154
|
+
"editor.record.form.field.onlineResource.confirm": "",
|
|
155
|
+
"editor.record.form.field.onlineResource.dialogTitle": "",
|
|
156
|
+
"editor.record.form.field.onlineResource.edit.description": "",
|
|
157
|
+
"editor.record.form.field.onlineResource.edit.identifier.error": "Nie je možné načítať vrstvy z protokolu",
|
|
158
|
+
"editor.record.form.field.onlineResource.edit.identifier.placeholder": "Názov vrstvy",
|
|
159
|
+
"editor.record.form.field.onlineResource.edit.identifier.placeholder.wps": "Názov procesu",
|
|
160
|
+
"editor.record.form.field.onlineResource.edit.identifier.select.label": "Vyberte vrstvu",
|
|
161
|
+
"editor.record.form.field.onlineResource.edit.identifier.submit": "Odkaz na službu",
|
|
162
|
+
"editor.record.form.field.onlineResource.edit.protocol": "",
|
|
163
|
+
"editor.record.form.field.onlineResource.edit.title": "",
|
|
164
|
+
"editor.record.form.field.onlineResource.fileSize": "",
|
|
165
|
+
"editor.record.form.field.onlineResource.modify": "",
|
|
166
|
+
"editor.record.form.field.onlineResource.toggle.dataset": "",
|
|
167
|
+
"editor.record.form.field.onlineResource.toggle.service": "",
|
|
168
|
+
"editor.record.form.field.onlineResources": "",
|
|
169
|
+
"editor.record.form.field.otherConstraints": "",
|
|
170
|
+
"editor.record.form.field.overviews": "",
|
|
171
|
+
"editor.record.form.field.recordUpdated": "",
|
|
172
|
+
"editor.record.form.field.resourceCreated": "",
|
|
173
|
+
"editor.record.form.field.resourceIdentifier": "",
|
|
174
|
+
"editor.record.form.field.resourceUpdated": "",
|
|
175
|
+
"editor.record.form.field.securityConstraints": "",
|
|
176
|
+
"editor.record.form.field.spatialExtents": "",
|
|
177
|
+
"editor.record.form.field.temporalExtents": "",
|
|
178
|
+
"editor.record.form.field.title": "",
|
|
179
|
+
"editor.record.form.field.title.placeholder": "Zadajte názov",
|
|
180
|
+
"editor.record.form.field.uniqueIdentifier": "",
|
|
181
|
+
"editor.record.form.field.updateFrequency": "",
|
|
182
|
+
"editor.record.form.keywords.place.placeholder": "",
|
|
183
|
+
"editor.record.form.keywords.place.withoutExtent": "",
|
|
184
|
+
"editor.record.form.keywords.placeholder": "",
|
|
185
|
+
"editor.record.form.license.cc-by": "",
|
|
186
|
+
"editor.record.form.license.cc-by-sa": "",
|
|
187
|
+
"editor.record.form.license.cc-zero": "",
|
|
188
|
+
"editor.record.form.license.etalab": "",
|
|
189
|
+
"editor.record.form.license.etalab-v2": "",
|
|
190
|
+
"editor.record.form.license.odbl": "",
|
|
191
|
+
"editor.record.form.license.odc-by": "",
|
|
192
|
+
"editor.record.form.license.pddl": "",
|
|
193
|
+
"editor.record.form.license.unknown": "",
|
|
194
|
+
"editor.record.form.multilingual.activate": "",
|
|
195
|
+
"editor.record.form.multilingual.default": "",
|
|
196
|
+
"editor.record.form.multilingual.enable": "",
|
|
197
|
+
"editor.record.form.multilingual.forbidden": "",
|
|
198
|
+
"editor.record.form.multilingual.open": "",
|
|
199
|
+
"editor.record.form.multilingual.title": "",
|
|
200
|
+
"editor.record.form.multilingual.validate": "",
|
|
201
|
+
"editor.record.form.page.accessAndContact": "",
|
|
202
|
+
"editor.record.form.page.description": "",
|
|
203
|
+
"editor.record.form.page.resources": "",
|
|
204
|
+
"editor.record.form.section.about.description": "",
|
|
205
|
+
"editor.record.form.section.about.label": "",
|
|
206
|
+
"editor.record.form.section.annexes.description": "",
|
|
207
|
+
"editor.record.form.section.annexes.label": "",
|
|
208
|
+
"editor.record.form.section.associatedResources.description": "",
|
|
209
|
+
"editor.record.form.section.associatedResources.label": "",
|
|
210
|
+
"editor.record.form.section.classification.description": "",
|
|
211
|
+
"editor.record.form.section.classification.label": "",
|
|
212
|
+
"editor.record.form.section.dataManagers.description": "",
|
|
213
|
+
"editor.record.form.section.dataManagers.label": "",
|
|
214
|
+
"editor.record.form.section.geographicalCoverage.label": "",
|
|
215
|
+
"editor.record.form.section.metadataPointOfContact.description": "",
|
|
216
|
+
"editor.record.form.section.metadataPointOfContact.label": "",
|
|
217
|
+
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
218
|
+
"editor.record.form.temporalExtents.addDate": "",
|
|
219
|
+
"editor.record.form.temporalExtents.addRange": "",
|
|
220
|
+
"editor.record.form.temporalExtents.date": "",
|
|
221
|
+
"editor.record.form.temporalExtents.range": "",
|
|
222
|
+
"editor.record.form.updateFrequency.planned": "Táto množina údajov sa pravidelne aktualizuje",
|
|
223
|
+
"editor.record.importFromExternalFile.failure.body": "",
|
|
224
|
+
"editor.record.importFromExternalFile.failure.title": "",
|
|
225
|
+
"editor.record.importFromExternalFile.success.body": "",
|
|
226
|
+
"editor.record.importFromExternalFile.success.title": "",
|
|
227
|
+
"editor.record.loadError.body": "",
|
|
228
|
+
"editor.record.loadError.closeMessage": "",
|
|
229
|
+
"editor.record.loadError.title": "",
|
|
230
|
+
"editor.record.lock.harvested": "",
|
|
231
|
+
"editor.record.lock.owner": "",
|
|
232
|
+
"editor.record.lock.resourceType": "",
|
|
233
|
+
"editor.record.multilingual.confirmation.cancelText": "",
|
|
234
|
+
"editor.record.multilingual.confirmation.confirmText": "",
|
|
235
|
+
"editor.record.multilingual.confirmation.message": "",
|
|
236
|
+
"editor.record.multilingual.confirmation.title": "",
|
|
237
|
+
"editor.record.onlineResource.protocol.other": "",
|
|
238
|
+
"editor.record.onlineResourceError.body": "",
|
|
239
|
+
"editor.record.onlineResourceError.closeMessage": "",
|
|
240
|
+
"editor.record.onlineResourceError.title": "",
|
|
241
|
+
"editor.record.placeKeywordWithoutLabel": "",
|
|
242
|
+
"editor.record.publish": "",
|
|
243
|
+
"editor.record.publish.confirmation.cancelText": "",
|
|
244
|
+
"editor.record.publish.confirmation.confirmText": "",
|
|
245
|
+
"editor.record.publish.confirmation.message": "",
|
|
246
|
+
"editor.record.publishError.body": "",
|
|
247
|
+
"editor.record.publishError.closeMessage": "",
|
|
248
|
+
"editor.record.publishError.title": "",
|
|
249
|
+
"editor.record.publishSuccess.body": "",
|
|
250
|
+
"editor.record.publishSuccess.title": "",
|
|
251
|
+
"editor.record.publishVersionError.body": "",
|
|
252
|
+
"editor.record.publishVersionError.closeMessage": "",
|
|
253
|
+
"editor.record.publishVersionError.title": "",
|
|
254
|
+
"editor.record.resourceError.body": "",
|
|
255
|
+
"editor.record.resourceError.closeMessage": "",
|
|
256
|
+
"editor.record.resourceError.title": "",
|
|
257
|
+
"editor.record.saveStatus.draftWithChangesPending": "",
|
|
258
|
+
"editor.record.saveStatus.recordNotPublished": "",
|
|
259
|
+
"editor.record.saveStatus.recordUpToDate": "",
|
|
260
|
+
"editor.record.undo.confirmation.cancelText": "",
|
|
261
|
+
"editor.record.undo.confirmation.confirmText": "",
|
|
262
|
+
"editor.record.undo.confirmation.message": "",
|
|
263
|
+
"editor.record.undo.confirmation.title": "",
|
|
264
|
+
"editor.record.undo.tooltip.disabled": "",
|
|
265
|
+
"editor.record.undo.tooltip.enabled": "",
|
|
266
|
+
"editor.record.upToDate": "",
|
|
267
|
+
"editor.sidebar.logout": "",
|
|
268
|
+
"editor.sidebar.menu.editor": "",
|
|
269
|
+
"editor.temporary.disabled": "",
|
|
270
|
+
"externalviewer.dataset.unnamed": "",
|
|
271
|
+
"facets.block.title.OrgForResource": "Organizácia",
|
|
272
|
+
"facets.block.title.availableInServices": "Dostupné pre",
|
|
273
|
+
"facets.block.title.cl_hierarchyLevel.key": "Typ zdroja",
|
|
274
|
+
"facets.block.title.cl_maintenanceAndUpdateFrequency.key": "Frekvencia aktualizácie",
|
|
275
|
+
"facets.block.title.cl_spatialRepresentationType.key": "Priestorové zobrazenie",
|
|
276
|
+
"facets.block.title.cl_status.key": "Stav",
|
|
277
|
+
"facets.block.title.creationYearForResource": "Rok vytvorenia",
|
|
278
|
+
"facets.block.title.resolutionScaleDenominator": "Mierka",
|
|
279
|
+
"facets.block.title.tag": "Kľúčové slová",
|
|
280
|
+
"facets.block.title.tag.default": "Štítok",
|
|
281
|
+
"facets.block.title.th_regions_tree.default": "Regióny",
|
|
282
|
+
"favorite.not.authenticated.tooltip": "<div><a href='{link}'>Prihlásiť sa</a> pre prístup k tejto funkcii</div>",
|
|
283
|
+
"favorite.starToggle.label": "",
|
|
284
|
+
"feature.catalog.attribute.code": "Kód",
|
|
285
|
+
"feature.catalog.attribute.definition": "Popis",
|
|
286
|
+
"feature.catalog.attribute.name": "Názov",
|
|
287
|
+
"feature.catalog.attribute.type": "Typ",
|
|
288
|
+
"feature.catalog.attribute.values": "Hodnoty",
|
|
289
|
+
"input.file.dropFileLabel": "",
|
|
290
|
+
"input.file.orInputUrl": "",
|
|
291
|
+
"input.file.selectFileLabel": "",
|
|
292
|
+
"input.file.uploadProgressCancel": "",
|
|
293
|
+
"input.file.uploadProgressLabel": "",
|
|
294
|
+
"input.image.altTextPlaceholder": "",
|
|
295
|
+
"input.image.delete": "",
|
|
296
|
+
"input.image.displayAltTextInput": "",
|
|
297
|
+
"input.image.displayUrlInput": "",
|
|
298
|
+
"input.image.dropFileLabel": "",
|
|
299
|
+
"input.image.selectFileLabel": "",
|
|
300
|
+
"input.image.uploadErrorLabel": "",
|
|
301
|
+
"input.image.uploadProgressCancel": "",
|
|
302
|
+
"input.image.uploadProgressLabel": "",
|
|
303
|
+
"language.ar": "",
|
|
304
|
+
"language.az": "",
|
|
305
|
+
"language.ca": "Catalánsky",
|
|
306
|
+
"language.cs": "Čeština",
|
|
307
|
+
"language.cy": "",
|
|
308
|
+
"language.da": "",
|
|
309
|
+
"language.de": "Nemecky",
|
|
310
|
+
"language.en": "Anglicky",
|
|
311
|
+
"language.es": "Španielsky",
|
|
312
|
+
"language.fi": "Fínsky",
|
|
313
|
+
"language.fr": "Francúzsky",
|
|
314
|
+
"language.hy": "",
|
|
315
|
+
"language.is": "Islandsky",
|
|
316
|
+
"language.it": "Taliančina",
|
|
317
|
+
"language.ka": "",
|
|
318
|
+
"language.ko": "Kórejsky",
|
|
319
|
+
"language.nl": "Holandsky",
|
|
320
|
+
"language.no": "",
|
|
321
|
+
"language.pl": "",
|
|
322
|
+
"language.pt": "Portugalčina",
|
|
323
|
+
"language.rm": "",
|
|
324
|
+
"language.ru": "Ruština",
|
|
325
|
+
"language.sk": "Slovenčina",
|
|
326
|
+
"language.sv": "",
|
|
327
|
+
"language.tr": "",
|
|
328
|
+
"language.uk": "",
|
|
329
|
+
"language.zh": "Čínština",
|
|
330
|
+
"map.add.layer": "Pridať vrstvu",
|
|
331
|
+
"map.add.layer.catalog": "Z katalógu",
|
|
332
|
+
"map.add.layer.file": "Zo súboru",
|
|
333
|
+
"map.add.layer.ogc.api": "",
|
|
334
|
+
"map.add.layer.wfs": "Z WFS",
|
|
335
|
+
"map.add.layer.wms": "Z WMS",
|
|
336
|
+
"map.addFromFile.placeholder": "Kliknite na tlačidlo alebo sem vložte súbor",
|
|
337
|
+
"map.dropdown.placeholder": "",
|
|
338
|
+
"map.geocoding.placeholder": "Nájsť miesto",
|
|
339
|
+
"map.help.addFromFile": "Kliknite na tlačidlo alebo sem vložte súbor, ktorý chcete pridať do mapy (v súčasnosti podporuje iba formát GeoJSON).",
|
|
340
|
+
"map.layer.add": "Pridať",
|
|
341
|
+
"map.layers.available": "Dostupné vrsty",
|
|
342
|
+
"map.layers.list": "Vrstvy",
|
|
343
|
+
"map.legend.title": "",
|
|
344
|
+
"map.loading.data": "Načítavanie dát mapy...",
|
|
345
|
+
"map.loading.service": "Načítavanie služieb...",
|
|
346
|
+
"map.navigation.message": "Použite prosím CTRL + myš (alebo dva prsty na mobilnom zariadení) na navigáciu po mape",
|
|
347
|
+
"map.ogc.urlInput.hint": "",
|
|
348
|
+
"map.select.layer": "Zdroj dát",
|
|
349
|
+
"map.select.style": "",
|
|
350
|
+
"map.wfs.urlInput.hint": "Zadajte URL adresu služby WFS",
|
|
351
|
+
"map.wms.urlInput.hint": "Zadajte URL adresu služby WMS",
|
|
352
|
+
"multiselect.filter.placeholder": "Hľadať",
|
|
353
|
+
"nav.back": "Späť",
|
|
354
|
+
"navbar.mobile.menuTitle": "",
|
|
355
|
+
"ogc.unreachable.unknown": "So službou sa nedalo spojiť",
|
|
356
|
+
"organisation.filter.placeholder": "Filtrovať výsledky",
|
|
357
|
+
"organisation.sort.sortBy": "Zoradiť podľa:",
|
|
358
|
+
"organisations.hits.found": "{hits, plural, =0{Žiadna organizácia nenájdená} other{{hits} celkovo {total} organizácií nájdených}}",
|
|
359
|
+
"organisations.sortBy.nameAsc": "Názov A → Z",
|
|
360
|
+
"organisations.sortBy.nameDesc": "Názov Z → A",
|
|
361
|
+
"organisations.sortBy.recordCountAsc": "Publikácie 0 → 9",
|
|
362
|
+
"organisations.sortBy.recordCountDesc": "Publikácie 9 → 0",
|
|
363
|
+
"organization.details.lastPublishedDatasets": "",
|
|
364
|
+
"organization.details.lastPublishedDatasets.searchAllButton": "",
|
|
365
|
+
"organization.details.mailContact": "",
|
|
366
|
+
"organization.header.recordCount": "{count, plural, =0{} one{} other{}}",
|
|
367
|
+
"pagination.nextPage": "Ďalšia stránka",
|
|
368
|
+
"pagination.page": "strana",
|
|
369
|
+
"pagination.pageOf": "z",
|
|
370
|
+
"record.action.delete": "",
|
|
371
|
+
"record.action.download": "Stiahnuť",
|
|
372
|
+
"record.action.duplicate": "",
|
|
373
|
+
"record.action.duplicating": "",
|
|
374
|
+
"record.action.rollback": "",
|
|
375
|
+
"record.action.switchLang": "",
|
|
376
|
+
"record.action.view": "Zobraziť",
|
|
377
|
+
"record.externalViewer.open": "Otvoriť v externom mapovom prehliadači",
|
|
378
|
+
"record.feature.catalog.number.total.attribute": "",
|
|
379
|
+
"record.feature.catalog.number.total.object": "",
|
|
380
|
+
"record.feature.limit": "",
|
|
381
|
+
"record.kind.dataset": "",
|
|
382
|
+
"record.kind.reuse": "",
|
|
383
|
+
"record.kind.service": "",
|
|
384
|
+
"record.metadata.about": "O",
|
|
385
|
+
"record.metadata.api": "API",
|
|
386
|
+
"record.metadata.api.form.closeButton": "Zavrieť",
|
|
387
|
+
"record.metadata.api.form.closeForm": "Zavrieť formulár",
|
|
388
|
+
"record.metadata.api.form.create": "Vytvoriť požiadavku",
|
|
389
|
+
"record.metadata.api.form.crsTitle": "",
|
|
390
|
+
"record.metadata.api.form.crsTooltip": "",
|
|
391
|
+
"record.metadata.api.form.customUrl": "Vlastná URL",
|
|
392
|
+
"record.metadata.api.form.filter": "",
|
|
393
|
+
"record.metadata.api.form.filterDescription": "",
|
|
394
|
+
"record.metadata.api.form.formatTitle": "",
|
|
395
|
+
"record.metadata.api.form.formatTooltip": "",
|
|
396
|
+
"record.metadata.api.form.items": "",
|
|
397
|
+
"record.metadata.api.form.itemsDescription": "",
|
|
398
|
+
"record.metadata.api.form.itemsTooltip": "",
|
|
399
|
+
"record.metadata.api.form.limit": "Počet záznamov",
|
|
400
|
+
"record.metadata.api.form.limit.all": "Všetky",
|
|
401
|
+
"record.metadata.api.form.nextPage": "",
|
|
402
|
+
"record.metadata.api.form.nextPageTooltip": "",
|
|
403
|
+
"record.metadata.api.form.offset": "Počet prvých záznamov",
|
|
404
|
+
"record.metadata.api.form.openForm": "Otvoriť formulár",
|
|
405
|
+
"record.metadata.api.form.paginationDescription": "",
|
|
406
|
+
"record.metadata.api.form.previousPage": "",
|
|
407
|
+
"record.metadata.api.form.previousPageTooltip": "",
|
|
408
|
+
"record.metadata.api.form.productTooltip": "",
|
|
409
|
+
"record.metadata.api.form.reset": "Resetovať",
|
|
410
|
+
"record.metadata.api.form.resetTooltip": "",
|
|
411
|
+
"record.metadata.api.form.title": "Vytvoriť vlatnú URL",
|
|
412
|
+
"record.metadata.api.form.title.gpf": "",
|
|
413
|
+
"record.metadata.api.form.type": "Výstupný formát",
|
|
414
|
+
"record.metadata.api.form.zoneTitle": "",
|
|
415
|
+
"record.metadata.api.form.zoneTooltip": "",
|
|
416
|
+
"record.metadata.api.gpfdl": "",
|
|
417
|
+
"record.metadata.capabilities": "",
|
|
418
|
+
"record.metadata.catalog": "Katalóg",
|
|
419
|
+
"record.metadata.contact": "Kontakt",
|
|
420
|
+
"record.metadata.creation": "",
|
|
421
|
+
"record.metadata.details": "Detaily",
|
|
422
|
+
"record.metadata.download": "Sťahovania",
|
|
423
|
+
"record.metadata.feature.catalog": "",
|
|
424
|
+
"record.metadata.formats": "Formáty",
|
|
425
|
+
"record.metadata.isGeographical": "Súbor geografických údajov",
|
|
426
|
+
"record.metadata.keywords": "Kľúčové slová",
|
|
427
|
+
"record.metadata.languages": "",
|
|
428
|
+
"record.metadata.lastUpdate": "Posledná aktualizácia",
|
|
429
|
+
"record.metadata.linked.datasets": "",
|
|
430
|
+
"record.metadata.linked.records": "",
|
|
431
|
+
"record.metadata.linked.reuses": "",
|
|
432
|
+
"record.metadata.linked.services": "",
|
|
433
|
+
"record.metadata.linked.sourceDatasets": "",
|
|
434
|
+
"record.metadata.links": "Odkazy",
|
|
435
|
+
"record.metadata.noUsage": "Pre túto položku nie sú špecifikované žiadne podmienky použitia.",
|
|
436
|
+
"record.metadata.otherConstraints": "Ďalšie podmienky",
|
|
437
|
+
"record.metadata.owner": "Katalóg pôvodu",
|
|
438
|
+
"record.metadata.preview": "Náhľad",
|
|
439
|
+
"record.metadata.preview.config.error": "",
|
|
440
|
+
"record.metadata.preview.config.idle": "",
|
|
441
|
+
"record.metadata.preview.config.saved": "",
|
|
442
|
+
"record.metadata.preview.config.saving": "",
|
|
443
|
+
"record.metadata.producer": "",
|
|
444
|
+
"record.metadata.publication": "publikácia",
|
|
445
|
+
"record.metadata.publications": "{count, plural, =0{publikácia} one{publikácia} other{publikácie}}",
|
|
446
|
+
"record.metadata.quality": "Kvalita metadát",
|
|
447
|
+
"record.metadata.quality.capabilities.failed": "",
|
|
448
|
+
"record.metadata.quality.capabilities.success": "",
|
|
449
|
+
"record.metadata.quality.contact.failed": "Kontakt nie je uvedený",
|
|
450
|
+
"record.metadata.quality.contact.success": "Kontakt je uvedený",
|
|
451
|
+
"record.metadata.quality.description.failed": "Popis nie je uvedený",
|
|
452
|
+
"record.metadata.quality.description.success": "Popis je uvedený",
|
|
453
|
+
"record.metadata.quality.details": "Detaily",
|
|
454
|
+
"record.metadata.quality.keywords.failed": "Kľúčové slová nie sú uvedené",
|
|
455
|
+
"record.metadata.quality.keywords.success": "Kľúčové slová sú uvedené",
|
|
456
|
+
"record.metadata.quality.legalConstraints.failed": "Právne obmedzenia nie sú uvedené",
|
|
457
|
+
"record.metadata.quality.legalConstraints.success": "Právne obmedzenia sú uvedené",
|
|
458
|
+
"record.metadata.quality.organisation.failed": "Organizácie nie je uvedená",
|
|
459
|
+
"record.metadata.quality.organisation.success": "Organizácie je uvedená",
|
|
460
|
+
"record.metadata.quality.source.failed": "",
|
|
461
|
+
"record.metadata.quality.source.success": "",
|
|
462
|
+
"record.metadata.quality.title.failed": "Názov nie je uvedený",
|
|
463
|
+
"record.metadata.quality.title.success": "Názov je uvedený",
|
|
464
|
+
"record.metadata.quality.topic.failed": "Téma nie je uvedená",
|
|
465
|
+
"record.metadata.quality.topic.success": "Téma je uvedená",
|
|
466
|
+
"record.metadata.quality.updateFrequency.failed": "Frekvencia aktualizácie nie je určená",
|
|
467
|
+
"record.metadata.quality.updateFrequency.success": "Frekvencia aktualizácie je určená",
|
|
468
|
+
"record.metadata.related": "Súvisiace záznamy",
|
|
469
|
+
"record.metadata.ressources.and.links": "Prostředky a odkazy",
|
|
470
|
+
"record.metadata.sheet": "Ďalšie metadáta sú k dispozícii na:",
|
|
471
|
+
"record.metadata.status": "Stav",
|
|
472
|
+
"record.metadata.status.notPublished": "",
|
|
473
|
+
"record.metadata.status.published": "",
|
|
474
|
+
"record.metadata.temporalExtent": "",
|
|
475
|
+
"record.metadata.temporalExtent.fromDateToDate": "",
|
|
476
|
+
"record.metadata.temporalExtent.sinceDate": "",
|
|
477
|
+
"record.metadata.temporalExtent.untilDate": "",
|
|
478
|
+
"record.metadata.title": "Názov",
|
|
479
|
+
"record.metadata.topics": "",
|
|
480
|
+
"record.metadata.uniqueId": "Jedinečný identifikátor",
|
|
481
|
+
"record.metadata.updateFrequency": "Frekvencia aktualizácie metadát",
|
|
482
|
+
"record.metadata.updatedOn": "Posledná aktualizácia metadát",
|
|
483
|
+
"record.metadata.usage": "Použitie a obmedzenia",
|
|
484
|
+
"record.metadata.userFeedbacks": "",
|
|
485
|
+
"record.metadata.userFeedbacks.anonymousUser": "",
|
|
486
|
+
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
|
|
487
|
+
"record.metadata.userFeedbacks.newAnswer.placeholder": "",
|
|
488
|
+
"record.metadata.userFeedbacks.newComment.placeholder": "",
|
|
489
|
+
"record.metadata.userFeedbacks.sortSelector.choices.newestFirst": "",
|
|
490
|
+
"record.metadata.userFeedbacks.sortSelector.choices.oldestFirst": "",
|
|
491
|
+
"record.metadata.userFeedbacks.sortSelector.label": "",
|
|
492
|
+
"record.more.details": "Čítať viac",
|
|
493
|
+
"record.tab.chart": "Graf",
|
|
494
|
+
"record.tab.data": "Tabuľka",
|
|
495
|
+
"record.tab.map": "Mapa",
|
|
496
|
+
"record.was.created.time": "vytvoril tento dataset o {time}",
|
|
497
|
+
"records": "záznamy",
|
|
498
|
+
"results.layout.selectOne": "Rozmiestnenie výsledkov",
|
|
499
|
+
"results.records.hits.displayedOn": "{displayed, plural, =0{Žiadny záznam.} one{1 záznam} other{{displayed} záznamov }} {hits, plural, other{zobrazených z {hits} celkovo.}}",
|
|
500
|
+
"results.records.hits.empty.help.html": "Návrhy: <ul class='list-disc list-inside'><li>Vyskúšajte iné slová</li><li>Uveďte menej slov</li></ul>",
|
|
501
|
+
"results.records.hits.found": "{hits, plural, =0{Žiadne dokumenty nezodpovedajú zadanému vyhľadávaniu.} one{1 záznam nájdený.} other{{hits} záznamov nájdených.}}",
|
|
502
|
+
"results.records.hits.selected": "{ amount } označených",
|
|
503
|
+
"results.showMore": "Zobraziť viac výsledkov...",
|
|
504
|
+
"results.sortBy.changeDate": "",
|
|
505
|
+
"results.sortBy.dateStamp": "Najnovšie",
|
|
506
|
+
"results.sortBy.popularity": "Popularita",
|
|
507
|
+
"results.sortBy.qualityScore": "Hodnotenie kvality",
|
|
508
|
+
"results.sortBy.relevancy": "Relevancia",
|
|
509
|
+
"reuse.metadata.access": "",
|
|
510
|
+
"search.autocomplete.error": "Návrhy sa nepodarilo načítať:",
|
|
511
|
+
"search.error.couldNotReachApi": "K rozhraniu API sa nepodarilo pripojiť",
|
|
512
|
+
"search.error.organizationHasNoDataset": "",
|
|
513
|
+
"search.error.organizationNotFound": "",
|
|
514
|
+
"search.error.receivedError": "Bola zaznamenaná chyba",
|
|
515
|
+
"search.error.recordHasnolink": "",
|
|
516
|
+
"search.error.recordNotFound": "Záznam s identifikátorom \"{ id }\" sa nepodarilo nájsť.",
|
|
517
|
+
"search.field.any.placeholder": "Hľadať datasety ...",
|
|
518
|
+
"search.field.sortBy": "Zoradiť podľa:",
|
|
519
|
+
"search.filter.into.feature.catalog": "",
|
|
520
|
+
"search.filters.availableServices.download": "",
|
|
521
|
+
"search.filters.availableServices.view": "",
|
|
522
|
+
"search.filters.changeDate": "",
|
|
523
|
+
"search.filters.clear": "Obnoviť",
|
|
524
|
+
"search.filters.contact": "Kontakty",
|
|
525
|
+
"search.filters.format": "Formáty",
|
|
526
|
+
"search.filters.inspireKeyword": "Kľúčové slová INSPIRE",
|
|
527
|
+
"search.filters.isSpatial": "Je priestorový údaj",
|
|
528
|
+
"search.filters.isSpatial.no": "nepravdivé",
|
|
529
|
+
"search.filters.isSpatial.yes": "pravdivé",
|
|
530
|
+
"search.filters.keyword": "",
|
|
531
|
+
"search.filters.license": "Licencia",
|
|
532
|
+
"search.filters.license.cc-by": "Creative Commons CC-BY",
|
|
533
|
+
"search.filters.license.cc-by-sa": "Creative Commons CC-BY-SA",
|
|
534
|
+
"search.filters.license.cc-zero": "Creative Commons CC-0",
|
|
535
|
+
"search.filters.license.etalab": "Open Licence (Etalab)",
|
|
536
|
+
"search.filters.license.etalab-v2": "Open Licence v2.0 (Etalab)",
|
|
537
|
+
"search.filters.license.odbl": "Open Data Commons ODbL",
|
|
538
|
+
"search.filters.license.odc-by": "Open Data Commons ODC-By",
|
|
539
|
+
"search.filters.license.pddl": "Open Data Commons",
|
|
540
|
+
"search.filters.license.unknown": "Neznáme alebo chýbajúce",
|
|
541
|
+
"search.filters.maximize": "Rozšíriť",
|
|
542
|
+
"search.filters.minimize": "Zmenšiť",
|
|
543
|
+
"search.filters.myRecords": "Zobraziť len moje záznamy",
|
|
544
|
+
"search.filters.myRecordsHelp": "Keď je táto možnosť zapnutá, zobrazia sa len záznamy vytvorené mnou; záznamy vytvorené inými sa nezobrazia.",
|
|
545
|
+
"search.filters.organization": "",
|
|
546
|
+
"search.filters.otherRecords": "Zobrazenie záznamov od inej osoby",
|
|
547
|
+
"search.filters.producerOrg": "",
|
|
548
|
+
"search.filters.publicationYear": "Rok zverejnenia",
|
|
549
|
+
"search.filters.publisherOrg": "",
|
|
550
|
+
"search.filters.recordKind.all": "Všetky",
|
|
551
|
+
"search.filters.recordKind.dataset": "",
|
|
552
|
+
"search.filters.recordKind.reuse": "",
|
|
553
|
+
"search.filters.recordKind.service": "",
|
|
554
|
+
"search.filters.representationType": "Typ reprezentácie",
|
|
555
|
+
"search.filters.resourceType": "Typ zdroja",
|
|
556
|
+
"search.filters.standard": "Štandard",
|
|
557
|
+
"search.filters.summaryLabel.changeDate": "",
|
|
558
|
+
"search.filters.summaryLabel.user": "",
|
|
559
|
+
"search.filters.title": "Filtrovanie výsledkov",
|
|
560
|
+
"search.filters.topic": "Témy",
|
|
561
|
+
"search.filters.useSpatialFilter": "Najskôr zobraziť záznamy v oblasti záujmu",
|
|
562
|
+
"search.filters.useSpatialFilterHelp": "Keď je táto možnosť zapnutá, záznamy nachádzajúce sa v oblasti záujmu katalógu sa zobrazia ako prvé; záznamy mimo tejto oblasti sa nezobrazia.",
|
|
563
|
+
"search.filters.user": "",
|
|
564
|
+
"service.metadata.capabilities": "",
|
|
565
|
+
"service.metadata.capabilities.abstract": "",
|
|
566
|
+
"service.metadata.capabilities.attribution": "",
|
|
567
|
+
"service.metadata.capabilities.availableCrs": "",
|
|
568
|
+
"service.metadata.capabilities.defaultCrs": "",
|
|
569
|
+
"service.metadata.capabilities.geometryName": "",
|
|
570
|
+
"service.metadata.capabilities.geometryType": "",
|
|
571
|
+
"service.metadata.capabilities.keywords": "",
|
|
572
|
+
"service.metadata.capabilities.name": "",
|
|
573
|
+
"service.metadata.capabilities.objectCount": "",
|
|
574
|
+
"service.metadata.capabilities.otherCrs": "",
|
|
575
|
+
"service.metadata.capabilities.outputFormats": "",
|
|
576
|
+
"service.metadata.capabilities.resourceLinks": "",
|
|
577
|
+
"service.metadata.capabilities.title": "",
|
|
578
|
+
"service.metadata.filter": "",
|
|
579
|
+
"service.metadata.filter.noLayers": "",
|
|
580
|
+
"service.metadata.other": "",
|
|
581
|
+
"service.metadata.question": "",
|
|
582
|
+
"service.metadata.reuse": "",
|
|
583
|
+
"service.metadata.search": "",
|
|
584
|
+
"service.metadata.search.clear": "",
|
|
585
|
+
"service.metadata.spatialExtent": "",
|
|
586
|
+
"share.tab.permalink": "Zdieľať",
|
|
587
|
+
"share.tab.webComponent": "Integrovať",
|
|
588
|
+
"table.loading.data": "Načítanie údajov...",
|
|
589
|
+
"table.object.count": "objekty v tomto súbore údajov",
|
|
590
|
+
"table.paginator.firstPage": "",
|
|
591
|
+
"table.paginator.itemsPerPage": "",
|
|
592
|
+
"table.paginator.lastPage": "",
|
|
593
|
+
"table.paginator.nextPage": "",
|
|
594
|
+
"table.paginator.previousPage": "",
|
|
595
|
+
"table.paginator.rangeLabel": "",
|
|
596
|
+
"table.select.data": "Zdroj údajov",
|
|
597
|
+
"tooltip.html.copy": "Kopírovať HTML",
|
|
598
|
+
"tooltip.id.copy": "Kopírovať jedinečný identifikátor",
|
|
599
|
+
"tooltip.url.copy": "Kopírovať URL",
|
|
600
|
+
"ui.readLess": "Čítať menej",
|
|
601
|
+
"ui.readMore": "Čítať viac",
|
|
602
|
+
"wfs.feature.limit": "",
|
|
603
|
+
"wfs.featuretype.notfound": "V službe nebol nájdený žiadny zodpovedajúci typ funkcie",
|
|
604
|
+
"wfs.geojsongml.notsupported": "Táto služba nepodporuje formát GeoJSON alebo GML",
|
|
605
|
+
"wfs.unreachable.cors": "Službu nemožno dosiahnuť z dôvodu obmedzení CORS",
|
|
606
|
+
"wfs.unreachable.http": "Služba vrátila chybu HTTP",
|
|
607
|
+
"wfs.unreachable.unknown": "So službou sa nedalo spojiť"
|
|
608
|
+
}
|