geonetwork-ui 2.4.2-dev.ff0aab388 → 2.5.0-dev.d91908296

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.
Files changed (103) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +2 -3
  2. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +4 -1
  3. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  4. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +4 -14
  5. package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +3 -3
  6. package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +3 -3
  7. package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +3 -4
  8. package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +3 -3
  9. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +31 -40
  10. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +3 -3
  11. 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
  12. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +3 -3
  13. 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
  14. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +5 -25
  15. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +5 -4
  16. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +3 -3
  17. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +10 -2
  18. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +6 -3
  19. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +3 -3
  20. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +6 -3
  21. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +3 -1
  22. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +3 -3
  23. package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +5 -1
  24. package/esm2022/libs/util/data-fetcher/src/lib/headers.mjs +3 -2
  25. package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +2 -1
  26. package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +79 -0
  27. package/esm2022/translations/de.json +13 -5
  28. package/esm2022/translations/en.json +22 -14
  29. package/esm2022/translations/es.json +13 -5
  30. package/esm2022/translations/fr.json +23 -15
  31. package/esm2022/translations/it.json +32 -26
  32. package/esm2022/translations/nl.json +13 -5
  33. package/esm2022/translations/pt.json +13 -5
  34. package/fesm2022/geonetwork-ui.mjs +293 -182
  35. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  36. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  37. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  38. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  39. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +0 -1
  40. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +1 -1
  41. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +7 -14
  42. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
  43. 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
  44. 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
  45. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +1 -6
  46. 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
  47. 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
  48. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  49. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +2 -1
  50. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
  51. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +2 -1
  52. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  53. package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +1 -1
  54. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +3 -2
  55. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +1 -1
  56. package/libs/util/data-fetcher/src/lib/headers.d.ts.map +1 -1
  57. package/libs/util/data-fetcher/src/lib/model.d.ts +1 -1
  58. package/libs/util/data-fetcher/src/lib/model.d.ts.map +1 -1
  59. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +21 -0
  60. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +1 -0
  61. package/package.json +1 -1
  62. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -0
  63. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +1 -2
  64. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +3 -0
  65. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +1 -1
  66. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +4 -14
  67. package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.html +1 -1
  68. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +1 -1
  69. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +4 -1
  70. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +0 -4
  71. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +2 -2
  72. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +8 -8
  73. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +32 -45
  74. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +1 -1
  75. 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
  76. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.html +1 -1
  77. 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
  78. 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
  79. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +24 -17
  80. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +2 -27
  81. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +1 -1
  82. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +2 -1
  83. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +1 -1
  84. package/src/libs/feature/editor/src/lib/fields.config.ts +9 -1
  85. package/src/libs/feature/record/src/lib/data-view/data-view.component.html +1 -0
  86. package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +1 -0
  87. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +1 -1
  88. package/src/libs/feature/record/src/lib/map-view/map-view.component.html +1 -0
  89. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +1 -0
  90. package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +3 -0
  91. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +1 -1
  92. package/src/libs/util/data-fetcher/src/lib/data-fetcher.ts +9 -1
  93. package/src/libs/util/data-fetcher/src/lib/headers.ts +4 -3
  94. package/src/libs/util/data-fetcher/src/lib/model.ts +1 -0
  95. package/src/libs/util/data-fetcher/src/lib/readers/wfs.ts +112 -0
  96. package/translations/de.json +13 -5
  97. package/translations/en.json +22 -14
  98. package/translations/es.json +13 -5
  99. package/translations/fr.json +23 -15
  100. package/translations/it.json +32 -26
  101. package/translations/nl.json +13 -5
  102. package/translations/pt.json +13 -5
  103. package/translations/sk.json +14 -6
@@ -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.importExternalLabel": "External file URL",
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.form.keywords.placeholder": "Select a keyword",
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": "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.ressources": "Resources",
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.}}",
@@ -25,7 +25,8 @@
25
25
  "dashboard.createRecord": "",
26
26
  "dashboard.importRecord": "",
27
27
  "dashboard.importRecord.importExternal": "",
28
- "dashboard.importRecord.importExternalLabel": "",
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.form.keywords.placeholder": "",
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.ressources": "",
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": "",
@@ -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.importExternalLabel": "URL du jeu de données externe",
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.form.keywords.placeholder": "Sélectionnez un mot-clé",
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": "Aperçus",
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.ressources": "Ressources",
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.}}",
@@ -25,7 +25,8 @@
25
25
  "dashboard.createRecord": "Crea un record",
26
26
  "dashboard.importRecord": "Importare",
27
27
  "dashboard.importRecord.importExternal": "Importare un dataset esterno",
28
- "dashboard.importRecord.importExternalLabel": "URL del dataset esterno",
28
+ "dashboard.importRecord.importExternal.subtitle": "(collegamento a un file XML)",
29
+ "dashboard.importRecord.importExternal.title": "URL del dataset esterno",
29
30
  "dashboard.labels.catalog": "Catalogo",
30
31
  "dashboard.labels.mySpace": "Il mio spazio",
31
32
  "dashboard.records.all": "Catalogo",
@@ -194,8 +195,7 @@
194
195
  "downloads.format.unknown": "sconosciuto",
195
196
  "downloads.wfs.featuretype.not.found": "Il layer non è stato trovato",
196
197
  "dropFile": "Trascina il suo file",
197
- "editor.form.keywords.placeholder": "Seleziona una parola chiave",
198
- "editor.form.placeKeywordWithoutExtent": "Questa parola chiave non ha una posizione geografica associata",
198
+ "editor.new.record.title": "Il mio dataset",
199
199
  "editor.record.delete.confirmation.cancelText": "Annulla",
200
200
  "editor.record.delete.confirmation.confirmText": "Elimina",
201
201
  "editor.record.delete.confirmation.message": "E sicuro di voler eliminare questo dataset?",
@@ -205,6 +205,9 @@
205
205
  "editor.record.deleteError.title": "Errore durante l'eliminazione",
206
206
  "editor.record.deleteSuccess.body": "Il dataset è stato eliminato correttamente",
207
207
  "editor.record.deleteSuccess.title": "Eliminazione riuscita",
208
+ "editor.record.error.back": "",
209
+ "editor.record.error.explanation": "",
210
+ "editor.record.error.message": "",
208
211
  "editor.record.form.bottomButtons.comeBackLater": "Ritorna più tardi",
209
212
  "editor.record.form.bottomButtons.next": "Avanti",
210
213
  "editor.record.form.bottomButtons.previous": "Precedente",
@@ -217,32 +220,30 @@
217
220
  "editor.record.form.constraint.header.securityConstraints": "Condizioni di tipo di sicurezza applicabili",
218
221
  "editor.record.form.constraint.legalConstraints": "Vincoli legali",
219
222
  "editor.record.form.constraint.markdown.placeholder": "Il suo testo qui",
220
- "editor.record.form.constraint.not.applicable": "Non si applicano condizioni.",
221
- "editor.record.form.constraint.not.known": "Le condizioni sono sconosciute.",
223
+ "editor.record.form.constraint.not.applicable": "Non si applicano condizioni",
224
+ "editor.record.form.constraint.not.known": "Le condizioni sono sconosciute",
222
225
  "editor.record.form.constraint.otherConstraints": "Altri vincoli",
223
226
  "editor.record.form.constraint.securityConstraints": "Vincoli di sicurezza",
224
227
  "editor.record.form.draft.updateAlert": "Da quando è stata creata questa bozza, questo dataset è stato modificato il { date } da { user }. La pubblicazione della sua versione potrebbe rimuovere le loro modifiche. Per evitarlo, puoi annullare le sue modifiche o pubblicare la sua versione consapevolmente.",
225
228
  "editor.record.form.field.abstract": "Riassunto",
226
- "editor.record.error.back": "",
227
- "editor.record.error.explanation": "",
228
- "editor.record.error.message": "",
229
229
  "editor.record.form.field.constraintsShortcuts": "",
230
230
  "editor.record.form.field.contacts.noContact": "Inserisci almeno un punto di contatto.",
231
+ "editor.record.form.field.contacts.placeholder": "Scegli un contatto",
231
232
  "editor.record.form.field.contactsForResource.noContact": "Inserisci almeno un punto di contatto responsabile dei dati.",
233
+ "editor.record.form.field.contactsForResource.placeholder": "Scegli un contatto",
232
234
  "editor.record.form.field.keywords": "Parole chiave",
233
235
  "editor.record.form.field.legalConstraints": "Vincolo legale",
234
236
  "editor.record.form.field.license": "Licenza",
235
- "editor.record.form.field.onlineResource.edit.identifier.error": "Impossibile recuperare i livelli dal protocollo",
236
- "editor.record.form.field.onlineResource.edit.identifier.placeholder": "Nome del livello",
237
- "editor.record.form.field.onlineResource.edit.identifier.placeholder.wps": "Nome del processo",
238
- "editor.record.form.field.onlineResource.edit.identifier.select.label": "Seleziona un livello",
239
- "editor.record.form.field.onlineResource.edit.identifier.submit": "Collegare il servizio",
240
- "editor.record.form.field.title.placeholder": "Inserisci un titolo",
241
237
  "editor.record.form.field.onlineLinkResources": "Risorse allegate",
242
238
  "editor.record.form.field.onlineResource.cancel": "Annulla",
243
239
  "editor.record.form.field.onlineResource.confirm": "Convalida",
244
240
  "editor.record.form.field.onlineResource.dialogTitle": "Modifica anteprima dataset",
245
241
  "editor.record.form.field.onlineResource.edit.description": "Descrizione",
242
+ "editor.record.form.field.onlineResource.edit.identifier.error": "Impossibile recuperare i livelli dal protocollo",
243
+ "editor.record.form.field.onlineResource.edit.identifier.placeholder": "Nome del livello",
244
+ "editor.record.form.field.onlineResource.edit.identifier.placeholder.wps": "Nome del processo",
245
+ "editor.record.form.field.onlineResource.edit.identifier.select.label": "Seleziona un livello",
246
+ "editor.record.form.field.onlineResource.edit.identifier.submit": "Collegare il servizio",
246
247
  "editor.record.form.field.onlineResource.edit.protocol": "Protocollo",
247
248
  "editor.record.form.field.onlineResource.edit.title": "Titolo",
248
249
  "editor.record.form.field.onlineResource.fileSize": "{sizeMB} MB",
@@ -251,7 +252,7 @@
251
252
  "editor.record.form.field.onlineResource.toggle.service": "Collega un servizio",
252
253
  "editor.record.form.field.onlineResources": "Distribuzione",
253
254
  "editor.record.form.field.otherConstraints": "Vincolo generale",
254
- "editor.record.form.field.overviews": "Panoramiche",
255
+ "editor.record.form.field.overviews": "Panoramica",
255
256
  "editor.record.form.field.recordUpdated": "Data di aggiornamento",
256
257
  "editor.record.form.field.resourceCreated": "Data di creazione",
257
258
  "editor.record.form.field.resourceIdentifier": "Identificatore",
@@ -260,8 +261,12 @@
260
261
  "editor.record.form.field.spatialExtents": "Estensioni spaziali",
261
262
  "editor.record.form.field.temporalExtents": "Estensioni temporali",
262
263
  "editor.record.form.field.title": "Titolo",
264
+ "editor.record.form.field.title.placeholder": "Inserisci un titolo",
263
265
  "editor.record.form.field.uniqueIdentifier": "Identificatore univoco",
264
266
  "editor.record.form.field.updateFrequency": "Frequenza di aggiornamento",
267
+ "editor.record.form.keywords.place.placeholder": "Cerca una posizione per parola chiave",
268
+ "editor.record.form.keywords.place.withoutExtent": "Questa parola chiave non ha una posizione geografica associata",
269
+ "editor.record.form.keywords.placeholder": "Seleziona una parola chiave",
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": "Sconosciuto o assente",
274
279
  "editor.record.form.page.accessAndContact": "Informazioni per l'uso",
275
280
  "editor.record.form.page.description": "Descrizione del dataset",
276
- "editor.record.form.page.resources": "Risorse",
277
- "editor.record.form.section.about.description": "Queste informazioni riguardano il dataset.",
281
+ "editor.record.form.page.resources": "",
282
+ "editor.record.form.section.about.description": "Queste informazioni riguardano il dataset",
278
283
  "editor.record.form.section.about.label": "Informazioni sul dataset",
279
284
  "editor.record.form.section.annexes.description": "Gli allegati sono risorse facoltative. Sono allegati al dataset e aiutano a comprendere meglio i dati (avviso, ecc.).",
280
285
  "editor.record.form.section.annexes.label": "Allegati",
281
- "editor.record.form.section.associatedResources.description": "Indica dove si trovano i dati.",
286
+ "editor.record.form.section.associatedResources.description": "Indica dove si trovano i dati",
282
287
  "editor.record.form.section.associatedResources.label": "Risorse associate",
283
- "editor.record.form.section.classification.description": "Parole chiave appropriate aiutano a trovare il dataset.",
288
+ "editor.record.form.section.classification.description": "Parole chiave appropriate aiutano a trovare il dataset",
284
289
  "editor.record.form.section.classification.label": "Parole chiave",
285
- "editor.record.form.section.dataManagers.description": "Queste informazioni riguardano i dati.",
290
+ "editor.record.form.section.dataManagers.description": "Queste informazioni riguardano i dati",
286
291
  "editor.record.form.section.dataManagers.label": "Gestori dei dati",
287
292
  "editor.record.form.section.geographicalCoverage.label": "Copertura geografica",
288
- "editor.record.form.section.metadataPointOfContact.description": "Queste informazioni riguardano i metadati.",
293
+ "editor.record.form.section.metadataPointOfContact.description": "Queste informazioni riguardano i metadati",
289
294
  "editor.record.form.section.metadataPointOfContact.label": "Punto di contatto dei metadati",
290
295
  "editor.record.form.section.useAndAccessConditions.label": "Condizioni di accesso e utilizzo",
291
296
  "editor.record.form.temporalExtents.addDate": "Data specificata",
292
297
  "editor.record.form.temporalExtents.addRange": "Periodo di tempo",
293
298
  "editor.record.form.temporalExtents.date": "Data rilevante",
294
299
  "editor.record.form.temporalExtents.range": "Periodo interessato",
295
- "editor.record.form.updateFrequency.planned": "Questi dati dovrebbero essere aggiornati regolarmente.",
300
+ "editor.record.form.updateFrequency.planned": "Questi dati dovrebbero essere aggiornati regolarmente",
296
301
  "editor.record.importFromExternalFile.failure.body": "Ha successo un'errore durante l'importazione del dataset: ",
297
302
  "editor.record.importFromExternalFile.failure.title": "Errore",
298
303
  "editor.record.importFromExternalFile.success.body": "L'importazione del dataset è riuscita.",
@@ -300,6 +305,7 @@
300
305
  "editor.record.loadError.body": "Impossibile caricare il dataset:",
301
306
  "editor.record.loadError.closeMessage": "Capito",
302
307
  "editor.record.loadError.title": "Errore durante il caricamento",
308
+ "editor.record.lock.reason": "",
303
309
  "editor.record.onlineResource.protocol.other": "Altro",
304
310
  "editor.record.onlineResourceError.body": "Ha successo un'errore durante l'aggiunta della risorsa:",
305
311
  "editor.record.onlineResourceError.closeMessage": "Capito",
@@ -331,9 +337,6 @@
331
337
  "editor.record.undo.tooltip.enabled": "Fare clic su questo pulsante per annullare le modifiche apportate a questo dataset",
332
338
  "editor.record.upToDate": "Questo dataset è aggiornato",
333
339
  "editor.sidebar.logout": "Esci",
334
- "editor.record.form.page.ressources": "",
335
- "editor.record.lock.reason": "",
336
- "editor.record.saveStatus.asDraftOnly": "",
337
340
  "editor.sidebar.menu.editor": "",
338
341
  "editor.temporary.disabled": "Non ancora implementato",
339
342
  "externalviewer.dataset.unnamed": "Layer del datahub",
@@ -452,6 +455,8 @@
452
455
  "record.metadata.api.form.productTooltip": "",
453
456
  "record.metadata.api.form.reset": "Reimposta",
454
457
  "record.metadata.api.form.resetTooltip": "Reimposta tutti i filtri",
458
+ "record.metadata.api.form.title": "Genera un URL personalizzata",
459
+ "record.metadata.api.form.title.gpf": "Scarica i dati",
455
460
  "record.metadata.api.form.type": "Formato di output",
456
461
  "record.metadata.api.form.zoneTitle": "Zona",
457
462
  "record.metadata.api.form.zoneTooltip": "Menu a discesa per selezionare una zona geografica",
@@ -520,6 +525,7 @@
520
525
  "record.tab.chart": "Grafico",
521
526
  "record.tab.data": "Tabella",
522
527
  "record.tab.map": "Mappa",
528
+ "record.was.created.time": "ha creato questi dati {time}",
523
529
  "records": "record",
524
530
  "results.layout.selectOne": "Mostra risultati",
525
531
  "results.records.hits.displayedOn": "{displayed, plural, =0{Nessun record} one{1 record visualizzato} other{{displayed} records visualizzati}} {hits, plural, other{su {hits} in totale.}}",
@@ -25,7 +25,8 @@
25
25
  "dashboard.createRecord": "",
26
26
  "dashboard.importRecord": "",
27
27
  "dashboard.importRecord.importExternal": "",
28
- "dashboard.importRecord.importExternalLabel": "",
28
+ "dashboard.importRecord.importExternal.subtitle": "",
29
+ "dashboard.importRecord.importExternal.title": "",
29
30
  "dashboard.labels.catalog": "Catalogus",
30
31
  "dashboard.labels.mySpace": "Mijn ruimte",
31
32
  "dashboard.records.all": "Catalogus",
@@ -194,8 +195,7 @@
194
195
  "downloads.format.unknown": "",
195
196
  "downloads.wfs.featuretype.not.found": "",
196
197
  "dropFile": "",
197
- "editor.form.keywords.placeholder": "",
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": "Kan lagen niet ophalen van het protocol",
242
243
  "editor.record.form.field.onlineResource.edit.identifier.placeholder": "Laagnaam",
243
244
  "editor.record.form.field.onlineResource.edit.identifier.placeholder.wps": "Procesnaam",
244
245
  "editor.record.form.field.onlineResource.edit.identifier.select.label": "Selecteer een laag",
245
246
  "editor.record.form.field.onlineResource.edit.identifier.submit": "Link naar de 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": "Voer een titel in",
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.ressources": "",
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": "",