geonetwork-ui 2.4.0-dev.e1bb65c4 → 2.4.0-dev.e77c0f8c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +2 -1
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +2 -1
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +3 -1
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +2 -2
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +9 -5
- package/esm2022/libs/common/domain/src/lib/model/record/organization.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
- package/esm2022/libs/data-access/gn4/src/openapi/model/user.api.model.mjs +1 -1
- package/esm2022/libs/feature/catalog/src/index.mjs +2 -1
- package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +1 -1
- package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +6 -6
- package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +4 -0
- package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +4 -6
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +4 -2
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +5 -5
- package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +42 -23
- package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +13 -5
- package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +49 -15
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +6 -3
- package/esm2022/libs/feature/router/src/lib/default/constants.mjs +2 -1
- package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +1 -1
- package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +9 -2
- package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +8 -1
- package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +3 -2
- package/esm2022/libs/feature/search/src/lib/state/selectors.mjs +4 -1
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +7 -3
- package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +5 -5
- package/esm2022/libs/ui/catalog/src/lib/ui-catalog.module.mjs +5 -2
- package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +5 -8
- package/esm2022/libs/ui/elements/src/index.mjs +1 -2
- package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +5 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +4 -4
- package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +24 -5
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +7 -9
- package/esm2022/libs/ui/layout/src/index.mjs +2 -1
- package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +71 -0
- package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +1 -1
- package/esm2022/translations/de.json +58 -33
- package/esm2022/translations/en.json +29 -4
- package/esm2022/translations/es.json +29 -4
- package/esm2022/translations/fr.json +30 -5
- package/esm2022/translations/it.json +29 -4
- package/esm2022/translations/nl.json +29 -4
- package/esm2022/translations/pt.json +29 -4
- package/fesm2022/geonetwork-ui.mjs +496 -204
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +1 -0
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +2 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/organization.model.d.ts +1 -0
- package/libs/common/domain/src/lib/model/record/organization.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts +2 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts +1 -1
- package/libs/feature/catalog/src/index.d.ts +1 -0
- package/libs/feature/catalog/src/index.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts +3 -0
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +1 -0
- package/libs/feature/catalog/src/lib/records/records.service.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +4 -1
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +4 -1
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +4 -1
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/constants.d.ts +1 -0
- package/libs/feature/router/src/lib/default/constants.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/router.config.d.ts +1 -0
- package/libs/feature/router/src/lib/default/router.config.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/router.service.d.ts +1 -0
- package/libs/feature/router/src/lib/default/router.service.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts +1 -0
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +1 -1
- package/libs/feature/search/src/lib/state/search.facade.d.ts +1 -0
- package/libs/feature/search/src/lib/state/search.facade.d.ts.map +1 -1
- package/libs/feature/search/src/lib/state/selectors.d.ts +1 -0
- package/libs/feature/search/src/lib/state/selectors.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
- package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts +2 -2
- package/libs/ui/catalog/src/lib/ui-catalog.module.d.ts +2 -1
- package/libs/ui/catalog/src/lib/ui-catalog.module.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +1 -2
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +1 -1
- package/libs/ui/elements/src/index.d.ts +0 -1
- package/libs/ui/elements/src/index.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/error/error.component.d.ts +3 -1
- package/libs/ui/elements/src/lib/error/error.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts +5 -1
- package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts +19 -19
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
- package/libs/ui/layout/src/index.d.ts +1 -0
- package/libs/ui/layout/src/index.d.ts.map +1 -1
- package/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.d.ts +2 -2
- package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +1 -0
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +1 -0
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +3 -1
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +1 -1
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +26 -15
- package/src/libs/common/domain/src/lib/model/record/organization.model.ts +1 -0
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +5 -1
- package/src/libs/common/fixtures/src/lib/organisations.fixture.ts +28 -0
- package/src/libs/data-access/datafeeder/src/openapi/model/datasetMetadata.api.model.ts +4 -0
- package/src/libs/data-access/datafeeder/src/openapi/model/datasetUploadStatus.api.model.ts +2 -0
- package/src/libs/data-access/gn4/src/openapi/model/user.api.model.ts +1 -1
- package/src/libs/feature/catalog/src/index.ts +1 -0
- package/src/libs/feature/catalog/src/lib/feature-catalog.module.ts +0 -1
- package/src/libs/feature/catalog/src/lib/organisations/organisations.component.html +1 -1
- package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +2 -2
- package/src/libs/feature/catalog/src/lib/organization-url.token.ts +6 -0
- package/src/libs/feature/catalog/src/lib/records/records.service.ts +6 -8
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +8 -6
- package/src/libs/feature/editor/src/lib/fields.config.ts +4 -4
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +36 -19
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +6 -2
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +11 -0
- package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +59 -12
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +6 -2
- package/src/libs/feature/router/src/lib/default/constants.ts +1 -0
- package/src/libs/feature/router/src/lib/default/router.config.ts +1 -0
- package/src/libs/feature/router/src/lib/default/router.service.ts +13 -1
- package/src/libs/feature/router/src/lib/default/state/router.facade.ts +9 -1
- package/src/libs/feature/search/src/lib/state/search.facade.ts +5 -0
- package/src/libs/feature/search/src/lib/state/selectors.ts +7 -0
- package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +16 -2
- package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html +8 -6
- package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.ts +2 -2
- package/src/libs/ui/catalog/src/lib/ui-catalog.module.ts +2 -0
- package/src/libs/ui/dataviz/src/lib/figure/figure.component.html +11 -3
- package/src/libs/ui/dataviz/src/lib/figure/figure.component.ts +3 -7
- package/src/libs/ui/elements/src/index.ts +0 -1
- package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +29 -29
- package/src/libs/ui/elements/src/lib/error/error.component.html +30 -6
- package/src/libs/ui/elements/src/lib/error/error.component.ts +2 -0
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.html +1 -1
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.ts +22 -1
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +2 -4
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +31 -0
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +15 -0
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +38 -0
- package/src/libs/ui/layout/src/index.ts +1 -0
- package/src/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.html +1 -0
- package/src/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.ts +9 -5
- package/src/libs/ui/layout/src/lib/ui-layout.module.ts +0 -1
- package/translations/de.json +58 -33
- package/translations/en.json +29 -4
- package/translations/es.json +29 -4
- package/translations/fr.json +30 -5
- package/translations/it.json +29 -4
- package/translations/nl.json +29 -4
- package/translations/pt.json +29 -4
- package/translations/sk.json +30 -5
- package/esm2022/libs/ui/elements/src/lib/max-lines/max-lines.component.mjs +0 -69
- package/libs/ui/elements/src/lib/max-lines/max-lines.component.d.ts.map +0 -1
- /package/src/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.css +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Add Layer As": "",
|
|
3
3
|
"button.login": "",
|
|
4
4
|
"catalog.figures.datasets": "{count, plural, =0{datasets} one{dataset} other{datasets}}",
|
|
5
|
-
"catalog.figures.
|
|
5
|
+
"catalog.figures.organizations": "{count, plural, =0{organizzazioni} one{organizzazione} other{organizzazioni}}",
|
|
6
6
|
"chart.aggregation.average": "media",
|
|
7
7
|
"chart.aggregation.count": "conteggio",
|
|
8
8
|
"chart.aggregation.max": "massimo",
|
|
@@ -49,6 +49,8 @@
|
|
|
49
49
|
"datafeeder.datasetValidation.submitButton": "OK, i miei dati sono corretti",
|
|
50
50
|
"datafeeder.datasetValidation.title": "Controllare che i dati siano corretti",
|
|
51
51
|
"datafeeder.datasetValidation.unknown": " - ",
|
|
52
|
+
"datafeeder.datasetValidationCsv.explicitLineNumbers": "",
|
|
53
|
+
"datafeeder.datasetValidationCsv.lineNumbers": "",
|
|
52
54
|
"datafeeder.form.abstract": "Come descrivere il suo dataset?",
|
|
53
55
|
"datafeeder.form.datepicker": "Sa quando è stato creato il suo dataset ?",
|
|
54
56
|
"datafeeder.form.description": "Infine, descrivere il processo utilizzato per creare il dataset",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"datafeeder.publishSuccess.geonetworkRecord": "Scheda di metadati",
|
|
77
79
|
"datafeeder.publishSuccess.illustration.title": "Completato, tutto è andato bene!",
|
|
78
80
|
"datafeeder.publishSuccess.mapViewer": "Visualizzatore",
|
|
81
|
+
"datafeeder.publishSuccess.ogcFeature": "",
|
|
79
82
|
"datafeeder.publishSuccess.subtitle": "Visualizzare i dati:",
|
|
80
83
|
"datafeeder.publishSuccess.title": "Congratulazioni! \n I suoi dati sono stati pubblicati",
|
|
81
84
|
"datafeeder.publishSuccess.uploadAnotherData": "Caricare un altro dato",
|
|
@@ -104,6 +107,15 @@
|
|
|
104
107
|
"datafeeder.upload.maxFileSize": "Dimensione massima: {size} MB",
|
|
105
108
|
"datafeeder.upload.title": "Importa i suoi dati",
|
|
106
109
|
"datafeeder.upload.uploadButton": "Carica",
|
|
110
|
+
"datafeeder.validation.csv.delimiter": "",
|
|
111
|
+
"datafeeder.validation.csv.delimiter.comma": "",
|
|
112
|
+
"datafeeder.validation.csv.delimiter.semicolon": "",
|
|
113
|
+
"datafeeder.validation.csv.lat.field": "",
|
|
114
|
+
"datafeeder.validation.csv.lng.field": "",
|
|
115
|
+
"datafeeder.validation.csv.quote.double": "",
|
|
116
|
+
"datafeeder.validation.csv.quote.none": "",
|
|
117
|
+
"datafeeder.validation.csv.quote.simple": "",
|
|
118
|
+
"datafeeder.validation.csv.quoteChar": "",
|
|
107
119
|
"datafeeder.validation.encoding": "Codifica",
|
|
108
120
|
"datafeeder.validation.extent.title": "Ecco l'estensione del dataset",
|
|
109
121
|
"datafeeder.validation.extent.title.unknown": "Sistema di proiezione sconosciuto",
|
|
@@ -117,7 +129,7 @@
|
|
|
117
129
|
"datahub.header.lastRecords": "Ultimi",
|
|
118
130
|
"datahub.header.myfavorites": "Miei preferiti",
|
|
119
131
|
"datahub.header.news": "Home",
|
|
120
|
-
"datahub.header.
|
|
132
|
+
"datahub.header.organizations": "Organizzazioni",
|
|
121
133
|
"datahub.header.popularRecords": "Più popolari",
|
|
122
134
|
"datahub.header.title.html": "<div class=\"text-white\">Tutti i dati<br>pubblici della mia organizzazione</div>",
|
|
123
135
|
"datahub.news.contact.contactus": "Contattateci",
|
|
@@ -153,6 +165,8 @@
|
|
|
153
165
|
"downloads.format.unknown": "sconosciuto",
|
|
154
166
|
"downloads.wfs.featuretype.not.found": "Il layer non è stato trovato",
|
|
155
167
|
"dropFile": "Trascina il suo file",
|
|
168
|
+
"editor.record.form.abstract": "",
|
|
169
|
+
"editor.record.form.keywords": "",
|
|
156
170
|
"editor.record.form.license": "Licenza",
|
|
157
171
|
"editor.record.form.license.cc-by": "",
|
|
158
172
|
"editor.record.form.license.cc-by-sa": "",
|
|
@@ -163,12 +177,15 @@
|
|
|
163
177
|
"editor.record.form.license.odc-by": "",
|
|
164
178
|
"editor.record.form.license.pddl": "",
|
|
165
179
|
"editor.record.form.license.unknown": "Non riconosciuta o assente",
|
|
180
|
+
"editor.record.form.metadata.title": "",
|
|
181
|
+
"editor.record.form.record.updated": "",
|
|
166
182
|
"editor.record.form.resourceUpdated": "",
|
|
167
183
|
"editor.record.form.temporalExtents": "",
|
|
168
184
|
"editor.record.form.temporalExtents.addDate": "",
|
|
169
185
|
"editor.record.form.temporalExtents.addRange": "",
|
|
170
186
|
"editor.record.form.temporalExtents.date": "",
|
|
171
187
|
"editor.record.form.temporalExtents.range": "",
|
|
188
|
+
"editor.record.form.unique.identifier": "",
|
|
172
189
|
"editor.record.form.updateFrequency": "",
|
|
173
190
|
"editor.record.form.updateFrequency.planned": "",
|
|
174
191
|
"editor.record.loadError.body": "",
|
|
@@ -252,6 +269,10 @@
|
|
|
252
269
|
"organisations.sortBy.nameDesc": "Nome Z → A",
|
|
253
270
|
"organisations.sortBy.recordCountAsc": "Dati 0 → 9",
|
|
254
271
|
"organisations.sortBy.recordCountDesc": "Dati 9 → 0",
|
|
272
|
+
"organization.details.lastPublishedDatasets": "",
|
|
273
|
+
"organization.details.lastPublishedDatasets.searchAllButton": "",
|
|
274
|
+
"organization.details.mailContact": "",
|
|
275
|
+
"organization.header.recordCount": "{count, plural, =0{} one{} other{}}",
|
|
255
276
|
"pagination.nextPage": "Pagina successiva",
|
|
256
277
|
"pagination.page": "pagina",
|
|
257
278
|
"pagination.pageOf": "di",
|
|
@@ -289,7 +310,7 @@
|
|
|
289
310
|
"record.metadata.preview": "Anteprima",
|
|
290
311
|
"record.metadata.producer": "Produttore dei dati",
|
|
291
312
|
"record.metadata.publication": "Data di pubblicazione",
|
|
292
|
-
"record.metadata.publications": "pubblicazioni",
|
|
313
|
+
"record.metadata.publications": "{count, plural, =0{pubblicazione} one{pubblicazione} other{pubblicazioni}}",
|
|
293
314
|
"record.metadata.quality": "Qualità dei metadati",
|
|
294
315
|
"record.metadata.quality.contact.failed": "Il contatto non è specificato",
|
|
295
316
|
"record.metadata.quality.contact.success": "Il contatto è specificato",
|
|
@@ -349,6 +370,8 @@
|
|
|
349
370
|
"results.sortBy.relevancy": "Rilevanza",
|
|
350
371
|
"search.autocomplete.error": "Impossibile recuperare le suggerimenti",
|
|
351
372
|
"search.error.couldNotReachApi": "Problema di connessione all'API",
|
|
373
|
+
"search.error.organizationHasNoDataset": "",
|
|
374
|
+
"search.error.organizationNotFound": "",
|
|
352
375
|
"search.error.receivedError": "Errore ricevuto",
|
|
353
376
|
"search.error.recordHasnolink": "",
|
|
354
377
|
"search.error.recordNotFound": "Impossibile trovare questo dato",
|
|
@@ -376,9 +399,11 @@
|
|
|
376
399
|
"search.filters.minimize": "Riduci",
|
|
377
400
|
"search.filters.myRecords": "Visualizza i miei dati",
|
|
378
401
|
"search.filters.myRecordsHelp": "Quando attivato, mostra solo i dati creati con il mio utente. I dati creati da altri utenti non sono visualizzati.",
|
|
402
|
+
"search.filters.organization": "",
|
|
379
403
|
"search.filters.otherRecords": "Visualizzazione dei dati di un altro utente",
|
|
404
|
+
"search.filters.producerOrg": "",
|
|
380
405
|
"search.filters.publicationYear": "Anno di pubblicazione",
|
|
381
|
-
"search.filters.
|
|
406
|
+
"search.filters.publisherOrg": "",
|
|
382
407
|
"search.filters.representationType": "Tipo di rappresentazione",
|
|
383
408
|
"search.filters.resourceType": "Tipo di risorsa",
|
|
384
409
|
"search.filters.standard": "Standard",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Add Layer As": "",
|
|
3
3
|
"button.login": "",
|
|
4
4
|
"catalog.figures.datasets": "datasets",
|
|
5
|
-
"catalog.figures.
|
|
5
|
+
"catalog.figures.organizations": "organisaties",
|
|
6
6
|
"chart.aggregation.average": "gemiddelde",
|
|
7
7
|
"chart.aggregation.count": "aantal",
|
|
8
8
|
"chart.aggregation.max": "max",
|
|
@@ -49,6 +49,8 @@
|
|
|
49
49
|
"datafeeder.datasetValidation.submitButton": "",
|
|
50
50
|
"datafeeder.datasetValidation.title": "",
|
|
51
51
|
"datafeeder.datasetValidation.unknown": "",
|
|
52
|
+
"datafeeder.datasetValidationCsv.explicitLineNumbers": "",
|
|
53
|
+
"datafeeder.datasetValidationCsv.lineNumbers": "",
|
|
52
54
|
"datafeeder.form.abstract": "",
|
|
53
55
|
"datafeeder.form.datepicker": "",
|
|
54
56
|
"datafeeder.form.description": "",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"datafeeder.publishSuccess.geonetworkRecord": "",
|
|
77
79
|
"datafeeder.publishSuccess.illustration.title": "",
|
|
78
80
|
"datafeeder.publishSuccess.mapViewer": "",
|
|
81
|
+
"datafeeder.publishSuccess.ogcFeature": "",
|
|
79
82
|
"datafeeder.publishSuccess.subtitle": "",
|
|
80
83
|
"datafeeder.publishSuccess.title": "",
|
|
81
84
|
"datafeeder.publishSuccess.uploadAnotherData": "",
|
|
@@ -104,6 +107,15 @@
|
|
|
104
107
|
"datafeeder.upload.maxFileSize": "",
|
|
105
108
|
"datafeeder.upload.title": "",
|
|
106
109
|
"datafeeder.upload.uploadButton": "",
|
|
110
|
+
"datafeeder.validation.csv.delimiter": "",
|
|
111
|
+
"datafeeder.validation.csv.delimiter.comma": "",
|
|
112
|
+
"datafeeder.validation.csv.delimiter.semicolon": "",
|
|
113
|
+
"datafeeder.validation.csv.lat.field": "",
|
|
114
|
+
"datafeeder.validation.csv.lng.field": "",
|
|
115
|
+
"datafeeder.validation.csv.quote.double": "",
|
|
116
|
+
"datafeeder.validation.csv.quote.none": "",
|
|
117
|
+
"datafeeder.validation.csv.quote.simple": "",
|
|
118
|
+
"datafeeder.validation.csv.quoteChar": "",
|
|
107
119
|
"datafeeder.validation.encoding": "",
|
|
108
120
|
"datafeeder.validation.extent.title": "",
|
|
109
121
|
"datafeeder.validation.extent.title.unknown": "",
|
|
@@ -117,7 +129,7 @@
|
|
|
117
129
|
"datahub.header.lastRecords": "",
|
|
118
130
|
"datahub.header.myfavorites": "",
|
|
119
131
|
"datahub.header.news": "",
|
|
120
|
-
"datahub.header.
|
|
132
|
+
"datahub.header.organizations": "",
|
|
121
133
|
"datahub.header.popularRecords": "",
|
|
122
134
|
"datahub.header.title.html": "",
|
|
123
135
|
"datahub.news.contact.contactus": "",
|
|
@@ -153,6 +165,8 @@
|
|
|
153
165
|
"downloads.format.unknown": "",
|
|
154
166
|
"downloads.wfs.featuretype.not.found": "",
|
|
155
167
|
"dropFile": "",
|
|
168
|
+
"editor.record.form.abstract": "",
|
|
169
|
+
"editor.record.form.keywords": "",
|
|
156
170
|
"editor.record.form.license": "",
|
|
157
171
|
"editor.record.form.license.cc-by": "",
|
|
158
172
|
"editor.record.form.license.cc-by-sa": "",
|
|
@@ -163,12 +177,15 @@
|
|
|
163
177
|
"editor.record.form.license.odc-by": "",
|
|
164
178
|
"editor.record.form.license.pddl": "",
|
|
165
179
|
"editor.record.form.license.unknown": "",
|
|
180
|
+
"editor.record.form.metadata.title": "",
|
|
181
|
+
"editor.record.form.record.updated": "",
|
|
166
182
|
"editor.record.form.resourceUpdated": "",
|
|
167
183
|
"editor.record.form.temporalExtents": "",
|
|
168
184
|
"editor.record.form.temporalExtents.addDate": "",
|
|
169
185
|
"editor.record.form.temporalExtents.addRange": "",
|
|
170
186
|
"editor.record.form.temporalExtents.date": "",
|
|
171
187
|
"editor.record.form.temporalExtents.range": "",
|
|
188
|
+
"editor.record.form.unique.identifier": "",
|
|
172
189
|
"editor.record.form.updateFrequency": "",
|
|
173
190
|
"editor.record.form.updateFrequency.planned": "",
|
|
174
191
|
"editor.record.loadError.body": "",
|
|
@@ -252,6 +269,10 @@
|
|
|
252
269
|
"organisations.sortBy.nameDesc": "",
|
|
253
270
|
"organisations.sortBy.recordCountAsc": "",
|
|
254
271
|
"organisations.sortBy.recordCountDesc": "",
|
|
272
|
+
"organization.details.lastPublishedDatasets": "",
|
|
273
|
+
"organization.details.lastPublishedDatasets.searchAllButton": "",
|
|
274
|
+
"organization.details.mailContact": "",
|
|
275
|
+
"organization.header.recordCount": "{count, plural, =0{} one{} other{}}",
|
|
255
276
|
"pagination.nextPage": "",
|
|
256
277
|
"pagination.page": "",
|
|
257
278
|
"pagination.pageOf": "",
|
|
@@ -289,7 +310,7 @@
|
|
|
289
310
|
"record.metadata.preview": "",
|
|
290
311
|
"record.metadata.producer": "",
|
|
291
312
|
"record.metadata.publication": "",
|
|
292
|
-
"record.metadata.publications": "",
|
|
313
|
+
"record.metadata.publications": "{count, plural, =0{} one{} other{}}",
|
|
293
314
|
"record.metadata.quality": "",
|
|
294
315
|
"record.metadata.quality.contact.failed": "",
|
|
295
316
|
"record.metadata.quality.contact.success": "",
|
|
@@ -349,6 +370,8 @@
|
|
|
349
370
|
"results.sortBy.relevancy": "",
|
|
350
371
|
"search.autocomplete.error": "",
|
|
351
372
|
"search.error.couldNotReachApi": "",
|
|
373
|
+
"search.error.organizationHasNoDataset": "",
|
|
374
|
+
"search.error.organizationNotFound": "",
|
|
352
375
|
"search.error.receivedError": "",
|
|
353
376
|
"search.error.recordHasnolink": "",
|
|
354
377
|
"search.error.recordNotFound": "",
|
|
@@ -376,9 +399,11 @@
|
|
|
376
399
|
"search.filters.minimize": "",
|
|
377
400
|
"search.filters.myRecords": "",
|
|
378
401
|
"search.filters.myRecordsHelp": "",
|
|
402
|
+
"search.filters.organization": "",
|
|
379
403
|
"search.filters.otherRecords": "",
|
|
404
|
+
"search.filters.producerOrg": "",
|
|
380
405
|
"search.filters.publicationYear": "",
|
|
381
|
-
"search.filters.
|
|
406
|
+
"search.filters.publisherOrg": "",
|
|
382
407
|
"search.filters.representationType": "",
|
|
383
408
|
"search.filters.resourceType": "",
|
|
384
409
|
"search.filters.standard": "",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Add Layer As": "",
|
|
3
3
|
"button.login": "",
|
|
4
4
|
"catalog.figures.datasets": "conjuntos de dados",
|
|
5
|
-
"catalog.figures.
|
|
5
|
+
"catalog.figures.organizations": "organizações",
|
|
6
6
|
"chart.aggregation.average": "média",
|
|
7
7
|
"chart.aggregation.count": "contagem",
|
|
8
8
|
"chart.aggregation.max": "máximo",
|
|
@@ -49,6 +49,8 @@
|
|
|
49
49
|
"datafeeder.datasetValidation.submitButton": "",
|
|
50
50
|
"datafeeder.datasetValidation.title": "",
|
|
51
51
|
"datafeeder.datasetValidation.unknown": "",
|
|
52
|
+
"datafeeder.datasetValidationCsv.explicitLineNumbers": "",
|
|
53
|
+
"datafeeder.datasetValidationCsv.lineNumbers": "",
|
|
52
54
|
"datafeeder.form.abstract": "",
|
|
53
55
|
"datafeeder.form.datepicker": "",
|
|
54
56
|
"datafeeder.form.description": "",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"datafeeder.publishSuccess.geonetworkRecord": "",
|
|
77
79
|
"datafeeder.publishSuccess.illustration.title": "",
|
|
78
80
|
"datafeeder.publishSuccess.mapViewer": "",
|
|
81
|
+
"datafeeder.publishSuccess.ogcFeature": "",
|
|
79
82
|
"datafeeder.publishSuccess.subtitle": "",
|
|
80
83
|
"datafeeder.publishSuccess.title": "",
|
|
81
84
|
"datafeeder.publishSuccess.uploadAnotherData": "",
|
|
@@ -104,6 +107,15 @@
|
|
|
104
107
|
"datafeeder.upload.maxFileSize": "",
|
|
105
108
|
"datafeeder.upload.title": "",
|
|
106
109
|
"datafeeder.upload.uploadButton": "",
|
|
110
|
+
"datafeeder.validation.csv.delimiter": "",
|
|
111
|
+
"datafeeder.validation.csv.delimiter.comma": "",
|
|
112
|
+
"datafeeder.validation.csv.delimiter.semicolon": "",
|
|
113
|
+
"datafeeder.validation.csv.lat.field": "",
|
|
114
|
+
"datafeeder.validation.csv.lng.field": "",
|
|
115
|
+
"datafeeder.validation.csv.quote.double": "",
|
|
116
|
+
"datafeeder.validation.csv.quote.none": "",
|
|
117
|
+
"datafeeder.validation.csv.quote.simple": "",
|
|
118
|
+
"datafeeder.validation.csv.quoteChar": "",
|
|
107
119
|
"datafeeder.validation.encoding": "",
|
|
108
120
|
"datafeeder.validation.extent.title": "",
|
|
109
121
|
"datafeeder.validation.extent.title.unknown": "",
|
|
@@ -117,7 +129,7 @@
|
|
|
117
129
|
"datahub.header.lastRecords": "",
|
|
118
130
|
"datahub.header.myfavorites": "",
|
|
119
131
|
"datahub.header.news": "",
|
|
120
|
-
"datahub.header.
|
|
132
|
+
"datahub.header.organizations": "",
|
|
121
133
|
"datahub.header.popularRecords": "",
|
|
122
134
|
"datahub.header.title.html": "",
|
|
123
135
|
"datahub.news.contact.contactus": "",
|
|
@@ -153,6 +165,8 @@
|
|
|
153
165
|
"downloads.format.unknown": "",
|
|
154
166
|
"downloads.wfs.featuretype.not.found": "",
|
|
155
167
|
"dropFile": "",
|
|
168
|
+
"editor.record.form.abstract": "",
|
|
169
|
+
"editor.record.form.keywords": "",
|
|
156
170
|
"editor.record.form.license": "",
|
|
157
171
|
"editor.record.form.license.cc-by": "",
|
|
158
172
|
"editor.record.form.license.cc-by-sa": "",
|
|
@@ -163,12 +177,15 @@
|
|
|
163
177
|
"editor.record.form.license.odc-by": "",
|
|
164
178
|
"editor.record.form.license.pddl": "",
|
|
165
179
|
"editor.record.form.license.unknown": "",
|
|
180
|
+
"editor.record.form.metadata.title": "",
|
|
181
|
+
"editor.record.form.record.updated": "",
|
|
166
182
|
"editor.record.form.resourceUpdated": "",
|
|
167
183
|
"editor.record.form.temporalExtents": "",
|
|
168
184
|
"editor.record.form.temporalExtents.addDate": "",
|
|
169
185
|
"editor.record.form.temporalExtents.addRange": "",
|
|
170
186
|
"editor.record.form.temporalExtents.date": "",
|
|
171
187
|
"editor.record.form.temporalExtents.range": "",
|
|
188
|
+
"editor.record.form.unique.identifier": "",
|
|
172
189
|
"editor.record.form.updateFrequency": "",
|
|
173
190
|
"editor.record.form.updateFrequency.planned": "",
|
|
174
191
|
"editor.record.loadError.body": "",
|
|
@@ -252,6 +269,10 @@
|
|
|
252
269
|
"organisations.sortBy.nameDesc": "",
|
|
253
270
|
"organisations.sortBy.recordCountAsc": "",
|
|
254
271
|
"organisations.sortBy.recordCountDesc": "",
|
|
272
|
+
"organization.details.lastPublishedDatasets": "",
|
|
273
|
+
"organization.details.lastPublishedDatasets.searchAllButton": "",
|
|
274
|
+
"organization.details.mailContact": "",
|
|
275
|
+
"organization.header.recordCount": "{count, plural, =0{} one{} other{}}",
|
|
255
276
|
"pagination.nextPage": "",
|
|
256
277
|
"pagination.page": "",
|
|
257
278
|
"pagination.pageOf": "",
|
|
@@ -289,7 +310,7 @@
|
|
|
289
310
|
"record.metadata.preview": "",
|
|
290
311
|
"record.metadata.producer": "",
|
|
291
312
|
"record.metadata.publication": "",
|
|
292
|
-
"record.metadata.publications": "",
|
|
313
|
+
"record.metadata.publications": "{count, plural, =0{} one{} other{}}",
|
|
293
314
|
"record.metadata.quality": "",
|
|
294
315
|
"record.metadata.quality.contact.failed": "",
|
|
295
316
|
"record.metadata.quality.contact.success": "",
|
|
@@ -349,6 +370,8 @@
|
|
|
349
370
|
"results.sortBy.relevancy": "",
|
|
350
371
|
"search.autocomplete.error": "",
|
|
351
372
|
"search.error.couldNotReachApi": "",
|
|
373
|
+
"search.error.organizationHasNoDataset": "",
|
|
374
|
+
"search.error.organizationNotFound": "",
|
|
352
375
|
"search.error.receivedError": "",
|
|
353
376
|
"search.error.recordHasnolink": "",
|
|
354
377
|
"search.error.recordNotFound": "",
|
|
@@ -376,9 +399,11 @@
|
|
|
376
399
|
"search.filters.minimize": "",
|
|
377
400
|
"search.filters.myRecords": "",
|
|
378
401
|
"search.filters.myRecordsHelp": "",
|
|
402
|
+
"search.filters.organization": "",
|
|
379
403
|
"search.filters.otherRecords": "",
|
|
404
|
+
"search.filters.producerOrg": "",
|
|
380
405
|
"search.filters.publicationYear": "",
|
|
381
|
-
"search.filters.
|
|
406
|
+
"search.filters.publisherOrg": "",
|
|
382
407
|
"search.filters.representationType": "",
|
|
383
408
|
"search.filters.resourceType": "",
|
|
384
409
|
"search.filters.standard": "",
|