geonetwork-ui 2.10.0-dev.f143bfdfa → 2.10.0-dev.f1c00d5fe
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/fesm2022/geonetwork-ui.mjs +1331 -6228
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +186 -170
- package/index.d.ts.map +1 -1
- package/package.json +23 -33
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +11 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/eu.dcat-ap.records.ts +2 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +22 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.reuse+ongules.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.reuse+roilaye.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/georhena.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/metadata-for-i18n.records.ts +2 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +22 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/opendataswiss.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/sextant.records.ts +2 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/vlaanderen.dcat-ap.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.reuse.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +48 -7
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.converter.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +6 -5
- package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.ts +4 -0
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +13 -0
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +45 -1
- package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +13 -1
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +40 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +47 -1
- package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +4 -4
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +2 -2
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +12 -8
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +1 -1
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +1 -1
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +11 -22
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +12 -5
- package/src/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.ts +2 -1
- package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +2 -1
- package/src/libs/common/fixtures/src/lib/records.fixtures.ts +57 -0
- package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +5 -2
- package/src/libs/feature/editor/src/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +4 -1
- package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +26 -19
- package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +5 -1
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +0 -2
- package/src/libs/feature/editor/src/lib/components/contact-details/contact-details-form.component.html +7 -6
- package/src/libs/feature/editor/src/lib/components/contact-details/contact-details-form.component.ts +10 -8
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +5 -14
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +3 -28
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +5 -5
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +2 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/field-focus.directive.ts +4 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +7 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +1 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +12 -5
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +4 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +7 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +6 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +3 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.css +0 -34
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +27 -16
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +11 -0
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.css +35 -0
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +18 -5
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +76 -19
- package/src/libs/feature/editor/src/lib/expressions.ts +380 -8
- package/src/libs/feature/editor/src/lib/fields.config.ts +354 -337
- package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +6 -3
- package/src/libs/feature/editor/src/lib/services/editor.service.ts +8 -12
- package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +33 -0
- package/src/libs/feature/notify-reuse/src/index.ts +1 -0
- package/src/libs/feature/notify-reuse/src/lib/edit-delete-reuse-buttons/edit-delete-reuse-buttons.component.css +0 -0
- package/src/libs/feature/notify-reuse/src/lib/edit-delete-reuse-buttons/edit-delete-reuse-buttons.component.html +23 -0
- package/src/libs/feature/notify-reuse/src/lib/edit-delete-reuse-buttons/edit-delete-reuse-buttons.component.ts +114 -0
- package/src/libs/feature/notify-reuse/src/lib/notify-reuse-form/notify-reuse-form.component.html +111 -1
- package/src/libs/feature/notify-reuse/src/lib/notify-reuse-form/notify-reuse-form.component.ts +221 -8
- package/src/libs/feature/notify-reuse/src/lib/utils/url.ts +16 -0
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +9 -1
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +10 -5
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +2 -2
- package/src/libs/ui/dataviz/src/index.ts +0 -1
- package/src/libs/ui/elements/src/index.ts +1 -0
- package/src/libs/ui/elements/src/lib/contact-details/contact-details.component.html +48 -56
- package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.html +2 -1
- package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.css +13 -0
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +13 -3
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +43 -6
- package/src/libs/ui/elements/src/lib/keyword-badge/keyword-badge.component.html +14 -0
- package/src/libs/ui/elements/src/lib/keyword-badge/keyword-badge.component.ts +85 -0
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +5 -0
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +4 -7
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +4 -5
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +4 -0
- package/src/libs/ui/inputs/src/lib/badge/badge.component.html +33 -26
- package/src/libs/ui/inputs/src/lib/badge/badge.component.ts +9 -0
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +2 -2
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +3 -3
- package/src/libs/ui/inputs/src/lib/text-input/text-input.component.css +0 -3
- package/src/libs/ui/inputs/src/lib/text-input/text-input.component.html +11 -7
- package/src/libs/ui/inputs/src/lib/text-input/text-input.component.ts +56 -30
- package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +5 -5
- package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +9 -1
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +1 -1
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +3 -8
- package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +7 -7
- package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.ts +14 -1
- package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.ts +4 -54
- package/src/libs/ui/map/src/lib/map-utils.ts +48 -0
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +1 -1
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +12 -8
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +3 -1
- package/src/libs/ui/search/src/lib/results-table/results-table.component.html +1 -0
- package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +7 -1
- package/src/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.html +1 -1
- package/src/libs/util/app-config/src/lib/app-config.ts +21 -9
- package/src/libs/util/data-fetcher/src/lib/readers/base-file.ts +1 -2
- package/src/libs/util/data-fetcher/src/lib/readers/wfs.ts +6 -3
- package/src/libs/util/i18n/src/index.ts +0 -1
- package/src/libs/util/i18n/src/lib/i18n.constants.ts +17 -11
- package/src/libs/util/i18n/src/lib/i18n.interceptor.ts +2 -2
- package/src/libs/util/i18n/src/lib/i18n.providers.ts +14 -17
- package/src/libs/util/i18n/src/lib/test.translate.loader.ts +48 -0
- package/src/libs/util/shared/src/lib/links/link-utils.ts +22 -0
- package/src/libs/util/shared/src/lib/services/date.service.ts +3 -3
- package/src/libs/util/shared/src/lib/utils/geojson.ts +58 -1
- package/style.css +0 -1
- package/tailwind.base.css +9 -0
- package/translations/de.json +102 -49
- package/translations/en.json +112 -59
- package/translations/es.json +76 -23
- package/translations/fr.json +109 -56
- package/translations/it.json +103 -50
- package/translations/nl.json +75 -22
- package/translations/pt.json +76 -23
- package/translations/sk.json +76 -23
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.css +0 -3
package/translations/pt.json
CHANGED
|
@@ -89,6 +89,10 @@
|
|
|
89
89
|
"domain.contact.role.stakeholder": "",
|
|
90
90
|
"domain.contact.role.unspecified": "",
|
|
91
91
|
"domain.contact.role.user": "",
|
|
92
|
+
"domain.record.keywordType.other": "",
|
|
93
|
+
"domain.record.keywordType.place": "",
|
|
94
|
+
"domain.record.keywordType.temporal": "",
|
|
95
|
+
"domain.record.keywordType.theme": "",
|
|
92
96
|
"domain.record.status.completed": "",
|
|
93
97
|
"domain.record.status.deprecated": "",
|
|
94
98
|
"domain.record.status.ongoing": "",
|
|
@@ -115,7 +119,28 @@
|
|
|
115
119
|
"domain.record.updateFrequency.week": "{count, plural, =0{0 vezes} one{Uma vez} other{{count} vezes}} por semana",
|
|
116
120
|
"domain.record.updateFrequency.weekly": "Os dados são atualizados semanalmente",
|
|
117
121
|
"domain.record.updateFrequency.year": "{count, plural, =0{0 vezes} one{Uma vez} other{{count} vezes}} por ano",
|
|
122
|
+
"downloads.format.csv": "",
|
|
123
|
+
"downloads.format.dxf": "",
|
|
124
|
+
"downloads.format.excel": "",
|
|
125
|
+
"downloads.format.fgb": "",
|
|
126
|
+
"downloads.format.geojson": "",
|
|
127
|
+
"downloads.format.gml": "",
|
|
128
|
+
"downloads.format.gpkg": "",
|
|
129
|
+
"downloads.format.html": "",
|
|
130
|
+
"downloads.format.jpg": "",
|
|
131
|
+
"downloads.format.json": "",
|
|
132
|
+
"downloads.format.jsonfg": "",
|
|
133
|
+
"downloads.format.kml": "",
|
|
134
|
+
"downloads.format.pdf": "",
|
|
135
|
+
"downloads.format.png": "",
|
|
136
|
+
"downloads.format.postgis": "",
|
|
137
|
+
"downloads.format.shp": "",
|
|
138
|
+
"downloads.format.svg": "",
|
|
139
|
+
"downloads.format.tiff": "",
|
|
118
140
|
"downloads.format.unknown": "",
|
|
141
|
+
"downloads.format.webp": "",
|
|
142
|
+
"downloads.format.xml": "",
|
|
143
|
+
"downloads.format.zip": "",
|
|
119
144
|
"downloads.wfs.featuretype.not.found": "",
|
|
120
145
|
"dropFile": "",
|
|
121
146
|
"editor.new.record.title": "",
|
|
@@ -191,6 +216,7 @@
|
|
|
191
216
|
"editor.record.form.field.resourceCreated": "",
|
|
192
217
|
"editor.record.form.field.resourceIdentifier": "",
|
|
193
218
|
"editor.record.form.field.resourceUpdated": "",
|
|
219
|
+
"editor.record.form.field.reuseUrl": "URL da reutilização",
|
|
194
220
|
"editor.record.form.field.securityConstraints": "",
|
|
195
221
|
"editor.record.form.field.spatialExtents": "",
|
|
196
222
|
"editor.record.form.field.temporalExtents": "",
|
|
@@ -234,6 +260,7 @@
|
|
|
234
260
|
"editor.record.form.section.dataManagers.description": "",
|
|
235
261
|
"editor.record.form.section.dataManagers.label": "",
|
|
236
262
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
263
|
+
"editor.record.form.section.lightPointOfContact.label": "Ponto de contacto",
|
|
237
264
|
"editor.record.form.section.metadataPointOfContact.description": "",
|
|
238
265
|
"editor.record.form.section.metadataPointOfContact.label": "",
|
|
239
266
|
"editor.record.form.section.topics.description": "",
|
|
@@ -243,37 +270,42 @@
|
|
|
243
270
|
"editor.record.form.temporalExtents.addRange": "",
|
|
244
271
|
"editor.record.form.temporalExtents.date": "",
|
|
245
272
|
"editor.record.form.temporalExtents.range": "",
|
|
246
|
-
"editor.record.form.topics.
|
|
247
|
-
"editor.record.form.topics.
|
|
248
|
-
"editor.record.form.topics.
|
|
249
|
-
"editor.record.form.topics.
|
|
250
|
-
"editor.record.form.topics.
|
|
251
|
-
"editor.record.form.topics.
|
|
252
|
-
"editor.record.form.topics.
|
|
253
|
-
"editor.record.form.topics.
|
|
254
|
-
"editor.record.form.topics.
|
|
255
|
-
"editor.record.form.topics.
|
|
256
|
-
"editor.record.form.topics.
|
|
257
|
-
"editor.record.form.topics.
|
|
258
|
-
"editor.record.form.topics.
|
|
259
|
-
"editor.record.form.topics.
|
|
260
|
-
"editor.record.form.topics.
|
|
261
|
-
"editor.record.form.topics.
|
|
262
|
-
"editor.record.form.topics.
|
|
263
|
-
"editor.record.form.topics.
|
|
264
|
-
"editor.record.form.topics.
|
|
273
|
+
"editor.record.form.topics.iso.biota": "",
|
|
274
|
+
"editor.record.form.topics.iso.boundaries": "",
|
|
275
|
+
"editor.record.form.topics.iso.climatologyMeteorologyAtmosphere": "",
|
|
276
|
+
"editor.record.form.topics.iso.economy": "",
|
|
277
|
+
"editor.record.form.topics.iso.elevation": "",
|
|
278
|
+
"editor.record.form.topics.iso.environment": "",
|
|
279
|
+
"editor.record.form.topics.iso.farming": "",
|
|
280
|
+
"editor.record.form.topics.iso.geoscientificInformation": "",
|
|
281
|
+
"editor.record.form.topics.iso.health": "",
|
|
282
|
+
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "",
|
|
283
|
+
"editor.record.form.topics.iso.inlandWaters": "",
|
|
284
|
+
"editor.record.form.topics.iso.intelligenceMilitary": "",
|
|
285
|
+
"editor.record.form.topics.iso.location": "",
|
|
286
|
+
"editor.record.form.topics.iso.oceans": "",
|
|
287
|
+
"editor.record.form.topics.iso.planningCadastre": "",
|
|
288
|
+
"editor.record.form.topics.iso.society": "",
|
|
289
|
+
"editor.record.form.topics.iso.structure": "",
|
|
290
|
+
"editor.record.form.topics.iso.transportation": "",
|
|
291
|
+
"editor.record.form.topics.iso.utilitiesCommunication": "",
|
|
265
292
|
"editor.record.form.topics.placeholder": "",
|
|
266
|
-
"editor.record.form.updateFrequency.planned": "Este conjunto de dados é atualizado regularmente.",
|
|
293
|
+
"editor.record.form.updateFrequency.planned": "{recordKind, select, dataset{Este conjunto de dados} service{Este serviço} reuse{Esta reutilização} other{Este registo}} é atualizado regularmente.",
|
|
267
294
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
268
295
|
"editor.record.importFromExternalFile.failure.title": "",
|
|
269
296
|
"editor.record.importFromExternalFile.success.body": "",
|
|
270
297
|
"editor.record.importFromExternalFile.success.title": "",
|
|
298
|
+
"editor.record.light.leave": "Voltar à reutilização",
|
|
299
|
+
"editor.record.light.save": "Guardar a reutilização",
|
|
300
|
+
"editor.record.light.saveError.body": "Não foi possível guardar a reutilização:",
|
|
301
|
+
"editor.record.light.saveError.title": "Falha ao guardar",
|
|
302
|
+
"editor.record.light.saveSuccess.body": "A reutilização foi guardada com sucesso.",
|
|
303
|
+
"editor.record.light.saveSuccess.title": "Reutilização guardada",
|
|
271
304
|
"editor.record.loadError.body": "",
|
|
272
305
|
"editor.record.loadError.closeMessage": "",
|
|
273
306
|
"editor.record.loadError.title": "",
|
|
274
307
|
"editor.record.lock.harvested": "",
|
|
275
308
|
"editor.record.lock.owner": "",
|
|
276
|
-
"editor.record.lock.resourceType": "",
|
|
277
309
|
"editor.record.multilingual.confirmation.cancelText": "",
|
|
278
310
|
"editor.record.multilingual.confirmation.confirmText": "",
|
|
279
311
|
"editor.record.multilingual.confirmation.message": "",
|
|
@@ -398,6 +430,21 @@
|
|
|
398
430
|
"multiselect.filter.placeholder": "",
|
|
399
431
|
"nav.back": "",
|
|
400
432
|
"navbar.mobile.menuTitle": "",
|
|
433
|
+
"notify.reuse.form.error.body": "",
|
|
434
|
+
"notify.reuse.form.error.title": "",
|
|
435
|
+
"notify.reuse.form.field.email": "E-mail",
|
|
436
|
+
"notify.reuse.form.field.email.placeholder": "endereço de e-mail do contacto",
|
|
437
|
+
"notify.reuse.form.field.title": "Título",
|
|
438
|
+
"notify.reuse.form.field.title.placeholder": "Título da reutilização",
|
|
439
|
+
"notify.reuse.form.field.url": "URL da reutilização",
|
|
440
|
+
"notify.reuse.form.field.url.placeholder": "https://www.exemplo",
|
|
441
|
+
"notify.reuse.form.required.hint": "* : Campos obrigatórios para a criação de uma reutilização",
|
|
442
|
+
"notify.reuse.form.submit": "Declarar a reutilização",
|
|
443
|
+
"notify.reuse.form.title": "Declarar uma reutilização",
|
|
444
|
+
"notify.reuse.link.description": "Um recurso de reutilização criado através do Datahub",
|
|
445
|
+
"notify.reuse.record.action.declare": "Declarar a reutilização",
|
|
446
|
+
"notify.reuse.record.action.delete": "Eliminar a reutilização",
|
|
447
|
+
"notify.reuse.record.action.edit": "Editar a reutilização",
|
|
401
448
|
"ogc.geojson.notsupported": "",
|
|
402
449
|
"ogc.unreachable.unknown": "",
|
|
403
450
|
"organisation.filter.placeholder": "",
|
|
@@ -419,6 +466,7 @@
|
|
|
419
466
|
"record.action.download": "",
|
|
420
467
|
"record.action.duplicate": "",
|
|
421
468
|
"record.action.duplicating": "",
|
|
469
|
+
"record.action.question": "",
|
|
422
470
|
"record.action.rollback": "",
|
|
423
471
|
"record.action.switchLang": "",
|
|
424
472
|
"record.action.view": "",
|
|
@@ -430,6 +478,7 @@
|
|
|
430
478
|
"record.kind.reuse": "",
|
|
431
479
|
"record.kind.service": "",
|
|
432
480
|
"record.metadata.about": "",
|
|
481
|
+
"record.metadata.abstract.empty": "",
|
|
433
482
|
"record.metadata.api": "",
|
|
434
483
|
"record.metadata.api.accessServiceProtocol.GPFDL": "",
|
|
435
484
|
"record.metadata.api.accessServiceProtocol.esriRest": "",
|
|
@@ -558,6 +607,12 @@
|
|
|
558
607
|
"record.metadata.userFeedbacks.sortSelector.choices.oldestFirst": "",
|
|
559
608
|
"record.metadata.userFeedbacks.sortSelector.label": "",
|
|
560
609
|
"record.more.details": "",
|
|
610
|
+
"record.reuse.delete.confirmation.cancelText": "",
|
|
611
|
+
"record.reuse.delete.confirmation.confirmText": "",
|
|
612
|
+
"record.reuse.delete.confirmation.message": "",
|
|
613
|
+
"record.reuse.delete.confirmation.title": "",
|
|
614
|
+
"record.reuse.deleteError.body": "",
|
|
615
|
+
"record.reuse.deleteError.title": "",
|
|
561
616
|
"record.tab.chart": "",
|
|
562
617
|
"record.tab.data": "",
|
|
563
618
|
"record.tab.map": "",
|
|
@@ -647,8 +702,6 @@
|
|
|
647
702
|
"service.metadata.filter": "",
|
|
648
703
|
"service.metadata.filter.noLayers": "",
|
|
649
704
|
"service.metadata.other": "",
|
|
650
|
-
"service.metadata.question": "",
|
|
651
|
-
"service.metadata.reuse": "",
|
|
652
705
|
"service.metadata.search": "",
|
|
653
706
|
"service.metadata.search.clear": "",
|
|
654
707
|
"service.metadata.spatialExtent": "",
|
package/translations/sk.json
CHANGED
|
@@ -89,6 +89,10 @@
|
|
|
89
89
|
"domain.contact.role.stakeholder": "",
|
|
90
90
|
"domain.contact.role.unspecified": "",
|
|
91
91
|
"domain.contact.role.user": "",
|
|
92
|
+
"domain.record.keywordType.other": "Kľúčové slová",
|
|
93
|
+
"domain.record.keywordType.place": "Miesto",
|
|
94
|
+
"domain.record.keywordType.temporal": "Časový",
|
|
95
|
+
"domain.record.keywordType.theme": "Téma",
|
|
92
96
|
"domain.record.status.completed": "Dokončené",
|
|
93
97
|
"domain.record.status.deprecated": "Zastarané",
|
|
94
98
|
"domain.record.status.ongoing": "Prebiehajúce",
|
|
@@ -115,7 +119,28 @@
|
|
|
115
119
|
"domain.record.updateFrequency.week": "{count, plural, =0{0 krát} one{Raz} other{{count} krát}} za týždeň",
|
|
116
120
|
"domain.record.updateFrequency.weekly": "Údaje sa aktualizujú týždenne",
|
|
117
121
|
"domain.record.updateFrequency.year": "{count, plural, =0{0 krát} one{Raz} other{{count} krát}} za rok",
|
|
122
|
+
"downloads.format.csv": "",
|
|
123
|
+
"downloads.format.dxf": "",
|
|
124
|
+
"downloads.format.excel": "",
|
|
125
|
+
"downloads.format.fgb": "",
|
|
126
|
+
"downloads.format.geojson": "",
|
|
127
|
+
"downloads.format.gml": "",
|
|
128
|
+
"downloads.format.gpkg": "",
|
|
129
|
+
"downloads.format.html": "",
|
|
130
|
+
"downloads.format.jpg": "",
|
|
131
|
+
"downloads.format.json": "",
|
|
132
|
+
"downloads.format.jsonfg": "",
|
|
133
|
+
"downloads.format.kml": "",
|
|
134
|
+
"downloads.format.pdf": "",
|
|
135
|
+
"downloads.format.png": "",
|
|
136
|
+
"downloads.format.postgis": "",
|
|
137
|
+
"downloads.format.shp": "",
|
|
138
|
+
"downloads.format.svg": "",
|
|
139
|
+
"downloads.format.tiff": "",
|
|
118
140
|
"downloads.format.unknown": "neznámy",
|
|
141
|
+
"downloads.format.webp": "",
|
|
142
|
+
"downloads.format.xml": "",
|
|
143
|
+
"downloads.format.zip": "",
|
|
119
144
|
"downloads.wfs.featuretype.not.found": "Vrstva nebola nájdená",
|
|
120
145
|
"dropFile": "nahrať súbor",
|
|
121
146
|
"editor.new.record.title": "",
|
|
@@ -191,6 +216,7 @@
|
|
|
191
216
|
"editor.record.form.field.resourceCreated": "",
|
|
192
217
|
"editor.record.form.field.resourceIdentifier": "",
|
|
193
218
|
"editor.record.form.field.resourceUpdated": "",
|
|
219
|
+
"editor.record.form.field.reuseUrl": "URL opätovného použitia",
|
|
194
220
|
"editor.record.form.field.securityConstraints": "",
|
|
195
221
|
"editor.record.form.field.spatialExtents": "",
|
|
196
222
|
"editor.record.form.field.temporalExtents": "",
|
|
@@ -234,6 +260,7 @@
|
|
|
234
260
|
"editor.record.form.section.dataManagers.description": "",
|
|
235
261
|
"editor.record.form.section.dataManagers.label": "",
|
|
236
262
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
263
|
+
"editor.record.form.section.lightPointOfContact.label": "Kontaktná osoba",
|
|
237
264
|
"editor.record.form.section.metadataPointOfContact.description": "",
|
|
238
265
|
"editor.record.form.section.metadataPointOfContact.label": "",
|
|
239
266
|
"editor.record.form.section.topics.description": "",
|
|
@@ -243,37 +270,42 @@
|
|
|
243
270
|
"editor.record.form.temporalExtents.addRange": "",
|
|
244
271
|
"editor.record.form.temporalExtents.date": "",
|
|
245
272
|
"editor.record.form.temporalExtents.range": "",
|
|
246
|
-
"editor.record.form.topics.
|
|
247
|
-
"editor.record.form.topics.
|
|
248
|
-
"editor.record.form.topics.
|
|
249
|
-
"editor.record.form.topics.
|
|
250
|
-
"editor.record.form.topics.
|
|
251
|
-
"editor.record.form.topics.
|
|
252
|
-
"editor.record.form.topics.
|
|
253
|
-
"editor.record.form.topics.
|
|
254
|
-
"editor.record.form.topics.
|
|
255
|
-
"editor.record.form.topics.
|
|
256
|
-
"editor.record.form.topics.
|
|
257
|
-
"editor.record.form.topics.
|
|
258
|
-
"editor.record.form.topics.
|
|
259
|
-
"editor.record.form.topics.
|
|
260
|
-
"editor.record.form.topics.
|
|
261
|
-
"editor.record.form.topics.
|
|
262
|
-
"editor.record.form.topics.
|
|
263
|
-
"editor.record.form.topics.
|
|
264
|
-
"editor.record.form.topics.
|
|
273
|
+
"editor.record.form.topics.iso.biota": "",
|
|
274
|
+
"editor.record.form.topics.iso.boundaries": "",
|
|
275
|
+
"editor.record.form.topics.iso.climatologyMeteorologyAtmosphere": "",
|
|
276
|
+
"editor.record.form.topics.iso.economy": "",
|
|
277
|
+
"editor.record.form.topics.iso.elevation": "",
|
|
278
|
+
"editor.record.form.topics.iso.environment": "",
|
|
279
|
+
"editor.record.form.topics.iso.farming": "",
|
|
280
|
+
"editor.record.form.topics.iso.geoscientificInformation": "",
|
|
281
|
+
"editor.record.form.topics.iso.health": "",
|
|
282
|
+
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "",
|
|
283
|
+
"editor.record.form.topics.iso.inlandWaters": "",
|
|
284
|
+
"editor.record.form.topics.iso.intelligenceMilitary": "",
|
|
285
|
+
"editor.record.form.topics.iso.location": "",
|
|
286
|
+
"editor.record.form.topics.iso.oceans": "",
|
|
287
|
+
"editor.record.form.topics.iso.planningCadastre": "",
|
|
288
|
+
"editor.record.form.topics.iso.society": "",
|
|
289
|
+
"editor.record.form.topics.iso.structure": "",
|
|
290
|
+
"editor.record.form.topics.iso.transportation": "",
|
|
291
|
+
"editor.record.form.topics.iso.utilitiesCommunication": "",
|
|
265
292
|
"editor.record.form.topics.placeholder": "",
|
|
266
|
-
"editor.record.form.updateFrequency.planned": "Táto
|
|
293
|
+
"editor.record.form.updateFrequency.planned": "{recordKind, select, dataset{Táto dátová sada} service{Táto služba} reuse{Toto opätovné použitie} other{Tento záznam}} sa pravidelne aktualizuje",
|
|
267
294
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
268
295
|
"editor.record.importFromExternalFile.failure.title": "",
|
|
269
296
|
"editor.record.importFromExternalFile.success.body": "",
|
|
270
297
|
"editor.record.importFromExternalFile.success.title": "",
|
|
298
|
+
"editor.record.light.leave": "Vrátiť sa k opätovnému použitiu",
|
|
299
|
+
"editor.record.light.save": "Uložiť opätovné použitie",
|
|
300
|
+
"editor.record.light.saveError.body": "Opätovné použitie sa nepodarilo uložiť:",
|
|
301
|
+
"editor.record.light.saveError.title": "Uloženie zlyhalo",
|
|
302
|
+
"editor.record.light.saveSuccess.body": "Opätovné použitie bolo úspešne uložené.",
|
|
303
|
+
"editor.record.light.saveSuccess.title": "Opätovné použitie uložené",
|
|
271
304
|
"editor.record.loadError.body": "",
|
|
272
305
|
"editor.record.loadError.closeMessage": "",
|
|
273
306
|
"editor.record.loadError.title": "",
|
|
274
307
|
"editor.record.lock.harvested": "",
|
|
275
308
|
"editor.record.lock.owner": "",
|
|
276
|
-
"editor.record.lock.resourceType": "",
|
|
277
309
|
"editor.record.multilingual.confirmation.cancelText": "",
|
|
278
310
|
"editor.record.multilingual.confirmation.confirmText": "",
|
|
279
311
|
"editor.record.multilingual.confirmation.message": "",
|
|
@@ -398,6 +430,21 @@
|
|
|
398
430
|
"multiselect.filter.placeholder": "Hľadať",
|
|
399
431
|
"nav.back": "Späť",
|
|
400
432
|
"navbar.mobile.menuTitle": "",
|
|
433
|
+
"notify.reuse.form.error.body": "",
|
|
434
|
+
"notify.reuse.form.error.title": "",
|
|
435
|
+
"notify.reuse.form.field.email": "E-mail",
|
|
436
|
+
"notify.reuse.form.field.email.placeholder": "e-mailová adresa kontaktu",
|
|
437
|
+
"notify.reuse.form.field.title": "Názov",
|
|
438
|
+
"notify.reuse.form.field.title.placeholder": "Názov opätovného použitia",
|
|
439
|
+
"notify.reuse.form.field.url": "URL opätovného použitia",
|
|
440
|
+
"notify.reuse.form.field.url.placeholder": "https://www.priklad",
|
|
441
|
+
"notify.reuse.form.required.hint": "* : Povinné polia pre vytvorenie opätovného použitia",
|
|
442
|
+
"notify.reuse.form.submit": "Nahlásiť opätovné použitie",
|
|
443
|
+
"notify.reuse.form.title": "Nahlásiť opätovné použitie",
|
|
444
|
+
"notify.reuse.link.description": "Zdroj opätovného použitia vytvorený cez Datahub",
|
|
445
|
+
"notify.reuse.record.action.declare": "Nahlásiť opätovné použitie",
|
|
446
|
+
"notify.reuse.record.action.delete": "Odstrániť opätovné použitie",
|
|
447
|
+
"notify.reuse.record.action.edit": "Upraviť opätovné použitie",
|
|
401
448
|
"ogc.geojson.notsupported": "",
|
|
402
449
|
"ogc.unreachable.unknown": "So službou sa nedalo spojiť",
|
|
403
450
|
"organisation.filter.placeholder": "Filtrovať výsledky",
|
|
@@ -419,6 +466,7 @@
|
|
|
419
466
|
"record.action.download": "Stiahnuť",
|
|
420
467
|
"record.action.duplicate": "",
|
|
421
468
|
"record.action.duplicating": "",
|
|
469
|
+
"record.action.question": "",
|
|
422
470
|
"record.action.rollback": "",
|
|
423
471
|
"record.action.switchLang": "",
|
|
424
472
|
"record.action.view": "Zobraziť",
|
|
@@ -430,6 +478,7 @@
|
|
|
430
478
|
"record.kind.reuse": "",
|
|
431
479
|
"record.kind.service": "",
|
|
432
480
|
"record.metadata.about": "O",
|
|
481
|
+
"record.metadata.abstract.empty": "",
|
|
433
482
|
"record.metadata.api": "API",
|
|
434
483
|
"record.metadata.api.accessServiceProtocol.GPFDL": "",
|
|
435
484
|
"record.metadata.api.accessServiceProtocol.esriRest": "",
|
|
@@ -558,6 +607,12 @@
|
|
|
558
607
|
"record.metadata.userFeedbacks.sortSelector.choices.oldestFirst": "",
|
|
559
608
|
"record.metadata.userFeedbacks.sortSelector.label": "",
|
|
560
609
|
"record.more.details": "Čítať viac",
|
|
610
|
+
"record.reuse.delete.confirmation.cancelText": "",
|
|
611
|
+
"record.reuse.delete.confirmation.confirmText": "",
|
|
612
|
+
"record.reuse.delete.confirmation.message": "",
|
|
613
|
+
"record.reuse.delete.confirmation.title": "",
|
|
614
|
+
"record.reuse.deleteError.body": "",
|
|
615
|
+
"record.reuse.deleteError.title": "",
|
|
561
616
|
"record.tab.chart": "Graf",
|
|
562
617
|
"record.tab.data": "Tabuľka",
|
|
563
618
|
"record.tab.map": "Mapa",
|
|
@@ -647,8 +702,6 @@
|
|
|
647
702
|
"service.metadata.filter": "",
|
|
648
703
|
"service.metadata.filter.noLayers": "",
|
|
649
704
|
"service.metadata.other": "",
|
|
650
|
-
"service.metadata.question": "",
|
|
651
|
-
"service.metadata.reuse": "",
|
|
652
705
|
"service.metadata.search": "",
|
|
653
706
|
"service.metadata.search.clear": "",
|
|
654
707
|
"service.metadata.spatialExtent": "",
|