geonetwork-ui 2.4.2-dev.369bfa6fb → 2.4.2-dev.830487aab

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 (89) 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/generic-keywords/generic-keywords.component.mjs +3 -3
  6. package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +3 -4
  7. package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +3 -3
  8. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +31 -40
  9. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +3 -3
  10. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +3 -3
  11. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +3 -3
  12. 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
  13. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +5 -25
  14. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +5 -4
  15. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +3 -3
  16. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +10 -2
  17. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +3 -1
  18. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +3 -3
  19. package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +5 -1
  20. package/esm2022/libs/util/data-fetcher/src/lib/headers.mjs +3 -2
  21. package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +2 -1
  22. package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +79 -0
  23. package/esm2022/translations/de.json +13 -5
  24. package/esm2022/translations/en.json +22 -14
  25. package/esm2022/translations/es.json +13 -5
  26. package/esm2022/translations/fr.json +23 -15
  27. package/esm2022/translations/it.json +32 -26
  28. package/esm2022/translations/nl.json +13 -5
  29. package/esm2022/translations/pt.json +13 -5
  30. package/fesm2022/geonetwork-ui.mjs +279 -174
  31. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  32. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  33. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  34. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  35. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +0 -1
  36. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +1 -1
  37. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +7 -14
  38. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
  39. 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
  40. 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
  41. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +1 -6
  42. 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
  43. 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
  44. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  45. package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +1 -1
  46. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +3 -2
  47. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +1 -1
  48. package/libs/util/data-fetcher/src/lib/headers.d.ts.map +1 -1
  49. package/libs/util/data-fetcher/src/lib/model.d.ts +1 -1
  50. package/libs/util/data-fetcher/src/lib/model.d.ts.map +1 -1
  51. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +21 -0
  52. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +1 -0
  53. package/package.json +1 -1
  54. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -0
  55. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +1 -2
  56. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +3 -0
  57. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +1 -1
  58. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +4 -14
  59. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +1 -1
  60. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +4 -1
  61. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +0 -4
  62. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +2 -2
  63. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +8 -8
  64. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +32 -45
  65. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +1 -1
  66. 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
  67. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.html +1 -1
  68. 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
  69. 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
  70. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +24 -17
  71. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +2 -27
  72. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +1 -1
  73. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +2 -1
  74. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +1 -1
  75. package/src/libs/feature/editor/src/lib/fields.config.ts +9 -1
  76. package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +3 -0
  77. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +1 -1
  78. package/src/libs/util/data-fetcher/src/lib/data-fetcher.ts +9 -1
  79. package/src/libs/util/data-fetcher/src/lib/headers.ts +4 -3
  80. package/src/libs/util/data-fetcher/src/lib/model.ts +1 -0
  81. package/src/libs/util/data-fetcher/src/lib/readers/wfs.ts +112 -0
  82. package/translations/de.json +13 -5
  83. package/translations/en.json +22 -14
  84. package/translations/es.json +13 -5
  85. package/translations/fr.json +23 -15
  86. package/translations/it.json +32 -26
  87. package/translations/nl.json +13 -5
  88. package/translations/pt.json +13 -5
  89. package/translations/sk.json +14 -6
@@ -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": "",
@@ -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": "Meu espaço",
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": "Não é possível recuperar camadas do protocolo",
242
243
  "editor.record.form.field.onlineResource.edit.identifier.placeholder": "Nome da camada",
243
244
  "editor.record.form.field.onlineResource.edit.identifier.placeholder.wps": "Nome do processo",
244
245
  "editor.record.form.field.onlineResource.edit.identifier.select.label": "Selecione uma camada",
245
246
  "editor.record.form.field.onlineResource.edit.identifier.submit": "Link para o serviço",
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": "Insira um 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": "",