geonetwork-ui 2.5.0-dev.ed99f2ef4 → 2.5.0-dev.f8f8616a0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/libs/feature/editor/src/index.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +2 -2
- package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +2 -2
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +2 -2
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +2 -2
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +7 -23
- package/esm2022/libs/feature/editor/src/lib/models/wizard-field.type.mjs +3 -4
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +1 -1
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +24 -5
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +8 -6
- package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +6 -3
- package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/index.mjs +1 -2
- package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +37 -2
- package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +1 -6
- package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +2 -7
- package/esm2022/libs/ui/widgets/src/index.mjs +1 -2
- package/esm2022/libs/ui/widgets/src/lib/ui-widgets.module.mjs +5 -6
- package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +5 -3
- package/esm2022/translations/de.json +1 -72
- package/esm2022/translations/en.json +1 -64
- package/esm2022/translations/es.json +0 -71
- package/esm2022/translations/fr.json +1 -72
- package/esm2022/translations/it.json +1 -72
- package/esm2022/translations/nl.json +0 -71
- package/esm2022/translations/pt.json +0 -71
- package/fesm2022/geonetwork-ui.mjs +96 -669
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/feature/editor/src/index.d.ts +1 -0
- package/libs/feature/editor/src/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts +1 -3
- package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts +2 -3
- package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +4 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +3 -2
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +2 -1
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/index.d.ts +0 -1
- package/libs/ui/inputs/src/index.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +16 -1
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +27 -28
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +2 -3
- package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +1 -1
- package/libs/ui/widgets/src/index.d.ts +0 -1
- package/libs/ui/widgets/src/index.d.ts.map +1 -1
- package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts +8 -9
- package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/utils.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/feature/editor/src/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.html +0 -13
- package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.ts +0 -20
- package/src/libs/feature/editor/src/lib/models/wizard-field.type.ts +0 -1
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +24 -13
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +23 -4
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +71 -60
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +4 -2
- package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.html +1 -0
- package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +1 -0
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +2 -2
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +2 -2
- package/src/libs/ui/inputs/src/index.ts +0 -1
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +42 -0
- package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +0 -3
- package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +1 -7
- package/src/libs/ui/widgets/src/index.ts +0 -1
- package/src/libs/ui/widgets/src/lib/ui-widgets.module.ts +2 -3
- package/src/libs/util/data-fetcher/src/lib/utils.ts +4 -2
- package/translations/de.json +1 -72
- package/translations/en.json +1 -64
- package/translations/es.json +0 -71
- package/translations/fr.json +1 -72
- package/translations/it.json +1 -72
- package/translations/nl.json +0 -71
- package/translations/pt.json +0 -71
- package/translations/sk.json +0 -71
- package/esm2022/libs/ui/inputs/src/lib/chips-input/chips-input.component.mjs +0 -78
- package/esm2022/libs/ui/widgets/src/lib/step-bar/step-bar.component.mjs +0 -55
- package/libs/ui/inputs/src/lib/chips-input/chips-input.component.d.ts +0 -33
- package/libs/ui/inputs/src/lib/chips-input/chips-input.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/step-bar/step-bar.component.d.ts +0 -21
- package/libs/ui/widgets/src/lib/step-bar/step-bar.component.d.ts.map +0 -1
- package/src/libs/data-access/datafeeder/src/index.ts +0 -1
- package/src/libs/data-access/datafeeder/src/openapi/api/api.ts +0 -11
- package/src/libs/data-access/datafeeder/src/openapi/api/config.api.service.ts +0 -168
- package/src/libs/data-access/datafeeder/src/openapi/api/dataPublishing.api.service.ts +0 -270
- package/src/libs/data-access/datafeeder/src/openapi/api/fileUpload.api.service.ts +0 -734
- package/src/libs/data-access/datafeeder/src/openapi/api.module.ts +0 -46
- package/src/libs/data-access/datafeeder/src/openapi/configuration.ts +0 -125
- package/src/libs/data-access/datafeeder/src/openapi/encoder.ts +0 -20
- package/src/libs/data-access/datafeeder/src/openapi/index.ts +0 -5
- package/src/libs/data-access/datafeeder/src/openapi/model/analysisStatusEnum.api.model.ts +0 -24
- package/src/libs/data-access/datafeeder/src/openapi/model/boundingBox.api.model.ts +0 -20
- package/src/libs/data-access/datafeeder/src/openapi/model/cRS.api.model.ts +0 -25
- package/src/libs/data-access/datafeeder/src/openapi/model/datasetMetadata.api.model.ts +0 -45
- package/src/libs/data-access/datafeeder/src/openapi/model/datasetPublishRequest.api.model.ts +0 -39
- package/src/libs/data-access/datafeeder/src/openapi/model/datasetPublishingStatus.api.model.ts +0 -50
- package/src/libs/data-access/datafeeder/src/openapi/model/datasetUploadStatus.api.model.ts +0 -39
- package/src/libs/data-access/datafeeder/src/openapi/model/models.ts +0 -13
- package/src/libs/data-access/datafeeder/src/openapi/model/property.api.model.ts +0 -17
- package/src/libs/data-access/datafeeder/src/openapi/model/publishJobStatus.api.model.ts +0 -33
- package/src/libs/data-access/datafeeder/src/openapi/model/publishRequest.api.model.ts +0 -16
- package/src/libs/data-access/datafeeder/src/openapi/model/publishStatusEnum.api.model.ts +0 -20
- package/src/libs/data-access/datafeeder/src/openapi/model/publishStepEnum.api.model.ts +0 -42
- package/src/libs/data-access/datafeeder/src/openapi/model/uploadJobStatus.api.model.ts +0 -33
- package/src/libs/data-access/datafeeder/src/openapi/variables.ts +0 -9
- package/src/libs/data-access/datafeeder/src/spec.yaml +0 -537
- package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.css +0 -36
- package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.html +0 -23
- package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.ts +0 -81
- package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.css +0 -3
- package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.html +0 -13
- package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.ts +0 -55
|
@@ -36,24 +36,6 @@
|
|
|
36
36
|
"dashboard.records.userEmail": "Email",
|
|
37
37
|
"dashboard.records.username": "Nome utente",
|
|
38
38
|
"dashboard.records.users": "utenti",
|
|
39
|
-
"datafeeder.analysisProgressBar.illustration.fileFormatDetection": "Rilevamento del formato dei file",
|
|
40
|
-
"datafeeder.analysisProgressBar.illustration.gatheringDatasetInformation": "Recupero delle informazioni dal dataset",
|
|
41
|
-
"datafeeder.analysisProgressBar.illustration.samplingData": "Campionatura dei dati",
|
|
42
|
-
"datafeeder.analysisProgressBar.subtitle": "L'analisi potrebbe richiedere alcuni minuti, si prega di attendere.",
|
|
43
|
-
"datafeeder.analysisProgressBar.title": "Analisi in corso",
|
|
44
|
-
"datafeeder.datasetValidation.datasetInformation": "Il dataset fornito contiene {number} entità",
|
|
45
|
-
"datafeeder.datasetValidation.submitButton": "OK, i miei dati sono corretti",
|
|
46
|
-
"datafeeder.datasetValidation.title": "Controllare che i dati siano corretti",
|
|
47
|
-
"datafeeder.datasetValidation.unknown": " - ",
|
|
48
|
-
"datafeeder.datasetValidationCsv.explicitLineNumbers": "*La tabella dovrebbe visualizzare le prime 5 righe (esclusa l'intestazione)<br>In caso contrario, verificare che il file sia formattato correttamente",
|
|
49
|
-
"datafeeder.datasetValidationCsv.lineNumbers": "Riepilogo delle prime 5 righe del CSV:",
|
|
50
|
-
"datafeeder.form.abstract": "Come descrivere il suo dataset?",
|
|
51
|
-
"datafeeder.form.datepicker": "Sa quando è stato creato il suo dataset ?",
|
|
52
|
-
"datafeeder.form.description": "Infine, descrivere il processo utilizzato per creare il dataset",
|
|
53
|
-
"datafeeder.form.dropdown": "Per quale scala è stato creato?",
|
|
54
|
-
"datafeeder.form.tags": "Seleziona uno o più parole chiave che corrispondano al suo dataset",
|
|
55
|
-
"datafeeder.form.title": "Dà al suo dataset il miglior titolo",
|
|
56
|
-
"datafeeder.formsPage.title": "Diteci di più sul suo dataset",
|
|
57
39
|
"datafeeder.month.april": "Aprile",
|
|
58
40
|
"datafeeder.month.august": "Agosto",
|
|
59
41
|
"datafeeder.month.december": "Dicembre",
|
|
@@ -66,59 +48,6 @@
|
|
|
66
48
|
"datafeeder.month.november": "Novembre",
|
|
67
49
|
"datafeeder.month.october": "Ottobre",
|
|
68
50
|
"datafeeder.month.september": "Settembre",
|
|
69
|
-
"datafeeder.publish.hint": "Puo lasciare questa pagina in sicurezza, sarà avvisato quando il processo sarà completo",
|
|
70
|
-
"datafeeder.publish.illustration.title": "Un altro dato da pubblicare?",
|
|
71
|
-
"datafeeder.publish.subtitle": "La pubblicazione potrebbe richiedere alcuni minuti.",
|
|
72
|
-
"datafeeder.publish.title": "Grazie! \n I suei dati sono in fase di pubblicazione",
|
|
73
|
-
"datafeeder.publish.upload": "Carica ora",
|
|
74
|
-
"datafeeder.publishSuccess.geonetworkRecord": "Scheda di metadati",
|
|
75
|
-
"datafeeder.publishSuccess.illustration.title": "Completato, tutto è andato bene!",
|
|
76
|
-
"datafeeder.publishSuccess.mapViewer": "Visualizzatore",
|
|
77
|
-
"datafeeder.publishSuccess.ogcFeature": "OGC API",
|
|
78
|
-
"datafeeder.publishSuccess.subtitle": "Visualizzare i dati:",
|
|
79
|
-
"datafeeder.publishSuccess.title": "Congratulazioni! \n I suoi dati sono stati pubblicati",
|
|
80
|
-
"datafeeder.publishSuccess.uploadAnotherData": "Caricare un altro dato",
|
|
81
|
-
"datafeeder.summarizePage.illustration": "Nessun errore? Avanti!",
|
|
82
|
-
"datafeeder.summarizePage.previous": "Precedente",
|
|
83
|
-
"datafeeder.summarizePage.submit": "Pubblica",
|
|
84
|
-
"datafeeder.summarizePage.title": "Ci siamo quasi...",
|
|
85
|
-
"datafeeder.upload.acceptedFormats": "Formati di file accettati:",
|
|
86
|
-
"datafeeder.upload.checkboxLabel": "Ho il diritto di pubblicare questi dati",
|
|
87
|
-
"datafeeder.upload.error.subtitle.analysis": "Il file trasferito contiene dati geografici validi?",
|
|
88
|
-
"datafeeder.upload.error.subtitle.cantOpenFile": "Verifica la validità del file selezionato",
|
|
89
|
-
"datafeeder.upload.error.subtitle.fileFormat": "Ricorda: solo SHP",
|
|
90
|
-
"datafeeder.upload.error.subtitle.fileSize": "Ricorda: dimensione massima {size} MB",
|
|
91
|
-
"datafeeder.upload.error.title.analysis": "Errore durante l'analisi dei dati",
|
|
92
|
-
"datafeeder.upload.error.title.cantOpenFile": "Errore durante l'apertura del file",
|
|
93
|
-
"datafeeder.upload.error.title.fileFormat": "Formato del file non supportato",
|
|
94
|
-
"datafeeder.upload.error.title.fileHasntSelected": "Nessun file selezionato",
|
|
95
|
-
"datafeeder.upload.error.title.fileSize": "Dimensione del file troppo grande",
|
|
96
|
-
"datafeeder.upload.error.title.noRightsToSendData": "Non avete validato i diritti di pubblicazione",
|
|
97
|
-
"datafeeder.upload.illustration.enrichment": "Arricchimento",
|
|
98
|
-
"datafeeder.upload.illustration.import": "Importazione",
|
|
99
|
-
"datafeeder.upload.illustration.title": "Aggiungere dati non è mai stato così facile",
|
|
100
|
-
"datafeeder.upload.illustration.validation": "Validazione",
|
|
101
|
-
"datafeeder.upload.illustration.verification": "Verifica",
|
|
102
|
-
"datafeeder.upload.inputLabel": "Aggiunge il suo file",
|
|
103
|
-
"datafeeder.upload.maxFileSize": "Dimensione massima: {size} MB",
|
|
104
|
-
"datafeeder.upload.title": "Importa i suoi dati",
|
|
105
|
-
"datafeeder.upload.uploadButton": "Carica",
|
|
106
|
-
"datafeeder.validation.csv.delimiter": "Separatore di colonne",
|
|
107
|
-
"datafeeder.validation.csv.delimiter.comma": "Virgola",
|
|
108
|
-
"datafeeder.validation.csv.delimiter.semicolon": "Punto e virgola",
|
|
109
|
-
"datafeeder.validation.csv.lat.field": "Colonna di latitudine",
|
|
110
|
-
"datafeeder.validation.csv.lng.field": "Colonna di longitudine",
|
|
111
|
-
"datafeeder.validation.csv.quote.double": "Virgolette doppie",
|
|
112
|
-
"datafeeder.validation.csv.quote.none": "Nessun",
|
|
113
|
-
"datafeeder.validation.csv.quote.simple": "Citazione semplice",
|
|
114
|
-
"datafeeder.validation.csv.quoteChar": "Separatore di testo",
|
|
115
|
-
"datafeeder.validation.encoding": "Codifica",
|
|
116
|
-
"datafeeder.validation.extent.title": "Ecco l'estensione del dataset",
|
|
117
|
-
"datafeeder.validation.extent.title.unknown": "Sistema di proiezione sconosciuto",
|
|
118
|
-
"datafeeder.validation.projection": "Proiezione:",
|
|
119
|
-
"datafeeder.validation.projection.unknown": "Seleziona una proiezione",
|
|
120
|
-
"datafeeder.validation.sample.title": "E un esempio di oggetto",
|
|
121
|
-
"datafeeder.wizard.emptyRequiredValuesMessage": "Si prega di compilare i campi obbligatori",
|
|
122
51
|
"datafeeder.wizardSummarize.createdAt": "Creato il",
|
|
123
52
|
"datafeeder.wizardSummarize.scale": "Scala",
|
|
124
53
|
"datahub.header.datasets": "Dati",
|
|
@@ -425,7 +354,7 @@
|
|
|
425
354
|
"record.action.rollback": "Annulla",
|
|
426
355
|
"record.action.view": "Visualizza",
|
|
427
356
|
"record.externalViewer.open": "Aprire nel visualizzatore esterno",
|
|
428
|
-
"record.feature.limit": "La
|
|
357
|
+
"record.feature.limit": "La visualizzazione è stata disabilitata a causa di troppi elementi ",
|
|
429
358
|
"record.metadata.about": "Descrizione",
|
|
430
359
|
"record.metadata.api": "API",
|
|
431
360
|
"record.metadata.api.form.closeButton": "Chiude",
|
|
@@ -36,24 +36,6 @@
|
|
|
36
36
|
"dashboard.records.userEmail": "",
|
|
37
37
|
"dashboard.records.username": "",
|
|
38
38
|
"dashboard.records.users": "",
|
|
39
|
-
"datafeeder.analysisProgressBar.illustration.fileFormatDetection": "",
|
|
40
|
-
"datafeeder.analysisProgressBar.illustration.gatheringDatasetInformation": "",
|
|
41
|
-
"datafeeder.analysisProgressBar.illustration.samplingData": "",
|
|
42
|
-
"datafeeder.analysisProgressBar.subtitle": "",
|
|
43
|
-
"datafeeder.analysisProgressBar.title": "",
|
|
44
|
-
"datafeeder.datasetValidation.datasetInformation": "",
|
|
45
|
-
"datafeeder.datasetValidation.submitButton": "",
|
|
46
|
-
"datafeeder.datasetValidation.title": "",
|
|
47
|
-
"datafeeder.datasetValidation.unknown": "",
|
|
48
|
-
"datafeeder.datasetValidationCsv.explicitLineNumbers": "",
|
|
49
|
-
"datafeeder.datasetValidationCsv.lineNumbers": "",
|
|
50
|
-
"datafeeder.form.abstract": "",
|
|
51
|
-
"datafeeder.form.datepicker": "",
|
|
52
|
-
"datafeeder.form.description": "",
|
|
53
|
-
"datafeeder.form.dropdown": "",
|
|
54
|
-
"datafeeder.form.tags": "",
|
|
55
|
-
"datafeeder.form.title": "",
|
|
56
|
-
"datafeeder.formsPage.title": "",
|
|
57
39
|
"datafeeder.month.april": "",
|
|
58
40
|
"datafeeder.month.august": "",
|
|
59
41
|
"datafeeder.month.december": "",
|
|
@@ -66,59 +48,6 @@
|
|
|
66
48
|
"datafeeder.month.november": "",
|
|
67
49
|
"datafeeder.month.october": "",
|
|
68
50
|
"datafeeder.month.september": "",
|
|
69
|
-
"datafeeder.publish.hint": "",
|
|
70
|
-
"datafeeder.publish.illustration.title": "",
|
|
71
|
-
"datafeeder.publish.subtitle": "",
|
|
72
|
-
"datafeeder.publish.title": "",
|
|
73
|
-
"datafeeder.publish.upload": "",
|
|
74
|
-
"datafeeder.publishSuccess.geonetworkRecord": "",
|
|
75
|
-
"datafeeder.publishSuccess.illustration.title": "",
|
|
76
|
-
"datafeeder.publishSuccess.mapViewer": "",
|
|
77
|
-
"datafeeder.publishSuccess.ogcFeature": "",
|
|
78
|
-
"datafeeder.publishSuccess.subtitle": "",
|
|
79
|
-
"datafeeder.publishSuccess.title": "",
|
|
80
|
-
"datafeeder.publishSuccess.uploadAnotherData": "",
|
|
81
|
-
"datafeeder.summarizePage.illustration": "",
|
|
82
|
-
"datafeeder.summarizePage.previous": "",
|
|
83
|
-
"datafeeder.summarizePage.submit": "",
|
|
84
|
-
"datafeeder.summarizePage.title": "",
|
|
85
|
-
"datafeeder.upload.acceptedFormats": "",
|
|
86
|
-
"datafeeder.upload.checkboxLabel": "",
|
|
87
|
-
"datafeeder.upload.error.subtitle.analysis": "",
|
|
88
|
-
"datafeeder.upload.error.subtitle.cantOpenFile": "",
|
|
89
|
-
"datafeeder.upload.error.subtitle.fileFormat": "",
|
|
90
|
-
"datafeeder.upload.error.subtitle.fileSize": "",
|
|
91
|
-
"datafeeder.upload.error.title.analysis": "",
|
|
92
|
-
"datafeeder.upload.error.title.cantOpenFile": "",
|
|
93
|
-
"datafeeder.upload.error.title.fileFormat": "",
|
|
94
|
-
"datafeeder.upload.error.title.fileHasntSelected": "",
|
|
95
|
-
"datafeeder.upload.error.title.fileSize": "",
|
|
96
|
-
"datafeeder.upload.error.title.noRightsToSendData": "",
|
|
97
|
-
"datafeeder.upload.illustration.enrichment": "",
|
|
98
|
-
"datafeeder.upload.illustration.import": "",
|
|
99
|
-
"datafeeder.upload.illustration.title": "",
|
|
100
|
-
"datafeeder.upload.illustration.validation": "",
|
|
101
|
-
"datafeeder.upload.illustration.verification": "",
|
|
102
|
-
"datafeeder.upload.inputLabel": "",
|
|
103
|
-
"datafeeder.upload.maxFileSize": "",
|
|
104
|
-
"datafeeder.upload.title": "",
|
|
105
|
-
"datafeeder.upload.uploadButton": "",
|
|
106
|
-
"datafeeder.validation.csv.delimiter": "",
|
|
107
|
-
"datafeeder.validation.csv.delimiter.comma": "",
|
|
108
|
-
"datafeeder.validation.csv.delimiter.semicolon": "",
|
|
109
|
-
"datafeeder.validation.csv.lat.field": "",
|
|
110
|
-
"datafeeder.validation.csv.lng.field": "",
|
|
111
|
-
"datafeeder.validation.csv.quote.double": "",
|
|
112
|
-
"datafeeder.validation.csv.quote.none": "",
|
|
113
|
-
"datafeeder.validation.csv.quote.simple": "",
|
|
114
|
-
"datafeeder.validation.csv.quoteChar": "",
|
|
115
|
-
"datafeeder.validation.encoding": "",
|
|
116
|
-
"datafeeder.validation.extent.title": "",
|
|
117
|
-
"datafeeder.validation.extent.title.unknown": "",
|
|
118
|
-
"datafeeder.validation.projection": "",
|
|
119
|
-
"datafeeder.validation.projection.unknown": "",
|
|
120
|
-
"datafeeder.validation.sample.title": "",
|
|
121
|
-
"datafeeder.wizard.emptyRequiredValuesMessage": "",
|
|
122
51
|
"datafeeder.wizardSummarize.createdAt": "",
|
|
123
52
|
"datafeeder.wizardSummarize.scale": "",
|
|
124
53
|
"datahub.header.datasets": "",
|
|
@@ -36,24 +36,6 @@
|
|
|
36
36
|
"dashboard.records.userEmail": "",
|
|
37
37
|
"dashboard.records.username": "",
|
|
38
38
|
"dashboard.records.users": "",
|
|
39
|
-
"datafeeder.analysisProgressBar.illustration.fileFormatDetection": "",
|
|
40
|
-
"datafeeder.analysisProgressBar.illustration.gatheringDatasetInformation": "",
|
|
41
|
-
"datafeeder.analysisProgressBar.illustration.samplingData": "",
|
|
42
|
-
"datafeeder.analysisProgressBar.subtitle": "",
|
|
43
|
-
"datafeeder.analysisProgressBar.title": "",
|
|
44
|
-
"datafeeder.datasetValidation.datasetInformation": "",
|
|
45
|
-
"datafeeder.datasetValidation.submitButton": "",
|
|
46
|
-
"datafeeder.datasetValidation.title": "",
|
|
47
|
-
"datafeeder.datasetValidation.unknown": "",
|
|
48
|
-
"datafeeder.datasetValidationCsv.explicitLineNumbers": "",
|
|
49
|
-
"datafeeder.datasetValidationCsv.lineNumbers": "",
|
|
50
|
-
"datafeeder.form.abstract": "",
|
|
51
|
-
"datafeeder.form.datepicker": "",
|
|
52
|
-
"datafeeder.form.description": "",
|
|
53
|
-
"datafeeder.form.dropdown": "",
|
|
54
|
-
"datafeeder.form.tags": "",
|
|
55
|
-
"datafeeder.form.title": "",
|
|
56
|
-
"datafeeder.formsPage.title": "",
|
|
57
39
|
"datafeeder.month.april": "",
|
|
58
40
|
"datafeeder.month.august": "",
|
|
59
41
|
"datafeeder.month.december": "",
|
|
@@ -66,59 +48,6 @@
|
|
|
66
48
|
"datafeeder.month.november": "",
|
|
67
49
|
"datafeeder.month.october": "",
|
|
68
50
|
"datafeeder.month.september": "",
|
|
69
|
-
"datafeeder.publish.hint": "",
|
|
70
|
-
"datafeeder.publish.illustration.title": "",
|
|
71
|
-
"datafeeder.publish.subtitle": "",
|
|
72
|
-
"datafeeder.publish.title": "",
|
|
73
|
-
"datafeeder.publish.upload": "",
|
|
74
|
-
"datafeeder.publishSuccess.geonetworkRecord": "",
|
|
75
|
-
"datafeeder.publishSuccess.illustration.title": "",
|
|
76
|
-
"datafeeder.publishSuccess.mapViewer": "",
|
|
77
|
-
"datafeeder.publishSuccess.ogcFeature": "",
|
|
78
|
-
"datafeeder.publishSuccess.subtitle": "",
|
|
79
|
-
"datafeeder.publishSuccess.title": "",
|
|
80
|
-
"datafeeder.publishSuccess.uploadAnotherData": "",
|
|
81
|
-
"datafeeder.summarizePage.illustration": "",
|
|
82
|
-
"datafeeder.summarizePage.previous": "",
|
|
83
|
-
"datafeeder.summarizePage.submit": "",
|
|
84
|
-
"datafeeder.summarizePage.title": "",
|
|
85
|
-
"datafeeder.upload.acceptedFormats": "",
|
|
86
|
-
"datafeeder.upload.checkboxLabel": "",
|
|
87
|
-
"datafeeder.upload.error.subtitle.analysis": "",
|
|
88
|
-
"datafeeder.upload.error.subtitle.cantOpenFile": "",
|
|
89
|
-
"datafeeder.upload.error.subtitle.fileFormat": "",
|
|
90
|
-
"datafeeder.upload.error.subtitle.fileSize": "",
|
|
91
|
-
"datafeeder.upload.error.title.analysis": "",
|
|
92
|
-
"datafeeder.upload.error.title.cantOpenFile": "",
|
|
93
|
-
"datafeeder.upload.error.title.fileFormat": "",
|
|
94
|
-
"datafeeder.upload.error.title.fileHasntSelected": "",
|
|
95
|
-
"datafeeder.upload.error.title.fileSize": "",
|
|
96
|
-
"datafeeder.upload.error.title.noRightsToSendData": "",
|
|
97
|
-
"datafeeder.upload.illustration.enrichment": "",
|
|
98
|
-
"datafeeder.upload.illustration.import": "",
|
|
99
|
-
"datafeeder.upload.illustration.title": "",
|
|
100
|
-
"datafeeder.upload.illustration.validation": "",
|
|
101
|
-
"datafeeder.upload.illustration.verification": "",
|
|
102
|
-
"datafeeder.upload.inputLabel": "",
|
|
103
|
-
"datafeeder.upload.maxFileSize": "",
|
|
104
|
-
"datafeeder.upload.title": "",
|
|
105
|
-
"datafeeder.upload.uploadButton": "",
|
|
106
|
-
"datafeeder.validation.csv.delimiter": "",
|
|
107
|
-
"datafeeder.validation.csv.delimiter.comma": "",
|
|
108
|
-
"datafeeder.validation.csv.delimiter.semicolon": "",
|
|
109
|
-
"datafeeder.validation.csv.lat.field": "",
|
|
110
|
-
"datafeeder.validation.csv.lng.field": "",
|
|
111
|
-
"datafeeder.validation.csv.quote.double": "",
|
|
112
|
-
"datafeeder.validation.csv.quote.none": "",
|
|
113
|
-
"datafeeder.validation.csv.quote.simple": "",
|
|
114
|
-
"datafeeder.validation.csv.quoteChar": "",
|
|
115
|
-
"datafeeder.validation.encoding": "",
|
|
116
|
-
"datafeeder.validation.extent.title": "",
|
|
117
|
-
"datafeeder.validation.extent.title.unknown": "",
|
|
118
|
-
"datafeeder.validation.projection": "",
|
|
119
|
-
"datafeeder.validation.projection.unknown": "",
|
|
120
|
-
"datafeeder.validation.sample.title": "",
|
|
121
|
-
"datafeeder.wizard.emptyRequiredValuesMessage": "",
|
|
122
51
|
"datafeeder.wizardSummarize.createdAt": "",
|
|
123
52
|
"datafeeder.wizardSummarize.scale": "",
|
|
124
53
|
"datahub.header.datasets": "",
|