geonetwork-ui 2.4.0-dev.613f7319 → 2.4.0-dev.618ec561
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +5 -5
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +30 -2
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.mjs +31 -0
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +23 -1
- package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +6 -1
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
- package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +2 -6
- package/esm2022/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.mjs +138 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +21 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +19 -9
- package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +12 -2
- package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +10 -5
- package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +4 -3
- package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +2 -2
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +5 -11
- package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +5 -2
- package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +11 -5
- package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +3 -3
- package/esm2022/libs/ui/widgets/src/index.mjs +2 -1
- package/esm2022/libs/ui/widgets/src/lib/popover/popover.component.mjs +68 -0
- package/esm2022/translations/de.json +9 -17
- package/esm2022/translations/en.json +2 -10
- package/esm2022/translations/es.json +1 -9
- package/esm2022/translations/fr.json +2 -10
- package/esm2022/translations/it.json +2 -10
- package/esm2022/translations/nl.json +1 -9
- package/esm2022/translations/pt.json +1 -9
- package/fesm2022/geonetwork-ui.mjs +395 -140
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +8 -1
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts +5 -0
- package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +3 -1
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +1 -0
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +2 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.d.ts +27 -0
- package/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +11 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +5 -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/record-form.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts +1 -0
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts +0 -3
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts +7 -6
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts +4 -2
- package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts.map +1 -1
- package/libs/ui/widgets/src/index.d.ts +1 -0
- package/libs/ui/widgets/src/index.d.ts.map +1 -1
- package/libs/ui/widgets/src/lib/popover/popover.component.d.ts +19 -0
- package/libs/ui/widgets/src/lib/popover/popover.component.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +5 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +37 -12
- package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +5 -1
- package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +4 -2
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +72 -2
- package/src/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.ts +39 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +70 -1
- package/src/libs/api/metadata-converter/src/lib/xml-utils.ts +8 -0
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +2 -1
- package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +1 -5
- package/src/libs/data-access/gn4/src/spec.yaml +0 -8
- package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.html +3 -1
- package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts +117 -21
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.html +5 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +22 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +6 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +13 -1
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +1 -0
- package/src/libs/feature/editor/src/lib/fields.config.ts +12 -1
- package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +8 -4
- package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.html +4 -1
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.css +2 -1
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +12 -8
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +14 -20
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.ts +0 -10
- package/src/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.html +1 -1
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +2 -1
- package/src/libs/ui/inputs/src/lib/image-input/image-input.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/image-input/image-input.component.ts +7 -2
- package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +1 -1
- package/src/libs/ui/widgets/src/index.ts +1 -0
- package/src/libs/ui/widgets/src/lib/popover/popover.component.css +0 -0
- package/src/libs/ui/widgets/src/lib/popover/popover.component.html +3 -0
- package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +85 -0
- package/tailwind.base.css +2 -1
- package/translations/de.json +9 -17
- package/translations/en.json +2 -10
- package/translations/es.json +1 -9
- package/translations/fr.json +2 -10
- package/translations/it.json +2 -10
- package/translations/nl.json +1 -9
- package/translations/pt.json +1 -9
- package/translations/sk.json +2 -10
|
@@ -9,7 +9,7 @@ import { ContentGhostComponent } from './content-ghost/content-ghost.component'
|
|
|
9
9
|
import { DownloadItemComponent } from './download-item/download-item.component'
|
|
10
10
|
import { DownloadsListComponent } from './downloads-list/downloads-list.component'
|
|
11
11
|
import { ApiCardComponent } from './api-card/api-card.component'
|
|
12
|
-
import { UiWidgetsModule } from '../../../../../libs/ui/widgets/src'
|
|
12
|
+
import { PopoverComponent, UiWidgetsModule } from '../../../../../libs/ui/widgets/src'
|
|
13
13
|
import { MaxLinesComponent, UiLayoutModule } from '../../../../../libs/ui/layout/src'
|
|
14
14
|
import { TranslateModule } from '@ngx-translate/core'
|
|
15
15
|
import { RelatedRecordCardComponent } from './related-record-card/related-record-card.component'
|
|
@@ -45,6 +45,7 @@ import { TimeSincePipe } from './user-feedback-item/time-since.pipe'
|
|
|
45
45
|
UiInputsModule,
|
|
46
46
|
FormsModule,
|
|
47
47
|
NgOptimizedImage,
|
|
48
|
+
PopoverComponent,
|
|
48
49
|
MarkdownParserComponent,
|
|
49
50
|
ThumbnailComponent,
|
|
50
51
|
TimeSincePipe,
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
<div class="w-full h-full flex flex-col gap-2">
|
|
52
52
|
<label
|
|
53
53
|
gnUiFilesDrop
|
|
54
|
-
class="block flex-1 border-2 border-dashed border-gray-300 rounded-lg p-6 flex flex-col items-center justify-center gap-4"
|
|
54
|
+
class="block flex-1 border-2 border-dashed border-gray-300 rounded-lg p-6 flex flex-col items-center justify-center gap-4 hover:cursor-pointer"
|
|
55
55
|
(dragFilesOver)="handleDragFilesOver($event)"
|
|
56
56
|
(dropFiles)="handleDropFiles($event)"
|
|
57
57
|
>
|
|
@@ -16,6 +16,7 @@ import { ButtonComponent } from '../button/button.component'
|
|
|
16
16
|
import { FilesDropDirective } from '../files-drop/files-drop.directive'
|
|
17
17
|
import { TranslateModule } from '@ngx-translate/core'
|
|
18
18
|
import { marker } from '@biesbjerg/ngx-translate-extract-marker'
|
|
19
|
+
import { FormControl, ReactiveFormsModule } from '@angular/forms'
|
|
19
20
|
|
|
20
21
|
@Component({
|
|
21
22
|
selector: 'gn-ui-image-input',
|
|
@@ -30,11 +31,13 @@ import { marker } from '@biesbjerg/ngx-translate-extract-marker'
|
|
|
30
31
|
FilesDropDirective,
|
|
31
32
|
MatProgressSpinnerModule,
|
|
32
33
|
TranslateModule,
|
|
34
|
+
ReactiveFormsModule,
|
|
33
35
|
],
|
|
34
36
|
})
|
|
35
37
|
export class ImageInputComponent {
|
|
38
|
+
@Input() formControl!: FormControl
|
|
36
39
|
@Input() maxSizeMB: number
|
|
37
|
-
@Input() previewUrl?:
|
|
40
|
+
@Input() previewUrl?: URL
|
|
38
41
|
@Input() altText?: string
|
|
39
42
|
@Input() uploadProgress?: number
|
|
40
43
|
@Input() uploadError?: boolean
|
|
@@ -127,7 +130,8 @@ export class ImageInputComponent {
|
|
|
127
130
|
const file = new File([blob], name)
|
|
128
131
|
this.fileChange.emit(file)
|
|
129
132
|
},
|
|
130
|
-
error: () => {
|
|
133
|
+
error: (error) => {
|
|
134
|
+
console.error(error)
|
|
131
135
|
this.downloadError = true
|
|
132
136
|
this.cd.markForCheck()
|
|
133
137
|
this.urlChange.emit(this.urlInputValue)
|
|
@@ -165,6 +169,7 @@ export class ImageInputComponent {
|
|
|
165
169
|
}
|
|
166
170
|
|
|
167
171
|
handleDelete() {
|
|
172
|
+
this.formControl.markAsDirty()
|
|
168
173
|
this.delete.emit()
|
|
169
174
|
}
|
|
170
175
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from './lib/ui-widgets.module'
|
|
2
2
|
export * from './lib/progress-bar/progress-bar.component'
|
|
3
|
+
export * from './lib/popover/popover.component'
|
|
3
4
|
export * from './lib/loading-mask/loading-mask.component'
|
|
4
5
|
export * from './lib/color-scale/color-scale.component'
|
|
5
6
|
export * from './lib/popup-alert/popup-alert.component'
|
|
File without changes
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common'
|
|
2
|
+
import {
|
|
3
|
+
Component,
|
|
4
|
+
AfterViewInit,
|
|
5
|
+
ElementRef,
|
|
6
|
+
Input,
|
|
7
|
+
ViewChild,
|
|
8
|
+
OnDestroy,
|
|
9
|
+
OnChanges,
|
|
10
|
+
SimpleChanges,
|
|
11
|
+
TemplateRef,
|
|
12
|
+
Renderer2,
|
|
13
|
+
ViewContainerRef,
|
|
14
|
+
EmbeddedViewRef,
|
|
15
|
+
} from '@angular/core'
|
|
16
|
+
import tippy, { Instance } from 'tippy.js'
|
|
17
|
+
|
|
18
|
+
@Component({
|
|
19
|
+
selector: 'gn-ui-popover',
|
|
20
|
+
templateUrl: './popover.component.html',
|
|
21
|
+
styleUrls: ['./popover.component.css'],
|
|
22
|
+
standalone: true,
|
|
23
|
+
imports: [CommonModule],
|
|
24
|
+
})
|
|
25
|
+
export class PopoverComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
26
|
+
@ViewChild('popoverContent', { static: false }) popoverContent: ElementRef
|
|
27
|
+
@Input() content: string | TemplateRef<any>
|
|
28
|
+
@Input() theme: 'light' | 'light-border' | 'translucent' | 'material' | ''
|
|
29
|
+
|
|
30
|
+
private tippyInstance: Instance
|
|
31
|
+
private view: EmbeddedViewRef<any>
|
|
32
|
+
|
|
33
|
+
constructor(
|
|
34
|
+
private viewContainerRef: ViewContainerRef,
|
|
35
|
+
private renderer: Renderer2
|
|
36
|
+
) {}
|
|
37
|
+
|
|
38
|
+
private getContent(): string | HTMLElement {
|
|
39
|
+
if (this.content instanceof TemplateRef) {
|
|
40
|
+
if (this.view) {
|
|
41
|
+
this.view.destroy()
|
|
42
|
+
}
|
|
43
|
+
this.view = this.viewContainerRef.createEmbeddedView(this.content)
|
|
44
|
+
this.view.detectChanges()
|
|
45
|
+
const wrapper = this.renderer.createElement('div') // Create a wrapper div
|
|
46
|
+
this.view.rootNodes.forEach((node) => {
|
|
47
|
+
this.renderer.appendChild(wrapper, node) // Append each root node to the wrapper
|
|
48
|
+
})
|
|
49
|
+
return wrapper
|
|
50
|
+
}
|
|
51
|
+
return this.content
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
ngAfterViewInit(): void {
|
|
55
|
+
this.tippyInstance = tippy(this.popoverContent.nativeElement as Element, {
|
|
56
|
+
content: this.getContent(),
|
|
57
|
+
allowHTML: true,
|
|
58
|
+
theme: this.theme,
|
|
59
|
+
})
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
ngOnChanges(changes: SimpleChanges): void {
|
|
63
|
+
if (changes['theme']) {
|
|
64
|
+
this.theme = changes['theme'].currentValue
|
|
65
|
+
if (this.tippyInstance) {
|
|
66
|
+
this.tippyInstance.setProps({ theme: this.theme })
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
if (changes['content']) {
|
|
70
|
+
this.content = changes['content'].currentValue
|
|
71
|
+
if (this.tippyInstance) {
|
|
72
|
+
this.tippyInstance.setContent(this.getContent())
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
ngOnDestroy(): void {
|
|
78
|
+
if (this.tippyInstance) {
|
|
79
|
+
this.tippyInstance.destroy()
|
|
80
|
+
}
|
|
81
|
+
if (this.view) {
|
|
82
|
+
this.view.destroy()
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
package/tailwind.base.css
CHANGED
|
@@ -115,7 +115,8 @@
|
|
|
115
115
|
--padding: var(--gn-ui-badge-padding, 0.375em 0.75em);
|
|
116
116
|
--text-color: var(--gn-ui-badge-text-color, var(--color-gray-50));
|
|
117
117
|
--background-color: var(--gn-ui-badge-background-color, black);
|
|
118
|
-
|
|
118
|
+
--opacity: var(--gn-ui-badge-opacity, 0.7);
|
|
119
|
+
@apply inline-block opacity-[--opacity] p-[--padding] rounded-[--rounded]
|
|
119
120
|
font-medium text-[length:0.875em] leading-none text-[color:--text-color] bg-[color:--background-color];
|
|
120
121
|
}
|
|
121
122
|
/* makes sure icons will not make the badges grow vertically; also make size proportional */
|
package/translations/de.json
CHANGED
|
@@ -168,18 +168,16 @@
|
|
|
168
168
|
"editor.record.form.bottomButtons.comeBackLater": "",
|
|
169
169
|
"editor.record.form.bottomButtons.next": "",
|
|
170
170
|
"editor.record.form.bottomButtons.previous": "",
|
|
171
|
-
"editor.record.form.field.abstract": "",
|
|
171
|
+
"editor.record.form.field.abstract": "Kurzbeschreibung",
|
|
172
172
|
"editor.record.form.field.keywords": "Schlagwörter",
|
|
173
173
|
"editor.record.form.field.license": "Lizenz",
|
|
174
|
-
"editor.record.form.field.
|
|
175
|
-
"editor.record.form.field.
|
|
176
|
-
"editor.record.form.field.
|
|
177
|
-
"editor.record.form.field.
|
|
178
|
-
"editor.record.form.field.
|
|
179
|
-
"editor.record.form.field.
|
|
180
|
-
"editor.record.form.
|
|
181
|
-
"editor.record.form.keywords": "Schlüsselwörter",
|
|
182
|
-
"editor.record.form.license": "Lizenz",
|
|
174
|
+
"editor.record.form.field.overviews": "",
|
|
175
|
+
"editor.record.form.field.recordUpdated": "Datensatz zuletzt aktualisiert",
|
|
176
|
+
"editor.record.form.field.resourceUpdated": "Letztes Aktualisierungsdatum",
|
|
177
|
+
"editor.record.form.field.temporalExtents": "Zeitlicher Umfang",
|
|
178
|
+
"editor.record.form.field.title": "Metadaten-Titel",
|
|
179
|
+
"editor.record.form.field.uniqueIdentifier": "Eindeutige Kennung (ID)",
|
|
180
|
+
"editor.record.form.field.updateFrequency": "Aktualisierungshäufigkeit",
|
|
183
181
|
"editor.record.form.license.cc-by": "Creative Commons CC-BY",
|
|
184
182
|
"editor.record.form.license.cc-by-sa": "Creative Commons CC-BY-SA",
|
|
185
183
|
"editor.record.form.license.cc-zero": "Creative Commons CC-0",
|
|
@@ -205,16 +203,10 @@
|
|
|
205
203
|
"editor.record.form.section.dataPointOfContact.label": "",
|
|
206
204
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
207
205
|
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
208
|
-
"editor.record.form.metadata.title": "Metadaten-Titel",
|
|
209
|
-
"editor.record.form.record.updated": "Datensatz zuletzt aktualisiert",
|
|
210
|
-
"editor.record.form.resourceUpdated": "Letztes Aktualisierungsdatum",
|
|
211
|
-
"editor.record.form.temporalExtents": "Zeitlicher Umfang",
|
|
212
206
|
"editor.record.form.temporalExtents.addDate": "Zeitpunkt",
|
|
213
207
|
"editor.record.form.temporalExtents.addRange": "Zeitraum",
|
|
214
208
|
"editor.record.form.temporalExtents.date": "Datum",
|
|
215
209
|
"editor.record.form.temporalExtents.range": "Datumsbereich",
|
|
216
|
-
"editor.record.form.unique.identifier": "Eindeutige Kennung (ID)",
|
|
217
|
-
"editor.record.form.updateFrequency": "Aktualisierungshäufigkeit",
|
|
218
210
|
"editor.record.form.updateFrequency.planned": "Die Daten sollten regelmäßig aktualisiert werden.",
|
|
219
211
|
"editor.record.loadError.body": "Der Datensatz konnte nicht geladen werden:",
|
|
220
212
|
"editor.record.loadError.closeMessage": "Verstanden",
|
|
@@ -438,7 +430,7 @@
|
|
|
438
430
|
"search.filters.resourceType": "Ressourcentyp",
|
|
439
431
|
"search.filters.standard": "Standard",
|
|
440
432
|
"search.filters.title": "Ergebnisse filtern",
|
|
441
|
-
"search.filters.topic": "
|
|
433
|
+
"search.filters.topic": "Themen",
|
|
442
434
|
"search.filters.useSpatialFilter": "Zuerst Datensätze im Interessenbereich anzeigen",
|
|
443
435
|
"search.filters.useSpatialFilterHelp": "Wenn diese Option aktiviert ist, werden Datensätze im Bereich des Katalogs zuerst angezeigt. Datensätze außerhalb dieses Bereichs werden nicht angezeigt.",
|
|
444
436
|
"share.tab.permalink": "Teilen",
|
package/translations/en.json
CHANGED
|
@@ -171,15 +171,13 @@
|
|
|
171
171
|
"editor.record.form.field.abstract": "Abstract",
|
|
172
172
|
"editor.record.form.field.keywords": "Keywords",
|
|
173
173
|
"editor.record.form.field.license": "License",
|
|
174
|
+
"editor.record.form.field.overviews": "Overviews",
|
|
174
175
|
"editor.record.form.field.recordUpdated": "Record Updated",
|
|
175
176
|
"editor.record.form.field.resourceUpdated": "Resource Updated",
|
|
176
177
|
"editor.record.form.field.temporalExtents": "Temporal extents",
|
|
177
178
|
"editor.record.form.field.title": "Metadata title",
|
|
178
179
|
"editor.record.form.field.uniqueIdentifier": "Unique identifier",
|
|
179
180
|
"editor.record.form.field.updateFrequency": "Update frequency",
|
|
180
|
-
"editor.record.form.abstract": "Abstract",
|
|
181
|
-
"editor.record.form.keywords": "Keywords",
|
|
182
|
-
"editor.record.form.license": "License",
|
|
183
181
|
"editor.record.form.license.cc-by": "Creative Commons CC-BY",
|
|
184
182
|
"editor.record.form.license.cc-by-sa": "Creative Commons CC-BY-SA",
|
|
185
183
|
"editor.record.form.license.cc-zero": "Creative Commons CC-0",
|
|
@@ -205,16 +203,10 @@
|
|
|
205
203
|
"editor.record.form.section.dataPointOfContact.label": "Data point of contact",
|
|
206
204
|
"editor.record.form.section.geographicalCoverage.label": "Geographical coverage",
|
|
207
205
|
"editor.record.form.section.useAndAccessConditions.label": "Use and access conditions",
|
|
208
|
-
"editor.record.form.metadata.title": "Metadata title",
|
|
209
|
-
"editor.record.form.record.updated": "Record updated",
|
|
210
|
-
"editor.record.form.resourceUpdated": "Last update date",
|
|
211
|
-
"editor.record.form.temporalExtents": "Temporal extent",
|
|
212
206
|
"editor.record.form.temporalExtents.addDate": "Time instant",
|
|
213
207
|
"editor.record.form.temporalExtents.addRange": "Time period",
|
|
214
208
|
"editor.record.form.temporalExtents.date": "Date",
|
|
215
209
|
"editor.record.form.temporalExtents.range": "Date range",
|
|
216
|
-
"editor.record.form.unique.identifier": "Unique identifier",
|
|
217
|
-
"editor.record.form.updateFrequency": "Update frequency",
|
|
218
210
|
"editor.record.form.updateFrequency.planned": "The data should be updated regularly.",
|
|
219
211
|
"editor.record.loadError.body": "The record could not be loaded:",
|
|
220
212
|
"editor.record.loadError.closeMessage": "Understood",
|
|
@@ -438,7 +430,7 @@
|
|
|
438
430
|
"search.filters.resourceType": "Resource type",
|
|
439
431
|
"search.filters.standard": "Standard",
|
|
440
432
|
"search.filters.title": "Filter your results",
|
|
441
|
-
"search.filters.topic": "
|
|
433
|
+
"search.filters.topic": "Topics",
|
|
442
434
|
"search.filters.useSpatialFilter": "Show records in the area of interest first",
|
|
443
435
|
"search.filters.useSpatialFilterHelp": "When this is enabled, records situated in the catalog's area of interest are shown first; records outside of this area will not show up.",
|
|
444
436
|
"share.tab.permalink": "Share",
|
package/translations/es.json
CHANGED
|
@@ -171,15 +171,13 @@
|
|
|
171
171
|
"editor.record.form.field.abstract": "",
|
|
172
172
|
"editor.record.form.field.keywords": "",
|
|
173
173
|
"editor.record.form.field.license": "",
|
|
174
|
+
"editor.record.form.field.overviews": "",
|
|
174
175
|
"editor.record.form.field.recordUpdated": "",
|
|
175
176
|
"editor.record.form.field.resourceUpdated": "",
|
|
176
177
|
"editor.record.form.field.temporalExtents": "",
|
|
177
178
|
"editor.record.form.field.title": "",
|
|
178
179
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
179
180
|
"editor.record.form.field.updateFrequency": "",
|
|
180
|
-
"editor.record.form.abstract": "",
|
|
181
|
-
"editor.record.form.keywords": "",
|
|
182
|
-
"editor.record.form.license": "",
|
|
183
181
|
"editor.record.form.license.cc-by": "",
|
|
184
182
|
"editor.record.form.license.cc-by-sa": "",
|
|
185
183
|
"editor.record.form.license.cc-zero": "",
|
|
@@ -205,16 +203,10 @@
|
|
|
205
203
|
"editor.record.form.section.dataPointOfContact.label": "",
|
|
206
204
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
207
205
|
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
208
|
-
"editor.record.form.metadata.title": "",
|
|
209
|
-
"editor.record.form.record.updated": "",
|
|
210
|
-
"editor.record.form.resourceUpdated": "",
|
|
211
|
-
"editor.record.form.temporalExtents": "",
|
|
212
206
|
"editor.record.form.temporalExtents.addDate": "",
|
|
213
207
|
"editor.record.form.temporalExtents.addRange": "",
|
|
214
208
|
"editor.record.form.temporalExtents.date": "",
|
|
215
209
|
"editor.record.form.temporalExtents.range": "",
|
|
216
|
-
"editor.record.form.unique.identifier": "",
|
|
217
|
-
"editor.record.form.updateFrequency": "",
|
|
218
210
|
"editor.record.form.updateFrequency.planned": "",
|
|
219
211
|
"editor.record.loadError.body": "",
|
|
220
212
|
"editor.record.loadError.closeMessage": "",
|
package/translations/fr.json
CHANGED
|
@@ -171,15 +171,13 @@
|
|
|
171
171
|
"editor.record.form.field.abstract": "Résumé",
|
|
172
172
|
"editor.record.form.field.keywords": "Mots-clés",
|
|
173
173
|
"editor.record.form.field.license": "Licence",
|
|
174
|
+
"editor.record.form.field.overviews": "Aperçus",
|
|
174
175
|
"editor.record.form.field.recordUpdated": "Date de dernière révision",
|
|
175
176
|
"editor.record.form.field.resourceUpdated": "Date de dernière révision",
|
|
176
177
|
"editor.record.form.field.temporalExtents": "Étendue temporelle",
|
|
177
178
|
"editor.record.form.field.title": "Titre",
|
|
178
179
|
"editor.record.form.field.uniqueIdentifier": "Identifiant unique",
|
|
179
180
|
"editor.record.form.field.updateFrequency": "Fréquence de mise à jour",
|
|
180
|
-
"editor.record.form.abstract": "",
|
|
181
|
-
"editor.record.form.keywords": "",
|
|
182
|
-
"editor.record.form.license": "Licence",
|
|
183
181
|
"editor.record.form.license.cc-by": "",
|
|
184
182
|
"editor.record.form.license.cc-by-sa": "",
|
|
185
183
|
"editor.record.form.license.cc-zero": "",
|
|
@@ -205,16 +203,10 @@
|
|
|
205
203
|
"editor.record.form.section.dataPointOfContact.label": "Point de contact de la metadonee",
|
|
206
204
|
"editor.record.form.section.geographicalCoverage.label": "Couverture geographique",
|
|
207
205
|
"editor.record.form.section.useAndAccessConditions.label": "Conditions d'acces et usage",
|
|
208
|
-
"editor.record.form.metadata.title": "",
|
|
209
|
-
"editor.record.form.record.updated": "",
|
|
210
|
-
"editor.record.form.resourceUpdated": "Date de dernière révision",
|
|
211
|
-
"editor.record.form.temporalExtents": "Étendue temporelle",
|
|
212
206
|
"editor.record.form.temporalExtents.addDate": "Date déterminée",
|
|
213
207
|
"editor.record.form.temporalExtents.addRange": "Période de temps",
|
|
214
208
|
"editor.record.form.temporalExtents.date": "Date concernée",
|
|
215
209
|
"editor.record.form.temporalExtents.range": "Période concernée",
|
|
216
|
-
"editor.record.form.unique.identifier": "",
|
|
217
|
-
"editor.record.form.updateFrequency": "Fréquence de mise à jour",
|
|
218
210
|
"editor.record.form.updateFrequency.planned": "Ces données doivent être mise à jour régulièrement.",
|
|
219
211
|
"editor.record.loadError.body": "",
|
|
220
212
|
"editor.record.loadError.closeMessage": "",
|
|
@@ -438,7 +430,7 @@
|
|
|
438
430
|
"search.filters.resourceType": "Type de ressource",
|
|
439
431
|
"search.filters.standard": "Standard",
|
|
440
432
|
"search.filters.title": "Affiner votre recherche",
|
|
441
|
-
"search.filters.topic": "
|
|
433
|
+
"search.filters.topic": "Thèmes",
|
|
442
434
|
"search.filters.useSpatialFilter": "Mettre en avant les résultats sur la zone d'intérêt",
|
|
443
435
|
"search.filters.useSpatialFilterHelp": "Si cette option est activée, les fiches portant sur la zone d'intérêt du catalogue seront montrées en premier; les fiches en dehors de cette zone n'apparaîtront pas dans les résultats.",
|
|
444
436
|
"share.tab.permalink": "Partager",
|
package/translations/it.json
CHANGED
|
@@ -171,15 +171,13 @@
|
|
|
171
171
|
"editor.record.form.field.abstract": "",
|
|
172
172
|
"editor.record.form.field.keywords": "",
|
|
173
173
|
"editor.record.form.field.license": "Licenza",
|
|
174
|
+
"editor.record.form.field.overviews": "",
|
|
174
175
|
"editor.record.form.field.recordUpdated": "",
|
|
175
176
|
"editor.record.form.field.resourceUpdated": "",
|
|
176
177
|
"editor.record.form.field.temporalExtents": "",
|
|
177
178
|
"editor.record.form.field.title": "",
|
|
178
179
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
179
180
|
"editor.record.form.field.updateFrequency": "",
|
|
180
|
-
"editor.record.form.abstract": "",
|
|
181
|
-
"editor.record.form.keywords": "",
|
|
182
|
-
"editor.record.form.license": "Licenza",
|
|
183
181
|
"editor.record.form.license.cc-by": "",
|
|
184
182
|
"editor.record.form.license.cc-by-sa": "",
|
|
185
183
|
"editor.record.form.license.cc-zero": "",
|
|
@@ -205,16 +203,10 @@
|
|
|
205
203
|
"editor.record.form.section.dataPointOfContact.label": "",
|
|
206
204
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
207
205
|
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
208
|
-
"editor.record.form.metadata.title": "",
|
|
209
|
-
"editor.record.form.record.updated": "",
|
|
210
|
-
"editor.record.form.resourceUpdated": "",
|
|
211
|
-
"editor.record.form.temporalExtents": "",
|
|
212
206
|
"editor.record.form.temporalExtents.addDate": "",
|
|
213
207
|
"editor.record.form.temporalExtents.addRange": "",
|
|
214
208
|
"editor.record.form.temporalExtents.date": "",
|
|
215
209
|
"editor.record.form.temporalExtents.range": "",
|
|
216
|
-
"editor.record.form.unique.identifier": "",
|
|
217
|
-
"editor.record.form.updateFrequency": "",
|
|
218
210
|
"editor.record.form.updateFrequency.planned": "",
|
|
219
211
|
"editor.record.loadError.body": "",
|
|
220
212
|
"editor.record.loadError.closeMessage": "",
|
|
@@ -438,7 +430,7 @@
|
|
|
438
430
|
"search.filters.resourceType": "Tipo di risorsa",
|
|
439
431
|
"search.filters.standard": "Standard",
|
|
440
432
|
"search.filters.title": "Affina la sua ricerca",
|
|
441
|
-
"search.filters.topic": "
|
|
433
|
+
"search.filters.topic": "Argomenti",
|
|
442
434
|
"search.filters.useSpatialFilter": "Evidenzia i risultati nell'area di interesse",
|
|
443
435
|
"search.filters.useSpatialFilterHelp": "Se attivata, le schede relative all'area di interesse del catalogo saranno mostrate per prime; le schede al di fuori di questa area non appariranno nei risultati.",
|
|
444
436
|
"share.tab.permalink": "Condividere",
|
package/translations/nl.json
CHANGED
|
@@ -171,15 +171,13 @@
|
|
|
171
171
|
"editor.record.form.field.abstract": "",
|
|
172
172
|
"editor.record.form.field.keywords": "",
|
|
173
173
|
"editor.record.form.field.license": "",
|
|
174
|
+
"editor.record.form.field.overviews": "",
|
|
174
175
|
"editor.record.form.field.recordUpdated": "",
|
|
175
176
|
"editor.record.form.field.resourceUpdated": "",
|
|
176
177
|
"editor.record.form.field.temporalExtents": "",
|
|
177
178
|
"editor.record.form.field.title": "",
|
|
178
179
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
179
180
|
"editor.record.form.field.updateFrequency": "",
|
|
180
|
-
"editor.record.form.abstract": "",
|
|
181
|
-
"editor.record.form.keywords": "",
|
|
182
|
-
"editor.record.form.license": "",
|
|
183
181
|
"editor.record.form.license.cc-by": "",
|
|
184
182
|
"editor.record.form.license.cc-by-sa": "",
|
|
185
183
|
"editor.record.form.license.cc-zero": "",
|
|
@@ -205,16 +203,10 @@
|
|
|
205
203
|
"editor.record.form.section.dataPointOfContact.label": "",
|
|
206
204
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
207
205
|
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
208
|
-
"editor.record.form.metadata.title": "",
|
|
209
|
-
"editor.record.form.record.updated": "",
|
|
210
|
-
"editor.record.form.resourceUpdated": "",
|
|
211
|
-
"editor.record.form.temporalExtents": "",
|
|
212
206
|
"editor.record.form.temporalExtents.addDate": "",
|
|
213
207
|
"editor.record.form.temporalExtents.addRange": "",
|
|
214
208
|
"editor.record.form.temporalExtents.date": "",
|
|
215
209
|
"editor.record.form.temporalExtents.range": "",
|
|
216
|
-
"editor.record.form.unique.identifier": "",
|
|
217
|
-
"editor.record.form.updateFrequency": "",
|
|
218
210
|
"editor.record.form.updateFrequency.planned": "",
|
|
219
211
|
"editor.record.loadError.body": "",
|
|
220
212
|
"editor.record.loadError.closeMessage": "",
|
package/translations/pt.json
CHANGED
|
@@ -171,15 +171,13 @@
|
|
|
171
171
|
"editor.record.form.field.abstract": "",
|
|
172
172
|
"editor.record.form.field.keywords": "",
|
|
173
173
|
"editor.record.form.field.license": "",
|
|
174
|
+
"editor.record.form.field.overviews": "",
|
|
174
175
|
"editor.record.form.field.recordUpdated": "",
|
|
175
176
|
"editor.record.form.field.resourceUpdated": "",
|
|
176
177
|
"editor.record.form.field.temporalExtents": "",
|
|
177
178
|
"editor.record.form.field.title": "",
|
|
178
179
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
179
180
|
"editor.record.form.field.updateFrequency": "",
|
|
180
|
-
"editor.record.form.abstract": "",
|
|
181
|
-
"editor.record.form.keywords": "",
|
|
182
|
-
"editor.record.form.license": "",
|
|
183
181
|
"editor.record.form.license.cc-by": "",
|
|
184
182
|
"editor.record.form.license.cc-by-sa": "",
|
|
185
183
|
"editor.record.form.license.cc-zero": "",
|
|
@@ -205,16 +203,10 @@
|
|
|
205
203
|
"editor.record.form.section.dataPointOfContact.label": "",
|
|
206
204
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
207
205
|
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
208
|
-
"editor.record.form.metadata.title": "",
|
|
209
|
-
"editor.record.form.record.updated": "",
|
|
210
|
-
"editor.record.form.resourceUpdated": "",
|
|
211
|
-
"editor.record.form.temporalExtents": "",
|
|
212
206
|
"editor.record.form.temporalExtents.addDate": "",
|
|
213
207
|
"editor.record.form.temporalExtents.addRange": "",
|
|
214
208
|
"editor.record.form.temporalExtents.date": "",
|
|
215
209
|
"editor.record.form.temporalExtents.range": "",
|
|
216
|
-
"editor.record.form.unique.identifier": "",
|
|
217
|
-
"editor.record.form.updateFrequency": "",
|
|
218
210
|
"editor.record.form.updateFrequency.planned": "",
|
|
219
211
|
"editor.record.loadError.body": "",
|
|
220
212
|
"editor.record.loadError.closeMessage": "",
|
package/translations/sk.json
CHANGED
|
@@ -171,15 +171,13 @@
|
|
|
171
171
|
"editor.record.form.field.abstract": "",
|
|
172
172
|
"editor.record.form.field.keywords": "",
|
|
173
173
|
"editor.record.form.field.license": "Licencia",
|
|
174
|
+
"editor.record.form.field.overviews": "",
|
|
174
175
|
"editor.record.form.field.recordUpdated": "",
|
|
175
176
|
"editor.record.form.field.resourceUpdated": "",
|
|
176
177
|
"editor.record.form.field.temporalExtents": "",
|
|
177
178
|
"editor.record.form.field.title": "",
|
|
178
179
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
179
180
|
"editor.record.form.field.updateFrequency": "",
|
|
180
|
-
"editor.record.form.abstract": "",
|
|
181
|
-
"editor.record.form.keywords": "",
|
|
182
|
-
"editor.record.form.license": "Licencia",
|
|
183
181
|
"editor.record.form.license.cc-by": "",
|
|
184
182
|
"editor.record.form.license.cc-by-sa": "",
|
|
185
183
|
"editor.record.form.license.cc-zero": "",
|
|
@@ -205,16 +203,10 @@
|
|
|
205
203
|
"editor.record.form.section.dataPointOfContact.label": "",
|
|
206
204
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
207
205
|
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
208
|
-
"editor.record.form.metadata.title": "",
|
|
209
|
-
"editor.record.form.record.updated": "",
|
|
210
|
-
"editor.record.form.resourceUpdated": "",
|
|
211
|
-
"editor.record.form.temporalExtents": "",
|
|
212
206
|
"editor.record.form.temporalExtents.addDate": "",
|
|
213
207
|
"editor.record.form.temporalExtents.addRange": "",
|
|
214
208
|
"editor.record.form.temporalExtents.date": "",
|
|
215
209
|
"editor.record.form.temporalExtents.range": "",
|
|
216
|
-
"editor.record.form.unique.identifier": "",
|
|
217
|
-
"editor.record.form.updateFrequency": "",
|
|
218
210
|
"editor.record.form.updateFrequency.planned": "",
|
|
219
211
|
"editor.record.loadError.body": "",
|
|
220
212
|
"editor.record.loadError.closeMessage": "",
|
|
@@ -438,7 +430,7 @@
|
|
|
438
430
|
"search.filters.resourceType": "Typ zdroja",
|
|
439
431
|
"search.filters.standard": "Štandard",
|
|
440
432
|
"search.filters.title": "Filtrovanie výsledkov",
|
|
441
|
-
"search.filters.topic": "
|
|
433
|
+
"search.filters.topic": "Témy",
|
|
442
434
|
"search.filters.useSpatialFilter": "Najskôr zobraziť záznamy v oblasti záujmu",
|
|
443
435
|
"search.filters.useSpatialFilterHelp": "Keď je táto možnosť zapnutá, záznamy nachádzajúce sa v oblasti záujmu katalógu sa zobrazia ako prvé; záznamy mimo tejto oblasti sa nezobrazia.",
|
|
444
436
|
"share.tab.permalink": "Zdieľať",
|