geonetwork-ui 2.4.0-dev.7a893adc → 2.4.0-dev.80a79eca
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/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +10 -3
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +5 -5
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +7 -4
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +10 -7
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +7 -14
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +6 -6
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +28 -18
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +41 -7
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/model/user/user.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
- package/esm2022/libs/data-access/gn4/src/fixtures/site.fixtures.mjs +5 -5
- package/esm2022/libs/data-access/gn4/src/fixtures/ui.fixtures.mjs +3 -3
- package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +1 -1
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +1 -1
- package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +1 -1
- package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +71 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +8 -29
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +148 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +86 -11
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +29 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +32 -59
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +10 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +29 -3
- package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +1 -1
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +2 -2
- package/esm2022/libs/feature/map/src/lib/style/map-style.fixtures.mjs +3 -3
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +1 -1
- package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +1 -1
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +1 -1
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +4 -2
- package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +5 -4
- package/esm2022/libs/ui/dataviz/src/lib/table/table.fixtures.mjs +3 -3
- package/esm2022/libs/ui/elements/src/index.mjs +2 -2
- package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +2 -2
- package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +1 -1
- package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +2 -2
- package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +2 -2
- package/esm2022/libs/ui/inputs/src/index.mjs +4 -1
- package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +87 -0
- package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +5 -4
- package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +4 -4
- package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +4 -3
- package/esm2022/libs/ui/layout/src/index.mjs +3 -1
- package/esm2022/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.mjs +29 -0
- package/esm2022/libs/ui/layout/src/lib/sortable-list/sortable-list.component.mjs +43 -0
- package/esm2022/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.mjs +7 -7
- package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +8 -8
- package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +10 -10
- package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +1 -1
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +1 -1
- package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +4 -1
- package/esm2022/translations/de.json +15 -2
- package/esm2022/translations/en.json +15 -2
- package/esm2022/translations/es.json +13 -0
- package/esm2022/translations/fr.json +16 -3
- package/esm2022/translations/it.json +15 -2
- package/esm2022/translations/nl.json +13 -0
- package/esm2022/translations/pt.json +13 -0
- package/fesm2022/geonetwork-ui.mjs +2888 -2477
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +3 -3
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +2 -2
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +1 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/write-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 +4 -5
- 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 +7 -6
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +21 -2
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +6 -6
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/user/user.model.d.ts +1 -1
- package/libs/common/domain/src/lib/model/user/user.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts +15 -0
- package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
- package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts +2 -2
- package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts.map +1 -1
- package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts +1 -1
- package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +2 -2
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts +6 -6
- 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 +3 -3
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts +15 -0
- package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts +2 -5
- 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-online-link-resources/form-field-online-link-resources.component.d.ts +35 -0
- 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 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +20 -2
- 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 +7 -2
- 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 +9 -15
- 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.component.d.ts +5 -3
- 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/components/record-form/record-form.component.d.ts +3 -2
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts +9 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +5 -0
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts +5 -5
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts +2 -2
- package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +3 -3
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +2 -2
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +2 -2
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts +7 -7
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +1 -0
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts +2 -2
- package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts.map +1 -1
- package/libs/ui/elements/src/index.d.ts +1 -1
- package/libs/ui/elements/src/index.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +2 -2
- 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 -7
- 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 +2 -2
- package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/index.d.ts +3 -0
- package/libs/ui/inputs/src/index.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts +24 -0
- package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts +0 -1
- package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +1 -1
- package/libs/ui/layout/src/index.d.ts +2 -0
- package/libs/ui/layout/src/index.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts +20 -0
- package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts +14 -0
- package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts.map +1 -0
- package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts +3 -3
- package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +2 -2
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/fixtures.d.ts +8 -8
- package/libs/util/app-config/src/lib/fixtures.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 +6 -6
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +2 -1
- package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +18 -16
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.ts +4 -4
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +12 -4
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +14 -8
- package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +4 -12
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +13 -15
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +48 -36
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +47 -3
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +7 -7
- package/src/libs/common/domain/src/lib/model/user/user.model.ts +1 -1
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +26 -0
- package/src/libs/common/fixtures/src/index.ts +1 -1
- package/src/libs/common/fixtures/src/lib/editor/editor.fixtures.ts +37 -37
- package/src/libs/common/fixtures/src/lib/elasticsearch/{aggregations-request.ts → aggregations-request.fixtures.ts} +1 -3
- package/src/libs/common/fixtures/src/lib/elasticsearch/{aggregations-response.ts → aggregations-response.fixtures.ts} +6 -8
- package/src/libs/common/fixtures/src/lib/elasticsearch/{full-response.ts → full-response.fixtures.ts} +1 -3
- package/src/libs/common/fixtures/src/lib/elasticsearch/index.ts +5 -5
- package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +1 -3
- package/src/libs/common/fixtures/src/lib/elasticsearch/metadata.fixtures.ts +1739 -1742
- package/src/libs/common/fixtures/src/lib/elasticsearch/{search-requests.ts → search-requests.fixtures.ts} +1 -3
- package/src/libs/common/fixtures/src/lib/elasticsearch/{search-responses.ts → search-responses.fixtures.ts} +4 -6
- package/src/libs/common/fixtures/src/lib/geojson.fixtures.ts +57178 -57195
- package/src/libs/common/fixtures/src/lib/gn4/groups.fixtures.ts +2 -4
- package/src/libs/common/fixtures/src/lib/link.fixtures.ts +233 -164
- package/src/libs/common/fixtures/src/lib/ol-feature.fixtures.ts +10 -0
- package/src/libs/common/fixtures/src/lib/organisations.fixture.ts +37 -3
- package/src/libs/common/fixtures/src/lib/record-link.fixtures.ts +9 -7
- package/src/libs/common/fixtures/src/lib/records.fixtures.ts +9 -9
- package/src/libs/common/fixtures/src/lib/repository.fixtures.ts +4 -4
- package/src/libs/common/fixtures/src/lib/search/aggregations.ts +2 -3
- package/src/libs/common/fixtures/src/lib/user-feedbacks.fixtures.ts +14 -15
- package/src/libs/common/fixtures/src/lib/user.fixtures.ts +32 -15
- package/src/libs/data-access/gn4/src/fixtures/site.fixtures.ts +4 -4
- package/src/libs/data-access/gn4/src/fixtures/ui.fixtures.ts +2 -2
- package/src/libs/feature/catalog/src/lib/sources/sources.fixture.ts +1 -1
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +3 -3
- package/src/libs/feature/dataviz/src/lib/figure/figure.fixtures.ts +2 -2
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +6 -6
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +4 -4
- package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.html +9 -9
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.html +35 -0
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +79 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +14 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +5 -44
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.html +33 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +182 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.html +11 -5
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +93 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +6 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +46 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +21 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +35 -69
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +8 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +8 -1
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +1 -0
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +2 -1
- package/src/libs/feature/editor/src/lib/fields.config.ts +32 -2
- package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +9 -0
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +7 -7
- package/src/libs/feature/map/src/lib/map-context/map-context.fixtures.ts +26 -22
- package/src/libs/feature/map/src/lib/style/map-style.fixtures.ts +29 -27
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +3 -3
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +2 -2
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +2 -2
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +5 -1
- 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 +10 -1
- package/src/libs/feature/search/src/lib/state/fixtures/search-state.fixtures.ts +2 -2
- package/src/libs/ui/dataviz/src/lib/chart/chart.fixtures.ts +2 -2
- package/src/libs/ui/dataviz/src/lib/table/table.fixtures.ts +2 -2
- package/src/libs/ui/elements/src/index.ts +1 -1
- 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.ts +7 -7
- package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +3 -3
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.css +5 -0
- package/src/libs/ui/inputs/src/index.ts +3 -0
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +2 -1
- package/src/libs/ui/inputs/src/lib/image-input/image-input.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/image-input/image-input.component.ts +2 -1
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +0 -1
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +1 -2
- package/src/libs/ui/inputs/src/lib/text-area/text-area.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/text-area/text-area.component.ts +1 -1
- package/src/libs/ui/layout/src/index.ts +2 -0
- package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.html +15 -0
- package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.ts +44 -0
- package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +37 -0
- package/src/libs/ui/{elements → layout}/src/lib/sortable-list/sortable-list.component.ts +13 -16
- package/src/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.ts +7 -6
- package/src/libs/ui/search/src/lib/results-table/results-table.component.html +9 -2
- package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +5 -6
- package/src/libs/util/app-config/src/lib/fixtures.ts +9 -9
- package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +4 -3
- package/src/libs/util/shared/src/lib/links/link-utils.ts +6 -6
- package/src/libs/util/shared/src/lib/utils/bytes-convert.ts +4 -1
- package/tailwind.base.css +5 -0
- package/translations/de.json +15 -2
- package/translations/en.json +15 -2
- package/translations/es.json +13 -0
- package/translations/fr.json +16 -3
- package/translations/it.json +15 -2
- package/translations/nl.json +13 -0
- package/translations/pt.json +13 -0
- package/translations/sk.json +13 -0
- package/esm2022/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.mjs +0 -96
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.mjs +0 -17
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.mjs +0 -17
- package/esm2022/libs/ui/elements/src/lib/sortable-list/sortable-list.component.mjs +0 -39
- package/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.d.ts +0 -27
- package/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.d.ts +0 -8
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.d.ts +0 -8
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts +0 -17
- package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts.map +0 -1
- package/src/libs/common/fixtures/src/lib/ol-feature.fixture.ts +0 -7
- package/src/libs/common/fixtures/src/lib/utils/freeze.ts +0 -10
- package/src/libs/common/fixtures/src/lib/utils/index.ts +0 -1
- package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.html +0 -9
- package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts +0 -113
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.html +0 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.ts +0 -16
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.html +0 -13
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.ts +0 -16
- package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.html +0 -29
- /package/src/libs/feature/editor/src/lib/components/{overview-upload/overview-upload.component.css → online-resource-card/online-resource-card.component.css} +0 -0
- /package/src/libs/feature/editor/src/lib/components/record-form/form-field/{form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.css → form-field-online-link-resources/form-field-online-link-resources.component.css} +0 -0
- /package/src/libs/{feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.css → ui/layout/src/lib/modal-dialog/modal-dialog.component.css} +0 -0
- /package/src/libs/ui/{elements → layout}/src/lib/sortable-list/sortable-list.component.css +0 -0
|
@@ -204,6 +204,14 @@
|
|
|
204
204
|
"editor.record.form.field.contactsForResource.noContact": "Please provide at least one point of contact responsible for the data.",
|
|
205
205
|
"editor.record.form.field.keywords": "Keywords",
|
|
206
206
|
"editor.record.form.field.license": "License",
|
|
207
|
+
"editor.record.form.field.onlineLinkResources": "Attached resources",
|
|
208
|
+
"editor.record.form.field.onlineResource.cancel": "Cancel",
|
|
209
|
+
"editor.record.form.field.onlineResource.confirm": "Confirm",
|
|
210
|
+
"editor.record.form.field.onlineResource.dialogTitle": "Modify the resource preview",
|
|
211
|
+
"editor.record.form.field.onlineResource.edit.description": "Description",
|
|
212
|
+
"editor.record.form.field.onlineResource.edit.title": "Title",
|
|
213
|
+
"editor.record.form.field.onlineResource.fileSize": "{sizeMB}MB",
|
|
214
|
+
"editor.record.form.field.onlineResource.modify": "Modify",
|
|
207
215
|
"editor.record.form.field.overviews": "Overviews",
|
|
208
216
|
"editor.record.form.field.recordUpdated": "Record Updated",
|
|
209
217
|
"editor.record.form.field.resourceUpdated": "Resource Updated",
|
|
@@ -245,6 +253,9 @@
|
|
|
245
253
|
"editor.record.loadError.body": "The record could not be loaded:",
|
|
246
254
|
"editor.record.loadError.closeMessage": "Understood",
|
|
247
255
|
"editor.record.loadError.title": "Error loading record",
|
|
256
|
+
"editor.record.onlineResourceError.body": "An error happened while adding the resource:",
|
|
257
|
+
"editor.record.onlineResourceError.closeMessage": "Understood",
|
|
258
|
+
"editor.record.onlineResourceError.title": "Error adding resource",
|
|
248
259
|
"editor.record.placeKeywordWithoutLabel": "Unnamed location",
|
|
249
260
|
"editor.record.publish": "Publish this record",
|
|
250
261
|
"editor.record.publishError.body": "The record could not be published:",
|
|
@@ -365,7 +376,7 @@
|
|
|
365
376
|
"record.metadata.api.form.reset": "Reset",
|
|
366
377
|
"record.metadata.api.form.title": "Generate a custom URL",
|
|
367
378
|
"record.metadata.api.form.type": "Output format",
|
|
368
|
-
"record.metadata.author": "
|
|
379
|
+
"record.metadata.author": "Edited by",
|
|
369
380
|
"record.metadata.catalog": "Catalog",
|
|
370
381
|
"record.metadata.contact": "Contact",
|
|
371
382
|
"record.metadata.creation": "Date of creation",
|
|
@@ -404,6 +415,8 @@
|
|
|
404
415
|
"record.metadata.related": "Related records",
|
|
405
416
|
"record.metadata.sheet": "Original metadata",
|
|
406
417
|
"record.metadata.status": "Status",
|
|
418
|
+
"record.metadata.status.notPublished": "Not published",
|
|
419
|
+
"record.metadata.status.published": "Published",
|
|
407
420
|
"record.metadata.technical": "Technical information",
|
|
408
421
|
"record.metadata.temporalExtent": "Temporal extent",
|
|
409
422
|
"record.metadata.temporalExtent.fromDateToDate": "From { start } to { end }",
|
|
@@ -414,7 +427,7 @@
|
|
|
414
427
|
"record.metadata.type": "Geographical dataset",
|
|
415
428
|
"record.metadata.uniqueId": "Unique Identifier",
|
|
416
429
|
"record.metadata.updateFrequency": "Data Update Frequency",
|
|
417
|
-
"record.metadata.updatedOn": "
|
|
430
|
+
"record.metadata.updatedOn": "Updated on",
|
|
418
431
|
"record.metadata.usage": "License and Conditions",
|
|
419
432
|
"record.metadata.userFeedbacks": "Questions / Answers",
|
|
420
433
|
"record.metadata.userFeedbacks.anonymousUser": "In order to leave a comment, please log in.",
|
|
@@ -204,6 +204,14 @@
|
|
|
204
204
|
"editor.record.form.field.contactsForResource.noContact": "",
|
|
205
205
|
"editor.record.form.field.keywords": "",
|
|
206
206
|
"editor.record.form.field.license": "",
|
|
207
|
+
"editor.record.form.field.onlineLinkResources": "",
|
|
208
|
+
"editor.record.form.field.onlineResource.cancel": "",
|
|
209
|
+
"editor.record.form.field.onlineResource.confirm": "",
|
|
210
|
+
"editor.record.form.field.onlineResource.dialogTitle": "",
|
|
211
|
+
"editor.record.form.field.onlineResource.edit.description": "",
|
|
212
|
+
"editor.record.form.field.onlineResource.edit.title": "",
|
|
213
|
+
"editor.record.form.field.onlineResource.fileSize": "",
|
|
214
|
+
"editor.record.form.field.onlineResource.modify": "",
|
|
207
215
|
"editor.record.form.field.overviews": "",
|
|
208
216
|
"editor.record.form.field.recordUpdated": "",
|
|
209
217
|
"editor.record.form.field.resourceUpdated": "",
|
|
@@ -245,6 +253,9 @@
|
|
|
245
253
|
"editor.record.loadError.body": "",
|
|
246
254
|
"editor.record.loadError.closeMessage": "",
|
|
247
255
|
"editor.record.loadError.title": "",
|
|
256
|
+
"editor.record.onlineResourceError.body": "",
|
|
257
|
+
"editor.record.onlineResourceError.closeMessage": "",
|
|
258
|
+
"editor.record.onlineResourceError.title": "",
|
|
248
259
|
"editor.record.placeKeywordWithoutLabel": "",
|
|
249
260
|
"editor.record.publish": "",
|
|
250
261
|
"editor.record.publishError.body": "",
|
|
@@ -404,6 +415,8 @@
|
|
|
404
415
|
"record.metadata.related": "",
|
|
405
416
|
"record.metadata.sheet": "",
|
|
406
417
|
"record.metadata.status": "",
|
|
418
|
+
"record.metadata.status.notPublished": "",
|
|
419
|
+
"record.metadata.status.published": "",
|
|
407
420
|
"record.metadata.technical": "",
|
|
408
421
|
"record.metadata.temporalExtent": "",
|
|
409
422
|
"record.metadata.temporalExtent.fromDateToDate": "",
|
|
@@ -204,6 +204,14 @@
|
|
|
204
204
|
"editor.record.form.field.contactsForResource.noContact": "Veuillez renseigner au moins un point de contact responsable de la donnée.",
|
|
205
205
|
"editor.record.form.field.keywords": "Mots-clés",
|
|
206
206
|
"editor.record.form.field.license": "Licence",
|
|
207
|
+
"editor.record.form.field.onlineLinkResources": "Annexes",
|
|
208
|
+
"editor.record.form.field.onlineResource.cancel": "Annuler",
|
|
209
|
+
"editor.record.form.field.onlineResource.confirm": "Valider",
|
|
210
|
+
"editor.record.form.field.onlineResource.dialogTitle": "Modifier l'aperçu de la ressource",
|
|
211
|
+
"editor.record.form.field.onlineResource.edit.description": "Description",
|
|
212
|
+
"editor.record.form.field.onlineResource.edit.title": "Titre",
|
|
213
|
+
"editor.record.form.field.onlineResource.fileSize": "{sizeMB} Mo",
|
|
214
|
+
"editor.record.form.field.onlineResource.modify": "Modifier",
|
|
207
215
|
"editor.record.form.field.overviews": "Aperçus",
|
|
208
216
|
"editor.record.form.field.recordUpdated": "Date de dernière révision",
|
|
209
217
|
"editor.record.form.field.resourceUpdated": "Date de dernière révision",
|
|
@@ -245,6 +253,9 @@
|
|
|
245
253
|
"editor.record.loadError.body": "La fiche n'a pas pu être chargée :",
|
|
246
254
|
"editor.record.loadError.closeMessage": "Compris",
|
|
247
255
|
"editor.record.loadError.title": "Erreur lors du chargement",
|
|
256
|
+
"editor.record.onlineResourceError.body": "Une erreur est survenue lors de l'ajout de la resource:",
|
|
257
|
+
"editor.record.onlineResourceError.closeMessage": "Compris",
|
|
258
|
+
"editor.record.onlineResourceError.title": "Erreur lors de l'ajout d'une ressource",
|
|
248
259
|
"editor.record.placeKeywordWithoutLabel": "Localisation sans nom",
|
|
249
260
|
"editor.record.publish": "Publier cette fiche",
|
|
250
261
|
"editor.record.publishError.body": "La fiche n'a pas pu être publiée :",
|
|
@@ -283,7 +294,7 @@
|
|
|
283
294
|
"input.file.orInputUrl": "ou",
|
|
284
295
|
"input.file.selectFileLabel": "Sélectionnez un fichier ({sizeMB} Mo max.)",
|
|
285
296
|
"input.file.uploadProgressCancel": "Annuler",
|
|
286
|
-
"input.file.uploadProgressLabel": "Chargement en cours
|
|
297
|
+
"input.file.uploadProgressLabel": "Chargement en cours...",
|
|
287
298
|
"input.image.altTextPlaceholder": "Texte alternatif de l'image",
|
|
288
299
|
"input.image.delete": "Supprimer",
|
|
289
300
|
"input.image.displayAltTextInput": "Texte alternatif",
|
|
@@ -365,7 +376,7 @@
|
|
|
365
376
|
"record.metadata.api.form.reset": "Réinitialiser",
|
|
366
377
|
"record.metadata.api.form.title": "Générer une URL personnalisée",
|
|
367
378
|
"record.metadata.api.form.type": "Format en sortie",
|
|
368
|
-
"record.metadata.author": "
|
|
379
|
+
"record.metadata.author": "Modifié par",
|
|
369
380
|
"record.metadata.catalog": "Catalogue",
|
|
370
381
|
"record.metadata.contact": "Contact",
|
|
371
382
|
"record.metadata.creation": "Date de création",
|
|
@@ -404,6 +415,8 @@
|
|
|
404
415
|
"record.metadata.related": "Voir aussi",
|
|
405
416
|
"record.metadata.sheet": "Fiche de métadonnées d'origine",
|
|
406
417
|
"record.metadata.status": "Statut",
|
|
418
|
+
"record.metadata.status.notPublished": "Non publié",
|
|
419
|
+
"record.metadata.status.published": "Publié",
|
|
407
420
|
"record.metadata.technical": "Informations techniques",
|
|
408
421
|
"record.metadata.temporalExtent": "Etendue temporelle",
|
|
409
422
|
"record.metadata.temporalExtent.fromDateToDate": "Du { start } au { end }",
|
|
@@ -414,7 +427,7 @@
|
|
|
414
427
|
"record.metadata.type": "Donnée géographique",
|
|
415
428
|
"record.metadata.uniqueId": "Identificateur de ressource unique",
|
|
416
429
|
"record.metadata.updateFrequency": "Fréquence de mise à jour des données",
|
|
417
|
-
"record.metadata.updatedOn": "
|
|
430
|
+
"record.metadata.updatedOn": "Modifié le",
|
|
418
431
|
"record.metadata.usage": "Licences et conditions d'utilisation",
|
|
419
432
|
"record.metadata.userFeedbacks": "Questions / Réponses",
|
|
420
433
|
"record.metadata.userFeedbacks.anonymousUser": "Pour rédiger un commentaire, veuillez vous identifier.",
|
|
@@ -204,6 +204,14 @@
|
|
|
204
204
|
"editor.record.form.field.contactsForResource.noContact": "",
|
|
205
205
|
"editor.record.form.field.keywords": "",
|
|
206
206
|
"editor.record.form.field.license": "Licenza",
|
|
207
|
+
"editor.record.form.field.onlineLinkResources": "",
|
|
208
|
+
"editor.record.form.field.onlineResource.cancel": "",
|
|
209
|
+
"editor.record.form.field.onlineResource.confirm": "",
|
|
210
|
+
"editor.record.form.field.onlineResource.dialogTitle": "",
|
|
211
|
+
"editor.record.form.field.onlineResource.edit.description": "",
|
|
212
|
+
"editor.record.form.field.onlineResource.edit.title": "",
|
|
213
|
+
"editor.record.form.field.onlineResource.fileSize": "",
|
|
214
|
+
"editor.record.form.field.onlineResource.modify": "",
|
|
207
215
|
"editor.record.form.field.overviews": "",
|
|
208
216
|
"editor.record.form.field.recordUpdated": "",
|
|
209
217
|
"editor.record.form.field.resourceUpdated": "",
|
|
@@ -245,6 +253,9 @@
|
|
|
245
253
|
"editor.record.loadError.body": "",
|
|
246
254
|
"editor.record.loadError.closeMessage": "",
|
|
247
255
|
"editor.record.loadError.title": "",
|
|
256
|
+
"editor.record.onlineResourceError.body": "",
|
|
257
|
+
"editor.record.onlineResourceError.closeMessage": "",
|
|
258
|
+
"editor.record.onlineResourceError.title": "",
|
|
248
259
|
"editor.record.placeKeywordWithoutLabel": "",
|
|
249
260
|
"editor.record.publish": "",
|
|
250
261
|
"editor.record.publishError.body": "",
|
|
@@ -365,7 +376,7 @@
|
|
|
365
376
|
"record.metadata.api.form.reset": "Reset",
|
|
366
377
|
"record.metadata.api.form.title": "Genera un URL personalizzata",
|
|
367
378
|
"record.metadata.api.form.type": "Formato in uscita",
|
|
368
|
-
"record.metadata.author": "
|
|
379
|
+
"record.metadata.author": "Modificato da",
|
|
369
380
|
"record.metadata.catalog": "Catalogo",
|
|
370
381
|
"record.metadata.contact": "Contatto",
|
|
371
382
|
"record.metadata.creation": "Data di creazione",
|
|
@@ -404,6 +415,8 @@
|
|
|
404
415
|
"record.metadata.related": "Vedi anche",
|
|
405
416
|
"record.metadata.sheet": "Origine del metadata",
|
|
406
417
|
"record.metadata.status": "Stato",
|
|
418
|
+
"record.metadata.status.notPublished": "",
|
|
419
|
+
"record.metadata.status.published": "",
|
|
407
420
|
"record.metadata.technical": "Informazioni tecniche",
|
|
408
421
|
"record.metadata.temporalExtent": "Periodo di tempo",
|
|
409
422
|
"record.metadata.temporalExtent.fromDateToDate": "Da {start} a {end}",
|
|
@@ -414,7 +427,7 @@
|
|
|
414
427
|
"record.metadata.type": "Dati geografici",
|
|
415
428
|
"record.metadata.uniqueId": "Identificatore unico di risorsa",
|
|
416
429
|
"record.metadata.updateFrequency": "Frequenza di aggiornamento dei dati",
|
|
417
|
-
"record.metadata.updatedOn": "
|
|
430
|
+
"record.metadata.updatedOn": "Modificato il",
|
|
418
431
|
"record.metadata.usage": "Licenze e limiti di utilizzo",
|
|
419
432
|
"record.metadata.userFeedbacks": "",
|
|
420
433
|
"record.metadata.userFeedbacks.anonymousUser": "",
|
|
@@ -204,6 +204,14 @@
|
|
|
204
204
|
"editor.record.form.field.contactsForResource.noContact": "",
|
|
205
205
|
"editor.record.form.field.keywords": "",
|
|
206
206
|
"editor.record.form.field.license": "",
|
|
207
|
+
"editor.record.form.field.onlineLinkResources": "",
|
|
208
|
+
"editor.record.form.field.onlineResource.cancel": "",
|
|
209
|
+
"editor.record.form.field.onlineResource.confirm": "",
|
|
210
|
+
"editor.record.form.field.onlineResource.dialogTitle": "",
|
|
211
|
+
"editor.record.form.field.onlineResource.edit.description": "",
|
|
212
|
+
"editor.record.form.field.onlineResource.edit.title": "",
|
|
213
|
+
"editor.record.form.field.onlineResource.fileSize": "",
|
|
214
|
+
"editor.record.form.field.onlineResource.modify": "",
|
|
207
215
|
"editor.record.form.field.overviews": "",
|
|
208
216
|
"editor.record.form.field.recordUpdated": "",
|
|
209
217
|
"editor.record.form.field.resourceUpdated": "",
|
|
@@ -245,6 +253,9 @@
|
|
|
245
253
|
"editor.record.loadError.body": "",
|
|
246
254
|
"editor.record.loadError.closeMessage": "",
|
|
247
255
|
"editor.record.loadError.title": "",
|
|
256
|
+
"editor.record.onlineResourceError.body": "",
|
|
257
|
+
"editor.record.onlineResourceError.closeMessage": "",
|
|
258
|
+
"editor.record.onlineResourceError.title": "",
|
|
248
259
|
"editor.record.placeKeywordWithoutLabel": "",
|
|
249
260
|
"editor.record.publish": "",
|
|
250
261
|
"editor.record.publishError.body": "",
|
|
@@ -404,6 +415,8 @@
|
|
|
404
415
|
"record.metadata.related": "",
|
|
405
416
|
"record.metadata.sheet": "",
|
|
406
417
|
"record.metadata.status": "",
|
|
418
|
+
"record.metadata.status.notPublished": "",
|
|
419
|
+
"record.metadata.status.published": "",
|
|
407
420
|
"record.metadata.technical": "",
|
|
408
421
|
"record.metadata.temporalExtent": "",
|
|
409
422
|
"record.metadata.temporalExtent.fromDateToDate": "",
|
|
@@ -204,6 +204,14 @@
|
|
|
204
204
|
"editor.record.form.field.contactsForResource.noContact": "",
|
|
205
205
|
"editor.record.form.field.keywords": "",
|
|
206
206
|
"editor.record.form.field.license": "",
|
|
207
|
+
"editor.record.form.field.onlineLinkResources": "",
|
|
208
|
+
"editor.record.form.field.onlineResource.cancel": "",
|
|
209
|
+
"editor.record.form.field.onlineResource.confirm": "",
|
|
210
|
+
"editor.record.form.field.onlineResource.dialogTitle": "",
|
|
211
|
+
"editor.record.form.field.onlineResource.edit.description": "",
|
|
212
|
+
"editor.record.form.field.onlineResource.edit.title": "",
|
|
213
|
+
"editor.record.form.field.onlineResource.fileSize": "",
|
|
214
|
+
"editor.record.form.field.onlineResource.modify": "",
|
|
207
215
|
"editor.record.form.field.overviews": "",
|
|
208
216
|
"editor.record.form.field.recordUpdated": "",
|
|
209
217
|
"editor.record.form.field.resourceUpdated": "",
|
|
@@ -245,6 +253,9 @@
|
|
|
245
253
|
"editor.record.loadError.body": "",
|
|
246
254
|
"editor.record.loadError.closeMessage": "",
|
|
247
255
|
"editor.record.loadError.title": "",
|
|
256
|
+
"editor.record.onlineResourceError.body": "",
|
|
257
|
+
"editor.record.onlineResourceError.closeMessage": "",
|
|
258
|
+
"editor.record.onlineResourceError.title": "",
|
|
248
259
|
"editor.record.placeKeywordWithoutLabel": "",
|
|
249
260
|
"editor.record.publish": "",
|
|
250
261
|
"editor.record.publishError.body": "",
|
|
@@ -404,6 +415,8 @@
|
|
|
404
415
|
"record.metadata.related": "",
|
|
405
416
|
"record.metadata.sheet": "",
|
|
406
417
|
"record.metadata.status": "",
|
|
418
|
+
"record.metadata.status.notPublished": "",
|
|
419
|
+
"record.metadata.status.published": "",
|
|
407
420
|
"record.metadata.technical": "",
|
|
408
421
|
"record.metadata.temporalExtent": "",
|
|
409
422
|
"record.metadata.temporalExtent.fromDateToDate": "",
|