geonetwork-ui 2.4.2-dev.ff0aab388 → 2.4.3
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/iso19139/read-parts.mjs +2 -3
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +4 -1
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +31 -16
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +2 -2
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
- package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +18 -16
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +20 -20
- package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +12 -17
- package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +3 -4
- package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +31 -40
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +8 -9
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +5 -25
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +5 -4
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.mjs +11 -11
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +10 -2
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +6 -3
- package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +3 -3
- package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +6 -7
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +6 -3
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +46 -1
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +3 -2
- package/esm2022/libs/ui/dataviz/src/index.mjs +3 -3
- package/esm2022/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.mjs +51 -0
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +133 -0
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.data.source.mjs +24 -0
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.mjs +82 -0
- package/esm2022/libs/ui/elements/src/index.mjs +2 -1
- package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +78 -0
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +18 -10
- package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +2 -1
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +10 -4
- package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +7 -2
- package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +3 -1
- package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +15 -13
- package/esm2022/libs/util/data-fetcher/src/index.mjs +3 -1
- package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +5 -1
- package/esm2022/libs/util/data-fetcher/src/lib/headers.mjs +3 -2
- package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +8 -3
- package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +97 -0
- package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +3 -3
- package/esm2022/libs/util/shared/src/lib/services/date.service.mjs +41 -0
- package/esm2022/libs/util/shared/src/lib/services/index.mjs +2 -1
- package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +4 -4
- package/esm2022/translations/de.json +20 -5
- package/esm2022/translations/en.json +29 -14
- package/esm2022/translations/es.json +20 -5
- package/esm2022/translations/fr.json +30 -15
- package/esm2022/translations/it.json +39 -26
- package/esm2022/translations/nl.json +20 -5
- package/esm2022/translations/pt.json +20 -5
- package/fesm2022/geonetwork-ui.mjs +1105 -556
- package/fesm2022/geonetwork-ui.mjs.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/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +2 -1
- 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.map +1 -1
- package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts +7 -9
- package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts.map +1 -1
- 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 -6
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +0 -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/online-service-resource-input/online-service-resource-input.component.d.ts +7 -14
- 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-online-link-resources/form-field-online-link-resources.component.d.ts +2 -2
- 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 +1 -6
- 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-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.d.ts +3 -3
- package/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +2 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/feature-record.module.d.ts +2 -2
- package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +2 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.d.ts +10 -0
- 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 +2 -2
- package/libs/ui/dataviz/src/index.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts +14 -0
- package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts.map +1 -0
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +45 -0
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +1 -0
- package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts +12 -0
- package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts.map +1 -0
- package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts +10 -0
- package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts.map +1 -0
- package/libs/ui/elements/src/index.d.ts +1 -0
- package/libs/ui/elements/src/index.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts +16 -0
- package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +5 -0
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.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/ui-elements.module.d.ts +2 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +3 -2
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/index.d.ts +3 -1
- package/libs/util/data-fetcher/src/index.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +3 -2
- package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/headers.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/model.d.ts +2 -2
- package/libs/util/data-fetcher/src/lib/model.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +21 -0
- package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +1 -0
- package/libs/util/shared/src/lib/services/date.service.d.ts +13 -0
- package/libs/util/shared/src/lib/services/date.service.d.ts.map +1 -0
- package/libs/util/shared/src/lib/services/index.d.ts +1 -0
- package/libs/util/shared/src/lib/services/index.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +2 -1
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +1 -2
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +3 -0
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +33 -16
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +1 -5
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +1 -1
- package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.html +3 -3
- package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.ts +17 -15
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +25 -25
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +4 -3
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +9 -18
- package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.html +1 -1
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +1 -1
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +4 -1
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +0 -4
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +8 -8
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +32 -45
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +1 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +3 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.html +1 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.html +0 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +6 -6
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +24 -17
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +2 -27
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +1 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +2 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +1 -1
- package/src/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.ts +3 -4
- package/src/libs/feature/editor/src/lib/fields.config.ts +9 -1
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +2 -1
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +1 -0
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +1 -1
- package/src/libs/feature/record/src/lib/feature-record.module.ts +6 -4
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +1 -0
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +1 -0
- package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +2 -0
- package/src/libs/feature/search/src/lib/utils/service/fields.ts +55 -0
- package/src/libs/ui/dataviz/src/index.ts +2 -2
- package/src/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.ts +52 -0
- package/src/libs/ui/dataviz/src/lib/{table/table.component.css → data-table/data-table.component.css} +4 -0
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +67 -0
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +173 -0
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.data.source.ts +33 -0
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.ts +84 -0
- package/src/libs/ui/elements/src/index.ts +1 -0
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.css +0 -0
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +25 -0
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.ts +70 -0
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +3 -3
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +12 -2
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +2 -0
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +3 -0
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +6 -0
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +3 -0
- package/src/libs/ui/search/src/lib/results-table/results-table.component.html +1 -1
- package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +4 -2
- package/src/libs/util/data-fetcher/src/index.ts +3 -0
- package/src/libs/util/data-fetcher/src/lib/data-fetcher.ts +9 -1
- package/src/libs/util/data-fetcher/src/lib/headers.ts +4 -3
- package/src/libs/util/data-fetcher/src/lib/model.ts +7 -2
- package/src/libs/util/data-fetcher/src/lib/readers/wfs.ts +134 -0
- package/src/libs/util/data-fetcher/src/lib/utils.ts +2 -2
- package/src/libs/util/shared/src/lib/services/date.service.ts +45 -0
- package/src/libs/util/shared/src/lib/services/index.ts +1 -0
- package/src/libs/util/shared/src/lib/utils/temporal-extent-union.ts +6 -3
- package/translations/de.json +20 -5
- package/translations/en.json +29 -14
- package/translations/es.json +20 -5
- package/translations/fr.json +30 -15
- package/translations/it.json +39 -26
- package/translations/nl.json +20 -5
- package/translations/pt.json +20 -5
- package/translations/sk.json +21 -6
- package/esm2022/libs/ui/dataviz/src/lib/table/table.component.mjs +0 -61
- package/esm2022/libs/ui/dataviz/src/lib/table/table.fixtures.mjs +0 -40
- package/libs/ui/dataviz/src/lib/table/table.component.d.ts +0 -29
- package/libs/ui/dataviz/src/lib/table/table.component.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts +0 -11
- package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts.map +0 -1
- package/src/libs/ui/dataviz/src/lib/table/table.component.html +0 -40
- package/src/libs/ui/dataviz/src/lib/table/table.component.ts +0 -80
- package/src/libs/ui/dataviz/src/lib/table/table.fixtures.ts +0 -40
package/translations/de.json
CHANGED
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
"dashboard.createRecord": "Neuer Eintrag",
|
|
26
26
|
"dashboard.importRecord": "",
|
|
27
27
|
"dashboard.importRecord.importExternal": "",
|
|
28
|
-
"dashboard.importRecord.
|
|
28
|
+
"dashboard.importRecord.importExternal.subtitle": "",
|
|
29
|
+
"dashboard.importRecord.importExternal.title": "",
|
|
29
30
|
"dashboard.labels.catalog": "Katalog",
|
|
30
31
|
"dashboard.labels.mySpace": "Mein Bereich",
|
|
31
32
|
"dashboard.records.all": "Metadatenkatalog",
|
|
@@ -194,8 +195,7 @@
|
|
|
194
195
|
"downloads.format.unknown": "unbekannt",
|
|
195
196
|
"downloads.wfs.featuretype.not.found": "Der Layer wurde nicht gefunden",
|
|
196
197
|
"dropFile": "Datei ablegen",
|
|
197
|
-
"editor.
|
|
198
|
-
"editor.form.placeKeywordWithoutExtent": "",
|
|
198
|
+
"editor.new.record.title": "",
|
|
199
199
|
"editor.record.delete.confirmation.cancelText": "Stornieren",
|
|
200
200
|
"editor.record.delete.confirmation.confirmText": "Löschen",
|
|
201
201
|
"editor.record.delete.confirmation.message": "Sind Sie sicher, dass Sie diesen Datensatz löschen möchten?",
|
|
@@ -228,7 +228,9 @@
|
|
|
228
228
|
"editor.record.form.field.abstract": "Kurzbeschreibung",
|
|
229
229
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
230
230
|
"editor.record.form.field.contacts.noContact": "",
|
|
231
|
+
"editor.record.form.field.contacts.placeholder": "",
|
|
231
232
|
"editor.record.form.field.contactsForResource.noContact": "",
|
|
233
|
+
"editor.record.form.field.contactsForResource.placeholder": "",
|
|
232
234
|
"editor.record.form.field.keywords": "Schlagwörter",
|
|
233
235
|
"editor.record.form.field.legalConstraints": "Rechtliche Einschränkung",
|
|
234
236
|
"editor.record.form.field.license": "Lizenz",
|
|
@@ -237,12 +239,12 @@
|
|
|
237
239
|
"editor.record.form.field.onlineResource.confirm": "",
|
|
238
240
|
"editor.record.form.field.onlineResource.dialogTitle": "",
|
|
239
241
|
"editor.record.form.field.onlineResource.edit.description": "",
|
|
240
|
-
"editor.record.form.field.onlineResource.edit.protocol": "",
|
|
241
242
|
"editor.record.form.field.onlineResource.edit.identifier.error": "Schichten konnten nicht vom Protokoll abgerufen werden",
|
|
242
243
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder": "Ebenenname",
|
|
243
244
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder.wps": "Prozessname",
|
|
244
245
|
"editor.record.form.field.onlineResource.edit.identifier.select.label": "Wählen Sie eine Ebene",
|
|
245
246
|
"editor.record.form.field.onlineResource.edit.identifier.submit": "Link zum Dienst",
|
|
247
|
+
"editor.record.form.field.onlineResource.edit.protocol": "",
|
|
246
248
|
"editor.record.form.field.onlineResource.edit.title": "",
|
|
247
249
|
"editor.record.form.field.onlineResource.fileSize": "",
|
|
248
250
|
"editor.record.form.field.onlineResource.modify": "",
|
|
@@ -262,6 +264,9 @@
|
|
|
262
264
|
"editor.record.form.field.title.placeholder": "Geben Sie einen Titel ein",
|
|
263
265
|
"editor.record.form.field.uniqueIdentifier": "Eindeutige Kennung (ID)",
|
|
264
266
|
"editor.record.form.field.updateFrequency": "Aktualisierungshäufigkeit",
|
|
267
|
+
"editor.record.form.keywords.place.placeholder": "",
|
|
268
|
+
"editor.record.form.keywords.place.withoutExtent": "",
|
|
269
|
+
"editor.record.form.keywords.placeholder": "",
|
|
265
270
|
"editor.record.form.license.cc-by": "",
|
|
266
271
|
"editor.record.form.license.cc-by-sa": "",
|
|
267
272
|
"editor.record.form.license.cc-zero": "",
|
|
@@ -273,7 +278,7 @@
|
|
|
273
278
|
"editor.record.form.license.unknown": "",
|
|
274
279
|
"editor.record.form.page.accessAndContact": "",
|
|
275
280
|
"editor.record.form.page.description": "",
|
|
276
|
-
"editor.record.form.page.
|
|
281
|
+
"editor.record.form.page.resources": "",
|
|
277
282
|
"editor.record.form.section.about.description": "",
|
|
278
283
|
"editor.record.form.section.about.label": "",
|
|
279
284
|
"editor.record.form.section.annexes.description": "",
|
|
@@ -450,6 +455,8 @@
|
|
|
450
455
|
"record.metadata.api.form.productTooltip": "",
|
|
451
456
|
"record.metadata.api.form.reset": "Zurücksetzen",
|
|
452
457
|
"record.metadata.api.form.resetTooltip": "",
|
|
458
|
+
"record.metadata.api.form.title": "Benutzerdefinierte URL generieren",
|
|
459
|
+
"record.metadata.api.form.title.gpf": "",
|
|
453
460
|
"record.metadata.api.form.type": "Ausgabeformat",
|
|
454
461
|
"record.metadata.api.form.zoneTitle": "",
|
|
455
462
|
"record.metadata.api.form.zoneTooltip": "",
|
|
@@ -518,6 +525,7 @@
|
|
|
518
525
|
"record.tab.chart": "Diagramm",
|
|
519
526
|
"record.tab.data": "Tabelle",
|
|
520
527
|
"record.tab.map": "Karte",
|
|
528
|
+
"record.was.created.time": "erstellte diesen Datensatz {time}",
|
|
521
529
|
"records": "Datensätze",
|
|
522
530
|
"results.layout.selectOne": "Layout auswählen",
|
|
523
531
|
"results.records.hits.displayedOn": "{displayed, plural, =0{Kein Datensatz.} one{1 Datensatz} other{{displayed} Datensätze }} {hits, plural, other{angezeigt von {hits} insgesamt.}}",
|
|
@@ -581,6 +589,12 @@
|
|
|
581
589
|
"share.tab.webComponent": "Integrieren",
|
|
582
590
|
"table.loading.data": "Daten werden geladen...",
|
|
583
591
|
"table.object.count": "Objekte in diesem Datensatz",
|
|
592
|
+
"table.paginator.firstPage": "Erste Seite",
|
|
593
|
+
"table.paginator.itemsPerPage": "Elemente pro Seite",
|
|
594
|
+
"table.paginator.lastPage": "Letzte Seite",
|
|
595
|
+
"table.paginator.nextPage": "Nächste Seite",
|
|
596
|
+
"table.paginator.previousPage": "Vorherige Seite",
|
|
597
|
+
"table.paginator.rangeLabel": "{startIndex} - {endIndex} von {length}",
|
|
584
598
|
"table.select.data": "Datenquelle",
|
|
585
599
|
"tooltip.html.copy": "HTML kopieren",
|
|
586
600
|
"tooltip.id.copy": "Eindeutige Kennung kopieren",
|
|
@@ -588,6 +602,7 @@
|
|
|
588
602
|
"tooltip.url.open": "URL öffnen",
|
|
589
603
|
"ui.readLess": "Weniger lesen",
|
|
590
604
|
"ui.readMore": "Weiterlesen",
|
|
605
|
+
"wfs.aggregations.notsupported": "",
|
|
591
606
|
"wfs.feature.limit": "Zu viele Features, um den WFS-Layer anzuzeigen!",
|
|
592
607
|
"wfs.featuretype.notfound": "Kein passender Feature-Typ wurde im Dienst gefunden",
|
|
593
608
|
"wfs.geojsongml.notsupported": "Dieser Dienst unterstützt das GeoJSON- oder GML-Format nicht",
|
package/translations/en.json
CHANGED
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
"dashboard.createRecord": "New dataset",
|
|
26
26
|
"dashboard.importRecord": "Import",
|
|
27
27
|
"dashboard.importRecord.importExternal": "Import an external file",
|
|
28
|
-
"dashboard.importRecord.
|
|
28
|
+
"dashboard.importRecord.importExternal.subtitle": "(link to an XML file)",
|
|
29
|
+
"dashboard.importRecord.importExternal.title": "External file URL",
|
|
29
30
|
"dashboard.labels.catalog": "Catalog",
|
|
30
31
|
"dashboard.labels.mySpace": "My space",
|
|
31
32
|
"dashboard.records.all": "Datasets",
|
|
@@ -194,8 +195,7 @@
|
|
|
194
195
|
"downloads.format.unknown": "Unknown",
|
|
195
196
|
"downloads.wfs.featuretype.not.found": "The layer was not found",
|
|
196
197
|
"dropFile": "Drop file",
|
|
197
|
-
"editor.
|
|
198
|
-
"editor.form.placeKeywordWithoutExtent": "This keyword is not associated with any geographical extent",
|
|
198
|
+
"editor.new.record.title": "My dataset",
|
|
199
199
|
"editor.record.delete.confirmation.cancelText": "Cancel",
|
|
200
200
|
"editor.record.delete.confirmation.confirmText": "Delete",
|
|
201
201
|
"editor.record.delete.confirmation.message": "Are you sure you want to delete this dataset?",
|
|
@@ -220,15 +220,17 @@
|
|
|
220
220
|
"editor.record.form.constraint.header.securityConstraints": "Applicable security conditions",
|
|
221
221
|
"editor.record.form.constraint.legalConstraints": "Legal constraints",
|
|
222
222
|
"editor.record.form.constraint.markdown.placeholder": "Your text here",
|
|
223
|
-
"editor.record.form.constraint.not.applicable": "No conditions apply
|
|
224
|
-
"editor.record.form.constraint.not.known": "The conditions are unknown
|
|
223
|
+
"editor.record.form.constraint.not.applicable": "No conditions apply",
|
|
224
|
+
"editor.record.form.constraint.not.known": "The conditions are unknown",
|
|
225
225
|
"editor.record.form.constraint.otherConstraints": "Other constraints",
|
|
226
226
|
"editor.record.form.constraint.securityConstraints": "Security constraints",
|
|
227
227
|
"editor.record.form.draft.updateAlert": "Since you created this draft, the dataset has been updated on { date } by { user }. Publishing your draft might erase their edits. To avoid this, you need to either cancel your changes or knowingly publish your own version.",
|
|
228
228
|
"editor.record.form.field.abstract": "Abstract",
|
|
229
229
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
230
230
|
"editor.record.form.field.contacts.noContact": "Please provide at least one point of contact.",
|
|
231
|
+
"editor.record.form.field.contacts.placeholder": "Choose a contact",
|
|
231
232
|
"editor.record.form.field.contactsForResource.noContact": "Please provide at least one point of contact responsible for the data.",
|
|
233
|
+
"editor.record.form.field.contactsForResource.placeholder": "Choose a contact",
|
|
232
234
|
"editor.record.form.field.keywords": "Keywords",
|
|
233
235
|
"editor.record.form.field.legalConstraints": "Legal constraint",
|
|
234
236
|
"editor.record.form.field.license": "License",
|
|
@@ -237,12 +239,12 @@
|
|
|
237
239
|
"editor.record.form.field.onlineResource.confirm": "Confirm",
|
|
238
240
|
"editor.record.form.field.onlineResource.dialogTitle": "Modify the dataset preview",
|
|
239
241
|
"editor.record.form.field.onlineResource.edit.description": "Description",
|
|
240
|
-
"editor.record.form.field.onlineResource.edit.protocol": "Protocol",
|
|
241
242
|
"editor.record.form.field.onlineResource.edit.identifier.error": "Unable to retrieve layers from protocol",
|
|
242
243
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder": "Layer name",
|
|
243
244
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder.wps": "Process name",
|
|
244
245
|
"editor.record.form.field.onlineResource.edit.identifier.select.label": "Select a layer",
|
|
245
246
|
"editor.record.form.field.onlineResource.edit.identifier.submit": "Link to the service",
|
|
247
|
+
"editor.record.form.field.onlineResource.edit.protocol": "Protocol",
|
|
246
248
|
"editor.record.form.field.onlineResource.edit.title": "Title",
|
|
247
249
|
"editor.record.form.field.onlineResource.fileSize": "{sizeMB}MB",
|
|
248
250
|
"editor.record.form.field.onlineResource.modify": "Modify",
|
|
@@ -250,7 +252,7 @@
|
|
|
250
252
|
"editor.record.form.field.onlineResource.toggle.service": "Link to a service",
|
|
251
253
|
"editor.record.form.field.onlineResources": "Distribution",
|
|
252
254
|
"editor.record.form.field.otherConstraints": "Other constraint",
|
|
253
|
-
"editor.record.form.field.overviews": "
|
|
255
|
+
"editor.record.form.field.overviews": "Overview",
|
|
254
256
|
"editor.record.form.field.recordUpdated": "Record updated",
|
|
255
257
|
"editor.record.form.field.resourceCreated": "Dataset created",
|
|
256
258
|
"editor.record.form.field.resourceIdentifier": "Identifier",
|
|
@@ -262,6 +264,9 @@
|
|
|
262
264
|
"editor.record.form.field.title.placeholder": "Enter a title",
|
|
263
265
|
"editor.record.form.field.uniqueIdentifier": "Unique identifier",
|
|
264
266
|
"editor.record.form.field.updateFrequency": "Update frequency",
|
|
267
|
+
"editor.record.form.keywords.place.placeholder": "Search for place keywords",
|
|
268
|
+
"editor.record.form.keywords.place.withoutExtent": "This keyword is not associated with any geographical extent",
|
|
269
|
+
"editor.record.form.keywords.placeholder": "Select a keyword",
|
|
265
270
|
"editor.record.form.license.cc-by": "Creative Commons CC-BY",
|
|
266
271
|
"editor.record.form.license.cc-by-sa": "Creative Commons CC-BY-SA",
|
|
267
272
|
"editor.record.form.license.cc-zero": "Creative Commons CC-0",
|
|
@@ -273,26 +278,26 @@
|
|
|
273
278
|
"editor.record.form.license.unknown": "Unknown or absent",
|
|
274
279
|
"editor.record.form.page.accessAndContact": "Information for use",
|
|
275
280
|
"editor.record.form.page.description": "Dataset description",
|
|
276
|
-
"editor.record.form.page.
|
|
277
|
-
"editor.record.form.section.about.description": "This section describes the dataset
|
|
281
|
+
"editor.record.form.page.resources": "Resources",
|
|
282
|
+
"editor.record.form.section.about.description": "This section describes the dataset",
|
|
278
283
|
"editor.record.form.section.about.label": "About the dataset",
|
|
279
284
|
"editor.record.form.section.annexes.description": "Annexes are optional resources. They are attached to the dataset, and help understand the data (manual, etc.).",
|
|
280
285
|
"editor.record.form.section.annexes.label": "Annexes",
|
|
281
|
-
"editor.record.form.section.associatedResources.description": "Point out where the data can be found
|
|
286
|
+
"editor.record.form.section.associatedResources.description": "Point out where the data can be found",
|
|
282
287
|
"editor.record.form.section.associatedResources.label": "Associated resources",
|
|
283
|
-
"editor.record.form.section.classification.description": "Appropriate keywords help users find the dataset
|
|
288
|
+
"editor.record.form.section.classification.description": "Appropriate keywords help users find the dataset",
|
|
284
289
|
"editor.record.form.section.classification.label": "Keywords",
|
|
285
|
-
"editor.record.form.section.dataManagers.description": "The data managers are responsible for the data
|
|
290
|
+
"editor.record.form.section.dataManagers.description": "The data managers are responsible for the data",
|
|
286
291
|
"editor.record.form.section.dataManagers.label": "Data managers",
|
|
287
292
|
"editor.record.form.section.geographicalCoverage.label": "Geographical coverage",
|
|
288
|
-
"editor.record.form.section.metadataPointOfContact.description": "This information concerns the metadata
|
|
293
|
+
"editor.record.form.section.metadataPointOfContact.description": "This information concerns the metadata",
|
|
289
294
|
"editor.record.form.section.metadataPointOfContact.label": "Metadata point of contact",
|
|
290
295
|
"editor.record.form.section.useAndAccessConditions.label": "Use and access conditions",
|
|
291
296
|
"editor.record.form.temporalExtents.addDate": "Time instant",
|
|
292
297
|
"editor.record.form.temporalExtents.addRange": "Time period",
|
|
293
298
|
"editor.record.form.temporalExtents.date": "Date",
|
|
294
299
|
"editor.record.form.temporalExtents.range": "Date range",
|
|
295
|
-
"editor.record.form.updateFrequency.planned": "This dataset is updated regularly
|
|
300
|
+
"editor.record.form.updateFrequency.planned": "This dataset is updated regularly",
|
|
296
301
|
"editor.record.importFromExternalFile.failure.body": "Failure",
|
|
297
302
|
"editor.record.importFromExternalFile.failure.title": "The dataset import failed: ",
|
|
298
303
|
"editor.record.importFromExternalFile.success.body": "Import successful",
|
|
@@ -450,6 +455,8 @@
|
|
|
450
455
|
"record.metadata.api.form.productTooltip": "",
|
|
451
456
|
"record.metadata.api.form.reset": "Reset",
|
|
452
457
|
"record.metadata.api.form.resetTooltip": "Reset all filters",
|
|
458
|
+
"record.metadata.api.form.title": "Generate a custom URL",
|
|
459
|
+
"record.metadata.api.form.title.gpf": "Download data",
|
|
453
460
|
"record.metadata.api.form.type": "Output format",
|
|
454
461
|
"record.metadata.api.form.zoneTitle": "Zone",
|
|
455
462
|
"record.metadata.api.form.zoneTooltip": "Dropdown for selecting a geographic zone",
|
|
@@ -518,6 +525,7 @@
|
|
|
518
525
|
"record.tab.chart": "Chart",
|
|
519
526
|
"record.tab.data": "Table",
|
|
520
527
|
"record.tab.map": "Map",
|
|
528
|
+
"record.was.created.time": "created this dataset {time}",
|
|
521
529
|
"records": "datasets",
|
|
522
530
|
"results.layout.selectOne": "Results layout",
|
|
523
531
|
"results.records.hits.displayedOn": "{displayed, plural, =0{No dataset.} one{1 } other{{displayed} }} {hits, plural, other{displayed on {hits} total.}}",
|
|
@@ -581,6 +589,12 @@
|
|
|
581
589
|
"share.tab.webComponent": "Integrate",
|
|
582
590
|
"table.loading.data": "Loading data...",
|
|
583
591
|
"table.object.count": "Objects in this dataset",
|
|
592
|
+
"table.paginator.firstPage": "First page",
|
|
593
|
+
"table.paginator.itemsPerPage": "Items per page",
|
|
594
|
+
"table.paginator.lastPage": "Last page",
|
|
595
|
+
"table.paginator.nextPage": "Next page",
|
|
596
|
+
"table.paginator.previousPage": "Previous page",
|
|
597
|
+
"table.paginator.rangeLabel": "{startIndex} - {endIndex} of {length}",
|
|
584
598
|
"table.select.data": "Data source",
|
|
585
599
|
"tooltip.html.copy": "Copy HTML",
|
|
586
600
|
"tooltip.id.copy": "Copy unique identifier",
|
|
@@ -588,6 +602,7 @@
|
|
|
588
602
|
"tooltip.url.open": "Open URL",
|
|
589
603
|
"ui.readLess": "Read less",
|
|
590
604
|
"ui.readMore": "Read more",
|
|
605
|
+
"wfs.aggregations.notsupported": "Aggregations are currently not supported for WFS services",
|
|
591
606
|
"wfs.feature.limit": "Too many features to display the WFS layer!",
|
|
592
607
|
"wfs.featuretype.notfound": "No matching feature type was found in the service",
|
|
593
608
|
"wfs.geojsongml.notsupported": "This service does not support the GeoJSON or GML format",
|
package/translations/es.json
CHANGED
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
"dashboard.createRecord": "",
|
|
26
26
|
"dashboard.importRecord": "",
|
|
27
27
|
"dashboard.importRecord.importExternal": "",
|
|
28
|
-
"dashboard.importRecord.
|
|
28
|
+
"dashboard.importRecord.importExternal.subtitle": "",
|
|
29
|
+
"dashboard.importRecord.importExternal.title": "",
|
|
29
30
|
"dashboard.labels.catalog": "Catálogo",
|
|
30
31
|
"dashboard.labels.mySpace": "Mi espacio",
|
|
31
32
|
"dashboard.records.all": "Catálogo",
|
|
@@ -194,8 +195,7 @@
|
|
|
194
195
|
"downloads.format.unknown": "",
|
|
195
196
|
"downloads.wfs.featuretype.not.found": "",
|
|
196
197
|
"dropFile": "",
|
|
197
|
-
"editor.
|
|
198
|
-
"editor.form.placeKeywordWithoutExtent": "",
|
|
198
|
+
"editor.new.record.title": "",
|
|
199
199
|
"editor.record.delete.confirmation.cancelText": "",
|
|
200
200
|
"editor.record.delete.confirmation.confirmText": "",
|
|
201
201
|
"editor.record.delete.confirmation.message": "",
|
|
@@ -228,7 +228,9 @@
|
|
|
228
228
|
"editor.record.form.field.abstract": "",
|
|
229
229
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
230
230
|
"editor.record.form.field.contacts.noContact": "",
|
|
231
|
+
"editor.record.form.field.contacts.placeholder": "",
|
|
231
232
|
"editor.record.form.field.contactsForResource.noContact": "",
|
|
233
|
+
"editor.record.form.field.contactsForResource.placeholder": "",
|
|
232
234
|
"editor.record.form.field.keywords": "",
|
|
233
235
|
"editor.record.form.field.legalConstraints": "",
|
|
234
236
|
"editor.record.form.field.license": "",
|
|
@@ -237,12 +239,12 @@
|
|
|
237
239
|
"editor.record.form.field.onlineResource.confirm": "",
|
|
238
240
|
"editor.record.form.field.onlineResource.dialogTitle": "",
|
|
239
241
|
"editor.record.form.field.onlineResource.edit.description": "",
|
|
240
|
-
"editor.record.form.field.onlineResource.edit.protocol": "",
|
|
241
242
|
"editor.record.form.field.onlineResource.edit.identifier.error": "No se pueden recuperar las capas del protocolo",
|
|
242
243
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder": "Nombre de la capa",
|
|
243
244
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder.wps": "Nombre del proceso",
|
|
244
245
|
"editor.record.form.field.onlineResource.edit.identifier.select.label": "Selecciona una capa",
|
|
245
246
|
"editor.record.form.field.onlineResource.edit.identifier.submit": "Enlace al servicio",
|
|
247
|
+
"editor.record.form.field.onlineResource.edit.protocol": "",
|
|
246
248
|
"editor.record.form.field.onlineResource.edit.title": "",
|
|
247
249
|
"editor.record.form.field.onlineResource.fileSize": "",
|
|
248
250
|
"editor.record.form.field.onlineResource.modify": "",
|
|
@@ -262,6 +264,9 @@
|
|
|
262
264
|
"editor.record.form.field.title.placeholder": "Introduzca un título",
|
|
263
265
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
264
266
|
"editor.record.form.field.updateFrequency": "",
|
|
267
|
+
"editor.record.form.keywords.place.placeholder": "",
|
|
268
|
+
"editor.record.form.keywords.place.withoutExtent": "",
|
|
269
|
+
"editor.record.form.keywords.placeholder": "",
|
|
265
270
|
"editor.record.form.license.cc-by": "",
|
|
266
271
|
"editor.record.form.license.cc-by-sa": "",
|
|
267
272
|
"editor.record.form.license.cc-zero": "",
|
|
@@ -273,7 +278,7 @@
|
|
|
273
278
|
"editor.record.form.license.unknown": "",
|
|
274
279
|
"editor.record.form.page.accessAndContact": "",
|
|
275
280
|
"editor.record.form.page.description": "",
|
|
276
|
-
"editor.record.form.page.
|
|
281
|
+
"editor.record.form.page.resources": "",
|
|
277
282
|
"editor.record.form.section.about.description": "",
|
|
278
283
|
"editor.record.form.section.about.label": "",
|
|
279
284
|
"editor.record.form.section.annexes.description": "",
|
|
@@ -450,6 +455,8 @@
|
|
|
450
455
|
"record.metadata.api.form.productTooltip": "",
|
|
451
456
|
"record.metadata.api.form.reset": "",
|
|
452
457
|
"record.metadata.api.form.resetTooltip": "",
|
|
458
|
+
"record.metadata.api.form.title": "",
|
|
459
|
+
"record.metadata.api.form.title.gpf": "",
|
|
453
460
|
"record.metadata.api.form.type": "",
|
|
454
461
|
"record.metadata.api.form.zoneTitle": "",
|
|
455
462
|
"record.metadata.api.form.zoneTooltip": "",
|
|
@@ -518,6 +525,7 @@
|
|
|
518
525
|
"record.tab.chart": "",
|
|
519
526
|
"record.tab.data": "",
|
|
520
527
|
"record.tab.map": "",
|
|
528
|
+
"record.was.created.time": "",
|
|
521
529
|
"records": "",
|
|
522
530
|
"results.layout.selectOne": "",
|
|
523
531
|
"results.records.hits.displayedOn": "",
|
|
@@ -581,6 +589,12 @@
|
|
|
581
589
|
"share.tab.webComponent": "",
|
|
582
590
|
"table.loading.data": "",
|
|
583
591
|
"table.object.count": "",
|
|
592
|
+
"table.paginator.firstPage": "Primera página",
|
|
593
|
+
"table.paginator.itemsPerPage": "Elementos por página",
|
|
594
|
+
"table.paginator.lastPage": "Última página",
|
|
595
|
+
"table.paginator.nextPage": "Página siguiente",
|
|
596
|
+
"table.paginator.previousPage": "Página anterior",
|
|
597
|
+
"table.paginator.rangeLabel": "{startIndex} - {endIndex} de {length}",
|
|
584
598
|
"table.select.data": "",
|
|
585
599
|
"tooltip.html.copy": "",
|
|
586
600
|
"tooltip.id.copy": "",
|
|
@@ -588,6 +602,7 @@
|
|
|
588
602
|
"tooltip.url.open": "",
|
|
589
603
|
"ui.readLess": "",
|
|
590
604
|
"ui.readMore": "",
|
|
605
|
+
"wfs.aggregations.notsupported": "",
|
|
591
606
|
"wfs.feature.limit": "",
|
|
592
607
|
"wfs.featuretype.notfound": "",
|
|
593
608
|
"wfs.geojsongml.notsupported": "",
|
package/translations/fr.json
CHANGED
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
"dashboard.createRecord": "Nouveau jeu de données",
|
|
26
26
|
"dashboard.importRecord": "Importer",
|
|
27
27
|
"dashboard.importRecord.importExternal": "Importer un jeu de données externe",
|
|
28
|
-
"dashboard.importRecord.
|
|
28
|
+
"dashboard.importRecord.importExternal.subtitle": "(lien vers un fichier XML)",
|
|
29
|
+
"dashboard.importRecord.importExternal.title": "URL du jeu de données externe",
|
|
29
30
|
"dashboard.labels.catalog": "Catalogue",
|
|
30
31
|
"dashboard.labels.mySpace": "Mon espace",
|
|
31
32
|
"dashboard.records.all": "Jeux de données",
|
|
@@ -194,8 +195,7 @@
|
|
|
194
195
|
"downloads.format.unknown": "inconnu",
|
|
195
196
|
"downloads.wfs.featuretype.not.found": "La couche n'a pas été trouvée",
|
|
196
197
|
"dropFile": "Faites glisser votre fichier",
|
|
197
|
-
"editor.
|
|
198
|
-
"editor.form.placeKeywordWithoutExtent": "Ce mot-clé n'a pas de localisation géographique associée",
|
|
198
|
+
"editor.new.record.title": "Mon jeu de données",
|
|
199
199
|
"editor.record.delete.confirmation.cancelText": "Annuler",
|
|
200
200
|
"editor.record.delete.confirmation.confirmText": "Supprimer",
|
|
201
201
|
"editor.record.delete.confirmation.message": "Êtes-vous sûr de vouloir supprimer ce jeu de données ?",
|
|
@@ -220,15 +220,17 @@
|
|
|
220
220
|
"editor.record.form.constraint.header.securityConstraints": "Conditions applicables de type sécurité",
|
|
221
221
|
"editor.record.form.constraint.legalConstraints": "Contraintes légales",
|
|
222
222
|
"editor.record.form.constraint.markdown.placeholder": "Votre texte ici",
|
|
223
|
-
"editor.record.form.constraint.not.applicable": "Aucune condition ne s’applique
|
|
224
|
-
"editor.record.form.constraint.not.known": "Les conditions sont inconnues
|
|
223
|
+
"editor.record.form.constraint.not.applicable": "Aucune condition ne s’applique",
|
|
224
|
+
"editor.record.form.constraint.not.known": "Les conditions sont inconnues",
|
|
225
225
|
"editor.record.form.constraint.otherConstraints": "Autres contraintes",
|
|
226
226
|
"editor.record.form.constraint.securityConstraints": "Contraintes de sécurité",
|
|
227
227
|
"editor.record.form.draft.updateAlert": "Depuis la création de ce brouillon, ce jeu de données a été modifié le { date } par { user }. Publier votre version peut supprimer ses modifications. Pour éviter cela, vous pouvez annuler vos changements, ou publier votre version en connaissance de cause.",
|
|
228
228
|
"editor.record.form.field.abstract": "Résumé",
|
|
229
229
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
230
230
|
"editor.record.form.field.contacts.noContact": "Veuillez renseigner au moins un point de contact.",
|
|
231
|
+
"editor.record.form.field.contacts.placeholder": "Choisissez un contact",
|
|
231
232
|
"editor.record.form.field.contactsForResource.noContact": "Veuillez renseigner au moins un point de contact responsable de la donnée.",
|
|
233
|
+
"editor.record.form.field.contactsForResource.placeholder": "Choisissez un contact",
|
|
232
234
|
"editor.record.form.field.keywords": "Mots-clés",
|
|
233
235
|
"editor.record.form.field.legalConstraints": "Contrainte légale",
|
|
234
236
|
"editor.record.form.field.license": "Licence",
|
|
@@ -237,12 +239,12 @@
|
|
|
237
239
|
"editor.record.form.field.onlineResource.confirm": "Valider",
|
|
238
240
|
"editor.record.form.field.onlineResource.dialogTitle": "Modifier l'aperçu du jeu de données",
|
|
239
241
|
"editor.record.form.field.onlineResource.edit.description": "Description",
|
|
240
|
-
"editor.record.form.field.onlineResource.edit.protocol": "Protocole",
|
|
241
242
|
"editor.record.form.field.onlineResource.edit.identifier.error": "Impossible de récupérer les couches depuis le protocole",
|
|
242
243
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder": "Nom de la couche",
|
|
243
244
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder.wps": "Nom du processus",
|
|
244
245
|
"editor.record.form.field.onlineResource.edit.identifier.select.label": "Sélectionner une couche",
|
|
245
246
|
"editor.record.form.field.onlineResource.edit.identifier.submit": "Lier le service",
|
|
247
|
+
"editor.record.form.field.onlineResource.edit.protocol": "Protocole",
|
|
246
248
|
"editor.record.form.field.onlineResource.edit.title": "Titre",
|
|
247
249
|
"editor.record.form.field.onlineResource.fileSize": "{sizeMB} Mo",
|
|
248
250
|
"editor.record.form.field.onlineResource.modify": "Modifier",
|
|
@@ -250,7 +252,7 @@
|
|
|
250
252
|
"editor.record.form.field.onlineResource.toggle.service": "Lier un service",
|
|
251
253
|
"editor.record.form.field.onlineResources": "Distribution",
|
|
252
254
|
"editor.record.form.field.otherConstraints": "Contrainte générale",
|
|
253
|
-
"editor.record.form.field.overviews": "
|
|
255
|
+
"editor.record.form.field.overviews": "Aperçu",
|
|
254
256
|
"editor.record.form.field.recordUpdated": "Date de mise à jour",
|
|
255
257
|
"editor.record.form.field.resourceCreated": "Date de création",
|
|
256
258
|
"editor.record.form.field.resourceIdentifier": "Identifiant",
|
|
@@ -262,6 +264,9 @@
|
|
|
262
264
|
"editor.record.form.field.title.placeholder": "Saisir un titre",
|
|
263
265
|
"editor.record.form.field.uniqueIdentifier": "Identifiant unique",
|
|
264
266
|
"editor.record.form.field.updateFrequency": "Fréquence de mise à jour",
|
|
267
|
+
"editor.record.form.keywords.place.placeholder": "Rechercher une localisation par mot-clé",
|
|
268
|
+
"editor.record.form.keywords.place.withoutExtent": "Ce mot-clé n'a pas de localisation géographique associée",
|
|
269
|
+
"editor.record.form.keywords.placeholder": "Sélectionnez un mot-clé",
|
|
265
270
|
"editor.record.form.license.cc-by": "",
|
|
266
271
|
"editor.record.form.license.cc-by-sa": "",
|
|
267
272
|
"editor.record.form.license.cc-zero": "",
|
|
@@ -270,29 +275,29 @@
|
|
|
270
275
|
"editor.record.form.license.odbl": "",
|
|
271
276
|
"editor.record.form.license.odc-by": "",
|
|
272
277
|
"editor.record.form.license.pddl": "",
|
|
273
|
-
"editor.record.form.license.unknown": "",
|
|
278
|
+
"editor.record.form.license.unknown": "Inconnue ou absente",
|
|
274
279
|
"editor.record.form.page.accessAndContact": "Informations pour l'utilisation",
|
|
275
280
|
"editor.record.form.page.description": "Description du jeu de données",
|
|
276
|
-
"editor.record.form.page.
|
|
277
|
-
"editor.record.form.section.about.description": "Ces informations concernent le jeu de données
|
|
281
|
+
"editor.record.form.page.resources": "Ressources",
|
|
282
|
+
"editor.record.form.section.about.description": "Ces informations concernent le jeu de données",
|
|
278
283
|
"editor.record.form.section.about.label": "À propos du jeu de données",
|
|
279
284
|
"editor.record.form.section.annexes.description": "Les annexes sont des ressources optionnelles. Elles sont attachées au jeu de données, et aident à mieux comprendre la donnée (notice, etc.).",
|
|
280
285
|
"editor.record.form.section.annexes.label": "Annexes",
|
|
281
|
-
"editor.record.form.section.associatedResources.description": "Indiquez où la donnée se trouve
|
|
286
|
+
"editor.record.form.section.associatedResources.description": "Indiquez où la donnée se trouve",
|
|
282
287
|
"editor.record.form.section.associatedResources.label": "Ressources associées",
|
|
283
|
-
"editor.record.form.section.classification.description": "Des mots-clés appropriés aident à trouver le jeu de données
|
|
288
|
+
"editor.record.form.section.classification.description": "Des mots-clés appropriés aident à trouver le jeu de données",
|
|
284
289
|
"editor.record.form.section.classification.label": "Mots-clés",
|
|
285
|
-
"editor.record.form.section.dataManagers.description": "Cette information concerne la donnée
|
|
290
|
+
"editor.record.form.section.dataManagers.description": "Cette information concerne la donnée",
|
|
286
291
|
"editor.record.form.section.dataManagers.label": "Responsables de la donnée",
|
|
287
292
|
"editor.record.form.section.geographicalCoverage.label": "Couverture géographique",
|
|
288
|
-
"editor.record.form.section.metadataPointOfContact.description": "Cette information concerne la métadonnée
|
|
293
|
+
"editor.record.form.section.metadataPointOfContact.description": "Cette information concerne la métadonnée",
|
|
289
294
|
"editor.record.form.section.metadataPointOfContact.label": "Point de contact de la métadonnée",
|
|
290
295
|
"editor.record.form.section.useAndAccessConditions.label": "Conditions d'accès et d'utilisation",
|
|
291
296
|
"editor.record.form.temporalExtents.addDate": "Date déterminée",
|
|
292
297
|
"editor.record.form.temporalExtents.addRange": "Période de temps",
|
|
293
298
|
"editor.record.form.temporalExtents.date": "Date concernée",
|
|
294
299
|
"editor.record.form.temporalExtents.range": "Période concernée",
|
|
295
|
-
"editor.record.form.updateFrequency.planned": "Ce jeu de données est mis à jour régulièrement
|
|
300
|
+
"editor.record.form.updateFrequency.planned": "Ce jeu de données est mis à jour régulièrement",
|
|
296
301
|
"editor.record.importFromExternalFile.failure.body": "Une erreur est survenue pendant l'import du jeu de données : ",
|
|
297
302
|
"editor.record.importFromExternalFile.failure.title": "Erreur",
|
|
298
303
|
"editor.record.importFromExternalFile.success.body": "L'import du jeu de données à été realisé avec succès.",
|
|
@@ -450,6 +455,8 @@
|
|
|
450
455
|
"record.metadata.api.form.productTooltip": "",
|
|
451
456
|
"record.metadata.api.form.reset": "Réinitialiser",
|
|
452
457
|
"record.metadata.api.form.resetTooltip": "Réinitialiser tous les filtres",
|
|
458
|
+
"record.metadata.api.form.title": "Générer une URL personnalisée",
|
|
459
|
+
"record.metadata.api.form.title.gpf": "Téléchargement de données",
|
|
453
460
|
"record.metadata.api.form.type": "Format en sortie",
|
|
454
461
|
"record.metadata.api.form.zoneTitle": "Zone",
|
|
455
462
|
"record.metadata.api.form.zoneTooltip": "Menu déroulant pour sélectionner une zone géographique",
|
|
@@ -518,6 +525,7 @@
|
|
|
518
525
|
"record.tab.chart": "Graphique",
|
|
519
526
|
"record.tab.data": "Tableau",
|
|
520
527
|
"record.tab.map": "Carte",
|
|
528
|
+
"record.was.created.time": "a créé ce jeu de données {time}",
|
|
521
529
|
"records": "Enregistrements",
|
|
522
530
|
"results.layout.selectOne": "Affichage des résultats",
|
|
523
531
|
"results.records.hits.displayedOn": "{displayed, plural, =0{Aucun jeu de données} one{1 affiché} other{{displayed} affichés}} {hits, plural, other{sur {hits} au total.}}",
|
|
@@ -581,6 +589,12 @@
|
|
|
581
589
|
"share.tab.webComponent": "Intégrer",
|
|
582
590
|
"table.loading.data": "Chargement des données...",
|
|
583
591
|
"table.object.count": "enregistrements dans ces données",
|
|
592
|
+
"table.paginator.firstPage": "Première page",
|
|
593
|
+
"table.paginator.itemsPerPage": "Éléments par page",
|
|
594
|
+
"table.paginator.lastPage": "Dernière page",
|
|
595
|
+
"table.paginator.nextPage": "Page suivante",
|
|
596
|
+
"table.paginator.previousPage": "Page précédente",
|
|
597
|
+
"table.paginator.rangeLabel": "{startIndex} - {endIndex} sur {length}",
|
|
584
598
|
"table.select.data": "Source de données",
|
|
585
599
|
"tooltip.html.copy": "Copier le HTML",
|
|
586
600
|
"tooltip.id.copy": "Copier l'identifiant unique",
|
|
@@ -588,6 +602,7 @@
|
|
|
588
602
|
"tooltip.url.open": "Ouvrir l'URL",
|
|
589
603
|
"ui.readLess": "Réduire",
|
|
590
604
|
"ui.readMore": "Lire la suite",
|
|
605
|
+
"wfs.aggregations.notsupported": "Agrégations non supportées pour les services WFS",
|
|
591
606
|
"wfs.feature.limit": "Trop d'objets pour afficher la couche WFS !",
|
|
592
607
|
"wfs.featuretype.notfound": "La classe d'objets n'a pas été trouvée dans le service",
|
|
593
608
|
"wfs.geojsongml.notsupported": "Le service ne supporte pas le format GeoJSON ou GML",
|