geonetwork-ui 2.10.0-dev.37a1e4c4d → 2.10.0-dev.394310529
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/fesm2022/geonetwork-ui.mjs +661 -340
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +60 -94
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +48 -7
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +3 -2
- package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +1 -0
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +5 -5
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +2 -0
- package/src/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.ts +2 -1
- package/src/libs/common/fixtures/src/lib/records.fixtures.ts +51 -0
- package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +4 -1
- package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +26 -19
- package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +5 -1
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +5 -5
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +2 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +1 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +12 -5
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +4 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +7 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +6 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +3 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +20 -16
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +9 -0
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +13 -4
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +41 -0
- package/src/libs/feature/editor/src/lib/expressions.ts +380 -8
- package/src/libs/feature/editor/src/lib/fields.config.ts +251 -290
- package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +2 -3
- package/src/libs/feature/editor/src/lib/services/editor.service.ts +8 -12
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +10 -5
- package/src/libs/ui/elements/src/lib/contact-details/contact-details.component.html +48 -56
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +17 -7
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +29 -1
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +4 -5
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +4 -0
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +3 -3
- package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +5 -5
- package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +9 -1
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +1 -1
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +3 -8
- package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +7 -7
- package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.ts +14 -1
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +12 -8
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +3 -1
- package/src/libs/ui/search/src/lib/results-table/results-table.component.html +1 -0
- package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +7 -1
- package/translations/de.json +32 -29
- package/translations/en.json +37 -34
- package/translations/es.json +6 -3
- package/translations/fr.json +32 -29
- package/translations/it.json +32 -29
- package/translations/nl.json +5 -2
- package/translations/pt.json +6 -3
- package/translations/sk.json +6 -3
package/translations/de.json
CHANGED
|
@@ -89,6 +89,10 @@
|
|
|
89
89
|
"domain.contact.role.stakeholder": "Beteiligter",
|
|
90
90
|
"domain.contact.role.unspecified": "Nicht angegeben",
|
|
91
91
|
"domain.contact.role.user": "Benutzer",
|
|
92
|
+
"domain.record.keywordType.other": "Stichworte",
|
|
93
|
+
"domain.record.keywordType.place": "Ort",
|
|
94
|
+
"domain.record.keywordType.temporal": "Zeitlich",
|
|
95
|
+
"domain.record.keywordType.theme": "Thema",
|
|
92
96
|
"domain.record.status.completed": "Abgeschlossen",
|
|
93
97
|
"domain.record.status.deprecated": "Veraltet",
|
|
94
98
|
"domain.record.status.ongoing": "Kontinuierliche Aktualisierung",
|
|
@@ -118,15 +122,15 @@
|
|
|
118
122
|
"downloads.format.unknown": "unbekannt",
|
|
119
123
|
"downloads.wfs.featuretype.not.found": "Der Layer wurde nicht gefunden",
|
|
120
124
|
"dropFile": "Datei ablegen",
|
|
121
|
-
"editor.new.record.title": "Mein Datensatz",
|
|
125
|
+
"editor.new.record.title": "Mein {recordKind, select, dataset{Datensatz} service{Dienst} reuse{Wiederverwendung} other{Datensatz}}",
|
|
122
126
|
"editor.record.delete.confirmation.cancelText": "Stornieren",
|
|
123
127
|
"editor.record.delete.confirmation.confirmText": "Löschen",
|
|
124
|
-
"editor.record.delete.confirmation.message": "Sind Sie sicher, dass Sie diesen Datensatz löschen möchten?",
|
|
125
|
-
"editor.record.delete.confirmation.title": "Datensatz löschen",
|
|
126
|
-
"editor.record.deleteError.body": "Der Datensatz konnte nicht gelöscht werden:",
|
|
128
|
+
"editor.record.delete.confirmation.message": "Sind Sie sicher, dass Sie {recordKind, select, dataset{diesen Datensatz} service{diesen Dienst} reuse{diese Wiederverwendung} other{diesen Datensatz}} löschen möchten?",
|
|
129
|
+
"editor.record.delete.confirmation.title": "{recordKind, select, dataset{Datensatz} service{Dienst} reuse{Wiederverwendung} other{Datensatz}} löschen?",
|
|
130
|
+
"editor.record.deleteError.body": "{recordKind, select, dataset{Der Datensatz} service{Der Dienst} reuse{Die Wiederverwendung} other{Der Datensatz}} konnte nicht gelöscht werden:",
|
|
127
131
|
"editor.record.deleteError.closeMessage": "Verstanden",
|
|
128
|
-
"editor.record.deleteError.title": "Fehler beim Löschen des Datensatzes",
|
|
129
|
-
"editor.record.deleteSuccess.body": "Der Datensatz wurde erfolgreich gelöscht.",
|
|
132
|
+
"editor.record.deleteError.title": "Fehler beim Löschen {recordKind, select, dataset{des Datensatzes} service{des Dienstes} reuse{der Wiederverwendung} other{des Datensatzes}}",
|
|
133
|
+
"editor.record.deleteSuccess.body": "{recordKind, select, dataset{Der Datensatz} service{Der Dienst} reuse{Die Wiederverwendung} other{Der Datensatz}} wurde erfolgreich gelöscht.",
|
|
130
134
|
"editor.record.deleteSuccess.title": "Erfolgreich gelöscht",
|
|
131
135
|
"editor.record.error.back": "Zurück zum Katalog",
|
|
132
136
|
"editor.record.error.explanation": "Möglicherweise haben Sie keinen Zugriff auf diese Datei,<br>oder dieser Link ist ungültig.",
|
|
@@ -147,7 +151,7 @@
|
|
|
147
151
|
"editor.record.form.constraint.not.known": "Die Bedingungen sind unbekannt.",
|
|
148
152
|
"editor.record.form.constraint.otherConstraints": "Sonstige Einschränkungen",
|
|
149
153
|
"editor.record.form.constraint.securityConstraints": "Sicherheitsauflagen",
|
|
150
|
-
"editor.record.form.draft.updateAlert": "Seit der Erstellung dieses Entwurfs wurde dieser Datensatz am { date } von { user } geändert. Durch das Veröffentlichen Ihrer Version können dessen Änderungen gelöscht werden. Um dies zu vermeiden, können Sie Ihre Änderungen rückgängig machen oder Ihre Version in voller Kenntnis der Sachlage veröffentlichen.",
|
|
154
|
+
"editor.record.form.draft.updateAlert": "Seit der Erstellung dieses Entwurfs wurde {recordKind, select, dataset{dieser Datensatz} service{dieser Dienst} reuse{diese Wiederverwendung} other{dieser Datensatz}} am { date } von { user } geändert. Durch das Veröffentlichen Ihrer Version können dessen Änderungen gelöscht werden. Um dies zu vermeiden, können Sie Ihre Änderungen rückgängig machen oder Ihre Version in voller Kenntnis der Sachlage veröffentlichen.",
|
|
151
155
|
"editor.record.form.field.abstract": "Kurzbeschreibung",
|
|
152
156
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
157
|
"editor.record.form.field.contactDetails.email": "",
|
|
@@ -221,22 +225,22 @@
|
|
|
221
225
|
"editor.record.form.multilingual.title": "Übersetzungen",
|
|
222
226
|
"editor.record.form.multilingual.validate": "Bestätigen",
|
|
223
227
|
"editor.record.form.page.accessAndContact": "Informationen zur Nutzung",
|
|
224
|
-
"editor.record.form.page.description": "Beschreibung des Datensatzes",
|
|
228
|
+
"editor.record.form.page.description": "Beschreibung {recordKind, select, dataset{des Datensatzes} service{des Dienstes} reuse{der Wiederverwendung} other{des Datensatzes}}",
|
|
225
229
|
"editor.record.form.page.resources": "Ressourcen",
|
|
226
|
-
"editor.record.form.section.about.description": "Diese Informationen beziehen sich auf den Datensatz.",
|
|
227
|
-
"editor.record.form.section.about.label": "Über den Datensatz",
|
|
228
|
-
"editor.record.form.section.annexes.description": "Anhänge sind optionale Ressourcen. Sie sind dem Datensatz beigefügt und helfen, die Daten besser zu verstehen (Anleitung usw.).",
|
|
230
|
+
"editor.record.form.section.about.description": "Diese Informationen beziehen sich auf {recordKind, select, dataset{den Datensatz} service{den Dienst} reuse{die Wiederverwendung} other{den Datensatz}}.",
|
|
231
|
+
"editor.record.form.section.about.label": "Über {recordKind, select, dataset{den Datensatz} service{den Dienst} reuse{die Wiederverwendung} other{den Datensatz}}",
|
|
232
|
+
"editor.record.form.section.annexes.description": "Anhänge sind optionale Ressourcen. Sie sind {recordKind, select, dataset{dem Datensatz} service{dem Dienst} reuse{der Wiederverwendung} other{dem Datensatz}} beigefügt und helfen, die Daten besser zu verstehen (Anleitung usw.).",
|
|
229
233
|
"editor.record.form.section.annexes.label": "Anhänge",
|
|
230
234
|
"editor.record.form.section.associatedResources.description": "Angeben, wo sich die Ressource befindet.",
|
|
231
235
|
"editor.record.form.section.associatedResources.label": "Verwandte Ressourcen",
|
|
232
|
-
"editor.record.form.section.classification.description": "Geeignete Stichwörter helfen beim Auffinden des Datensatzes.",
|
|
236
|
+
"editor.record.form.section.classification.description": "Geeignete Stichwörter helfen beim Auffinden {recordKind, select, dataset{des Datensatzes} service{des Dienstes} reuse{der Wiederverwendung} other{des Datensatzes}}.",
|
|
233
237
|
"editor.record.form.section.classification.label": "Stichwörter",
|
|
234
238
|
"editor.record.form.section.dataManagers.description": "Diese Information betrifft die Daten.",
|
|
235
239
|
"editor.record.form.section.dataManagers.label": "Verantwortliche für die Daten",
|
|
236
240
|
"editor.record.form.section.geographicalCoverage.label": "Geografische Ausdehnung",
|
|
237
241
|
"editor.record.form.section.metadataPointOfContact.description": "Diese Information betrifft die Metadaten.",
|
|
238
242
|
"editor.record.form.section.metadataPointOfContact.label": "Kontaktstelle für Metadaten",
|
|
239
|
-
"editor.record.form.section.topics.description": "Themen erleichtern die Zusammenfassung von Datensätzen.",
|
|
243
|
+
"editor.record.form.section.topics.description": "Themen erleichtern die Zusammenfassung von {recordKind, select, dataset{Datensätzen} service{Diensten} reuse{Wiederverwendungen} other{Datensätzen}}.",
|
|
240
244
|
"editor.record.form.section.topics.label": "Themen",
|
|
241
245
|
"editor.record.form.section.useAndAccessConditions.label": "Zugangs- und Nutzungsbedingungen",
|
|
242
246
|
"editor.record.form.temporalExtents.addDate": "Zeitpunkt",
|
|
@@ -253,6 +257,7 @@
|
|
|
253
257
|
"editor.record.form.topics.iso.geoscientificInformation": "Geowissenschaften",
|
|
254
258
|
"editor.record.form.topics.iso.health": "Gesundheitswesen",
|
|
255
259
|
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "Bilddaten/Basiskarten/Landbedeckung",
|
|
260
|
+
"editor.record.form.topics.iso.inlandWaters": "Binnengewässer",
|
|
256
261
|
"editor.record.form.topics.iso.intelligenceMilitary": "Aufklärung/Militär",
|
|
257
262
|
"editor.record.form.topics.iso.location": "Ortsangaben",
|
|
258
263
|
"editor.record.form.topics.iso.oceans": "Meere",
|
|
@@ -261,9 +266,8 @@
|
|
|
261
266
|
"editor.record.form.topics.iso.structure": "Bauwerke",
|
|
262
267
|
"editor.record.form.topics.iso.transportation": "Verkehrswesen",
|
|
263
268
|
"editor.record.form.topics.iso.utilitiesCommunication": "Ver- und Entsorgung/Nachrichtenwesen",
|
|
264
|
-
"editor.record.form.topics.iso.inlandWaters": "Binnengewässer",
|
|
265
269
|
"editor.record.form.topics.placeholder": "Ein oder mehrere Themen auswählen",
|
|
266
|
-
"editor.record.form.updateFrequency.planned": "
|
|
270
|
+
"editor.record.form.updateFrequency.planned": "{recordKind, select, dataset{Dieser Datensatz} service{Dieser Dienst} reuse{Diese Wiederverwendung} other{Dieser Datensatz}} wird regelmäßig aktualisiert.",
|
|
267
271
|
"editor.record.importFromExternalFile.failure.body": "Beim Importieren des Datensatzes ist ein Fehler aufgetreten:",
|
|
268
272
|
"editor.record.importFromExternalFile.failure.title": "Fehler",
|
|
269
273
|
"editor.record.importFromExternalFile.success.body": "Der Import des Datensatzes wurde erfolgreich durchgeführt.",
|
|
@@ -271,9 +275,8 @@
|
|
|
271
275
|
"editor.record.loadError.body": "Der Datensatz konnte nicht geladen werden:",
|
|
272
276
|
"editor.record.loadError.closeMessage": "Verstanden",
|
|
273
277
|
"editor.record.loadError.title": "Fehler beim Laden des Datensatzes",
|
|
274
|
-
"editor.record.lock.harvested": "Die gesammelten Datensätze sind nicht bearbeitbar.",
|
|
278
|
+
"editor.record.lock.harvested": "Die gesammelten {recordKind, select, dataset{Datensätze} service{Dienste} reuse{Wiederverwendungen} other{Datensätze}} sind nicht bearbeitbar.",
|
|
275
279
|
"editor.record.lock.owner": "Sie sind kein Herausgeber einer der zugelassenen Gruppen.",
|
|
276
|
-
"editor.record.lock.resourceType": "Datenblätter, die nicht vom Typ „Datensatz“ sind, können nicht bearbeitet werden.",
|
|
277
280
|
"editor.record.multilingual.confirmation.cancelText": "Die Sprache(n) beibehalten",
|
|
278
281
|
"editor.record.multilingual.confirmation.confirmText": "Sprache(n) löschen",
|
|
279
282
|
"editor.record.multilingual.confirmation.message": "Sie werden eine oder mehrere Sprachen löschen, wodurch alle damit verbundenen Übersetzungen gelöscht werden. Möchten Sie fortfahren?",
|
|
@@ -283,31 +286,31 @@
|
|
|
283
286
|
"editor.record.onlineResourceError.closeMessage": "Verstanden",
|
|
284
287
|
"editor.record.onlineResourceError.title": "Fehler beim Hinzufügen einer Ressource",
|
|
285
288
|
"editor.record.placeKeywordWithoutLabel": "Standort ohne Namen",
|
|
286
|
-
"editor.record.publish": "Diesen Datensatz veröffentlichen",
|
|
289
|
+
"editor.record.publish": "{recordKind, select, dataset{Diesen Datensatz} service{Diesen Dienst} reuse{Diese Wiederverwendung} other{Diesen Datensatz}} veröffentlichen",
|
|
287
290
|
"editor.record.publish.confirmation.cancelText": "Abbrechen",
|
|
288
291
|
"editor.record.publish.confirmation.confirmText": "Veröffentlichen",
|
|
289
|
-
"editor.record.publish.confirmation.message": "Seit der Erstellung Ihres Entwurfs wurde dieser Datensatz am { date } von { user } geändert. Durch das Veröffentlichen Ihrer Version könnten dessen Änderungen gelöscht werden. Möchten Sie fortfahren?",
|
|
290
|
-
"editor.record.publishError.body": "Der Datensatz konnte nicht veröffentlicht werden:",
|
|
292
|
+
"editor.record.publish.confirmation.message": "Seit der Erstellung Ihres Entwurfs wurde {recordKind, select, dataset{dieser Datensatz} service{dieser Dienst} reuse{diese Wiederverwendung} other{dieser Datensatz}} am { date } von { user } geändert. Durch das Veröffentlichen Ihrer Version könnten dessen Änderungen gelöscht werden. Möchten Sie fortfahren?",
|
|
293
|
+
"editor.record.publishError.body": "{recordKind, select, dataset{Der Datensatz} service{Der Dienst} reuse{Die Wiederverwendung} other{Der Datensatz}} konnte nicht veröffentlicht werden:",
|
|
291
294
|
"editor.record.publishError.closeMessage": "Verstanden",
|
|
292
|
-
"editor.record.publishError.title": "Fehler beim Veröffentlichen des Datensatzes",
|
|
293
|
-
"editor.record.publishSuccess.body": "Der Datensatz wurde erfolgreich veröffentlicht!",
|
|
295
|
+
"editor.record.publishError.title": "Fehler beim Veröffentlichen {recordKind, select, dataset{des Datensatzes} service{des Dienstes} reuse{der Wiederverwendung} other{des Datensatzes}}",
|
|
296
|
+
"editor.record.publishSuccess.body": "{recordKind, select, dataset{Der Datensatz} service{Der Dienst} reuse{Die Wiederverwendung} other{Der Datensatz}} wurde erfolgreich veröffentlicht!",
|
|
294
297
|
"editor.record.publishSuccess.title": "Veröffentlichung erfolgreich",
|
|
295
|
-
"editor.record.publishVersionError.body": "Der Datensatz kann nicht veröffentlicht werden, da eine inkompatible Version von GeoNetwork erkannt wurde. Bitte wenden Sie sich an einen Administrator der Plattform, um das Problem zu beheben
|
|
298
|
+
"editor.record.publishVersionError.body": "{recordKind, select, dataset{Der Datensatz} service{Der Dienst} reuse{Die Wiederverwendung} other{Der Datensatz}} kann nicht veröffentlicht werden, da eine inkompatible Version von GeoNetwork erkannt wurde. Bitte wenden Sie sich an einen Administrator der Plattform, um das Problem zu beheben.\nAktuelle Version: {currentVersion}\nMindestkompatible Version: 4.2.5",
|
|
296
299
|
"editor.record.publishVersionError.closeMessage": "Verstanden",
|
|
297
300
|
"editor.record.publishVersionError.title": "Ein kritischer Fehler ist aufgetreten",
|
|
298
|
-
"editor.record.resourceError.body": "Bei der Verwaltung der Anhänge ist ein Fehler aufgetreten:",
|
|
301
|
+
"editor.record.resourceError.body": "Bei der Verwaltung der Anhänge {recordKind, select, dataset{des Datensatzes} service{des Dienstes} reuse{der Wiederverwendung} other{des Datensatzes}} ist ein Fehler aufgetreten:",
|
|
299
302
|
"editor.record.resourceError.closeMessage": "Verstanden",
|
|
300
|
-
"editor.record.resourceError.title": "Fehler bei den Anhängen",
|
|
303
|
+
"editor.record.resourceError.title": "Fehler bei den Anhängen {recordKind, select, dataset{des Datensatzes} service{des Dienstes} reuse{der Wiederverwendung} other{des Datensatzes}}",
|
|
301
304
|
"editor.record.saveStatus.draftWithChangesPending": "Gespeichert - nicht publizierte Unterschiede",
|
|
302
305
|
"editor.record.saveStatus.recordNotPublished": "Gespeichert – nicht veröffentlicht",
|
|
303
306
|
"editor.record.saveStatus.recordUpToDate": "Gespeichert - auf dem neuesten Stand",
|
|
304
307
|
"editor.record.undo.confirmation.cancelText": "Änderungen speichern",
|
|
305
308
|
"editor.record.undo.confirmation.confirmText": "Änderungen zurücknehmen",
|
|
306
|
-
"editor.record.undo.confirmation.message": "Möchten Sie die Änderungen an diesem Datensatz wirklich rückgängig machen?",
|
|
309
|
+
"editor.record.undo.confirmation.message": "Möchten Sie die Änderungen an {recordKind, select, dataset{diesem Datensatz} service{diesem Dienst} reuse{dieser Wiederverwendung} other{diesem Datensatz}} wirklich rückgängig machen?",
|
|
307
310
|
"editor.record.undo.confirmation.title": "Änderungen rückgängig machen?",
|
|
308
|
-
"editor.record.undo.tooltip.disabled": "Es gibt keine laufenden Änderungen an diesem Datensatz.",
|
|
309
|
-
"editor.record.undo.tooltip.enabled": "Bitte klicken auf diese Schaltfläche, um die Änderungen an diesem Datensatz zu verwerfen.",
|
|
310
|
-
"editor.record.upToDate": "Dieser Datensatz ist auf dem neuesten Stand",
|
|
311
|
+
"editor.record.undo.tooltip.disabled": "Es gibt keine laufenden Änderungen an {recordKind, select, dataset{diesem Datensatz} service{diesem Dienst} reuse{dieser Wiederverwendung} other{diesem Datensatz}}.",
|
|
312
|
+
"editor.record.undo.tooltip.enabled": "Bitte klicken auf diese Schaltfläche, um die Änderungen an {recordKind, select, dataset{diesem Datensatz} service{diesem Dienst} reuse{dieser Wiederverwendung} other{diesem Datensatz}} zu verwerfen.",
|
|
313
|
+
"editor.record.upToDate": "{recordKind, select, dataset{Dieser Datensatz} service{Dieser Dienst} reuse{Diese Wiederverwendung} other{Dieser Datensatz}} ist auf dem neuesten Stand",
|
|
311
314
|
"editor.sidebar.logout": "Abmelden",
|
|
312
315
|
"editor.sidebar.menu.editor": "Herausgeber",
|
|
313
316
|
"editor.temporary.disabled": "Noch nicht implementiert",
|
package/translations/en.json
CHANGED
|
@@ -89,6 +89,10 @@
|
|
|
89
89
|
"domain.contact.role.stakeholder": "Stakeholder",
|
|
90
90
|
"domain.contact.role.unspecified": "Unspecified",
|
|
91
91
|
"domain.contact.role.user": "User",
|
|
92
|
+
"domain.record.keywordType.other": "Keywords",
|
|
93
|
+
"domain.record.keywordType.place": "Place",
|
|
94
|
+
"domain.record.keywordType.temporal": "Temporal",
|
|
95
|
+
"domain.record.keywordType.theme": "Theme",
|
|
92
96
|
"domain.record.status.completed": "Completed",
|
|
93
97
|
"domain.record.status.deprecated": "Deprecated",
|
|
94
98
|
"domain.record.status.ongoing": "Ongoing",
|
|
@@ -118,15 +122,15 @@
|
|
|
118
122
|
"downloads.format.unknown": "Unknown",
|
|
119
123
|
"downloads.wfs.featuretype.not.found": "The layer was not found",
|
|
120
124
|
"dropFile": "Drop file",
|
|
121
|
-
"editor.new.record.title": "My dataset",
|
|
125
|
+
"editor.new.record.title": "My {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
122
126
|
"editor.record.delete.confirmation.cancelText": "Cancel",
|
|
123
127
|
"editor.record.delete.confirmation.confirmText": "Delete",
|
|
124
|
-
"editor.record.delete.confirmation.message": "Are you sure you want to delete this dataset?",
|
|
125
|
-
"editor.record.delete.confirmation.title": "Delete dataset?",
|
|
126
|
-
"editor.record.deleteError.body": "The dataset could not be deleted:",
|
|
128
|
+
"editor.record.delete.confirmation.message": "Are you sure you want to delete this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}?",
|
|
129
|
+
"editor.record.delete.confirmation.title": "Delete {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}?",
|
|
130
|
+
"editor.record.deleteError.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} could not be deleted:",
|
|
127
131
|
"editor.record.deleteError.closeMessage": "Understood",
|
|
128
|
-
"editor.record.deleteError.title": "Error deleting dataset",
|
|
129
|
-
"editor.record.deleteSuccess.body": "The dataset was successfully deleted!",
|
|
132
|
+
"editor.record.deleteError.title": "Error deleting {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
133
|
+
"editor.record.deleteSuccess.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} was successfully deleted!",
|
|
130
134
|
"editor.record.deleteSuccess.title": "Delete success",
|
|
131
135
|
"editor.record.error.back": "Go back to the catalog",
|
|
132
136
|
"editor.record.error.explanation": "You might not have access to this record,<br> Or this link might not be valid.",
|
|
@@ -147,7 +151,7 @@
|
|
|
147
151
|
"editor.record.form.constraint.not.known": "The conditions are unknown",
|
|
148
152
|
"editor.record.form.constraint.otherConstraints": "Other constraints",
|
|
149
153
|
"editor.record.form.constraint.securityConstraints": "Security constraints",
|
|
150
|
-
"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.",
|
|
154
|
+
"editor.record.form.draft.updateAlert": "Since you created this draft, the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} 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.",
|
|
151
155
|
"editor.record.form.field.abstract": "Abstract",
|
|
152
156
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
157
|
"editor.record.form.field.contactDetails.email": "Contact email",
|
|
@@ -188,9 +192,9 @@
|
|
|
188
192
|
"editor.record.form.field.otherConstraints": "Other constraint",
|
|
189
193
|
"editor.record.form.field.overviews": "Overview",
|
|
190
194
|
"editor.record.form.field.recordUpdated": "Record updated",
|
|
191
|
-
"editor.record.form.field.resourceCreated": "Dataset created",
|
|
195
|
+
"editor.record.form.field.resourceCreated": "{recordKind, select, dataset{Dataset} service{Service} reuse{Reuse} other{Record}} created",
|
|
192
196
|
"editor.record.form.field.resourceIdentifier": "Identifier",
|
|
193
|
-
"editor.record.form.field.resourceUpdated": "Dataset updated",
|
|
197
|
+
"editor.record.form.field.resourceUpdated": "{recordKind, select, dataset{Dataset} service{Service} reuse{Reuse} other{Record}} updated",
|
|
194
198
|
"editor.record.form.field.securityConstraints": "Security constraints",
|
|
195
199
|
"editor.record.form.field.spatialExtents": "Spatial extents",
|
|
196
200
|
"editor.record.form.field.temporalExtents": "Temporal extents",
|
|
@@ -221,22 +225,22 @@
|
|
|
221
225
|
"editor.record.form.multilingual.title": "Translations",
|
|
222
226
|
"editor.record.form.multilingual.validate": "Validate",
|
|
223
227
|
"editor.record.form.page.accessAndContact": "Information for use",
|
|
224
|
-
"editor.record.form.page.description": "Dataset description",
|
|
228
|
+
"editor.record.form.page.description": "{recordKind, select, dataset{Dataset} service{Service} reuse{Reuse} other{Record}} description",
|
|
225
229
|
"editor.record.form.page.resources": "Resources",
|
|
226
|
-
"editor.record.form.section.about.description": "This section describes the dataset",
|
|
227
|
-
"editor.record.form.section.about.label": "About the dataset",
|
|
228
|
-
"editor.record.form.section.annexes.description": "Annexes are optional resources. They are attached to the dataset, and help understand the data (manual, etc.).",
|
|
230
|
+
"editor.record.form.section.about.description": "This section describes the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
231
|
+
"editor.record.form.section.about.label": "About the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
232
|
+
"editor.record.form.section.annexes.description": "Annexes are optional resources. They are attached to the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}, and help understand the data (manual, etc.).",
|
|
229
233
|
"editor.record.form.section.annexes.label": "Annexes",
|
|
230
234
|
"editor.record.form.section.associatedResources.description": "Point out where the data can be found",
|
|
231
235
|
"editor.record.form.section.associatedResources.label": "Associated resources",
|
|
232
|
-
"editor.record.form.section.classification.description": "Appropriate keywords help users find the dataset",
|
|
236
|
+
"editor.record.form.section.classification.description": "Appropriate keywords help users find the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
233
237
|
"editor.record.form.section.classification.label": "Keywords",
|
|
234
238
|
"editor.record.form.section.dataManagers.description": "The data managers are responsible for the data",
|
|
235
239
|
"editor.record.form.section.dataManagers.label": "Data managers",
|
|
236
240
|
"editor.record.form.section.geographicalCoverage.label": "Geographical coverage",
|
|
237
241
|
"editor.record.form.section.metadataPointOfContact.description": "This information concerns the metadata",
|
|
238
242
|
"editor.record.form.section.metadataPointOfContact.label": "Metadata point of contact",
|
|
239
|
-
"editor.record.form.section.topics.description": "Topics help to better group datasets",
|
|
243
|
+
"editor.record.form.section.topics.description": "Topics help to better group {recordKind, select, dataset{datasets} service{services} reuse{reuses} other{records}}",
|
|
240
244
|
"editor.record.form.section.topics.label": "Topics",
|
|
241
245
|
"editor.record.form.section.useAndAccessConditions.label": "Use and access conditions",
|
|
242
246
|
"editor.record.form.temporalExtents.addDate": "Time instant",
|
|
@@ -253,6 +257,7 @@
|
|
|
253
257
|
"editor.record.form.topics.iso.geoscientificInformation": "Geoscientific Information",
|
|
254
258
|
"editor.record.form.topics.iso.health": "Health",
|
|
255
259
|
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "Imagery / Base Maps / Earth Cover",
|
|
260
|
+
"editor.record.form.topics.iso.inlandWaters": "Inland Waters",
|
|
256
261
|
"editor.record.form.topics.iso.intelligenceMilitary": "Intelligence / Military",
|
|
257
262
|
"editor.record.form.topics.iso.location": "Location",
|
|
258
263
|
"editor.record.form.topics.iso.oceans": "Oceans",
|
|
@@ -261,19 +266,17 @@
|
|
|
261
266
|
"editor.record.form.topics.iso.structure": "Structure",
|
|
262
267
|
"editor.record.form.topics.iso.transportation": "Transportation",
|
|
263
268
|
"editor.record.form.topics.iso.utilitiesCommunication": "Utilities / Communication",
|
|
264
|
-
"editor.record.form.topics.iso.inlandWaters": "Inland Waters",
|
|
265
269
|
"editor.record.form.topics.placeholder": "Select one or several topics",
|
|
266
|
-
"editor.record.form.updateFrequency.planned": "This dataset is updated regularly",
|
|
270
|
+
"editor.record.form.updateFrequency.planned": "This {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} is updated regularly",
|
|
267
271
|
"editor.record.importFromExternalFile.failure.body": "Failure",
|
|
268
|
-
"editor.record.importFromExternalFile.failure.title": "The
|
|
272
|
+
"editor.record.importFromExternalFile.failure.title": "The import failed: ",
|
|
269
273
|
"editor.record.importFromExternalFile.success.body": "Import successful",
|
|
270
274
|
"editor.record.importFromExternalFile.success.title": "The dataset has been successfully imported.",
|
|
271
|
-
"editor.record.loadError.body": "The
|
|
275
|
+
"editor.record.loadError.body": "The record could not be loaded:",
|
|
272
276
|
"editor.record.loadError.closeMessage": "Understood",
|
|
273
|
-
"editor.record.loadError.title": "Error loading
|
|
274
|
-
"editor.record.lock.harvested": "Datasets harvested from an external catalog are not editable",
|
|
277
|
+
"editor.record.loadError.title": "Error loading record",
|
|
278
|
+
"editor.record.lock.harvested": "{recordKind, select, dataset{Datasets} service{Services} reuse{Reuses} other{Records}} harvested from an external catalog are not editable",
|
|
275
279
|
"editor.record.lock.owner": "You are not an editor of the allowed groups",
|
|
276
|
-
"editor.record.lock.resourceType": "Records of a type other than dataset are not editable",
|
|
277
280
|
"editor.record.multilingual.confirmation.cancelText": "Keep the language(s)",
|
|
278
281
|
"editor.record.multilingual.confirmation.confirmText": "Remove the language(s)",
|
|
279
282
|
"editor.record.multilingual.confirmation.message": "You are about to remove one or several languages, which will delete all of the related translations. Do you want to proceed?",
|
|
@@ -283,31 +286,31 @@
|
|
|
283
286
|
"editor.record.onlineResourceError.closeMessage": "Understood",
|
|
284
287
|
"editor.record.onlineResourceError.title": "Error adding resource",
|
|
285
288
|
"editor.record.placeKeywordWithoutLabel": "Unnamed location",
|
|
286
|
-
"editor.record.publish": "Publish this dataset",
|
|
289
|
+
"editor.record.publish": "Publish this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
287
290
|
"editor.record.publish.confirmation.cancelText": "Cancel",
|
|
288
291
|
"editor.record.publish.confirmation.confirmText": "Publish",
|
|
289
|
-
"editor.record.publish.confirmation.message": "Since you created this draft, the dataset has been updated on { date } by { user }. Publishing your draft might erase their edits. Do you wish to proceed?",
|
|
290
|
-
"editor.record.publishError.body": "The dataset could not be published:",
|
|
292
|
+
"editor.record.publish.confirmation.message": "Since you created this draft, the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} has been updated on { date } by { user }. Publishing your draft might erase their edits. Do you wish to proceed?",
|
|
293
|
+
"editor.record.publishError.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} could not be published:",
|
|
291
294
|
"editor.record.publishError.closeMessage": "Understood",
|
|
292
|
-
"editor.record.publishError.title": "Error publishing dataset",
|
|
293
|
-
"editor.record.publishSuccess.body": "The dataset was successfully published!",
|
|
295
|
+
"editor.record.publishError.title": "Error publishing {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
296
|
+
"editor.record.publishSuccess.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} was successfully published!",
|
|
294
297
|
"editor.record.publishSuccess.title": "Publish success",
|
|
295
|
-
"editor.record.publishVersionError.body": "The dataset cannot be published because an incompatible GeoNetwork version was detected. Please contact the administrator of the platform to solve this issue.\nCurrent version: {currentVersion}\nMinimum compatible version: 4.2.5",
|
|
298
|
+
"editor.record.publishVersionError.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} cannot be published because an incompatible GeoNetwork version was detected. Please contact the administrator of the platform to solve this issue.\nCurrent version: {currentVersion}\nMinimum compatible version: 4.2.5",
|
|
296
299
|
"editor.record.publishVersionError.closeMessage": "Understood",
|
|
297
300
|
"editor.record.publishVersionError.title": "A critical issue was encountered",
|
|
298
|
-
"editor.record.resourceError.body": "There was an issue with the dataset attachments:",
|
|
301
|
+
"editor.record.resourceError.body": "There was an issue with the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} attachments:",
|
|
299
302
|
"editor.record.resourceError.closeMessage": "Understood",
|
|
300
|
-
"editor.record.resourceError.title": "Error with the dataset attachments",
|
|
303
|
+
"editor.record.resourceError.title": "Error with the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} attachments",
|
|
301
304
|
"editor.record.saveStatus.draftWithChangesPending": "Saved - Unpublished differences",
|
|
302
305
|
"editor.record.saveStatus.recordNotPublished": "Saved - not published",
|
|
303
306
|
"editor.record.saveStatus.recordUpToDate": "Saved - Record up to date",
|
|
304
307
|
"editor.record.undo.confirmation.cancelText": "Keep the changes",
|
|
305
308
|
"editor.record.undo.confirmation.confirmText": "Discard the changes",
|
|
306
|
-
"editor.record.undo.confirmation.message": "Are you sure you want to cancel the pending changes on this dataset ?",
|
|
309
|
+
"editor.record.undo.confirmation.message": "Are you sure you want to cancel the pending changes on this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} ?",
|
|
307
310
|
"editor.record.undo.confirmation.title": "Cancel changes?",
|
|
308
|
-
"editor.record.undo.tooltip.disabled": "There are no pending changes on this dataset",
|
|
309
|
-
"editor.record.undo.tooltip.enabled": "Clicking this button will cancel the pending changes on this dataset.",
|
|
310
|
-
"editor.record.upToDate": "This dataset is up to date",
|
|
311
|
+
"editor.record.undo.tooltip.disabled": "There are no pending changes on this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
312
|
+
"editor.record.undo.tooltip.enabled": "Clicking this button will cancel the pending changes on this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}.",
|
|
313
|
+
"editor.record.upToDate": "This {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} is up to date",
|
|
311
314
|
"editor.sidebar.logout": "Log out",
|
|
312
315
|
"editor.sidebar.menu.editor": "Editor",
|
|
313
316
|
"editor.temporary.disabled": "Not implemented yet",
|
package/translations/es.json
CHANGED
|
@@ -89,6 +89,10 @@
|
|
|
89
89
|
"domain.contact.role.stakeholder": "",
|
|
90
90
|
"domain.contact.role.unspecified": "",
|
|
91
91
|
"domain.contact.role.user": "",
|
|
92
|
+
"domain.record.keywordType.other": "",
|
|
93
|
+
"domain.record.keywordType.place": "",
|
|
94
|
+
"domain.record.keywordType.temporal": "",
|
|
95
|
+
"domain.record.keywordType.theme": "",
|
|
92
96
|
"domain.record.status.completed": "",
|
|
93
97
|
"domain.record.status.deprecated": "",
|
|
94
98
|
"domain.record.status.ongoing": "",
|
|
@@ -253,6 +257,7 @@
|
|
|
253
257
|
"editor.record.form.topics.iso.geoscientificInformation": "",
|
|
254
258
|
"editor.record.form.topics.iso.health": "",
|
|
255
259
|
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "",
|
|
260
|
+
"editor.record.form.topics.iso.inlandWaters": "",
|
|
256
261
|
"editor.record.form.topics.iso.intelligenceMilitary": "",
|
|
257
262
|
"editor.record.form.topics.iso.location": "",
|
|
258
263
|
"editor.record.form.topics.iso.oceans": "",
|
|
@@ -261,9 +266,8 @@
|
|
|
261
266
|
"editor.record.form.topics.iso.structure": "",
|
|
262
267
|
"editor.record.form.topics.iso.transportation": "",
|
|
263
268
|
"editor.record.form.topics.iso.utilitiesCommunication": "",
|
|
264
|
-
"editor.record.form.topics.iso.inlandWaters": "",
|
|
265
269
|
"editor.record.form.topics.placeholder": "",
|
|
266
|
-
"editor.record.form.updateFrequency.planned": "Este conjunto de datos se actualiza regularmente
|
|
270
|
+
"editor.record.form.updateFrequency.planned": "{recordKind, select, dataset{Este conjunto de datos} service{Este servicio} reuse{Esta reutilización} other{Este registro}} se actualiza regularmente",
|
|
267
271
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
268
272
|
"editor.record.importFromExternalFile.failure.title": "",
|
|
269
273
|
"editor.record.importFromExternalFile.success.body": "",
|
|
@@ -273,7 +277,6 @@
|
|
|
273
277
|
"editor.record.loadError.title": "",
|
|
274
278
|
"editor.record.lock.harvested": "",
|
|
275
279
|
"editor.record.lock.owner": "",
|
|
276
|
-
"editor.record.lock.resourceType": "",
|
|
277
280
|
"editor.record.multilingual.confirmation.cancelText": "",
|
|
278
281
|
"editor.record.multilingual.confirmation.confirmText": "",
|
|
279
282
|
"editor.record.multilingual.confirmation.message": "",
|
package/translations/fr.json
CHANGED
|
@@ -89,6 +89,10 @@
|
|
|
89
89
|
"domain.contact.role.stakeholder": "Partie prenante",
|
|
90
90
|
"domain.contact.role.unspecified": "Non spécifié",
|
|
91
91
|
"domain.contact.role.user": "Utilisateur",
|
|
92
|
+
"domain.record.keywordType.other": "Mots-clés",
|
|
93
|
+
"domain.record.keywordType.place": "Localisation",
|
|
94
|
+
"domain.record.keywordType.temporal": "Temps",
|
|
95
|
+
"domain.record.keywordType.theme": "Thème",
|
|
92
96
|
"domain.record.status.completed": "Finalisé",
|
|
93
97
|
"domain.record.status.deprecated": "Obsolète",
|
|
94
98
|
"domain.record.status.ongoing": "Mise à jour continue",
|
|
@@ -118,15 +122,15 @@
|
|
|
118
122
|
"downloads.format.unknown": "inconnu",
|
|
119
123
|
"downloads.wfs.featuretype.not.found": "La couche n'a pas été trouvée",
|
|
120
124
|
"dropFile": "Faites glisser votre fichier",
|
|
121
|
-
"editor.new.record.title": "Mon jeu de données",
|
|
125
|
+
"editor.new.record.title": "{recordKind, select, dataset{Mon jeu de données} service{Mon service} reuse{Ma réutilisation} other{Mon enregistrement}}",
|
|
122
126
|
"editor.record.delete.confirmation.cancelText": "Annuler",
|
|
123
127
|
"editor.record.delete.confirmation.confirmText": "Supprimer",
|
|
124
|
-
"editor.record.delete.confirmation.message": "Êtes-vous sûr de vouloir supprimer ce jeu de données ?",
|
|
125
|
-
"editor.record.delete.confirmation.title": "Supprimer le jeu de données ?",
|
|
126
|
-
"editor.record.deleteError.body": "Le jeu de données n'a pas pu être supprimé :",
|
|
128
|
+
"editor.record.delete.confirmation.message": "Êtes-vous sûr de vouloir supprimer {recordKind, select, dataset{ce jeu de données} service{ce service} reuse{cette réutilisation} other{cet enregistrement}} ?",
|
|
129
|
+
"editor.record.delete.confirmation.title": "Supprimer {recordKind, select, dataset{le jeu de données} service{le service} reuse{la réutilisation} other{l'enregistrement}} ?",
|
|
130
|
+
"editor.record.deleteError.body": "{recordKind, select, dataset{Le jeu de données} service{Le service} reuse{La réutilisation} other{L'enregistrement}} n'a pas pu être supprimé{recordKind, select, reuse{e} other{}} :",
|
|
127
131
|
"editor.record.deleteError.closeMessage": "Compris",
|
|
128
|
-
"editor.record.deleteError.title": "Erreur lors de la suppression",
|
|
129
|
-
"editor.record.deleteSuccess.body": "Le jeu de données a été supprimé avec succès",
|
|
132
|
+
"editor.record.deleteError.title": "Erreur lors de la suppression {recordKind, select, dataset{du jeu de données} service{du service} reuse{de la réutilisation} other{de l'enregistrement}}",
|
|
133
|
+
"editor.record.deleteSuccess.body": "{recordKind, select, dataset{Le jeu de données} service{Le service} reuse{La réutilisation} other{L'enregistrement}} a été supprimé{recordKind, select, reuse{e} other{}} avec succès",
|
|
130
134
|
"editor.record.deleteSuccess.title": "Suppression réussie",
|
|
131
135
|
"editor.record.error.back": "Retour au catalogue",
|
|
132
136
|
"editor.record.error.explanation": "Vous n'avez peut être pas accès à cette fiche,<br>Ou ce lien n'est peut être pas valide.",
|
|
@@ -147,7 +151,7 @@
|
|
|
147
151
|
"editor.record.form.constraint.not.known": "Les conditions sont inconnues",
|
|
148
152
|
"editor.record.form.constraint.otherConstraints": "Autres contraintes",
|
|
149
153
|
"editor.record.form.constraint.securityConstraints": "Contraintes de sécurité",
|
|
150
|
-
"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.",
|
|
154
|
+
"editor.record.form.draft.updateAlert": "Depuis la création de ce brouillon, {recordKind, select, dataset{ce jeu de données} service{ce service} reuse{cette réutilisation} other{cet enregistrement}} a été modifié{recordKind, select, reuse{e} other{}} 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.",
|
|
151
155
|
"editor.record.form.field.abstract": "Description",
|
|
152
156
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
157
|
"editor.record.form.field.contactDetails.email": "Email du point de contact",
|
|
@@ -221,22 +225,22 @@
|
|
|
221
225
|
"editor.record.form.multilingual.title": "Traductions",
|
|
222
226
|
"editor.record.form.multilingual.validate": "Valider",
|
|
223
227
|
"editor.record.form.page.accessAndContact": "Informations pour l'utilisation",
|
|
224
|
-
"editor.record.form.page.description": "Description du jeu de données",
|
|
228
|
+
"editor.record.form.page.description": "Description {recordKind, select, dataset{du jeu de données} service{du service} reuse{de la réutilisation} other{de l'enregistrement}}",
|
|
225
229
|
"editor.record.form.page.resources": "Ressources",
|
|
226
|
-
"editor.record.form.section.about.description": "Ces informations concernent le jeu de données",
|
|
227
|
-
"editor.record.form.section.about.label": "À propos du jeu de données",
|
|
228
|
-
"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.).",
|
|
230
|
+
"editor.record.form.section.about.description": "Ces informations concernent {recordKind, select, dataset{le jeu de données} service{le service} reuse{la réutilisation} other{l'enregistrement}}",
|
|
231
|
+
"editor.record.form.section.about.label": "À propos {recordKind, select, dataset{du jeu de données} service{du service} reuse{de la réutilisation} other{de l'enregistrement}}",
|
|
232
|
+
"editor.record.form.section.annexes.description": "Les annexes sont des ressources optionnelles. Elles sont attachées {recordKind, select, dataset{au jeu de données} service{au service} reuse{à la réutilisation} other{à l'enregistrement}}, et aident à mieux comprendre la donnée (notice, etc.).",
|
|
229
233
|
"editor.record.form.section.annexes.label": "Annexes",
|
|
230
234
|
"editor.record.form.section.associatedResources.description": "Indiquez où la donnée se trouve",
|
|
231
235
|
"editor.record.form.section.associatedResources.label": "Ressources associées",
|
|
232
|
-
"editor.record.form.section.classification.description": "Des mots-clés appropriés aident à trouver le jeu de données",
|
|
236
|
+
"editor.record.form.section.classification.description": "Des mots-clés appropriés aident à trouver {recordKind, select, dataset{le jeu de données} service{le service} reuse{la réutilisation} other{l'enregistrement}}",
|
|
233
237
|
"editor.record.form.section.classification.label": "Mots-clés",
|
|
234
238
|
"editor.record.form.section.dataManagers.description": "Cette information concerne la donnée",
|
|
235
239
|
"editor.record.form.section.dataManagers.label": "Responsables de la donnée",
|
|
236
240
|
"editor.record.form.section.geographicalCoverage.label": "Couverture géographique",
|
|
237
241
|
"editor.record.form.section.metadataPointOfContact.description": "Cette information concerne la métadonnée",
|
|
238
242
|
"editor.record.form.section.metadataPointOfContact.label": "Point de contact de la métadonnée",
|
|
239
|
-
"editor.record.form.section.topics.description": "Les thèmes permettent de regrouper plus facilement des jeux de données",
|
|
243
|
+
"editor.record.form.section.topics.description": "Les thèmes permettent de regrouper plus facilement {recordKind, select, dataset{des jeux de données} service{des services} reuse{des réutilisations} other{des enregistrements}}",
|
|
240
244
|
"editor.record.form.section.topics.label": "Thèmes",
|
|
241
245
|
"editor.record.form.section.useAndAccessConditions.label": "Conditions d'accès et d'utilisation",
|
|
242
246
|
"editor.record.form.temporalExtents.addDate": "Date déterminée",
|
|
@@ -253,6 +257,7 @@
|
|
|
253
257
|
"editor.record.form.topics.iso.geoscientificInformation": "Informations géoscientifiques",
|
|
254
258
|
"editor.record.form.topics.iso.health": "Santé",
|
|
255
259
|
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "Imagerie/Cartes de base/Occupation des terres",
|
|
260
|
+
"editor.record.form.topics.iso.inlandWaters": "Eaux intérieures",
|
|
256
261
|
"editor.record.form.topics.iso.intelligenceMilitary": "Renseignement/Secteur militaire",
|
|
257
262
|
"editor.record.form.topics.iso.location": "Localisation",
|
|
258
263
|
"editor.record.form.topics.iso.oceans": "Océans",
|
|
@@ -261,9 +266,8 @@
|
|
|
261
266
|
"editor.record.form.topics.iso.structure": "Structure",
|
|
262
267
|
"editor.record.form.topics.iso.transportation": "Transport",
|
|
263
268
|
"editor.record.form.topics.iso.utilitiesCommunication": "Services d’utilité publique/Communication",
|
|
264
|
-
"editor.record.form.topics.iso.inlandWaters": "Eaux intérieures",
|
|
265
269
|
"editor.record.form.topics.placeholder": "Sélectionnez un ou plusieurs thèmes",
|
|
266
|
-
"editor.record.form.updateFrequency.planned": "Ce jeu de données est mis à jour régulièrement",
|
|
270
|
+
"editor.record.form.updateFrequency.planned": "{recordKind, select, dataset{Ce jeu de données} service{Ce service} reuse{Cette réutilisation} other{Cet enregistrement}} est mis{recordKind, select, reuse{e} other{}} à jour régulièrement",
|
|
267
271
|
"editor.record.importFromExternalFile.failure.body": "Une erreur est survenue pendant l'import du jeu de données : ",
|
|
268
272
|
"editor.record.importFromExternalFile.failure.title": "Erreur",
|
|
269
273
|
"editor.record.importFromExternalFile.success.body": "L'import du jeu de données à été realisé avec succès.",
|
|
@@ -271,9 +275,8 @@
|
|
|
271
275
|
"editor.record.loadError.body": "Le jeu de données n'a pas pu être chargé :",
|
|
272
276
|
"editor.record.loadError.closeMessage": "Compris",
|
|
273
277
|
"editor.record.loadError.title": "Erreur lors du chargement",
|
|
274
|
-
"editor.record.lock.harvested": "Les jeux de données
|
|
278
|
+
"editor.record.lock.harvested": "Les {recordKind, select, dataset{jeux de données} service{services} reuse{réutilisations} other{enregistrements}} moissonné{recordKind, select, reuse{e} other{}}s ne sont pas éditables",
|
|
275
279
|
"editor.record.lock.owner": "Vous n'êtes pas éditeur d'un des groupes autorisés",
|
|
276
|
-
"editor.record.lock.resourceType": "Les fiches d'un type autre que jeu de données ne sont pas éditables",
|
|
277
280
|
"editor.record.multilingual.confirmation.cancelText": "Garder le(s) langue(s)",
|
|
278
281
|
"editor.record.multilingual.confirmation.confirmText": "Supprimer le(s) langue(s)",
|
|
279
282
|
"editor.record.multilingual.confirmation.message": "Vous allez supprimer une ou plusieurs langues, ce qui supprimera toutes les traductions qui y sont liées. Voulez-vous procéder ?",
|
|
@@ -283,31 +286,31 @@
|
|
|
283
286
|
"editor.record.onlineResourceError.closeMessage": "Compris",
|
|
284
287
|
"editor.record.onlineResourceError.title": "Erreur lors de l'ajout d'une ressource",
|
|
285
288
|
"editor.record.placeKeywordWithoutLabel": "Localisation sans nom",
|
|
286
|
-
"editor.record.publish": "Publier ce jeu de données",
|
|
289
|
+
"editor.record.publish": "Publier {recordKind, select, dataset{ce jeu de données} service{ce service} reuse{cette réutilisation} other{cet enregistrement}}",
|
|
287
290
|
"editor.record.publish.confirmation.cancelText": "Annuler",
|
|
288
291
|
"editor.record.publish.confirmation.confirmText": "Publier",
|
|
289
|
-
"editor.record.publish.confirmation.message": "Depuis la création de votre brouillon, ce jeu de données a été modifié le { date } par { user }. Publier votre version pourrait supprimer ses modifications. Souhaitez-vous poursuivre ?",
|
|
290
|
-
"editor.record.publishError.body": "Le jeu de données n'a pas pu être publié :",
|
|
292
|
+
"editor.record.publish.confirmation.message": "Depuis la création de votre brouillon, {recordKind, select, dataset{ce jeu de données} service{ce service} reuse{cette réutilisation} other{cet enregistrement}} a été modifié{recordKind, select, reuse{e} other{}} le { date } par { user }. Publier votre version pourrait supprimer ses modifications. Souhaitez-vous poursuivre ?",
|
|
293
|
+
"editor.record.publishError.body": "{recordKind, select, dataset{Le jeu de données} service{Le service} reuse{La réutilisation} other{L'enregistrement}} n'a pas pu être publié{recordKind, select, reuse{e} other{}} :",
|
|
291
294
|
"editor.record.publishError.closeMessage": "Compris",
|
|
292
|
-
"editor.record.publishError.title": "Erreur lors de la publication",
|
|
293
|
-
"editor.record.publishSuccess.body": "Le jeu de données a été publié avec succès",
|
|
295
|
+
"editor.record.publishError.title": "Erreur lors de la publication {recordKind, select, dataset{du jeu de données} service{du service} reuse{de la réutilisation} other{de l'enregistrement}}",
|
|
296
|
+
"editor.record.publishSuccess.body": "{recordKind, select, dataset{Le jeu de données} service{Le service} reuse{La réutilisation} other{L'enregistrement}} a été publié{recordKind, select, reuse{e} other{}} avec succès",
|
|
294
297
|
"editor.record.publishSuccess.title": "Publication réussie",
|
|
295
|
-
"editor.record.publishVersionError.body": "Le jeu de données ne peut pas être publié car une version incompatible de GeoNetwork a été détectée. Veuillez contacter un administrateur de la plateforme pour résoudre le problème.\nVersion actuelle : {currentVersion}\nVersion minimum compatible : 4.2.5",
|
|
298
|
+
"editor.record.publishVersionError.body": "{recordKind, select, dataset{Le jeu de données} service{Le service} reuse{La réutilisation} other{L'enregistrement}} ne peut pas être publié{recordKind, select, reuse{e} other{}} car une version incompatible de GeoNetwork a été détectée. Veuillez contacter un administrateur de la plateforme pour résoudre le problème.\nVersion actuelle : {currentVersion}\nVersion minimum compatible : 4.2.5",
|
|
296
299
|
"editor.record.publishVersionError.closeMessage": "Compris",
|
|
297
300
|
"editor.record.publishVersionError.title": "Une erreur critique est survenue",
|
|
298
|
-
"editor.record.resourceError.body": "Une erreur est survenue
|
|
301
|
+
"editor.record.resourceError.body": "Une erreur est survenue avec les pièces jointes {recordKind, select, dataset{du jeu de données} service{du service} reuse{de la réutilisation} other{de l'enregistrement}} :",
|
|
299
302
|
"editor.record.resourceError.closeMessage": "Compris",
|
|
300
|
-
"editor.record.resourceError.title": "Erreur avec les pièces jointes",
|
|
303
|
+
"editor.record.resourceError.title": "Erreur avec les pièces jointes {recordKind, select, dataset{du jeu de données} service{du service} reuse{de la réutilisation} other{de l'enregistrement}}",
|
|
301
304
|
"editor.record.saveStatus.draftWithChangesPending": "Sauvegardé - Modifications non publiées",
|
|
302
305
|
"editor.record.saveStatus.recordNotPublished": "Sauvegardé - non publié",
|
|
303
306
|
"editor.record.saveStatus.recordUpToDate": "Sauvegardé - Jeu de données à jour",
|
|
304
307
|
"editor.record.undo.confirmation.cancelText": "Garder les modifications",
|
|
305
308
|
"editor.record.undo.confirmation.confirmText": "Retirer les modifications",
|
|
306
|
-
"editor.record.undo.confirmation.message": "Êtes-vous sûr de vouloir annuler les modifications apportées à ce jeu de données ?",
|
|
309
|
+
"editor.record.undo.confirmation.message": "Êtes-vous sûr de vouloir annuler les modifications apportées à {recordKind, select, dataset{ce jeu de données} service{ce service} reuse{cette réutilisation} other{cet enregistrement}} ?",
|
|
307
310
|
"editor.record.undo.confirmation.title": "Annuler les modifications ?",
|
|
308
|
-
"editor.record.undo.tooltip.disabled": "Il n'y a pas de modifications en cours sur ce jeu de données",
|
|
309
|
-
"editor.record.undo.tooltip.enabled": "Cliquer sur ce bouton pour annuler les modifications apportées à ce jeu de données",
|
|
310
|
-
"editor.record.upToDate": "Ce jeu de données est à jour",
|
|
311
|
+
"editor.record.undo.tooltip.disabled": "Il n'y a pas de modifications en cours sur {recordKind, select, dataset{ce jeu de données} service{ce service} reuse{cette réutilisation} other{cet enregistrement}}",
|
|
312
|
+
"editor.record.undo.tooltip.enabled": "Cliquer sur ce bouton pour annuler les modifications apportées à {recordKind, select, dataset{ce jeu de données} service{ce service} reuse{cette réutilisation} other{cet enregistrement}}",
|
|
313
|
+
"editor.record.upToDate": "{recordKind, select, dataset{Ce jeu de données} service{Ce service} reuse{Cette réutilisation} other{Cet enregistrement}} est à jour",
|
|
311
314
|
"editor.sidebar.logout": "Se déconnecter",
|
|
312
315
|
"editor.sidebar.menu.editor": "Editeur",
|
|
313
316
|
"editor.temporary.disabled": "Pas encore implémenté",
|