geonetwork-ui 2.7.0-dev.d500b08cc → 2.7.0-dev.d51ff2ddf
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/iso19139/utils/status.mapper.mjs +4 -1
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +5 -1
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +4 -6
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +47 -3
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +32 -4
- package/esm2022/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +5 -1
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
- package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +10 -2
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +2 -2
- package/esm2022/libs/feature/editor/src/index.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.mjs +80 -0
- package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +1 -3
- package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +3 -5
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +31 -12
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +76 -27
- package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +4 -2
- package/esm2022/libs/feature/search/src/lib/state/reducer.mjs +5 -2
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +4 -3
- package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +5 -4
- package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +5 -4
- package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +4 -4
- package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +21 -43
- package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +5 -4
- package/esm2022/libs/ui/map/src/lib/components/map-legend/map-legend.component.mjs +2 -2
- package/esm2022/libs/util/app-config/src/lib/app-config.mjs +5 -1
- package/esm2022/libs/util/app-config/src/lib/model.mjs +1 -1
- package/esm2022/libs/util/shared/src/index.mjs +2 -2
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +12 -2
- package/esm2022/libs/util/shared/src/lib/record/index.mjs +3 -0
- package/esm2022/libs/util/shared/src/lib/record/quality-score.util.mjs +45 -0
- package/esm2022/libs/util/shared/src/lib/record/record.util.mjs +56 -0
- package/esm2022/libs/util/shared/src/lib/utils/geojson.mjs +58 -1
- package/esm2022/libs/util/shared/src/lib/utils/index.mjs +2 -1
- package/esm2022/libs/util/shared/src/lib/utils/mobile-screen.mjs +9 -0
- package/esm2022/translations/de.json +9 -1
- package/esm2022/translations/en.json +9 -1
- package/esm2022/translations/es.json +9 -1
- package/esm2022/translations/fr.json +10 -2
- package/esm2022/translations/it.json +9 -1
- package/esm2022/translations/nl.json +9 -1
- package/esm2022/translations/pt.json +9 -1
- package/esm2022/translations/sk.json +9 -1
- package/fesm2022/geonetwork-ui.mjs +2725 -2331
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +3 -0
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts +1 -0
- package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts +1 -0
- package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +3 -2
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts.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/metadata-quality-panel/metadata-quality-panel.component.d.ts +19 -0
- package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +2 -2
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +8 -4
- 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 +12 -5
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
- package/libs/feature/search/src/lib/state/reducer.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -0
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts +1 -0
- package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts +7 -6
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts +1 -0
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/app-config.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/model.d.ts +2 -0
- package/libs/util/app-config/src/lib/model.d.ts.map +1 -1
- package/libs/util/shared/src/index.d.ts +1 -1
- package/libs/util/shared/src/index.d.ts.map +1 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts +2 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
- package/libs/util/shared/src/lib/record/index.d.ts +3 -0
- package/libs/util/shared/src/lib/record/index.d.ts.map +1 -0
- package/libs/util/shared/src/lib/record/quality-score.util.d.ts +13 -0
- package/libs/util/shared/src/lib/record/quality-score.util.d.ts.map +1 -0
- package/libs/util/shared/src/lib/record/record.util.d.ts +3 -0
- package/libs/util/shared/src/lib/record/record.util.d.ts.map +1 -0
- package/libs/util/shared/src/lib/utils/geojson.d.ts +7 -2
- package/libs/util/shared/src/lib/utils/geojson.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/index.d.ts +1 -0
- package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/mobile-screen.d.ts +2 -0
- package/libs/util/shared/src/lib/utils/mobile-screen.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/utils/status.mapper.ts +3 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.ts +3 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +4 -0
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +3 -5
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +50 -3
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +38 -4
- package/src/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.ts +1 -0
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +4 -0
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +2 -0
- package/src/libs/common/fixtures/src/lib/editor/editor.fixtures.ts +0 -3
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +10 -1
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +3 -1
- package/src/libs/feature/editor/src/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.html +37 -0
- package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.ts +90 -0
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +2 -1
- package/src/libs/feature/editor/src/lib/fields.config.ts +0 -2
- package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +8 -8
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +2 -0
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +34 -15
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +5 -2
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +70 -23
- package/src/libs/feature/record/src/lib/state/mdview.effects.ts +5 -1
- package/src/libs/feature/search/src/lib/state/reducer.ts +4 -1
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +6 -1
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +12 -11
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +7 -1
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.html +4 -1
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +7 -1
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +1 -0
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +5 -1
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +1 -0
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.ts +21 -54
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html +7 -1
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.ts +3 -1
- package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.ts +1 -1
- package/src/libs/util/app-config/src/lib/app-config.ts +4 -0
- package/src/libs/util/app-config/src/lib/model.ts +2 -0
- package/src/libs/util/shared/src/index.ts +1 -1
- package/src/libs/util/shared/src/lib/links/link-utils.ts +11 -1
- package/src/libs/util/shared/src/lib/record/index.ts +2 -0
- package/src/libs/util/shared/src/lib/record/quality-score.util.ts +69 -0
- package/src/libs/util/shared/src/lib/{record.util.ts → record/record.util.ts} +1 -1
- package/src/libs/util/shared/src/lib/utils/geojson.ts +72 -2
- package/src/libs/util/shared/src/lib/utils/index.ts +1 -0
- package/src/libs/util/shared/src/lib/utils/mobile-screen.ts +14 -0
- package/translations/de.json +9 -1
- package/translations/en.json +9 -1
- package/translations/es.json +9 -1
- package/translations/fr.json +10 -2
- package/translations/it.json +9 -1
- package/translations/nl.json +9 -1
- package/translations/pt.json +9 -1
- package/translations/sk.json +9 -1
- package/esm2022/libs/util/shared/src/lib/record.util.mjs +0 -56
- package/libs/util/shared/src/lib/record.util.d.ts +0 -3
- package/libs/util/shared/src/lib/record.util.d.ts.map +0 -1
|
@@ -86,7 +86,9 @@
|
|
|
86
86
|
"domain.record.status.completed": "Finalisé",
|
|
87
87
|
"domain.record.status.deprecated": "Obsolète",
|
|
88
88
|
"domain.record.status.ongoing": "Mise à jour continue",
|
|
89
|
+
"domain.record.status.planned": "Planifié",
|
|
89
90
|
"domain.record.status.removed": "Supprimé",
|
|
91
|
+
"domain.record.status.required": "Obligatoire",
|
|
90
92
|
"domain.record.status.under_development": "En cours de création",
|
|
91
93
|
"domain.record.updateFrequency.annually": "Les données sont mises à jour chaque année",
|
|
92
94
|
"domain.record.updateFrequency.asNeeded": "Les données sont mises à jour selon les besoins",
|
|
@@ -99,7 +101,7 @@
|
|
|
99
101
|
"domain.record.updateFrequency.irregular": "Les données sont mises à jour à intervalles irréguliers",
|
|
100
102
|
"domain.record.updateFrequency.month": "{count, plural, =0{0 fois} one{Une fois} other{{count} fois}} par mois",
|
|
101
103
|
"domain.record.updateFrequency.monthly": "Les données sont mises à jour chaque mois",
|
|
102
|
-
"domain.record.updateFrequency.notPlanned": "
|
|
104
|
+
"domain.record.updateFrequency.notPlanned": "La mise à jour des données n’est pas planifiée",
|
|
103
105
|
"domain.record.updateFrequency.periodic": "Les données sont mises à jour à intervalles réguliers",
|
|
104
106
|
"domain.record.updateFrequency.quarterly": "Les données sont mises à jour tous les trois mois",
|
|
105
107
|
"domain.record.updateFrequency.semimonthly": "Les données sont mises à jour deux fois par mois",
|
|
@@ -142,6 +144,7 @@
|
|
|
142
144
|
"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.",
|
|
143
145
|
"editor.record.form.field.abstract": "Description",
|
|
144
146
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
147
|
+
"editor.record.form.field.contacts": "Point de contact - Email",
|
|
145
148
|
"editor.record.form.field.contacts.noContact": "Veuillez renseigner au moins un point de contact.",
|
|
146
149
|
"editor.record.form.field.contacts.placeholder": "Choisissez un contact",
|
|
147
150
|
"editor.record.form.field.contactsForResource.noContact": "Veuillez renseigner au moins un point de contact responsable de la donnée.",
|
|
@@ -166,6 +169,7 @@
|
|
|
166
169
|
"editor.record.form.field.onlineResource.toggle.dataset": "Lier un fichier",
|
|
167
170
|
"editor.record.form.field.onlineResource.toggle.service": "Lier un service",
|
|
168
171
|
"editor.record.form.field.onlineResources": "Distribution",
|
|
172
|
+
"editor.record.form.field.organisation": "Point de contact - Organisation",
|
|
169
173
|
"editor.record.form.field.otherConstraints": "Contrainte générale",
|
|
170
174
|
"editor.record.form.field.overviews": "Aperçu",
|
|
171
175
|
"editor.record.form.field.recordUpdated": "Date de mise à jour",
|
|
@@ -177,6 +181,7 @@
|
|
|
177
181
|
"editor.record.form.field.temporalExtents": "Étendue temporelle",
|
|
178
182
|
"editor.record.form.field.title": "Titre",
|
|
179
183
|
"editor.record.form.field.title.placeholder": "Saisir un titre",
|
|
184
|
+
"editor.record.form.field.topics": "Thèmes",
|
|
180
185
|
"editor.record.form.field.uniqueIdentifier": "Identifiant unique",
|
|
181
186
|
"editor.record.form.field.updateFrequency": "Fréquence de mise à jour",
|
|
182
187
|
"editor.record.form.keywords.place.placeholder": "Rechercher une localisation par mot-clé",
|
|
@@ -191,6 +196,8 @@
|
|
|
191
196
|
"editor.record.form.license.odc-by": "Open Data Commons ODC-By",
|
|
192
197
|
"editor.record.form.license.pddl": "Open Data Commons PDDL",
|
|
193
198
|
"editor.record.form.license.unknown": "Inconnue ou absente",
|
|
199
|
+
"editor.record.form.metadataQuality.open": "Ouvrir le menu de qualité des métadonnées",
|
|
200
|
+
"editor.record.form.metadataQuality.title": "Complétion",
|
|
194
201
|
"editor.record.form.multilingual.activate": "Activez les langues",
|
|
195
202
|
"editor.record.form.multilingual.default": "Par défaut",
|
|
196
203
|
"editor.record.form.multilingual.enable": "Mode Multilingue",
|
|
@@ -340,6 +347,7 @@
|
|
|
340
347
|
"map.layer.add": "Ajouter",
|
|
341
348
|
"map.layers.available": "Couches disponibles",
|
|
342
349
|
"map.layers.list": "Couches",
|
|
350
|
+
"map.legend.title": "Légende",
|
|
343
351
|
"map.loading.data": "Chargement des données...",
|
|
344
352
|
"map.loading.service": "Chargement du service...",
|
|
345
353
|
"map.navigation.message": "Veuillez utiliser CTRL + souris (ou deux doigts sur mobile) pour naviguer sur la carte",
|
|
@@ -373,7 +381,6 @@
|
|
|
373
381
|
"record.action.rollback": "Restaurer",
|
|
374
382
|
"record.action.switchLang": "Marquer par défaut",
|
|
375
383
|
"record.action.view": "Voir",
|
|
376
|
-
"record.card.metadata.contact": "Contact de la métadonnée ",
|
|
377
384
|
"record.externalViewer.open": "Ouvrir dans le visualiseur externe",
|
|
378
385
|
"record.feature.catalog.number.total.attribute": "Nombre total d'attributs",
|
|
379
386
|
"record.feature.catalog.number.total.object": "Nombre total d'objets",
|
|
@@ -579,6 +586,7 @@
|
|
|
579
586
|
"service.metadata.filter.noLayers": "Aucune couche ne correspond à votre recherche",
|
|
580
587
|
"service.metadata.other": "Autres informations",
|
|
581
588
|
"service.metadata.question": "Poser une question",
|
|
589
|
+
"service.metadata.reuse": "Déclarer une réutilisation",
|
|
582
590
|
"service.metadata.search": "Rechercher dans la liste des couches",
|
|
583
591
|
"service.metadata.search.clear": "Effacer la recherche des couches",
|
|
584
592
|
"service.metadata.spatialExtent": "Etendue spatiale",
|
|
@@ -86,7 +86,9 @@
|
|
|
86
86
|
"domain.record.status.completed": "Completato",
|
|
87
87
|
"domain.record.status.deprecated": "Deprecato",
|
|
88
88
|
"domain.record.status.ongoing": "Aggiornamento continuo",
|
|
89
|
+
"domain.record.status.planned": "",
|
|
89
90
|
"domain.record.status.removed": "Rimosso",
|
|
91
|
+
"domain.record.status.required": "",
|
|
90
92
|
"domain.record.status.under_development": "In fase di creazione",
|
|
91
93
|
"domain.record.updateFrequency.annually": "I dati vengono aggiornati ogni anno",
|
|
92
94
|
"domain.record.updateFrequency.asNeeded": "I dati vengono aggiornati secondo necessità",
|
|
@@ -142,6 +144,7 @@
|
|
|
142
144
|
"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.",
|
|
143
145
|
"editor.record.form.field.abstract": "Riassunto",
|
|
144
146
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
147
|
+
"editor.record.form.field.contacts": "",
|
|
145
148
|
"editor.record.form.field.contacts.noContact": "Inserisci almeno un punto di contatto.",
|
|
146
149
|
"editor.record.form.field.contacts.placeholder": "Scegli un contatto",
|
|
147
150
|
"editor.record.form.field.contactsForResource.noContact": "Inserisci almeno un punto di contatto responsabile dei dati.",
|
|
@@ -166,6 +169,7 @@
|
|
|
166
169
|
"editor.record.form.field.onlineResource.toggle.dataset": "Collega un file",
|
|
167
170
|
"editor.record.form.field.onlineResource.toggle.service": "Collega un servizio",
|
|
168
171
|
"editor.record.form.field.onlineResources": "Distribuzione",
|
|
172
|
+
"editor.record.form.field.organisation": "",
|
|
169
173
|
"editor.record.form.field.otherConstraints": "Vincolo generale",
|
|
170
174
|
"editor.record.form.field.overviews": "Panoramica",
|
|
171
175
|
"editor.record.form.field.recordUpdated": "Data di aggiornamento",
|
|
@@ -177,6 +181,7 @@
|
|
|
177
181
|
"editor.record.form.field.temporalExtents": "Estensioni temporali",
|
|
178
182
|
"editor.record.form.field.title": "Titolo",
|
|
179
183
|
"editor.record.form.field.title.placeholder": "Inserisci un titolo",
|
|
184
|
+
"editor.record.form.field.topics": "",
|
|
180
185
|
"editor.record.form.field.uniqueIdentifier": "Identificatore univoco",
|
|
181
186
|
"editor.record.form.field.updateFrequency": "Frequenza di aggiornamento",
|
|
182
187
|
"editor.record.form.keywords.place.placeholder": "Cerca una posizione per parola chiave",
|
|
@@ -191,6 +196,8 @@
|
|
|
191
196
|
"editor.record.form.license.odc-by": "Open Data Commons ODC-By",
|
|
192
197
|
"editor.record.form.license.pddl": "Open Data Commons PDDL",
|
|
193
198
|
"editor.record.form.license.unknown": "Sconosciuto o assente",
|
|
199
|
+
"editor.record.form.metadataQuality.open": "",
|
|
200
|
+
"editor.record.form.metadataQuality.title": "",
|
|
194
201
|
"editor.record.form.multilingual.activate": "",
|
|
195
202
|
"editor.record.form.multilingual.default": "",
|
|
196
203
|
"editor.record.form.multilingual.enable": "Aprire il pannello multilingue",
|
|
@@ -340,6 +347,7 @@
|
|
|
340
347
|
"map.layer.add": "Aggiungi",
|
|
341
348
|
"map.layers.available": "Layer disponibili",
|
|
342
349
|
"map.layers.list": "Layers",
|
|
350
|
+
"map.legend.title": "",
|
|
343
351
|
"map.loading.data": "Caricamento dati...",
|
|
344
352
|
"map.loading.service": "Caricamento del servizio...",
|
|
345
353
|
"map.navigation.message": "Si prega di utilizzare CTRL + mouse (o due dita su mobile) per navigare sulla mappa",
|
|
@@ -373,7 +381,6 @@
|
|
|
373
381
|
"record.action.rollback": "Annulla",
|
|
374
382
|
"record.action.switchLang": "",
|
|
375
383
|
"record.action.view": "Visualizza",
|
|
376
|
-
"record.card.metadata.contact": "Contatto del metadata",
|
|
377
384
|
"record.externalViewer.open": "Aprire nel visualizzatore esterno",
|
|
378
385
|
"record.feature.catalog.number.total.attribute": "Quantità totale di oggetti",
|
|
379
386
|
"record.feature.catalog.number.total.object": "Quantità totale di attributi",
|
|
@@ -579,6 +586,7 @@
|
|
|
579
586
|
"service.metadata.filter.noLayers": "Nessun layer abbina la ricerca",
|
|
580
587
|
"service.metadata.other": "Altri informazioni",
|
|
581
588
|
"service.metadata.question": "Fare una domanda",
|
|
589
|
+
"service.metadata.reuse": "",
|
|
582
590
|
"service.metadata.search": "Cerca nella lista del layers",
|
|
583
591
|
"service.metadata.search.clear": "Cancella la ricerca del layers",
|
|
584
592
|
"service.metadata.spatialExtent": "Estensione spaziale",
|
|
@@ -86,7 +86,9 @@
|
|
|
86
86
|
"domain.record.status.completed": "",
|
|
87
87
|
"domain.record.status.deprecated": "",
|
|
88
88
|
"domain.record.status.ongoing": "",
|
|
89
|
+
"domain.record.status.planned": "",
|
|
89
90
|
"domain.record.status.removed": "",
|
|
91
|
+
"domain.record.status.required": "",
|
|
90
92
|
"domain.record.status.under_development": "",
|
|
91
93
|
"domain.record.updateFrequency.annually": "Gegevens worden elk jaar bijgewerkt",
|
|
92
94
|
"domain.record.updateFrequency.asNeeded": "Gegevens worden bijgewerkt naar behoefte",
|
|
@@ -142,6 +144,7 @@
|
|
|
142
144
|
"editor.record.form.draft.updateAlert": "",
|
|
143
145
|
"editor.record.form.field.abstract": "",
|
|
144
146
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
147
|
+
"editor.record.form.field.contacts": "",
|
|
145
148
|
"editor.record.form.field.contacts.noContact": "",
|
|
146
149
|
"editor.record.form.field.contacts.placeholder": "",
|
|
147
150
|
"editor.record.form.field.contactsForResource.noContact": "",
|
|
@@ -166,6 +169,7 @@
|
|
|
166
169
|
"editor.record.form.field.onlineResource.toggle.dataset": "",
|
|
167
170
|
"editor.record.form.field.onlineResource.toggle.service": "",
|
|
168
171
|
"editor.record.form.field.onlineResources": "",
|
|
172
|
+
"editor.record.form.field.organisation": "",
|
|
169
173
|
"editor.record.form.field.otherConstraints": "",
|
|
170
174
|
"editor.record.form.field.overviews": "",
|
|
171
175
|
"editor.record.form.field.recordUpdated": "",
|
|
@@ -177,6 +181,7 @@
|
|
|
177
181
|
"editor.record.form.field.temporalExtents": "",
|
|
178
182
|
"editor.record.form.field.title": "",
|
|
179
183
|
"editor.record.form.field.title.placeholder": "Voer een titel in",
|
|
184
|
+
"editor.record.form.field.topics": "",
|
|
180
185
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
181
186
|
"editor.record.form.field.updateFrequency": "",
|
|
182
187
|
"editor.record.form.keywords.place.placeholder": "",
|
|
@@ -191,6 +196,8 @@
|
|
|
191
196
|
"editor.record.form.license.odc-by": "",
|
|
192
197
|
"editor.record.form.license.pddl": "",
|
|
193
198
|
"editor.record.form.license.unknown": "",
|
|
199
|
+
"editor.record.form.metadataQuality.open": "",
|
|
200
|
+
"editor.record.form.metadataQuality.title": "",
|
|
194
201
|
"editor.record.form.multilingual.activate": "",
|
|
195
202
|
"editor.record.form.multilingual.default": "",
|
|
196
203
|
"editor.record.form.multilingual.enable": "",
|
|
@@ -340,6 +347,7 @@
|
|
|
340
347
|
"map.layer.add": "",
|
|
341
348
|
"map.layers.available": "",
|
|
342
349
|
"map.layers.list": "",
|
|
350
|
+
"map.legend.title": "",
|
|
343
351
|
"map.loading.data": "",
|
|
344
352
|
"map.loading.service": "",
|
|
345
353
|
"map.navigation.message": "",
|
|
@@ -373,7 +381,6 @@
|
|
|
373
381
|
"record.action.rollback": "",
|
|
374
382
|
"record.action.switchLang": "",
|
|
375
383
|
"record.action.view": "",
|
|
376
|
-
"record.card.metadata.contact": "",
|
|
377
384
|
"record.externalViewer.open": "",
|
|
378
385
|
"record.feature.catalog.number.total.attribute": "",
|
|
379
386
|
"record.feature.catalog.number.total.object": "",
|
|
@@ -579,6 +586,7 @@
|
|
|
579
586
|
"service.metadata.filter.noLayers": "",
|
|
580
587
|
"service.metadata.other": "",
|
|
581
588
|
"service.metadata.question": "",
|
|
589
|
+
"service.metadata.reuse": "",
|
|
582
590
|
"service.metadata.search": "",
|
|
583
591
|
"service.metadata.search.clear": "",
|
|
584
592
|
"service.metadata.spatialExtent": "",
|
|
@@ -86,7 +86,9 @@
|
|
|
86
86
|
"domain.record.status.completed": "",
|
|
87
87
|
"domain.record.status.deprecated": "",
|
|
88
88
|
"domain.record.status.ongoing": "",
|
|
89
|
+
"domain.record.status.planned": "",
|
|
89
90
|
"domain.record.status.removed": "",
|
|
91
|
+
"domain.record.status.required": "",
|
|
90
92
|
"domain.record.status.under_development": "",
|
|
91
93
|
"domain.record.updateFrequency.annually": "Os dados são atualizados anualmente",
|
|
92
94
|
"domain.record.updateFrequency.asNeeded": "Os dados são atualizados conforme necessário",
|
|
@@ -142,6 +144,7 @@
|
|
|
142
144
|
"editor.record.form.draft.updateAlert": "",
|
|
143
145
|
"editor.record.form.field.abstract": "",
|
|
144
146
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
147
|
+
"editor.record.form.field.contacts": "",
|
|
145
148
|
"editor.record.form.field.contacts.noContact": "",
|
|
146
149
|
"editor.record.form.field.contacts.placeholder": "",
|
|
147
150
|
"editor.record.form.field.contactsForResource.noContact": "",
|
|
@@ -166,6 +169,7 @@
|
|
|
166
169
|
"editor.record.form.field.onlineResource.toggle.dataset": "",
|
|
167
170
|
"editor.record.form.field.onlineResource.toggle.service": "",
|
|
168
171
|
"editor.record.form.field.onlineResources": "",
|
|
172
|
+
"editor.record.form.field.organisation": "",
|
|
169
173
|
"editor.record.form.field.otherConstraints": "",
|
|
170
174
|
"editor.record.form.field.overviews": "",
|
|
171
175
|
"editor.record.form.field.recordUpdated": "",
|
|
@@ -177,6 +181,7 @@
|
|
|
177
181
|
"editor.record.form.field.temporalExtents": "",
|
|
178
182
|
"editor.record.form.field.title": "",
|
|
179
183
|
"editor.record.form.field.title.placeholder": "Insira um título",
|
|
184
|
+
"editor.record.form.field.topics": "",
|
|
180
185
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
181
186
|
"editor.record.form.field.updateFrequency": "",
|
|
182
187
|
"editor.record.form.keywords.place.placeholder": "",
|
|
@@ -191,6 +196,8 @@
|
|
|
191
196
|
"editor.record.form.license.odc-by": "",
|
|
192
197
|
"editor.record.form.license.pddl": "",
|
|
193
198
|
"editor.record.form.license.unknown": "",
|
|
199
|
+
"editor.record.form.metadataQuality.open": "",
|
|
200
|
+
"editor.record.form.metadataQuality.title": "",
|
|
194
201
|
"editor.record.form.multilingual.activate": "",
|
|
195
202
|
"editor.record.form.multilingual.default": "",
|
|
196
203
|
"editor.record.form.multilingual.enable": "",
|
|
@@ -340,6 +347,7 @@
|
|
|
340
347
|
"map.layer.add": "",
|
|
341
348
|
"map.layers.available": "",
|
|
342
349
|
"map.layers.list": "",
|
|
350
|
+
"map.legend.title": "",
|
|
343
351
|
"map.loading.data": "",
|
|
344
352
|
"map.loading.service": "",
|
|
345
353
|
"map.navigation.message": "",
|
|
@@ -373,7 +381,6 @@
|
|
|
373
381
|
"record.action.rollback": "",
|
|
374
382
|
"record.action.switchLang": "",
|
|
375
383
|
"record.action.view": "",
|
|
376
|
-
"record.card.metadata.contact": "",
|
|
377
384
|
"record.externalViewer.open": "",
|
|
378
385
|
"record.feature.catalog.number.total.attribute": "",
|
|
379
386
|
"record.feature.catalog.number.total.object": "",
|
|
@@ -579,6 +586,7 @@
|
|
|
579
586
|
"service.metadata.filter.noLayers": "",
|
|
580
587
|
"service.metadata.other": "",
|
|
581
588
|
"service.metadata.question": "",
|
|
589
|
+
"service.metadata.reuse": "",
|
|
582
590
|
"service.metadata.search": "",
|
|
583
591
|
"service.metadata.search.clear": "",
|
|
584
592
|
"service.metadata.spatialExtent": "",
|
|
@@ -86,7 +86,9 @@
|
|
|
86
86
|
"domain.record.status.completed": "Dokončené",
|
|
87
87
|
"domain.record.status.deprecated": "Zastarané",
|
|
88
88
|
"domain.record.status.ongoing": "Prebiehajúce",
|
|
89
|
+
"domain.record.status.planned": "",
|
|
89
90
|
"domain.record.status.removed": "Odstránené",
|
|
91
|
+
"domain.record.status.required": "",
|
|
90
92
|
"domain.record.status.under_development": "Vo vývoji",
|
|
91
93
|
"domain.record.updateFrequency.annually": "Údaje sa aktualizujú každý rok",
|
|
92
94
|
"domain.record.updateFrequency.asNeeded": "Údaje sa aktualizujú podľa potreby",
|
|
@@ -142,6 +144,7 @@
|
|
|
142
144
|
"editor.record.form.draft.updateAlert": "",
|
|
143
145
|
"editor.record.form.field.abstract": "",
|
|
144
146
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
147
|
+
"editor.record.form.field.contacts": "",
|
|
145
148
|
"editor.record.form.field.contacts.noContact": "",
|
|
146
149
|
"editor.record.form.field.contacts.placeholder": "",
|
|
147
150
|
"editor.record.form.field.contactsForResource.noContact": "",
|
|
@@ -166,6 +169,7 @@
|
|
|
166
169
|
"editor.record.form.field.onlineResource.toggle.dataset": "",
|
|
167
170
|
"editor.record.form.field.onlineResource.toggle.service": "",
|
|
168
171
|
"editor.record.form.field.onlineResources": "",
|
|
172
|
+
"editor.record.form.field.organisation": "",
|
|
169
173
|
"editor.record.form.field.otherConstraints": "",
|
|
170
174
|
"editor.record.form.field.overviews": "",
|
|
171
175
|
"editor.record.form.field.recordUpdated": "",
|
|
@@ -177,6 +181,7 @@
|
|
|
177
181
|
"editor.record.form.field.temporalExtents": "",
|
|
178
182
|
"editor.record.form.field.title": "",
|
|
179
183
|
"editor.record.form.field.title.placeholder": "Zadajte názov",
|
|
184
|
+
"editor.record.form.field.topics": "",
|
|
180
185
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
181
186
|
"editor.record.form.field.updateFrequency": "",
|
|
182
187
|
"editor.record.form.keywords.place.placeholder": "",
|
|
@@ -191,6 +196,8 @@
|
|
|
191
196
|
"editor.record.form.license.odc-by": "",
|
|
192
197
|
"editor.record.form.license.pddl": "",
|
|
193
198
|
"editor.record.form.license.unknown": "",
|
|
199
|
+
"editor.record.form.metadataQuality.open": "",
|
|
200
|
+
"editor.record.form.metadataQuality.title": "",
|
|
194
201
|
"editor.record.form.multilingual.activate": "",
|
|
195
202
|
"editor.record.form.multilingual.default": "",
|
|
196
203
|
"editor.record.form.multilingual.enable": "",
|
|
@@ -340,6 +347,7 @@
|
|
|
340
347
|
"map.layer.add": "Pridať",
|
|
341
348
|
"map.layers.available": "Dostupné vrsty",
|
|
342
349
|
"map.layers.list": "Vrstvy",
|
|
350
|
+
"map.legend.title": "",
|
|
343
351
|
"map.loading.data": "Načítavanie dát mapy...",
|
|
344
352
|
"map.loading.service": "Načítavanie služieb...",
|
|
345
353
|
"map.navigation.message": "Použite prosím CTRL + myš (alebo dva prsty na mobilnom zariadení) na navigáciu po mape",
|
|
@@ -373,7 +381,6 @@
|
|
|
373
381
|
"record.action.rollback": "",
|
|
374
382
|
"record.action.switchLang": "",
|
|
375
383
|
"record.action.view": "Zobraziť",
|
|
376
|
-
"record.card.metadata.contact": "",
|
|
377
384
|
"record.externalViewer.open": "Otvoriť v externom mapovom prehliadači",
|
|
378
385
|
"record.feature.catalog.number.total.attribute": "",
|
|
379
386
|
"record.feature.catalog.number.total.object": "",
|
|
@@ -579,6 +586,7 @@
|
|
|
579
586
|
"service.metadata.filter.noLayers": "",
|
|
580
587
|
"service.metadata.other": "",
|
|
581
588
|
"service.metadata.question": "",
|
|
589
|
+
"service.metadata.reuse": "",
|
|
582
590
|
"service.metadata.search": "",
|
|
583
591
|
"service.metadata.search.clear": "",
|
|
584
592
|
"service.metadata.spatialExtent": "",
|