geonetwork-ui 2.10.0-dev.8f8114b9e → 2.10.0-dev.981f59a75
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 +1158 -6203
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +164 -168
- package/index.d.ts.map +1 -1
- package/package.json +25 -35
- package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +48 -7
- 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/write-parts.ts +5 -1
- package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +3 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +4 -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 +5 -5
- 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 +2 -5
- package/src/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.ts +2 -1
- package/src/libs/common/fixtures/src/lib/records.fixtures.ts +51 -0
- package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +5 -2
- 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 +1 -0
- 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 +20 -16
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +9 -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 +310 -336
- package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +2 -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/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 +216 -8
- 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/contact-pill/contact-pill.component.html +7 -3
- 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 +5 -8
- 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/button/button.component.ts +4 -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 +15 -0
- package/translations/de.json +84 -47
- package/translations/en.json +89 -52
- package/translations/es.json +58 -21
- package/translations/fr.json +86 -49
- package/translations/it.json +85 -48
- package/translations/nl.json +57 -20
- package/translations/pt.json +58 -21
- package/translations/sk.json +58 -21
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.css +0 -3
package/translations/en.json
CHANGED
|
@@ -89,6 +89,10 @@
|
|
|
89
89
|
"domain.contact.role.stakeholder": "Stakeholder",
|
|
90
90
|
"domain.contact.role.unspecified": "Unspecified",
|
|
91
91
|
"domain.contact.role.user": "User",
|
|
92
|
+
"domain.record.keywordType.other": "Keywords",
|
|
93
|
+
"domain.record.keywordType.place": "Place",
|
|
94
|
+
"domain.record.keywordType.temporal": "Temporal",
|
|
95
|
+
"domain.record.keywordType.theme": "Theme",
|
|
92
96
|
"domain.record.status.completed": "Completed",
|
|
93
97
|
"domain.record.status.deprecated": "Deprecated",
|
|
94
98
|
"domain.record.status.ongoing": "Ongoing",
|
|
@@ -115,18 +119,39 @@
|
|
|
115
119
|
"domain.record.updateFrequency.week": "{count, plural, =0{0 times} one{Once} other{{count} times}} per week",
|
|
116
120
|
"domain.record.updateFrequency.weekly": "Data is updated on a weekly basis",
|
|
117
121
|
"domain.record.updateFrequency.year": "{count, plural, =0{0 times} one{Once} other{{count} times}} per year",
|
|
122
|
+
"downloads.format.csv": "csv",
|
|
123
|
+
"downloads.format.dxf": "dxf",
|
|
124
|
+
"downloads.format.excel": "excel",
|
|
125
|
+
"downloads.format.fgb": "fgb",
|
|
126
|
+
"downloads.format.geojson": "geojson",
|
|
127
|
+
"downloads.format.gml": "gml",
|
|
128
|
+
"downloads.format.gpkg": "gpkg",
|
|
129
|
+
"downloads.format.html": "html",
|
|
130
|
+
"downloads.format.jpg": "jpg",
|
|
131
|
+
"downloads.format.json": "json",
|
|
132
|
+
"downloads.format.jsonfg": "jsonfg",
|
|
133
|
+
"downloads.format.kml": "kml",
|
|
134
|
+
"downloads.format.pdf": "pdf",
|
|
135
|
+
"downloads.format.png": "png",
|
|
136
|
+
"downloads.format.postgis": "postgis",
|
|
137
|
+
"downloads.format.shp": "shp",
|
|
138
|
+
"downloads.format.svg": "svg",
|
|
139
|
+
"downloads.format.tiff": "tiff",
|
|
118
140
|
"downloads.format.unknown": "Unknown",
|
|
141
|
+
"downloads.format.webp": "webp",
|
|
142
|
+
"downloads.format.xml": "xml",
|
|
143
|
+
"downloads.format.zip": "zip",
|
|
119
144
|
"downloads.wfs.featuretype.not.found": "The layer was not found",
|
|
120
145
|
"dropFile": "Drop file",
|
|
121
|
-
"editor.new.record.title": "My dataset",
|
|
146
|
+
"editor.new.record.title": "My {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
122
147
|
"editor.record.delete.confirmation.cancelText": "Cancel",
|
|
123
148
|
"editor.record.delete.confirmation.confirmText": "Delete",
|
|
124
|
-
"editor.record.delete.confirmation.message": "Are you sure you want to delete this dataset?",
|
|
125
|
-
"editor.record.delete.confirmation.title": "Delete dataset?",
|
|
126
|
-
"editor.record.deleteError.body": "The dataset could not be deleted:",
|
|
149
|
+
"editor.record.delete.confirmation.message": "Are you sure you want to delete this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}?",
|
|
150
|
+
"editor.record.delete.confirmation.title": "Delete {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}?",
|
|
151
|
+
"editor.record.deleteError.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} could not be deleted:",
|
|
127
152
|
"editor.record.deleteError.closeMessage": "Understood",
|
|
128
|
-
"editor.record.deleteError.title": "Error deleting dataset",
|
|
129
|
-
"editor.record.deleteSuccess.body": "The dataset was successfully deleted!",
|
|
153
|
+
"editor.record.deleteError.title": "Error deleting {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
154
|
+
"editor.record.deleteSuccess.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} was successfully deleted!",
|
|
130
155
|
"editor.record.deleteSuccess.title": "Delete success",
|
|
131
156
|
"editor.record.error.back": "Go back to the catalog",
|
|
132
157
|
"editor.record.error.explanation": "You might not have access to this record,<br> Or this link might not be valid.",
|
|
@@ -147,7 +172,7 @@
|
|
|
147
172
|
"editor.record.form.constraint.not.known": "The conditions are unknown",
|
|
148
173
|
"editor.record.form.constraint.otherConstraints": "Other constraints",
|
|
149
174
|
"editor.record.form.constraint.securityConstraints": "Security constraints",
|
|
150
|
-
"editor.record.form.draft.updateAlert": "Since you created this draft, the dataset has been updated on { date } by { user }. Publishing your draft might erase their edits. To avoid this, you need to either cancel your changes or knowingly publish your own version.",
|
|
175
|
+
"editor.record.form.draft.updateAlert": "Since you created this draft, the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} has been updated on { date } by { user }. Publishing your draft might erase their edits. To avoid this, you need to either cancel your changes or knowingly publish your own version.",
|
|
151
176
|
"editor.record.form.field.abstract": "Abstract",
|
|
152
177
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
178
|
"editor.record.form.field.contactDetails.email": "Contact email",
|
|
@@ -188,9 +213,9 @@
|
|
|
188
213
|
"editor.record.form.field.otherConstraints": "Other constraint",
|
|
189
214
|
"editor.record.form.field.overviews": "Overview",
|
|
190
215
|
"editor.record.form.field.recordUpdated": "Record updated",
|
|
191
|
-
"editor.record.form.field.resourceCreated": "Dataset created",
|
|
216
|
+
"editor.record.form.field.resourceCreated": "{recordKind, select, dataset{Dataset} service{Service} reuse{Reuse} other{Record}} created",
|
|
192
217
|
"editor.record.form.field.resourceIdentifier": "Identifier",
|
|
193
|
-
"editor.record.form.field.resourceUpdated": "Dataset updated",
|
|
218
|
+
"editor.record.form.field.resourceUpdated": "{recordKind, select, dataset{Dataset} service{Service} reuse{Reuse} other{Record}} updated",
|
|
194
219
|
"editor.record.form.field.securityConstraints": "Security constraints",
|
|
195
220
|
"editor.record.form.field.spatialExtents": "Spatial extents",
|
|
196
221
|
"editor.record.form.field.temporalExtents": "Temporal extents",
|
|
@@ -221,59 +246,58 @@
|
|
|
221
246
|
"editor.record.form.multilingual.title": "Translations",
|
|
222
247
|
"editor.record.form.multilingual.validate": "Validate",
|
|
223
248
|
"editor.record.form.page.accessAndContact": "Information for use",
|
|
224
|
-
"editor.record.form.page.description": "Dataset description",
|
|
249
|
+
"editor.record.form.page.description": "{recordKind, select, dataset{Dataset} service{Service} reuse{Reuse} other{Record}} description",
|
|
225
250
|
"editor.record.form.page.resources": "Resources",
|
|
226
|
-
"editor.record.form.section.about.description": "This section describes the dataset",
|
|
227
|
-
"editor.record.form.section.about.label": "About the dataset",
|
|
228
|
-
"editor.record.form.section.annexes.description": "Annexes are optional resources. They are attached to the dataset, and help understand the data (manual, etc.).",
|
|
251
|
+
"editor.record.form.section.about.description": "This section describes the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
252
|
+
"editor.record.form.section.about.label": "About the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
253
|
+
"editor.record.form.section.annexes.description": "Annexes are optional resources. They are attached to the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}, and help understand the data (manual, etc.).",
|
|
229
254
|
"editor.record.form.section.annexes.label": "Annexes",
|
|
230
255
|
"editor.record.form.section.associatedResources.description": "Point out where the data can be found",
|
|
231
256
|
"editor.record.form.section.associatedResources.label": "Associated resources",
|
|
232
|
-
"editor.record.form.section.classification.description": "Appropriate keywords help users find the dataset",
|
|
257
|
+
"editor.record.form.section.classification.description": "Appropriate keywords help users find the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
233
258
|
"editor.record.form.section.classification.label": "Keywords",
|
|
234
259
|
"editor.record.form.section.dataManagers.description": "The data managers are responsible for the data",
|
|
235
260
|
"editor.record.form.section.dataManagers.label": "Data managers",
|
|
236
261
|
"editor.record.form.section.geographicalCoverage.label": "Geographical coverage",
|
|
237
262
|
"editor.record.form.section.metadataPointOfContact.description": "This information concerns the metadata",
|
|
238
263
|
"editor.record.form.section.metadataPointOfContact.label": "Metadata point of contact",
|
|
239
|
-
"editor.record.form.section.topics.description": "Topics help to better group datasets",
|
|
264
|
+
"editor.record.form.section.topics.description": "Topics help to better group {recordKind, select, dataset{datasets} service{services} reuse{reuses} other{records}}",
|
|
240
265
|
"editor.record.form.section.topics.label": "Topics",
|
|
241
266
|
"editor.record.form.section.useAndAccessConditions.label": "Use and access conditions",
|
|
242
267
|
"editor.record.form.temporalExtents.addDate": "Time instant",
|
|
243
268
|
"editor.record.form.temporalExtents.addRange": "Time period",
|
|
244
269
|
"editor.record.form.temporalExtents.date": "Date",
|
|
245
270
|
"editor.record.form.temporalExtents.range": "Date 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.
|
|
271
|
+
"editor.record.form.topics.iso.biota": "Biota",
|
|
272
|
+
"editor.record.form.topics.iso.boundaries": "Boundaries",
|
|
273
|
+
"editor.record.form.topics.iso.climatologyMeteorologyAtmosphere": "Climatology / Meteorology / Atmosphere",
|
|
274
|
+
"editor.record.form.topics.iso.economy": "Economy",
|
|
275
|
+
"editor.record.form.topics.iso.elevation": "Elevation",
|
|
276
|
+
"editor.record.form.topics.iso.environment": "Environnement",
|
|
277
|
+
"editor.record.form.topics.iso.farming": "Farming",
|
|
278
|
+
"editor.record.form.topics.iso.geoscientificInformation": "Geoscientific Information",
|
|
279
|
+
"editor.record.form.topics.iso.health": "Health",
|
|
280
|
+
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "Imagery / Base Maps / Earth Cover",
|
|
281
|
+
"editor.record.form.topics.iso.inlandWaters": "Inland Waters",
|
|
282
|
+
"editor.record.form.topics.iso.intelligenceMilitary": "Intelligence / Military",
|
|
283
|
+
"editor.record.form.topics.iso.location": "Location",
|
|
284
|
+
"editor.record.form.topics.iso.oceans": "Oceans",
|
|
285
|
+
"editor.record.form.topics.iso.planningCadastre": "Planning / Cadastre",
|
|
286
|
+
"editor.record.form.topics.iso.society": "Society",
|
|
287
|
+
"editor.record.form.topics.iso.structure": "Structure",
|
|
288
|
+
"editor.record.form.topics.iso.transportation": "Transportation",
|
|
289
|
+
"editor.record.form.topics.iso.utilitiesCommunication": "Utilities / Communication",
|
|
265
290
|
"editor.record.form.topics.placeholder": "Select one or several topics",
|
|
266
|
-
"editor.record.form.updateFrequency.planned": "This dataset is updated regularly",
|
|
291
|
+
"editor.record.form.updateFrequency.planned": "This {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} is updated regularly",
|
|
267
292
|
"editor.record.importFromExternalFile.failure.body": "Failure",
|
|
268
|
-
"editor.record.importFromExternalFile.failure.title": "The
|
|
293
|
+
"editor.record.importFromExternalFile.failure.title": "The import failed: ",
|
|
269
294
|
"editor.record.importFromExternalFile.success.body": "Import successful",
|
|
270
295
|
"editor.record.importFromExternalFile.success.title": "The dataset has been successfully imported.",
|
|
271
|
-
"editor.record.loadError.body": "The
|
|
296
|
+
"editor.record.loadError.body": "The record could not be loaded:",
|
|
272
297
|
"editor.record.loadError.closeMessage": "Understood",
|
|
273
|
-
"editor.record.loadError.title": "Error loading
|
|
274
|
-
"editor.record.lock.harvested": "Datasets harvested from an external catalog are not editable",
|
|
298
|
+
"editor.record.loadError.title": "Error loading record",
|
|
299
|
+
"editor.record.lock.harvested": "{recordKind, select, dataset{Datasets} service{Services} reuse{Reuses} other{Records}} harvested from an external catalog are not editable",
|
|
275
300
|
"editor.record.lock.owner": "You are not an editor of the allowed groups",
|
|
276
|
-
"editor.record.lock.resourceType": "Records of a type other than dataset are not editable",
|
|
277
301
|
"editor.record.multilingual.confirmation.cancelText": "Keep the language(s)",
|
|
278
302
|
"editor.record.multilingual.confirmation.confirmText": "Remove the language(s)",
|
|
279
303
|
"editor.record.multilingual.confirmation.message": "You are about to remove one or several languages, which will delete all of the related translations. Do you want to proceed?",
|
|
@@ -283,31 +307,31 @@
|
|
|
283
307
|
"editor.record.onlineResourceError.closeMessage": "Understood",
|
|
284
308
|
"editor.record.onlineResourceError.title": "Error adding resource",
|
|
285
309
|
"editor.record.placeKeywordWithoutLabel": "Unnamed location",
|
|
286
|
-
"editor.record.publish": "Publish this dataset",
|
|
310
|
+
"editor.record.publish": "Publish this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
287
311
|
"editor.record.publish.confirmation.cancelText": "Cancel",
|
|
288
312
|
"editor.record.publish.confirmation.confirmText": "Publish",
|
|
289
|
-
"editor.record.publish.confirmation.message": "Since you created this draft, the dataset has been updated on { date } by { user }. Publishing your draft might erase their edits. Do you wish to proceed?",
|
|
290
|
-
"editor.record.publishError.body": "The dataset could not be published:",
|
|
313
|
+
"editor.record.publish.confirmation.message": "Since you created this draft, the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} has been updated on { date } by { user }. Publishing your draft might erase their edits. Do you wish to proceed?",
|
|
314
|
+
"editor.record.publishError.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} could not be published:",
|
|
291
315
|
"editor.record.publishError.closeMessage": "Understood",
|
|
292
|
-
"editor.record.publishError.title": "Error publishing dataset",
|
|
293
|
-
"editor.record.publishSuccess.body": "The dataset was successfully published!",
|
|
316
|
+
"editor.record.publishError.title": "Error publishing {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
317
|
+
"editor.record.publishSuccess.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} was successfully published!",
|
|
294
318
|
"editor.record.publishSuccess.title": "Publish success",
|
|
295
|
-
"editor.record.publishVersionError.body": "The dataset cannot be published because an incompatible GeoNetwork version was detected. Please contact the administrator of the platform to solve this issue.\nCurrent version: {currentVersion}\nMinimum compatible version: 4.2.5",
|
|
319
|
+
"editor.record.publishVersionError.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} cannot be published because an incompatible GeoNetwork version was detected. Please contact the administrator of the platform to solve this issue.\nCurrent version: {currentVersion}\nMinimum compatible version: 4.2.5",
|
|
296
320
|
"editor.record.publishVersionError.closeMessage": "Understood",
|
|
297
321
|
"editor.record.publishVersionError.title": "A critical issue was encountered",
|
|
298
|
-
"editor.record.resourceError.body": "There was an issue with the dataset attachments:",
|
|
322
|
+
"editor.record.resourceError.body": "There was an issue with the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} attachments:",
|
|
299
323
|
"editor.record.resourceError.closeMessage": "Understood",
|
|
300
|
-
"editor.record.resourceError.title": "Error with the dataset attachments",
|
|
324
|
+
"editor.record.resourceError.title": "Error with the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} attachments",
|
|
301
325
|
"editor.record.saveStatus.draftWithChangesPending": "Saved - Unpublished differences",
|
|
302
326
|
"editor.record.saveStatus.recordNotPublished": "Saved - not published",
|
|
303
327
|
"editor.record.saveStatus.recordUpToDate": "Saved - Record up to date",
|
|
304
328
|
"editor.record.undo.confirmation.cancelText": "Keep the changes",
|
|
305
329
|
"editor.record.undo.confirmation.confirmText": "Discard the changes",
|
|
306
|
-
"editor.record.undo.confirmation.message": "Are you sure you want to cancel the pending changes on this dataset ?",
|
|
330
|
+
"editor.record.undo.confirmation.message": "Are you sure you want to cancel the pending changes on this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} ?",
|
|
307
331
|
"editor.record.undo.confirmation.title": "Cancel changes?",
|
|
308
|
-
"editor.record.undo.tooltip.disabled": "There are no pending changes on this dataset",
|
|
309
|
-
"editor.record.undo.tooltip.enabled": "Clicking this button will cancel the pending changes on this dataset.",
|
|
310
|
-
"editor.record.upToDate": "This dataset is up to date",
|
|
332
|
+
"editor.record.undo.tooltip.disabled": "There are no pending changes on this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
333
|
+
"editor.record.undo.tooltip.enabled": "Clicking this button will cancel the pending changes on this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}.",
|
|
334
|
+
"editor.record.upToDate": "This {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} is up to date",
|
|
311
335
|
"editor.sidebar.logout": "Log out",
|
|
312
336
|
"editor.sidebar.menu.editor": "Editor",
|
|
313
337
|
"editor.temporary.disabled": "Not implemented yet",
|
|
@@ -398,6 +422,18 @@
|
|
|
398
422
|
"multiselect.filter.placeholder": "Search",
|
|
399
423
|
"nav.back": "Back",
|
|
400
424
|
"navbar.mobile.menuTitle": "Quick access",
|
|
425
|
+
"notify.reuse.form.error.body": "The reuse could not be saved. Please try again.",
|
|
426
|
+
"notify.reuse.form.error.title": "Error saving the reuse",
|
|
427
|
+
"notify.reuse.form.field.email": "Email",
|
|
428
|
+
"notify.reuse.form.field.email.placeholder": "contact email address",
|
|
429
|
+
"notify.reuse.form.field.title": "Title",
|
|
430
|
+
"notify.reuse.form.field.title.placeholder": "Title of the reuse",
|
|
431
|
+
"notify.reuse.form.field.url": "Reuse URL",
|
|
432
|
+
"notify.reuse.form.field.url.placeholder": "https://www.example",
|
|
433
|
+
"notify.reuse.form.required.hint": "* : Required fields for creating a reuse",
|
|
434
|
+
"notify.reuse.form.submit": "Declare the reuse",
|
|
435
|
+
"notify.reuse.form.title": "Declare a reuse",
|
|
436
|
+
"notify.reuse.link.description": "Link to the reuse",
|
|
401
437
|
"ogc.geojson.notsupported": "This OGC API does not support the GeoJSON format",
|
|
402
438
|
"ogc.unreachable.unknown": "The service could not be reached",
|
|
403
439
|
"organisation.filter.placeholder": "Filter results",
|
|
@@ -430,6 +466,7 @@
|
|
|
430
466
|
"record.kind.reuse": "reuse",
|
|
431
467
|
"record.kind.service": "service",
|
|
432
468
|
"record.metadata.about": "Description",
|
|
469
|
+
"record.metadata.abstract.empty": "No description available",
|
|
433
470
|
"record.metadata.api": "API",
|
|
434
471
|
"record.metadata.api.accessServiceProtocol.GPFDL": "GPFDL",
|
|
435
472
|
"record.metadata.api.accessServiceProtocol.esriRest": "esriRest",
|
package/translations/es.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 veces} one{Una vez} other{{count} veces}} a la semana",
|
|
116
120
|
"domain.record.updateFrequency.weekly": "Los datos se actualizan semanalmente",
|
|
117
121
|
"domain.record.updateFrequency.year": "{count, plural, =0{0 veces} one{Una vez} other{{count} veces}} al año",
|
|
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": "",
|
|
@@ -243,27 +268,27 @@
|
|
|
243
268
|
"editor.record.form.temporalExtents.addRange": "",
|
|
244
269
|
"editor.record.form.temporalExtents.date": "",
|
|
245
270
|
"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.
|
|
271
|
+
"editor.record.form.topics.iso.biota": "",
|
|
272
|
+
"editor.record.form.topics.iso.boundaries": "",
|
|
273
|
+
"editor.record.form.topics.iso.climatologyMeteorologyAtmosphere": "",
|
|
274
|
+
"editor.record.form.topics.iso.economy": "",
|
|
275
|
+
"editor.record.form.topics.iso.elevation": "",
|
|
276
|
+
"editor.record.form.topics.iso.environment": "",
|
|
277
|
+
"editor.record.form.topics.iso.farming": "",
|
|
278
|
+
"editor.record.form.topics.iso.geoscientificInformation": "",
|
|
279
|
+
"editor.record.form.topics.iso.health": "",
|
|
280
|
+
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "",
|
|
281
|
+
"editor.record.form.topics.iso.inlandWaters": "",
|
|
282
|
+
"editor.record.form.topics.iso.intelligenceMilitary": "",
|
|
283
|
+
"editor.record.form.topics.iso.location": "",
|
|
284
|
+
"editor.record.form.topics.iso.oceans": "",
|
|
285
|
+
"editor.record.form.topics.iso.planningCadastre": "",
|
|
286
|
+
"editor.record.form.topics.iso.society": "",
|
|
287
|
+
"editor.record.form.topics.iso.structure": "",
|
|
288
|
+
"editor.record.form.topics.iso.transportation": "",
|
|
289
|
+
"editor.record.form.topics.iso.utilitiesCommunication": "",
|
|
265
290
|
"editor.record.form.topics.placeholder": "",
|
|
266
|
-
"editor.record.form.updateFrequency.planned": "Este conjunto de datos se actualiza regularmente
|
|
291
|
+
"editor.record.form.updateFrequency.planned": "{recordKind, select, dataset{Este conjunto de datos} service{Este servicio} reuse{Esta reutilización} other{Este registro}} se actualiza regularmente",
|
|
267
292
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
268
293
|
"editor.record.importFromExternalFile.failure.title": "",
|
|
269
294
|
"editor.record.importFromExternalFile.success.body": "",
|
|
@@ -273,7 +298,6 @@
|
|
|
273
298
|
"editor.record.loadError.title": "",
|
|
274
299
|
"editor.record.lock.harvested": "",
|
|
275
300
|
"editor.record.lock.owner": "",
|
|
276
|
-
"editor.record.lock.resourceType": "",
|
|
277
301
|
"editor.record.multilingual.confirmation.cancelText": "",
|
|
278
302
|
"editor.record.multilingual.confirmation.confirmText": "",
|
|
279
303
|
"editor.record.multilingual.confirmation.message": "",
|
|
@@ -398,6 +422,18 @@
|
|
|
398
422
|
"multiselect.filter.placeholder": "",
|
|
399
423
|
"nav.back": "",
|
|
400
424
|
"navbar.mobile.menuTitle": "Acceso rápido",
|
|
425
|
+
"notify.reuse.form.error.body": "",
|
|
426
|
+
"notify.reuse.form.error.title": "",
|
|
427
|
+
"notify.reuse.form.field.email": "Correo electrónico",
|
|
428
|
+
"notify.reuse.form.field.email.placeholder": "dirección de correo del contacto",
|
|
429
|
+
"notify.reuse.form.field.title": "Título",
|
|
430
|
+
"notify.reuse.form.field.title.placeholder": "Título de la reutilización",
|
|
431
|
+
"notify.reuse.form.field.url": "URL de la reutilización",
|
|
432
|
+
"notify.reuse.form.field.url.placeholder": "https://www.ejemplo",
|
|
433
|
+
"notify.reuse.form.required.hint": "* : Campos obligatorios para la creación de una reutilización",
|
|
434
|
+
"notify.reuse.form.submit": "Declarar la reutilización",
|
|
435
|
+
"notify.reuse.form.title": "Declarar una reutilización",
|
|
436
|
+
"notify.reuse.link.description": "Un recurso de reutilización creado a través del Datahub",
|
|
401
437
|
"ogc.geojson.notsupported": "",
|
|
402
438
|
"ogc.unreachable.unknown": "",
|
|
403
439
|
"organisation.filter.placeholder": "",
|
|
@@ -430,6 +466,7 @@
|
|
|
430
466
|
"record.kind.reuse": "",
|
|
431
467
|
"record.kind.service": "",
|
|
432
468
|
"record.metadata.about": "",
|
|
469
|
+
"record.metadata.abstract.empty": "",
|
|
433
470
|
"record.metadata.api": "",
|
|
434
471
|
"record.metadata.api.accessServiceProtocol.GPFDL": "",
|
|
435
472
|
"record.metadata.api.accessServiceProtocol.esriRest": "",
|