geonetwork-ui 2.7.0-dev.fdfe671c3 → 2.8.0-dev.398701d7f
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/repository/src/lib/gn4/gn4.provider.mjs +7 -3
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +20 -6
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.mjs +55 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +6 -6
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +2 -2
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +51 -45
- package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +24 -17
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +5 -5
- package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +8 -4
- package/esm2022/translations/de.json +25 -23
- package/esm2022/translations/en.json +26 -23
- package/esm2022/translations/es.json +25 -23
- package/esm2022/translations/fr.json +25 -23
- package/esm2022/translations/it.json +25 -23
- package/esm2022/translations/nl.json +25 -23
- package/esm2022/translations/pt.json +25 -23
- package/esm2022/translations/sk.json +25 -23
- package/fesm2022/geonetwork-ui.mjs +335 -283
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts +5 -1
- package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +6 -2
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +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/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts +20 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts +4 -4
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +1 -0
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/api/repository/src/lib/gn4/gn4.provider.ts +13 -2
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +17 -6
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +1 -1
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +1 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/{form-field-inspire-field/form-field-inspire-theme.component.html → form-field-topics/form-field-topics.component.html} +6 -6
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.ts +57 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +3 -3
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +3 -3
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -1
- package/src/libs/feature/editor/src/lib/fields.config.ts +51 -45
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +23 -16
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +5 -1
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +4 -3
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.ts +2 -2
- package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.html +1 -4
- package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.ts +5 -1
- package/translations/de.json +25 -23
- package/translations/en.json +26 -23
- package/translations/es.json +25 -23
- package/translations/fr.json +25 -23
- package/translations/it.json +25 -23
- package/translations/nl.json +25 -23
- package/translations/pt.json +25 -23
- package/translations/sk.json +25 -23
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.mjs +0 -55
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.d.ts +0 -20
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.d.ts.map +0 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.ts +0 -57
- /package/src/libs/feature/editor/src/lib/components/record-form/form-field/{form-field-inspire-field/form-field-inspire-theme.component.css → form-field-topics/form-field-topics.component.css} +0 -0
|
@@ -184,26 +184,6 @@
|
|
|
184
184
|
"editor.record.form.field.topics": "Kategorien",
|
|
185
185
|
"editor.record.form.field.uniqueIdentifier": "Eindeutige Kennung (ID)",
|
|
186
186
|
"editor.record.form.field.updateFrequency": "Aktualisierungshäufigkeit",
|
|
187
|
-
"editor.record.form.inspire.biota": "",
|
|
188
|
-
"editor.record.form.inspire.boundaries": "",
|
|
189
|
-
"editor.record.form.inspire.climatology": "",
|
|
190
|
-
"editor.record.form.inspire.economy": "",
|
|
191
|
-
"editor.record.form.inspire.elevation": "",
|
|
192
|
-
"editor.record.form.inspire.environnement": "",
|
|
193
|
-
"editor.record.form.inspire.farming": "",
|
|
194
|
-
"editor.record.form.inspire.geoscientific": "",
|
|
195
|
-
"editor.record.form.inspire.health": "",
|
|
196
|
-
"editor.record.form.inspire.imagery": "",
|
|
197
|
-
"editor.record.form.inspire.intelligence": "",
|
|
198
|
-
"editor.record.form.inspire.location": "",
|
|
199
|
-
"editor.record.form.inspire.oceans": "",
|
|
200
|
-
"editor.record.form.inspire.placeholder": "",
|
|
201
|
-
"editor.record.form.inspire.planning": "",
|
|
202
|
-
"editor.record.form.inspire.society": "",
|
|
203
|
-
"editor.record.form.inspire.structure": "",
|
|
204
|
-
"editor.record.form.inspire.transportation": "",
|
|
205
|
-
"editor.record.form.inspire.utilities": "",
|
|
206
|
-
"editor.record.form.inspire.waters": "",
|
|
207
187
|
"editor.record.form.keywords.place.placeholder": "",
|
|
208
188
|
"editor.record.form.keywords.place.withoutExtent": "",
|
|
209
189
|
"editor.record.form.keywords.placeholder": "",
|
|
@@ -239,15 +219,35 @@
|
|
|
239
219
|
"editor.record.form.section.dataManagers.description": "",
|
|
240
220
|
"editor.record.form.section.dataManagers.label": "",
|
|
241
221
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
242
|
-
"editor.record.form.section.inspire.description": "",
|
|
243
|
-
"editor.record.form.section.inspire.label": "",
|
|
244
222
|
"editor.record.form.section.metadataPointOfContact.description": "",
|
|
245
223
|
"editor.record.form.section.metadataPointOfContact.label": "",
|
|
224
|
+
"editor.record.form.section.topics.description": "",
|
|
225
|
+
"editor.record.form.section.topics.label": "",
|
|
246
226
|
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
247
227
|
"editor.record.form.temporalExtents.addDate": "Zeitpunkt",
|
|
248
228
|
"editor.record.form.temporalExtents.addRange": "Zeitraum",
|
|
249
229
|
"editor.record.form.temporalExtents.date": "Datum",
|
|
250
230
|
"editor.record.form.temporalExtents.range": "Datumsbereich",
|
|
231
|
+
"editor.record.form.topics.inspire.biota": "",
|
|
232
|
+
"editor.record.form.topics.inspire.boundaries": "",
|
|
233
|
+
"editor.record.form.topics.inspire.climatology": "",
|
|
234
|
+
"editor.record.form.topics.inspire.economy": "",
|
|
235
|
+
"editor.record.form.topics.inspire.elevation": "",
|
|
236
|
+
"editor.record.form.topics.inspire.environnement": "",
|
|
237
|
+
"editor.record.form.topics.inspire.farming": "",
|
|
238
|
+
"editor.record.form.topics.inspire.geoscientific": "",
|
|
239
|
+
"editor.record.form.topics.inspire.health": "",
|
|
240
|
+
"editor.record.form.topics.inspire.imagery": "",
|
|
241
|
+
"editor.record.form.topics.inspire.intelligence": "",
|
|
242
|
+
"editor.record.form.topics.inspire.location": "",
|
|
243
|
+
"editor.record.form.topics.inspire.oceans": "",
|
|
244
|
+
"editor.record.form.topics.inspire.planning": "",
|
|
245
|
+
"editor.record.form.topics.inspire.society": "",
|
|
246
|
+
"editor.record.form.topics.inspire.structure": "",
|
|
247
|
+
"editor.record.form.topics.inspire.transportation": "",
|
|
248
|
+
"editor.record.form.topics.inspire.utilities": "",
|
|
249
|
+
"editor.record.form.topics.inspire.waters": "",
|
|
250
|
+
"editor.record.form.topics.placeholder": "",
|
|
251
251
|
"editor.record.form.updateFrequency.planned": "Dieses Dataset wird regelmäßig aktualisiert.",
|
|
252
252
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
253
253
|
"editor.record.importFromExternalFile.failure.title": "",
|
|
@@ -309,7 +309,8 @@
|
|
|
309
309
|
"facets.block.title.tag.default": "Stichwort",
|
|
310
310
|
"facets.block.title.th_regions_tree.default": "Regionen",
|
|
311
311
|
"favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Anmelden</a>, um auf diese Funktion zuzugreifen</div>",
|
|
312
|
-
"favorite.starToggle.
|
|
312
|
+
"favorite.starToggle.add": "Zu Favoriten hinzufügen",
|
|
313
|
+
"favorite.starToggle.remove": "Aus Favoriten entfernen",
|
|
313
314
|
"feature.catalog.attribute.code": "Code",
|
|
314
315
|
"feature.catalog.attribute.definition": "Beschreibung",
|
|
315
316
|
"feature.catalog.attribute.name": "Name",
|
|
@@ -522,6 +523,7 @@
|
|
|
522
523
|
"record.metadata.usage": "Nutzung und Einschränkungen",
|
|
523
524
|
"record.metadata.userFeedbacks": "",
|
|
524
525
|
"record.metadata.userFeedbacks.anonymousUser": "",
|
|
526
|
+
"record.metadata.userFeedbacks.authDisabled": "",
|
|
525
527
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
|
|
526
528
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "",
|
|
527
529
|
"record.metadata.userFeedbacks.newComment.placeholder": "",
|
|
@@ -184,26 +184,6 @@
|
|
|
184
184
|
"editor.record.form.field.topics": "Categories",
|
|
185
185
|
"editor.record.form.field.uniqueIdentifier": "Unique identifier",
|
|
186
186
|
"editor.record.form.field.updateFrequency": "Update frequency",
|
|
187
|
-
"editor.record.form.inspire.biota": "Biota",
|
|
188
|
-
"editor.record.form.inspire.boundaries": "Boundaries",
|
|
189
|
-
"editor.record.form.inspire.climatology": "Climatology / Meteorology / Atmosphere",
|
|
190
|
-
"editor.record.form.inspire.economy": "Economy",
|
|
191
|
-
"editor.record.form.inspire.elevation": "Elevation",
|
|
192
|
-
"editor.record.form.inspire.environnement": "Environnement",
|
|
193
|
-
"editor.record.form.inspire.farming": "Farming",
|
|
194
|
-
"editor.record.form.inspire.geoscientific": "Geoscientific Information",
|
|
195
|
-
"editor.record.form.inspire.health": "Health",
|
|
196
|
-
"editor.record.form.inspire.imagery": "Imagery / Base Maps / Earth Cover",
|
|
197
|
-
"editor.record.form.inspire.intelligence": "Intelligence / Military",
|
|
198
|
-
"editor.record.form.inspire.location": "Location",
|
|
199
|
-
"editor.record.form.inspire.oceans": "Oceans",
|
|
200
|
-
"editor.record.form.inspire.placeholder": "Select an INSPIRE theme",
|
|
201
|
-
"editor.record.form.inspire.planning": "Planning / Cadastre",
|
|
202
|
-
"editor.record.form.inspire.society": "Society",
|
|
203
|
-
"editor.record.form.inspire.structure": "Structure",
|
|
204
|
-
"editor.record.form.inspire.transportation": "Transportation",
|
|
205
|
-
"editor.record.form.inspire.utilities": "Utilities / Communication",
|
|
206
|
-
"editor.record.form.inspire.waters": "Inland Waters",
|
|
207
187
|
"editor.record.form.keywords.place.placeholder": "Search for place keywords",
|
|
208
188
|
"editor.record.form.keywords.place.withoutExtent": "This keyword is not associated with any geographical extent",
|
|
209
189
|
"editor.record.form.keywords.placeholder": "Select a keyword",
|
|
@@ -239,15 +219,36 @@
|
|
|
239
219
|
"editor.record.form.section.dataManagers.description": "The data managers are responsible for the data",
|
|
240
220
|
"editor.record.form.section.dataManagers.label": "Data managers",
|
|
241
221
|
"editor.record.form.section.geographicalCoverage.label": "Geographical coverage",
|
|
242
|
-
"editor.record.form.section.inspire.description": "Appropriate INSPIRE themes help users find the dataset",
|
|
243
|
-
"editor.record.form.section.inspire.label": "INSPIRE themes",
|
|
244
222
|
"editor.record.form.section.metadataPointOfContact.description": "This information concerns the metadata",
|
|
245
223
|
"editor.record.form.section.metadataPointOfContact.label": "Metadata point of contact",
|
|
224
|
+
"editor.record.form.section.topics.description": "Topics help to better group datasets",
|
|
225
|
+
"editor.record.form.section.topics.label": "Topics",
|
|
246
226
|
"editor.record.form.section.useAndAccessConditions.label": "Use and access conditions",
|
|
247
227
|
"editor.record.form.temporalExtents.addDate": "Time instant",
|
|
248
228
|
"editor.record.form.temporalExtents.addRange": "Time period",
|
|
249
229
|
"editor.record.form.temporalExtents.date": "Date",
|
|
250
230
|
"editor.record.form.temporalExtents.range": "Date range",
|
|
231
|
+
"editor.record.form.topics.inspire.biota": "Biota",
|
|
232
|
+
"editor.record.form.topics.inspire.boundaries": "Boundaries",
|
|
233
|
+
"editor.record.form.topics.inspire.climatology": "Climatology / Meteorology / Atmosphere",
|
|
234
|
+
"editor.record.form.topics.inspire.economy": "Economy",
|
|
235
|
+
"editor.record.form.topics.inspire.elevation": "Elevation",
|
|
236
|
+
"editor.record.form.topics.inspire.environnement": "Environnement",
|
|
237
|
+
"editor.record.form.topics.inspire.farming": "Farming",
|
|
238
|
+
"editor.record.form.topics.inspire.geoscientific": "Geoscientific Information",
|
|
239
|
+
"editor.record.form.topics.inspire.health": "Health",
|
|
240
|
+
"editor.record.form.topics.inspire.imagery": "Imagery / Base Maps / Earth Cover",
|
|
241
|
+
"editor.record.form.topics.inspire.intelligence": "Intelligence / Military",
|
|
242
|
+
"editor.record.form.topics.inspire.location": "Location",
|
|
243
|
+
"editor.record.form.topics.inspire.oceans": "Oceans",
|
|
244
|
+
"editor.record.form.topics.inspire.placeholder": "Select an INSPIRE theme",
|
|
245
|
+
"editor.record.form.topics.inspire.planning": "Planning / Cadastre",
|
|
246
|
+
"editor.record.form.topics.inspire.society": "Society",
|
|
247
|
+
"editor.record.form.topics.inspire.structure": "Structure",
|
|
248
|
+
"editor.record.form.topics.inspire.transportation": "Transportation",
|
|
249
|
+
"editor.record.form.topics.inspire.utilities": "Utilities / Communication",
|
|
250
|
+
"editor.record.form.topics.inspire.waters": "Inland Waters",
|
|
251
|
+
"editor.record.form.topics.placeholder": "Select one or several topics",
|
|
251
252
|
"editor.record.form.updateFrequency.planned": "This dataset is updated regularly",
|
|
252
253
|
"editor.record.importFromExternalFile.failure.body": "Failure",
|
|
253
254
|
"editor.record.importFromExternalFile.failure.title": "The dataset import failed: ",
|
|
@@ -309,7 +310,8 @@
|
|
|
309
310
|
"facets.block.title.tag.default": "Tag",
|
|
310
311
|
"facets.block.title.th_regions_tree.default": "Regions",
|
|
311
312
|
"favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Login</a> to access this feature</div>",
|
|
312
|
-
"favorite.starToggle.
|
|
313
|
+
"favorite.starToggle.add": "Add to favorites",
|
|
314
|
+
"favorite.starToggle.remove": "Remove from favorites",
|
|
313
315
|
"feature.catalog.attribute.code": "Code",
|
|
314
316
|
"feature.catalog.attribute.definition": "Description",
|
|
315
317
|
"feature.catalog.attribute.name": "Name",
|
|
@@ -522,6 +524,7 @@
|
|
|
522
524
|
"record.metadata.usage": "License and Conditions",
|
|
523
525
|
"record.metadata.userFeedbacks": "Questions / Answers",
|
|
524
526
|
"record.metadata.userFeedbacks.anonymousUser": "In order to leave a comment, please log in.",
|
|
527
|
+
"record.metadata.userFeedbacks.authDisabled": "User comments are disabled.",
|
|
525
528
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "Publish",
|
|
526
529
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "Answer...",
|
|
527
530
|
"record.metadata.userFeedbacks.newComment.placeholder": "Write your comment here...",
|
|
@@ -184,26 +184,6 @@
|
|
|
184
184
|
"editor.record.form.field.topics": "Categorías",
|
|
185
185
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
186
186
|
"editor.record.form.field.updateFrequency": "",
|
|
187
|
-
"editor.record.form.inspire.biota": "",
|
|
188
|
-
"editor.record.form.inspire.boundaries": "",
|
|
189
|
-
"editor.record.form.inspire.climatology": "",
|
|
190
|
-
"editor.record.form.inspire.economy": "",
|
|
191
|
-
"editor.record.form.inspire.elevation": "",
|
|
192
|
-
"editor.record.form.inspire.environnement": "",
|
|
193
|
-
"editor.record.form.inspire.farming": "",
|
|
194
|
-
"editor.record.form.inspire.geoscientific": "",
|
|
195
|
-
"editor.record.form.inspire.health": "",
|
|
196
|
-
"editor.record.form.inspire.imagery": "",
|
|
197
|
-
"editor.record.form.inspire.intelligence": "",
|
|
198
|
-
"editor.record.form.inspire.location": "",
|
|
199
|
-
"editor.record.form.inspire.oceans": "",
|
|
200
|
-
"editor.record.form.inspire.placeholder": "",
|
|
201
|
-
"editor.record.form.inspire.planning": "",
|
|
202
|
-
"editor.record.form.inspire.society": "",
|
|
203
|
-
"editor.record.form.inspire.structure": "",
|
|
204
|
-
"editor.record.form.inspire.transportation": "",
|
|
205
|
-
"editor.record.form.inspire.utilities": "",
|
|
206
|
-
"editor.record.form.inspire.waters": "",
|
|
207
187
|
"editor.record.form.keywords.place.placeholder": "",
|
|
208
188
|
"editor.record.form.keywords.place.withoutExtent": "",
|
|
209
189
|
"editor.record.form.keywords.placeholder": "",
|
|
@@ -239,15 +219,35 @@
|
|
|
239
219
|
"editor.record.form.section.dataManagers.description": "",
|
|
240
220
|
"editor.record.form.section.dataManagers.label": "",
|
|
241
221
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
242
|
-
"editor.record.form.section.inspire.description": "",
|
|
243
|
-
"editor.record.form.section.inspire.label": "",
|
|
244
222
|
"editor.record.form.section.metadataPointOfContact.description": "",
|
|
245
223
|
"editor.record.form.section.metadataPointOfContact.label": "",
|
|
224
|
+
"editor.record.form.section.topics.description": "",
|
|
225
|
+
"editor.record.form.section.topics.label": "",
|
|
246
226
|
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
247
227
|
"editor.record.form.temporalExtents.addDate": "",
|
|
248
228
|
"editor.record.form.temporalExtents.addRange": "",
|
|
249
229
|
"editor.record.form.temporalExtents.date": "",
|
|
250
230
|
"editor.record.form.temporalExtents.range": "",
|
|
231
|
+
"editor.record.form.topics.inspire.biota": "",
|
|
232
|
+
"editor.record.form.topics.inspire.boundaries": "",
|
|
233
|
+
"editor.record.form.topics.inspire.climatology": "",
|
|
234
|
+
"editor.record.form.topics.inspire.economy": "",
|
|
235
|
+
"editor.record.form.topics.inspire.elevation": "",
|
|
236
|
+
"editor.record.form.topics.inspire.environnement": "",
|
|
237
|
+
"editor.record.form.topics.inspire.farming": "",
|
|
238
|
+
"editor.record.form.topics.inspire.geoscientific": "",
|
|
239
|
+
"editor.record.form.topics.inspire.health": "",
|
|
240
|
+
"editor.record.form.topics.inspire.imagery": "",
|
|
241
|
+
"editor.record.form.topics.inspire.intelligence": "",
|
|
242
|
+
"editor.record.form.topics.inspire.location": "",
|
|
243
|
+
"editor.record.form.topics.inspire.oceans": "",
|
|
244
|
+
"editor.record.form.topics.inspire.planning": "",
|
|
245
|
+
"editor.record.form.topics.inspire.society": "",
|
|
246
|
+
"editor.record.form.topics.inspire.structure": "",
|
|
247
|
+
"editor.record.form.topics.inspire.transportation": "",
|
|
248
|
+
"editor.record.form.topics.inspire.utilities": "",
|
|
249
|
+
"editor.record.form.topics.inspire.waters": "",
|
|
250
|
+
"editor.record.form.topics.placeholder": "",
|
|
251
251
|
"editor.record.form.updateFrequency.planned": "Este conjunto de datos se actualiza regularmente.",
|
|
252
252
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
253
253
|
"editor.record.importFromExternalFile.failure.title": "",
|
|
@@ -309,7 +309,8 @@
|
|
|
309
309
|
"facets.block.title.tag.default": "",
|
|
310
310
|
"facets.block.title.th_regions_tree.default": "",
|
|
311
311
|
"favorite.not.authenticated.tooltip": "",
|
|
312
|
-
"favorite.starToggle.
|
|
312
|
+
"favorite.starToggle.add": "Añadir a favoritos",
|
|
313
|
+
"favorite.starToggle.remove": "Eliminar de favoritos",
|
|
313
314
|
"feature.catalog.attribute.code": "Código",
|
|
314
315
|
"feature.catalog.attribute.definition": "Descripción",
|
|
315
316
|
"feature.catalog.attribute.name": "Nombre",
|
|
@@ -522,6 +523,7 @@
|
|
|
522
523
|
"record.metadata.usage": "",
|
|
523
524
|
"record.metadata.userFeedbacks": "",
|
|
524
525
|
"record.metadata.userFeedbacks.anonymousUser": "",
|
|
526
|
+
"record.metadata.userFeedbacks.authDisabled": "",
|
|
525
527
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
|
|
526
528
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "",
|
|
527
529
|
"record.metadata.userFeedbacks.newComment.placeholder": "",
|
|
@@ -184,26 +184,6 @@
|
|
|
184
184
|
"editor.record.form.field.topics": "Thèmes",
|
|
185
185
|
"editor.record.form.field.uniqueIdentifier": "Identifiant unique",
|
|
186
186
|
"editor.record.form.field.updateFrequency": "Fréquence de mise à jour",
|
|
187
|
-
"editor.record.form.inspire.biota": "Biote",
|
|
188
|
-
"editor.record.form.inspire.boundaries": "Limites",
|
|
189
|
-
"editor.record.form.inspire.climatology": "Climatologie / Météorologie / Atmosphère",
|
|
190
|
-
"editor.record.form.inspire.economy": "Économie",
|
|
191
|
-
"editor.record.form.inspire.elevation": "Altitude",
|
|
192
|
-
"editor.record.form.inspire.environnement": "Environnement",
|
|
193
|
-
"editor.record.form.inspire.farming": "Agriculture",
|
|
194
|
-
"editor.record.form.inspire.geoscientific": "Informations géoscientifiques",
|
|
195
|
-
"editor.record.form.inspire.health": "Santé",
|
|
196
|
-
"editor.record.form.inspire.imagery": "Imagerie/Cartes de base/Occupation des terres",
|
|
197
|
-
"editor.record.form.inspire.intelligence": "Renseignement/Secteur militaire",
|
|
198
|
-
"editor.record.form.inspire.location": "Localisation",
|
|
199
|
-
"editor.record.form.inspire.oceans": "Océans",
|
|
200
|
-
"editor.record.form.inspire.placeholder": "Sélectionnez un thème INSPIRE",
|
|
201
|
-
"editor.record.form.inspire.planning": "Planification/Cadastre",
|
|
202
|
-
"editor.record.form.inspire.society": "Société",
|
|
203
|
-
"editor.record.form.inspire.structure": "Structure",
|
|
204
|
-
"editor.record.form.inspire.transportation": "Transport",
|
|
205
|
-
"editor.record.form.inspire.utilities": "Services d’utilité publique/Communication",
|
|
206
|
-
"editor.record.form.inspire.waters": "Eaux intérieures",
|
|
207
187
|
"editor.record.form.keywords.place.placeholder": "Rechercher une localisation par mot-clé",
|
|
208
188
|
"editor.record.form.keywords.place.withoutExtent": "Ce mot-clé n'a pas de localisation géographique associée",
|
|
209
189
|
"editor.record.form.keywords.placeholder": "Sélectionnez un mot-clé",
|
|
@@ -239,15 +219,35 @@
|
|
|
239
219
|
"editor.record.form.section.dataManagers.description": "Cette information concerne la donnée",
|
|
240
220
|
"editor.record.form.section.dataManagers.label": "Responsables de la donnée",
|
|
241
221
|
"editor.record.form.section.geographicalCoverage.label": "Couverture géographique",
|
|
242
|
-
"editor.record.form.section.inspire.description": "Des thèmes appropriés aident à trouver le jeu de données",
|
|
243
|
-
"editor.record.form.section.inspire.label": "Thèmes INSPIRE",
|
|
244
222
|
"editor.record.form.section.metadataPointOfContact.description": "Cette information concerne la métadonnée",
|
|
245
223
|
"editor.record.form.section.metadataPointOfContact.label": "Point de contact de la métadonnée",
|
|
224
|
+
"editor.record.form.section.topics.description": "Les thèmes permettent de regrouper plus facilement des jeux de données",
|
|
225
|
+
"editor.record.form.section.topics.label": "Thèmes",
|
|
246
226
|
"editor.record.form.section.useAndAccessConditions.label": "Conditions d'accès et d'utilisation",
|
|
247
227
|
"editor.record.form.temporalExtents.addDate": "Date déterminée",
|
|
248
228
|
"editor.record.form.temporalExtents.addRange": "Période de temps",
|
|
249
229
|
"editor.record.form.temporalExtents.date": "Date concernée",
|
|
250
230
|
"editor.record.form.temporalExtents.range": "Période concernée",
|
|
231
|
+
"editor.record.form.topics.inspire.biota": "Biote",
|
|
232
|
+
"editor.record.form.topics.inspire.boundaries": "Limites",
|
|
233
|
+
"editor.record.form.topics.inspire.climatology": "Climatologie/Météorologie/Atmosphère",
|
|
234
|
+
"editor.record.form.topics.inspire.economy": "Économie",
|
|
235
|
+
"editor.record.form.topics.inspire.elevation": "Altitude",
|
|
236
|
+
"editor.record.form.topics.inspire.environnement": "Environnement",
|
|
237
|
+
"editor.record.form.topics.inspire.farming": "Agriculture",
|
|
238
|
+
"editor.record.form.topics.inspire.geoscientific": "Informations géoscientifiques",
|
|
239
|
+
"editor.record.form.topics.inspire.health": "Santé",
|
|
240
|
+
"editor.record.form.topics.inspire.imagery": "Imagerie/Cartes de base/Occupation des terres",
|
|
241
|
+
"editor.record.form.topics.inspire.intelligence": "Renseignement/Secteur militaire",
|
|
242
|
+
"editor.record.form.topics.inspire.location": "Localisation",
|
|
243
|
+
"editor.record.form.topics.inspire.oceans": "Océans",
|
|
244
|
+
"editor.record.form.topics.inspire.planning": "Planification/Cadastre",
|
|
245
|
+
"editor.record.form.topics.inspire.society": "Société",
|
|
246
|
+
"editor.record.form.topics.inspire.structure": "Structure",
|
|
247
|
+
"editor.record.form.topics.inspire.transportation": "Transport",
|
|
248
|
+
"editor.record.form.topics.inspire.utilities": "Services d’utilité publique/Communication",
|
|
249
|
+
"editor.record.form.topics.inspire.waters": "Eaux intérieures",
|
|
250
|
+
"editor.record.form.topics.placeholder": "Sélectionnez un ou plusieurs thèmes",
|
|
251
251
|
"editor.record.form.updateFrequency.planned": "Ce jeu de données est mis à jour régulièrement",
|
|
252
252
|
"editor.record.importFromExternalFile.failure.body": "Une erreur est survenue pendant l'import du jeu de données : ",
|
|
253
253
|
"editor.record.importFromExternalFile.failure.title": "Erreur",
|
|
@@ -309,7 +309,8 @@
|
|
|
309
309
|
"facets.block.title.tag.default": "Tag",
|
|
310
310
|
"facets.block.title.th_regions_tree.default": "Régions",
|
|
311
311
|
"favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Connectez-vous</a> pour avoir accès à cette fonctionnalité</div>",
|
|
312
|
-
"favorite.starToggle.
|
|
312
|
+
"favorite.starToggle.add": "Ajouter aux favoris",
|
|
313
|
+
"favorite.starToggle.remove": "Retirer des favoris",
|
|
313
314
|
"feature.catalog.attribute.code": "Code",
|
|
314
315
|
"feature.catalog.attribute.definition": "Description",
|
|
315
316
|
"feature.catalog.attribute.name": "Nom",
|
|
@@ -522,6 +523,7 @@
|
|
|
522
523
|
"record.metadata.usage": "Licences et conditions d'utilisation",
|
|
523
524
|
"record.metadata.userFeedbacks": "Questions / Réponses",
|
|
524
525
|
"record.metadata.userFeedbacks.anonymousUser": "Pour rédiger un commentaire, veuillez vous identifier.",
|
|
526
|
+
"record.metadata.userFeedbacks.authDisabled": "Les commentaires sont désactivés.",
|
|
525
527
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "Publier",
|
|
526
528
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "Répondre...",
|
|
527
529
|
"record.metadata.userFeedbacks.newComment.placeholder": "Rédigez votre commentaire ici...",
|
|
@@ -184,26 +184,6 @@
|
|
|
184
184
|
"editor.record.form.field.topics": "",
|
|
185
185
|
"editor.record.form.field.uniqueIdentifier": "Identificatore univoco",
|
|
186
186
|
"editor.record.form.field.updateFrequency": "Frequenza di aggiornamento",
|
|
187
|
-
"editor.record.form.inspire.biota": "",
|
|
188
|
-
"editor.record.form.inspire.boundaries": "",
|
|
189
|
-
"editor.record.form.inspire.climatology": "",
|
|
190
|
-
"editor.record.form.inspire.economy": "",
|
|
191
|
-
"editor.record.form.inspire.elevation": "",
|
|
192
|
-
"editor.record.form.inspire.environnement": "",
|
|
193
|
-
"editor.record.form.inspire.farming": "",
|
|
194
|
-
"editor.record.form.inspire.geoscientific": "",
|
|
195
|
-
"editor.record.form.inspire.health": "",
|
|
196
|
-
"editor.record.form.inspire.imagery": "",
|
|
197
|
-
"editor.record.form.inspire.intelligence": "",
|
|
198
|
-
"editor.record.form.inspire.location": "",
|
|
199
|
-
"editor.record.form.inspire.oceans": "",
|
|
200
|
-
"editor.record.form.inspire.placeholder": "",
|
|
201
|
-
"editor.record.form.inspire.planning": "",
|
|
202
|
-
"editor.record.form.inspire.society": "",
|
|
203
|
-
"editor.record.form.inspire.structure": "",
|
|
204
|
-
"editor.record.form.inspire.transportation": "",
|
|
205
|
-
"editor.record.form.inspire.utilities": "",
|
|
206
|
-
"editor.record.form.inspire.waters": "",
|
|
207
187
|
"editor.record.form.keywords.place.placeholder": "Cerca una posizione per parola chiave",
|
|
208
188
|
"editor.record.form.keywords.place.withoutExtent": "Questa parola chiave non ha una posizione geografica associata",
|
|
209
189
|
"editor.record.form.keywords.placeholder": "Seleziona una parola chiave",
|
|
@@ -239,15 +219,35 @@
|
|
|
239
219
|
"editor.record.form.section.dataManagers.description": "Queste informazioni riguardano i dati",
|
|
240
220
|
"editor.record.form.section.dataManagers.label": "Gestori dei dati",
|
|
241
221
|
"editor.record.form.section.geographicalCoverage.label": "Copertura geografica",
|
|
242
|
-
"editor.record.form.section.inspire.description": "",
|
|
243
|
-
"editor.record.form.section.inspire.label": "",
|
|
244
222
|
"editor.record.form.section.metadataPointOfContact.description": "Queste informazioni riguardano i metadati",
|
|
245
223
|
"editor.record.form.section.metadataPointOfContact.label": "Punto di contatto dei metadati",
|
|
224
|
+
"editor.record.form.section.topics.description": "",
|
|
225
|
+
"editor.record.form.section.topics.label": "",
|
|
246
226
|
"editor.record.form.section.useAndAccessConditions.label": "Condizioni di accesso e utilizzo",
|
|
247
227
|
"editor.record.form.temporalExtents.addDate": "Data specificata",
|
|
248
228
|
"editor.record.form.temporalExtents.addRange": "Periodo di tempo",
|
|
249
229
|
"editor.record.form.temporalExtents.date": "Data rilevante",
|
|
250
230
|
"editor.record.form.temporalExtents.range": "Periodo interessato",
|
|
231
|
+
"editor.record.form.topics.inspire.biota": "",
|
|
232
|
+
"editor.record.form.topics.inspire.boundaries": "",
|
|
233
|
+
"editor.record.form.topics.inspire.climatology": "",
|
|
234
|
+
"editor.record.form.topics.inspire.economy": "",
|
|
235
|
+
"editor.record.form.topics.inspire.elevation": "",
|
|
236
|
+
"editor.record.form.topics.inspire.environnement": "",
|
|
237
|
+
"editor.record.form.topics.inspire.farming": "",
|
|
238
|
+
"editor.record.form.topics.inspire.geoscientific": "",
|
|
239
|
+
"editor.record.form.topics.inspire.health": "",
|
|
240
|
+
"editor.record.form.topics.inspire.imagery": "",
|
|
241
|
+
"editor.record.form.topics.inspire.intelligence": "",
|
|
242
|
+
"editor.record.form.topics.inspire.location": "",
|
|
243
|
+
"editor.record.form.topics.inspire.oceans": "",
|
|
244
|
+
"editor.record.form.topics.inspire.planning": "",
|
|
245
|
+
"editor.record.form.topics.inspire.society": "",
|
|
246
|
+
"editor.record.form.topics.inspire.structure": "",
|
|
247
|
+
"editor.record.form.topics.inspire.transportation": "",
|
|
248
|
+
"editor.record.form.topics.inspire.utilities": "",
|
|
249
|
+
"editor.record.form.topics.inspire.waters": "",
|
|
250
|
+
"editor.record.form.topics.placeholder": "",
|
|
251
251
|
"editor.record.form.updateFrequency.planned": "Questi dati dovrebbero essere aggiornati regolarmente",
|
|
252
252
|
"editor.record.importFromExternalFile.failure.body": "Ha successo un'errore durante l'importazione del dataset: ",
|
|
253
253
|
"editor.record.importFromExternalFile.failure.title": "Errore",
|
|
@@ -309,7 +309,8 @@
|
|
|
309
309
|
"facets.block.title.tag.default": "Tag",
|
|
310
310
|
"facets.block.title.th_regions_tree.default": "Regioni",
|
|
311
311
|
"favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Login</a> per accedere a questa funzionalità</div>",
|
|
312
|
-
"favorite.starToggle.
|
|
312
|
+
"favorite.starToggle.add": "Aggiungi ai preferiti",
|
|
313
|
+
"favorite.starToggle.remove": "Rimuovi dai preferiti",
|
|
313
314
|
"feature.catalog.attribute.code": "Codice",
|
|
314
315
|
"feature.catalog.attribute.definition": "Descrizione",
|
|
315
316
|
"feature.catalog.attribute.name": "Nome",
|
|
@@ -522,6 +523,7 @@
|
|
|
522
523
|
"record.metadata.usage": "Licenze e limiti di utilizzo",
|
|
523
524
|
"record.metadata.userFeedbacks": "Domande / Risposte",
|
|
524
525
|
"record.metadata.userFeedbacks.anonymousUser": "Per pubblicare un commento, effettua il login.",
|
|
526
|
+
"record.metadata.userFeedbacks.authDisabled": "",
|
|
525
527
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "Pubblica",
|
|
526
528
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "Risponde...",
|
|
527
529
|
"record.metadata.userFeedbacks.newComment.placeholder": "Scrive qui il suo commento...",
|
|
@@ -184,26 +184,6 @@
|
|
|
184
184
|
"editor.record.form.field.topics": "",
|
|
185
185
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
186
186
|
"editor.record.form.field.updateFrequency": "",
|
|
187
|
-
"editor.record.form.inspire.biota": "",
|
|
188
|
-
"editor.record.form.inspire.boundaries": "",
|
|
189
|
-
"editor.record.form.inspire.climatology": "",
|
|
190
|
-
"editor.record.form.inspire.economy": "",
|
|
191
|
-
"editor.record.form.inspire.elevation": "",
|
|
192
|
-
"editor.record.form.inspire.environnement": "",
|
|
193
|
-
"editor.record.form.inspire.farming": "",
|
|
194
|
-
"editor.record.form.inspire.geoscientific": "",
|
|
195
|
-
"editor.record.form.inspire.health": "",
|
|
196
|
-
"editor.record.form.inspire.imagery": "",
|
|
197
|
-
"editor.record.form.inspire.intelligence": "",
|
|
198
|
-
"editor.record.form.inspire.location": "",
|
|
199
|
-
"editor.record.form.inspire.oceans": "",
|
|
200
|
-
"editor.record.form.inspire.placeholder": "",
|
|
201
|
-
"editor.record.form.inspire.planning": "",
|
|
202
|
-
"editor.record.form.inspire.society": "",
|
|
203
|
-
"editor.record.form.inspire.structure": "",
|
|
204
|
-
"editor.record.form.inspire.transportation": "",
|
|
205
|
-
"editor.record.form.inspire.utilities": "",
|
|
206
|
-
"editor.record.form.inspire.waters": "",
|
|
207
187
|
"editor.record.form.keywords.place.placeholder": "",
|
|
208
188
|
"editor.record.form.keywords.place.withoutExtent": "",
|
|
209
189
|
"editor.record.form.keywords.placeholder": "",
|
|
@@ -239,15 +219,35 @@
|
|
|
239
219
|
"editor.record.form.section.dataManagers.description": "",
|
|
240
220
|
"editor.record.form.section.dataManagers.label": "",
|
|
241
221
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
242
|
-
"editor.record.form.section.inspire.description": "",
|
|
243
|
-
"editor.record.form.section.inspire.label": "",
|
|
244
222
|
"editor.record.form.section.metadataPointOfContact.description": "",
|
|
245
223
|
"editor.record.form.section.metadataPointOfContact.label": "",
|
|
224
|
+
"editor.record.form.section.topics.description": "",
|
|
225
|
+
"editor.record.form.section.topics.label": "",
|
|
246
226
|
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
247
227
|
"editor.record.form.temporalExtents.addDate": "",
|
|
248
228
|
"editor.record.form.temporalExtents.addRange": "",
|
|
249
229
|
"editor.record.form.temporalExtents.date": "",
|
|
250
230
|
"editor.record.form.temporalExtents.range": "",
|
|
231
|
+
"editor.record.form.topics.inspire.biota": "",
|
|
232
|
+
"editor.record.form.topics.inspire.boundaries": "",
|
|
233
|
+
"editor.record.form.topics.inspire.climatology": "",
|
|
234
|
+
"editor.record.form.topics.inspire.economy": "",
|
|
235
|
+
"editor.record.form.topics.inspire.elevation": "",
|
|
236
|
+
"editor.record.form.topics.inspire.environnement": "",
|
|
237
|
+
"editor.record.form.topics.inspire.farming": "",
|
|
238
|
+
"editor.record.form.topics.inspire.geoscientific": "",
|
|
239
|
+
"editor.record.form.topics.inspire.health": "",
|
|
240
|
+
"editor.record.form.topics.inspire.imagery": "",
|
|
241
|
+
"editor.record.form.topics.inspire.intelligence": "",
|
|
242
|
+
"editor.record.form.topics.inspire.location": "",
|
|
243
|
+
"editor.record.form.topics.inspire.oceans": "",
|
|
244
|
+
"editor.record.form.topics.inspire.planning": "",
|
|
245
|
+
"editor.record.form.topics.inspire.society": "",
|
|
246
|
+
"editor.record.form.topics.inspire.structure": "",
|
|
247
|
+
"editor.record.form.topics.inspire.transportation": "",
|
|
248
|
+
"editor.record.form.topics.inspire.utilities": "",
|
|
249
|
+
"editor.record.form.topics.inspire.waters": "",
|
|
250
|
+
"editor.record.form.topics.placeholder": "",
|
|
251
251
|
"editor.record.form.updateFrequency.planned": "Deze dataset wordt regelmatig bijgewerkt.",
|
|
252
252
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
253
253
|
"editor.record.importFromExternalFile.failure.title": "",
|
|
@@ -309,7 +309,8 @@
|
|
|
309
309
|
"facets.block.title.tag.default": "",
|
|
310
310
|
"facets.block.title.th_regions_tree.default": "",
|
|
311
311
|
"favorite.not.authenticated.tooltip": "",
|
|
312
|
-
"favorite.starToggle.
|
|
312
|
+
"favorite.starToggle.add": "Toevoegen aan favorieten",
|
|
313
|
+
"favorite.starToggle.remove": "Verwijderen uit favorieten",
|
|
313
314
|
"feature.catalog.attribute.code": "Code",
|
|
314
315
|
"feature.catalog.attribute.definition": "Beschrijving",
|
|
315
316
|
"feature.catalog.attribute.name": "Naam",
|
|
@@ -522,6 +523,7 @@
|
|
|
522
523
|
"record.metadata.usage": "",
|
|
523
524
|
"record.metadata.userFeedbacks": "",
|
|
524
525
|
"record.metadata.userFeedbacks.anonymousUser": "",
|
|
526
|
+
"record.metadata.userFeedbacks.authDisabled": "",
|
|
525
527
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
|
|
526
528
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "",
|
|
527
529
|
"record.metadata.userFeedbacks.newComment.placeholder": "",
|
|
@@ -184,26 +184,6 @@
|
|
|
184
184
|
"editor.record.form.field.topics": "",
|
|
185
185
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
186
186
|
"editor.record.form.field.updateFrequency": "",
|
|
187
|
-
"editor.record.form.inspire.biota": "",
|
|
188
|
-
"editor.record.form.inspire.boundaries": "",
|
|
189
|
-
"editor.record.form.inspire.climatology": "",
|
|
190
|
-
"editor.record.form.inspire.economy": "",
|
|
191
|
-
"editor.record.form.inspire.elevation": "",
|
|
192
|
-
"editor.record.form.inspire.environnement": "",
|
|
193
|
-
"editor.record.form.inspire.farming": "",
|
|
194
|
-
"editor.record.form.inspire.geoscientific": "",
|
|
195
|
-
"editor.record.form.inspire.health": "",
|
|
196
|
-
"editor.record.form.inspire.imagery": "",
|
|
197
|
-
"editor.record.form.inspire.intelligence": "",
|
|
198
|
-
"editor.record.form.inspire.location": "",
|
|
199
|
-
"editor.record.form.inspire.oceans": "",
|
|
200
|
-
"editor.record.form.inspire.placeholder": "",
|
|
201
|
-
"editor.record.form.inspire.planning": "",
|
|
202
|
-
"editor.record.form.inspire.society": "",
|
|
203
|
-
"editor.record.form.inspire.structure": "",
|
|
204
|
-
"editor.record.form.inspire.transportation": "",
|
|
205
|
-
"editor.record.form.inspire.utilities": "",
|
|
206
|
-
"editor.record.form.inspire.waters": "",
|
|
207
187
|
"editor.record.form.keywords.place.placeholder": "",
|
|
208
188
|
"editor.record.form.keywords.place.withoutExtent": "",
|
|
209
189
|
"editor.record.form.keywords.placeholder": "",
|
|
@@ -239,15 +219,35 @@
|
|
|
239
219
|
"editor.record.form.section.dataManagers.description": "",
|
|
240
220
|
"editor.record.form.section.dataManagers.label": "",
|
|
241
221
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
242
|
-
"editor.record.form.section.inspire.description": "",
|
|
243
|
-
"editor.record.form.section.inspire.label": "",
|
|
244
222
|
"editor.record.form.section.metadataPointOfContact.description": "",
|
|
245
223
|
"editor.record.form.section.metadataPointOfContact.label": "",
|
|
224
|
+
"editor.record.form.section.topics.description": "",
|
|
225
|
+
"editor.record.form.section.topics.label": "",
|
|
246
226
|
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
247
227
|
"editor.record.form.temporalExtents.addDate": "",
|
|
248
228
|
"editor.record.form.temporalExtents.addRange": "",
|
|
249
229
|
"editor.record.form.temporalExtents.date": "",
|
|
250
230
|
"editor.record.form.temporalExtents.range": "",
|
|
231
|
+
"editor.record.form.topics.inspire.biota": "",
|
|
232
|
+
"editor.record.form.topics.inspire.boundaries": "",
|
|
233
|
+
"editor.record.form.topics.inspire.climatology": "",
|
|
234
|
+
"editor.record.form.topics.inspire.economy": "",
|
|
235
|
+
"editor.record.form.topics.inspire.elevation": "",
|
|
236
|
+
"editor.record.form.topics.inspire.environnement": "",
|
|
237
|
+
"editor.record.form.topics.inspire.farming": "",
|
|
238
|
+
"editor.record.form.topics.inspire.geoscientific": "",
|
|
239
|
+
"editor.record.form.topics.inspire.health": "",
|
|
240
|
+
"editor.record.form.topics.inspire.imagery": "",
|
|
241
|
+
"editor.record.form.topics.inspire.intelligence": "",
|
|
242
|
+
"editor.record.form.topics.inspire.location": "",
|
|
243
|
+
"editor.record.form.topics.inspire.oceans": "",
|
|
244
|
+
"editor.record.form.topics.inspire.planning": "",
|
|
245
|
+
"editor.record.form.topics.inspire.society": "",
|
|
246
|
+
"editor.record.form.topics.inspire.structure": "",
|
|
247
|
+
"editor.record.form.topics.inspire.transportation": "",
|
|
248
|
+
"editor.record.form.topics.inspire.utilities": "",
|
|
249
|
+
"editor.record.form.topics.inspire.waters": "",
|
|
250
|
+
"editor.record.form.topics.placeholder": "",
|
|
251
251
|
"editor.record.form.updateFrequency.planned": "Este conjunto de dados é atualizado regularmente.",
|
|
252
252
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
253
253
|
"editor.record.importFromExternalFile.failure.title": "",
|
|
@@ -309,7 +309,8 @@
|
|
|
309
309
|
"facets.block.title.tag.default": "",
|
|
310
310
|
"facets.block.title.th_regions_tree.default": "",
|
|
311
311
|
"favorite.not.authenticated.tooltip": "",
|
|
312
|
-
"favorite.starToggle.
|
|
312
|
+
"favorite.starToggle.add": "Adicionar aos favoritos",
|
|
313
|
+
"favorite.starToggle.remove": "Remover dos favoritos",
|
|
313
314
|
"feature.catalog.attribute.code": "Código",
|
|
314
315
|
"feature.catalog.attribute.definition": "Descrição",
|
|
315
316
|
"feature.catalog.attribute.name": "Nome",
|
|
@@ -522,6 +523,7 @@
|
|
|
522
523
|
"record.metadata.usage": "",
|
|
523
524
|
"record.metadata.userFeedbacks": "",
|
|
524
525
|
"record.metadata.userFeedbacks.anonymousUser": "",
|
|
526
|
+
"record.metadata.userFeedbacks.authDisabled": "",
|
|
525
527
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
|
|
526
528
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "",
|
|
527
529
|
"record.metadata.userFeedbacks.newComment.placeholder": "",
|