geonetwork-ui 2.4.0-dev.e4dc8777 → 2.4.0-dev.e6ae55aa
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/index.mjs +2 -1
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +2 -1
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +12 -1
- package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.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/+state/editor.actions.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +7 -2
- package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +1 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +7 -3
- package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +16 -6
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +1 -2
- package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +11 -7
- package/esm2022/libs/feature/editor/src/lib/expressions.mjs +1 -1
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +143 -60
- package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +2 -0
- package/esm2022/libs/feature/editor/src/lib/models/index.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +4 -3
- package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +42 -23
- package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +13 -5
- package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +49 -15
- package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +9 -3
- package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +29 -0
- package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +15 -7
- package/esm2022/translations/de.json +64 -30
- package/esm2022/translations/en.json +36 -2
- package/esm2022/translations/es.json +34 -0
- package/esm2022/translations/fr.json +37 -3
- package/esm2022/translations/it.json +34 -0
- package/esm2022/translations/nl.json +34 -0
- package/esm2022/translations/pt.json +34 -0
- package/fesm2022/geonetwork-ui.mjs +611 -163
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/index.d.ts +1 -0
- package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +1 -0
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +1 -0
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +9 -0
- package/libs/common/domain/src/lib/repository/records-repository.interface.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/+state/editor.actions.d.ts +5 -0
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +4 -4
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts +8 -0
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +4 -3
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +4 -8
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -1
- 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 +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +5 -7
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/expressions.d.ts +1 -1
- package/libs/feature/editor/src/lib/expressions.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts +38 -2
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +36 -0
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/models/index.d.ts +1 -0
- package/libs/feature/editor/src/lib/models/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/services/editor.service.d.ts +2 -2
- package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +4 -1
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +4 -1
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +4 -1
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +3 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +11 -0
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +1 -0
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +4 -2
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/api/metadata-converter/src/index.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +1 -0
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +20 -0
- package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +12 -0
- package/src/libs/common/fixtures/src/index.ts +2 -0
- package/src/libs/common/fixtures/src/lib/editor/editor.fixtures.ts +156 -0
- package/src/libs/common/fixtures/src/lib/editor/index.ts +1 -0
- 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/+state/editor.actions.ts +5 -0
- package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +2 -2
- package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +9 -1
- package/src/libs/feature/editor/src/lib/+state/editor.models.ts +11 -0
- package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +11 -5
- package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +22 -8
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +9 -9
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +2 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +0 -1
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +51 -11
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +15 -8
- package/src/libs/feature/editor/src/lib/expressions.ts +1 -1
- package/src/libs/feature/editor/src/lib/fields.config.ts +175 -61
- package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +53 -0
- package/src/libs/feature/editor/src/lib/models/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/services/editor.service.ts +8 -4
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +36 -19
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +6 -2
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +11 -0
- package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +59 -12
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +1 -0
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +5 -0
- package/src/libs/ui/elements/src/lib/user-preview/user-preview.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +31 -0
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +15 -0
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +38 -0
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.css +0 -0
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +17 -0
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +22 -0
- package/src/libs/ui/search/src/lib/results-table/results-table.component.html +9 -0
- package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +26 -12
- package/translations/de.json +64 -30
- package/translations/en.json +36 -2
- package/translations/es.json +34 -0
- package/translations/fr.json +37 -3
- package/translations/it.json +34 -0
- package/translations/nl.json +34 -0
- package/translations/pt.json +34 -0
- package/translations/sk.json +34 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +0 -2
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts +0 -26
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/models/fields.model.d.ts +0 -15
- package/libs/feature/editor/src/lib/models/fields.model.d.ts.map +0 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.ts +0 -43
- package/src/libs/feature/editor/src/lib/models/fields.model.ts +0 -29
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common'
|
|
2
|
+
import {
|
|
3
|
+
ChangeDetectionStrategy,
|
|
4
|
+
Component,
|
|
5
|
+
EventEmitter,
|
|
6
|
+
Input,
|
|
7
|
+
Output,
|
|
8
|
+
} from '@angular/core'
|
|
9
|
+
import { MatButtonToggleModule } from '@angular/material/button-toggle'
|
|
10
|
+
|
|
11
|
+
export type SwitchToggleOption = {
|
|
12
|
+
label: string
|
|
13
|
+
value: string
|
|
14
|
+
checked: boolean
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@Component({
|
|
18
|
+
selector: 'gn-ui-switch-toggle',
|
|
19
|
+
templateUrl: './switch-toggle.component.html',
|
|
20
|
+
styleUrls: ['./switch-toggle.component.css'],
|
|
21
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
22
|
+
standalone: true,
|
|
23
|
+
imports: [MatButtonToggleModule, CommonModule],
|
|
24
|
+
})
|
|
25
|
+
export class SwitchToggleComponent {
|
|
26
|
+
@Input() options: SwitchToggleOption[]
|
|
27
|
+
@Input() ariaLabel? = ''
|
|
28
|
+
@Input() extraClasses? = ''
|
|
29
|
+
@Output() selectedValue = new EventEmitter<SwitchToggleOption>()
|
|
30
|
+
|
|
31
|
+
onChange(selectedOption: SwitchToggleOption) {
|
|
32
|
+
this.options.find(
|
|
33
|
+
(option) => option.value === selectedOption.value
|
|
34
|
+
).checked = true
|
|
35
|
+
|
|
36
|
+
this.selectedValue.emit(selectedOption)
|
|
37
|
+
}
|
|
38
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<gn-ui-button
|
|
2
|
+
type="outline"
|
|
3
|
+
[matMenuTriggerFor]="menu"
|
|
4
|
+
(buttonClick)="openMenu()"
|
|
5
|
+
data-test="record-menu-button"
|
|
6
|
+
>
|
|
7
|
+
<mat-icon class="material-symbols-outlined">more_vert</mat-icon>
|
|
8
|
+
</gn-ui-button>
|
|
9
|
+
<mat-menu #menu="matMenu">
|
|
10
|
+
<button
|
|
11
|
+
mat-menu-item
|
|
12
|
+
(click)="duplicate.emit()"
|
|
13
|
+
data-test="record-menu-duplicate-button"
|
|
14
|
+
>
|
|
15
|
+
<span translate>record.action.duplicate</span>
|
|
16
|
+
</button>
|
|
17
|
+
</mat-menu>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Component, EventEmitter, Output, ViewChild } from '@angular/core'
|
|
2
|
+
import { MatIconModule } from '@angular/material/icon'
|
|
3
|
+
import { MatMenuModule, MatMenuTrigger } from '@angular/material/menu'
|
|
4
|
+
import { ButtonComponent } from '../../../../../../../libs/ui/inputs/src'
|
|
5
|
+
import { TranslateModule } from '@ngx-translate/core'
|
|
6
|
+
|
|
7
|
+
@Component({
|
|
8
|
+
selector: 'gn-ui-action-menu',
|
|
9
|
+
templateUrl: './action-menu.component.html',
|
|
10
|
+
styleUrls: ['./action-menu.component.css'],
|
|
11
|
+
standalone: true,
|
|
12
|
+
imports: [MatIconModule, ButtonComponent, MatMenuModule, TranslateModule],
|
|
13
|
+
})
|
|
14
|
+
export class ActionMenuComponent {
|
|
15
|
+
@Output() duplicate = new EventEmitter<void>()
|
|
16
|
+
|
|
17
|
+
@ViewChild(MatMenuTrigger) trigger: MatMenuTrigger
|
|
18
|
+
|
|
19
|
+
openMenu() {
|
|
20
|
+
this.trigger.openMenu()
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -120,4 +120,13 @@
|
|
|
120
120
|
{{ dateToString(item.recordUpdated) }}
|
|
121
121
|
</ng-template>
|
|
122
122
|
</gn-ui-interactive-table-column>
|
|
123
|
+
|
|
124
|
+
<!-- ACTION MENU COLUMN -->
|
|
125
|
+
<gn-ui-interactive-table-column>
|
|
126
|
+
<ng-template #header> </ng-template>
|
|
127
|
+
<ng-template #cell let-item>
|
|
128
|
+
<gn-ui-action-menu (duplicate)="handleDuplicate(item)">
|
|
129
|
+
</gn-ui-action-menu>
|
|
130
|
+
</ng-template>
|
|
131
|
+
</gn-ui-interactive-table-column>
|
|
123
132
|
</gn-ui-interactive-table>
|
|
@@ -1,23 +1,31 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CommonModule } from '@angular/common'
|
|
2
|
+
import {
|
|
3
|
+
Component,
|
|
4
|
+
EventEmitter,
|
|
5
|
+
Input,
|
|
6
|
+
Output,
|
|
7
|
+
ViewChild,
|
|
8
|
+
} from '@angular/core'
|
|
9
|
+
import { MatIconModule } from '@angular/material/icon'
|
|
10
|
+
import { MatMenuModule, MatMenuTrigger } from '@angular/material/menu'
|
|
2
11
|
import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record'
|
|
3
12
|
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
getFormatPriority,
|
|
8
|
-
} from '../../../../../../libs/util/shared/src'
|
|
13
|
+
FieldSort,
|
|
14
|
+
SortByField,
|
|
15
|
+
} from '../../../../../../libs/common/domain/src/lib/model/search'
|
|
9
16
|
import { BadgeComponent, UiInputsModule } from '../../../../../../libs/ui/inputs/src'
|
|
10
17
|
import {
|
|
11
18
|
InteractiveTableColumnComponent,
|
|
12
19
|
InteractiveTableComponent,
|
|
13
20
|
} from '../../../../../../libs/ui/layout/src'
|
|
14
|
-
import { MatIconModule } from '@angular/material/icon'
|
|
15
|
-
import { TranslateModule } from '@ngx-translate/core'
|
|
16
|
-
import { CommonModule } from '@angular/common'
|
|
17
21
|
import {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
22
|
+
FileFormat,
|
|
23
|
+
getBadgeColor,
|
|
24
|
+
getFileFormat,
|
|
25
|
+
getFormatPriority,
|
|
26
|
+
} from '../../../../../../libs/util/shared/src'
|
|
27
|
+
import { TranslateModule } from '@ngx-translate/core'
|
|
28
|
+
import { ActionMenuComponent } from './action-menu/action-menu.component'
|
|
21
29
|
|
|
22
30
|
@Component({
|
|
23
31
|
selector: 'gn-ui-results-table',
|
|
@@ -32,6 +40,7 @@ import {
|
|
|
32
40
|
MatIconModule,
|
|
33
41
|
TranslateModule,
|
|
34
42
|
BadgeComponent,
|
|
43
|
+
ActionMenuComponent,
|
|
35
44
|
],
|
|
36
45
|
})
|
|
37
46
|
export class ResultsTableComponent {
|
|
@@ -43,6 +52,7 @@ export class ResultsTableComponent {
|
|
|
43
52
|
// emits the column (field) as well as the order
|
|
44
53
|
@Output() sortByChange = new EventEmitter<[string, 'asc' | 'desc']>()
|
|
45
54
|
@Output() recordClick = new EventEmitter<CatalogRecord>()
|
|
55
|
+
@Output() duplicateRecord = new EventEmitter<CatalogRecord>()
|
|
46
56
|
@Output() recordsSelectedChange = new EventEmitter<
|
|
47
57
|
[CatalogRecord[], boolean]
|
|
48
58
|
>()
|
|
@@ -89,6 +99,10 @@ export class ResultsTableComponent {
|
|
|
89
99
|
this.recordClick.emit(item as CatalogRecord)
|
|
90
100
|
}
|
|
91
101
|
|
|
102
|
+
handleDuplicate(item: unknown) {
|
|
103
|
+
this.duplicateRecord.emit(item as CatalogRecord)
|
|
104
|
+
}
|
|
105
|
+
|
|
92
106
|
setSortBy(col: string, order: 'asc' | 'desc') {
|
|
93
107
|
this.sortByChange.emit([col, order])
|
|
94
108
|
}
|
package/translations/de.json
CHANGED
|
@@ -165,38 +165,71 @@
|
|
|
165
165
|
"downloads.format.unknown": "unbekannt",
|
|
166
166
|
"downloads.wfs.featuretype.not.found": "Der Layer wurde nicht gefunden",
|
|
167
167
|
"dropFile": "Datei ablegen",
|
|
168
|
-
"editor.record.form.
|
|
168
|
+
"editor.record.form.bottomButtons.comeBackLater": "",
|
|
169
|
+
"editor.record.form.bottomButtons.next": "",
|
|
170
|
+
"editor.record.form.bottomButtons.previous": "",
|
|
171
|
+
"editor.record.form.field.abstract": "",
|
|
172
|
+
"editor.record.form.field.keywords": "Schlagwörter",
|
|
173
|
+
"editor.record.form.field.license": "Lizenz",
|
|
174
|
+
"editor.record.form.field.recordUpdated": "",
|
|
175
|
+
"editor.record.form.field.resourceUpdated": "",
|
|
176
|
+
"editor.record.form.field.temporalExtents": "",
|
|
177
|
+
"editor.record.form.field.title": "",
|
|
178
|
+
"editor.record.form.field.uniqueIdentifier": "",
|
|
179
|
+
"editor.record.form.field.updateFrequency": "",
|
|
180
|
+
"editor.record.form.abstract": "Kurzbeschreibung",
|
|
181
|
+
"editor.record.form.keywords": "Schlüsselwörter",
|
|
169
182
|
"editor.record.form.license": "Lizenz",
|
|
170
|
-
"editor.record.form.license.cc-by": "",
|
|
171
|
-
"editor.record.form.license.cc-by-sa": "",
|
|
172
|
-
"editor.record.form.license.cc-zero": "",
|
|
173
|
-
"editor.record.form.license.etalab": "",
|
|
174
|
-
"editor.record.form.license.etalab-v2": "",
|
|
175
|
-
"editor.record.form.license.odbl": "",
|
|
176
|
-
"editor.record.form.license.odc-by": "",
|
|
177
|
-
"editor.record.form.license.pddl": "",
|
|
183
|
+
"editor.record.form.license.cc-by": "Creative Commons CC-BY",
|
|
184
|
+
"editor.record.form.license.cc-by-sa": "Creative Commons CC-BY-SA",
|
|
185
|
+
"editor.record.form.license.cc-zero": "Creative Commons CC-0",
|
|
186
|
+
"editor.record.form.license.etalab": "Offene Lizenz (Etalab)",
|
|
187
|
+
"editor.record.form.license.etalab-v2": "Offene Lizenz v2.0 (Etalab)",
|
|
188
|
+
"editor.record.form.license.odbl": "Open Data Commons ODbL",
|
|
189
|
+
"editor.record.form.license.odc-by": "Open Data Commons ODC-By",
|
|
190
|
+
"editor.record.form.license.pddl": "Open Data Commons PDDL",
|
|
178
191
|
"editor.record.form.license.unknown": "Unbekannt oder nicht vorhanden",
|
|
179
|
-
"editor.record.form.
|
|
180
|
-
"editor.record.form.
|
|
181
|
-
"editor.record.form.
|
|
182
|
-
"editor.record.form.
|
|
183
|
-
"editor.record.form.
|
|
184
|
-
"editor.record.form.
|
|
185
|
-
"editor.record.form.
|
|
186
|
-
"editor.record.form.
|
|
187
|
-
"editor.record.
|
|
188
|
-
"editor.record.
|
|
189
|
-
"editor.record.
|
|
190
|
-
"editor.record.
|
|
191
|
-
"editor.record.
|
|
192
|
-
"editor.record.
|
|
193
|
-
"editor.record.
|
|
194
|
-
"editor.record.
|
|
195
|
-
"editor.record.
|
|
196
|
-
"editor.record.
|
|
197
|
-
"editor.record.
|
|
198
|
-
"editor.record.
|
|
199
|
-
"editor.record.
|
|
192
|
+
"editor.record.form.page.accessAndContact": "",
|
|
193
|
+
"editor.record.form.page.description": "",
|
|
194
|
+
"editor.record.form.page.ressources": "",
|
|
195
|
+
"editor.record.form.section.about.description": "",
|
|
196
|
+
"editor.record.form.section.about.label": "",
|
|
197
|
+
"editor.record.form.section.annexes.label": "",
|
|
198
|
+
"editor.record.form.section.associatedResources.description": "",
|
|
199
|
+
"editor.record.form.section.associatedResources.label": "",
|
|
200
|
+
"editor.record.form.section.classification.description": "",
|
|
201
|
+
"editor.record.form.section.classification.label": "",
|
|
202
|
+
"editor.record.form.section.dataManagers.description": "",
|
|
203
|
+
"editor.record.form.section.dataManagers.label": "",
|
|
204
|
+
"editor.record.form.section.dataPointOfContact.description": "",
|
|
205
|
+
"editor.record.form.section.dataPointOfContact.label": "",
|
|
206
|
+
"editor.record.form.section.geographicalCoverage.label": "",
|
|
207
|
+
"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
|
+
"editor.record.form.temporalExtents.addDate": "Zeitpunkt",
|
|
213
|
+
"editor.record.form.temporalExtents.addRange": "Zeitraum",
|
|
214
|
+
"editor.record.form.temporalExtents.date": "Datum",
|
|
215
|
+
"editor.record.form.temporalExtents.range": "Datumsbereich",
|
|
216
|
+
"editor.record.form.unique.identifier": "Eindeutige Kennung (ID)",
|
|
217
|
+
"editor.record.form.updateFrequency": "Aktualisierungshäufigkeit",
|
|
218
|
+
"editor.record.form.updateFrequency.planned": "Die Daten sollten regelmäßig aktualisiert werden.",
|
|
219
|
+
"editor.record.loadError.body": "Der Datensatz konnte nicht geladen werden:",
|
|
220
|
+
"editor.record.loadError.closeMessage": "Verstanden",
|
|
221
|
+
"editor.record.loadError.title": "Fehler beim Laden des Datensatzes",
|
|
222
|
+
"editor.record.publish": "Diesen Datensatz veröffentlichen",
|
|
223
|
+
"editor.record.publishError.body": "Der Datensatz konnte nicht veröffentlicht werden:",
|
|
224
|
+
"editor.record.publishError.closeMessage": "Verstanden",
|
|
225
|
+
"editor.record.publishError.title": "Fehler beim Veröffentlichen des Datensatzes",
|
|
226
|
+
"editor.record.publishSuccess.body": "Der Datensatz wurde erfolgreich veröffentlicht!",
|
|
227
|
+
"editor.record.publishSuccess.title": "Veröffentlichung erfolgreich",
|
|
228
|
+
"editor.record.saveStatus.asDraftOnly": "Nur als Entwurf gespeichert - noch nicht veröffentlicht",
|
|
229
|
+
"editor.record.saveStatus.draftWithChangesPending": "Als Entwurf gespeichert - Änderungen stehen aus",
|
|
230
|
+
"editor.record.saveStatus.recordUpToDate": "Datensatz ist auf dem neuesten Stand",
|
|
231
|
+
"editor.record.upToDate": "Dieser Datensatz ist auf dem neuesten Stand",
|
|
232
|
+
"editor.sidebar.menu.editor": "",
|
|
200
233
|
"externalviewer.dataset.unnamed": "Datensatz aus dem Datahub",
|
|
201
234
|
"facets.block.title.OrgForResource": "Organisation",
|
|
202
235
|
"facets.block.title.availableInServices": "Verfügbar für",
|
|
@@ -274,6 +307,7 @@
|
|
|
274
307
|
"pagination.pageOf": "von",
|
|
275
308
|
"previous": "zurück",
|
|
276
309
|
"record.action.download": "Herunterladen",
|
|
310
|
+
"record.action.duplicate": "",
|
|
277
311
|
"record.action.view": "Anzeigen",
|
|
278
312
|
"record.externalViewer.open": "In externem Kartenviewer öffnen",
|
|
279
313
|
"record.metadata.about": "Beschreibung",
|
package/translations/en.json
CHANGED
|
@@ -165,6 +165,19 @@
|
|
|
165
165
|
"downloads.format.unknown": "unknown",
|
|
166
166
|
"downloads.wfs.featuretype.not.found": "The layer was not found",
|
|
167
167
|
"dropFile": "drop file",
|
|
168
|
+
"editor.record.form.bottomButtons.comeBackLater": "Come back later",
|
|
169
|
+
"editor.record.form.bottomButtons.next": "Next",
|
|
170
|
+
"editor.record.form.bottomButtons.previous": "Previous",
|
|
171
|
+
"editor.record.form.field.abstract": "Abstract",
|
|
172
|
+
"editor.record.form.field.keywords": "Keywords",
|
|
173
|
+
"editor.record.form.field.license": "License",
|
|
174
|
+
"editor.record.form.field.recordUpdated": "Record Updated",
|
|
175
|
+
"editor.record.form.field.resourceUpdated": "Resource Updated",
|
|
176
|
+
"editor.record.form.field.temporalExtents": "Temporal extents",
|
|
177
|
+
"editor.record.form.field.title": "Metadata title",
|
|
178
|
+
"editor.record.form.field.uniqueIdentifier": "Unique identifier",
|
|
179
|
+
"editor.record.form.field.updateFrequency": "Update frequency",
|
|
180
|
+
"editor.record.form.abstract": "Abstract",
|
|
168
181
|
"editor.record.form.keywords": "Keywords",
|
|
169
182
|
"editor.record.form.license": "License",
|
|
170
183
|
"editor.record.form.license.cc-by": "Creative Commons CC-BY",
|
|
@@ -176,12 +189,31 @@
|
|
|
176
189
|
"editor.record.form.license.odc-by": "Open Data Commons ODC-By",
|
|
177
190
|
"editor.record.form.license.pddl": "Open Data Commons PDDL",
|
|
178
191
|
"editor.record.form.license.unknown": "Unknown or absent",
|
|
192
|
+
"editor.record.form.page.accessAndContact": "Access and contact",
|
|
193
|
+
"editor.record.form.page.description": "Resource description",
|
|
194
|
+
"editor.record.form.page.ressources": "Resources",
|
|
195
|
+
"editor.record.form.section.about.description": "This section describes the resource.",
|
|
196
|
+
"editor.record.form.section.about.label": "About the resource",
|
|
197
|
+
"editor.record.form.section.annexes.label": "Annexes",
|
|
198
|
+
"editor.record.form.section.associatedResources.description": "Drop files here to associate them with the resource.",
|
|
199
|
+
"editor.record.form.section.associatedResources.label": "Associated resources",
|
|
200
|
+
"editor.record.form.section.classification.description": "The classification has an impact on the access to the data.",
|
|
201
|
+
"editor.record.form.section.classification.label": "Classification",
|
|
202
|
+
"editor.record.form.section.dataManagers.description": "The data managers are responsible for the data.",
|
|
203
|
+
"editor.record.form.section.dataManagers.label": "Data managers",
|
|
204
|
+
"editor.record.form.section.dataPointOfContact.description": "This information concerns the metadata.",
|
|
205
|
+
"editor.record.form.section.dataPointOfContact.label": "Data point of contact",
|
|
206
|
+
"editor.record.form.section.geographicalCoverage.label": "Geographical coverage",
|
|
207
|
+
"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",
|
|
179
210
|
"editor.record.form.resourceUpdated": "Last update date",
|
|
180
211
|
"editor.record.form.temporalExtents": "Temporal extent",
|
|
181
212
|
"editor.record.form.temporalExtents.addDate": "Time instant",
|
|
182
213
|
"editor.record.form.temporalExtents.addRange": "Time period",
|
|
183
214
|
"editor.record.form.temporalExtents.date": "Date",
|
|
184
215
|
"editor.record.form.temporalExtents.range": "Date range",
|
|
216
|
+
"editor.record.form.unique.identifier": "Unique identifier",
|
|
185
217
|
"editor.record.form.updateFrequency": "Update frequency",
|
|
186
218
|
"editor.record.form.updateFrequency.planned": "The data should be updated regularly.",
|
|
187
219
|
"editor.record.loadError.body": "The record could not be loaded:",
|
|
@@ -197,6 +229,7 @@
|
|
|
197
229
|
"editor.record.saveStatus.draftWithChangesPending": "Saved as draft - changes are pending",
|
|
198
230
|
"editor.record.saveStatus.recordUpToDate": "Record is up to date",
|
|
199
231
|
"editor.record.upToDate": "This record is up to date",
|
|
232
|
+
"editor.sidebar.menu.editor": "Editor",
|
|
200
233
|
"externalviewer.dataset.unnamed": "Datahub layer",
|
|
201
234
|
"facets.block.title.OrgForResource": "Organisation",
|
|
202
235
|
"facets.block.title.availableInServices": "Available for",
|
|
@@ -265,8 +298,8 @@
|
|
|
265
298
|
"organisations.sortBy.nameDesc": "Name Z → A",
|
|
266
299
|
"organisations.sortBy.recordCountAsc": "Publications 0 → 9",
|
|
267
300
|
"organisations.sortBy.recordCountDesc": "Publications 9 → 0",
|
|
268
|
-
"organization.details.lastPublishedDatasets": "
|
|
269
|
-
"organization.details.lastPublishedDatasets.searchAllButton": "
|
|
301
|
+
"organization.details.lastPublishedDatasets": "",
|
|
302
|
+
"organization.details.lastPublishedDatasets.searchAllButton": "",
|
|
270
303
|
"organization.details.mailContact": "Contact by email",
|
|
271
304
|
"organization.header.recordCount": "{count, plural, =0{data} one{data} other{datas}}",
|
|
272
305
|
"pagination.nextPage": "Next page",
|
|
@@ -274,6 +307,7 @@
|
|
|
274
307
|
"pagination.pageOf": "of",
|
|
275
308
|
"previous": "previous",
|
|
276
309
|
"record.action.download": "Download",
|
|
310
|
+
"record.action.duplicate": "Duplicate",
|
|
277
311
|
"record.action.view": "View",
|
|
278
312
|
"record.externalViewer.open": "Open in the external map viewer",
|
|
279
313
|
"record.metadata.about": "Description",
|
package/translations/es.json
CHANGED
|
@@ -165,6 +165,19 @@
|
|
|
165
165
|
"downloads.format.unknown": "",
|
|
166
166
|
"downloads.wfs.featuretype.not.found": "",
|
|
167
167
|
"dropFile": "",
|
|
168
|
+
"editor.record.form.bottomButtons.comeBackLater": "",
|
|
169
|
+
"editor.record.form.bottomButtons.next": "",
|
|
170
|
+
"editor.record.form.bottomButtons.previous": "",
|
|
171
|
+
"editor.record.form.field.abstract": "",
|
|
172
|
+
"editor.record.form.field.keywords": "",
|
|
173
|
+
"editor.record.form.field.license": "",
|
|
174
|
+
"editor.record.form.field.recordUpdated": "",
|
|
175
|
+
"editor.record.form.field.resourceUpdated": "",
|
|
176
|
+
"editor.record.form.field.temporalExtents": "",
|
|
177
|
+
"editor.record.form.field.title": "",
|
|
178
|
+
"editor.record.form.field.uniqueIdentifier": "",
|
|
179
|
+
"editor.record.form.field.updateFrequency": "",
|
|
180
|
+
"editor.record.form.abstract": "",
|
|
168
181
|
"editor.record.form.keywords": "",
|
|
169
182
|
"editor.record.form.license": "",
|
|
170
183
|
"editor.record.form.license.cc-by": "",
|
|
@@ -176,12 +189,31 @@
|
|
|
176
189
|
"editor.record.form.license.odc-by": "",
|
|
177
190
|
"editor.record.form.license.pddl": "",
|
|
178
191
|
"editor.record.form.license.unknown": "",
|
|
192
|
+
"editor.record.form.page.accessAndContact": "",
|
|
193
|
+
"editor.record.form.page.description": "",
|
|
194
|
+
"editor.record.form.page.ressources": "",
|
|
195
|
+
"editor.record.form.section.about.description": "",
|
|
196
|
+
"editor.record.form.section.about.label": "",
|
|
197
|
+
"editor.record.form.section.annexes.label": "",
|
|
198
|
+
"editor.record.form.section.associatedResources.description": "",
|
|
199
|
+
"editor.record.form.section.associatedResources.label": "",
|
|
200
|
+
"editor.record.form.section.classification.description": "",
|
|
201
|
+
"editor.record.form.section.classification.label": "",
|
|
202
|
+
"editor.record.form.section.dataManagers.description": "",
|
|
203
|
+
"editor.record.form.section.dataManagers.label": "",
|
|
204
|
+
"editor.record.form.section.dataPointOfContact.description": "",
|
|
205
|
+
"editor.record.form.section.dataPointOfContact.label": "",
|
|
206
|
+
"editor.record.form.section.geographicalCoverage.label": "",
|
|
207
|
+
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
208
|
+
"editor.record.form.metadata.title": "",
|
|
209
|
+
"editor.record.form.record.updated": "",
|
|
179
210
|
"editor.record.form.resourceUpdated": "",
|
|
180
211
|
"editor.record.form.temporalExtents": "",
|
|
181
212
|
"editor.record.form.temporalExtents.addDate": "",
|
|
182
213
|
"editor.record.form.temporalExtents.addRange": "",
|
|
183
214
|
"editor.record.form.temporalExtents.date": "",
|
|
184
215
|
"editor.record.form.temporalExtents.range": "",
|
|
216
|
+
"editor.record.form.unique.identifier": "",
|
|
185
217
|
"editor.record.form.updateFrequency": "",
|
|
186
218
|
"editor.record.form.updateFrequency.planned": "",
|
|
187
219
|
"editor.record.loadError.body": "",
|
|
@@ -197,6 +229,7 @@
|
|
|
197
229
|
"editor.record.saveStatus.draftWithChangesPending": "",
|
|
198
230
|
"editor.record.saveStatus.recordUpToDate": "",
|
|
199
231
|
"editor.record.upToDate": "",
|
|
232
|
+
"editor.sidebar.menu.editor": "",
|
|
200
233
|
"externalviewer.dataset.unnamed": "",
|
|
201
234
|
"facets.block.title.OrgForResource": "",
|
|
202
235
|
"facets.block.title.availableInServices": "",
|
|
@@ -274,6 +307,7 @@
|
|
|
274
307
|
"pagination.pageOf": "",
|
|
275
308
|
"previous": "",
|
|
276
309
|
"record.action.download": "",
|
|
310
|
+
"record.action.duplicate": "",
|
|
277
311
|
"record.action.view": "",
|
|
278
312
|
"record.externalViewer.open": "",
|
|
279
313
|
"record.metadata.about": "",
|
package/translations/fr.json
CHANGED
|
@@ -165,7 +165,20 @@
|
|
|
165
165
|
"downloads.format.unknown": "inconnu",
|
|
166
166
|
"downloads.wfs.featuretype.not.found": "La couche n'a pas été retrouvée",
|
|
167
167
|
"dropFile": "Faites glisser votre fichier",
|
|
168
|
-
"editor.record.form.
|
|
168
|
+
"editor.record.form.bottomButtons.comeBackLater": "Revenir plus tard",
|
|
169
|
+
"editor.record.form.bottomButtons.next": "Suivant",
|
|
170
|
+
"editor.record.form.bottomButtons.previous": "Précédent",
|
|
171
|
+
"editor.record.form.field.abstract": "Résumé",
|
|
172
|
+
"editor.record.form.field.keywords": "Mots-clés",
|
|
173
|
+
"editor.record.form.field.license": "Licence",
|
|
174
|
+
"editor.record.form.field.recordUpdated": "Date de dernière révision",
|
|
175
|
+
"editor.record.form.field.resourceUpdated": "Date de dernière révision",
|
|
176
|
+
"editor.record.form.field.temporalExtents": "Étendue temporelle",
|
|
177
|
+
"editor.record.form.field.title": "Titre",
|
|
178
|
+
"editor.record.form.field.uniqueIdentifier": "Identifiant unique",
|
|
179
|
+
"editor.record.form.field.updateFrequency": "Fréquence de mise à jour",
|
|
180
|
+
"editor.record.form.abstract": "",
|
|
181
|
+
"editor.record.form.keywords": "",
|
|
169
182
|
"editor.record.form.license": "Licence",
|
|
170
183
|
"editor.record.form.license.cc-by": "",
|
|
171
184
|
"editor.record.form.license.cc-by-sa": "",
|
|
@@ -176,12 +189,31 @@
|
|
|
176
189
|
"editor.record.form.license.odc-by": "",
|
|
177
190
|
"editor.record.form.license.pddl": "",
|
|
178
191
|
"editor.record.form.license.unknown": "Non-reconnue ou absente",
|
|
192
|
+
"editor.record.form.page.accessAndContact": "Acces et contact",
|
|
193
|
+
"editor.record.form.page.description": "Description de la ressource",
|
|
194
|
+
"editor.record.form.page.ressources": "Ressources",
|
|
195
|
+
"editor.record.form.section.about.description": "Ces informations concernent la donnée.",
|
|
196
|
+
"editor.record.form.section.about.label": "A propos de la ressource",
|
|
197
|
+
"editor.record.form.section.annexes.label": "Annexes",
|
|
198
|
+
"editor.record.form.section.associatedResources.description": "Déposez les jeux de données associées à cette fiche de métadonnée.",
|
|
199
|
+
"editor.record.form.section.associatedResources.label": "Ressources associees",
|
|
200
|
+
"editor.record.form.section.classification.description": "La classification a un impact sur la recherche du jeux de données.",
|
|
201
|
+
"editor.record.form.section.classification.label": "Classification",
|
|
202
|
+
"editor.record.form.section.dataManagers.description": "Cette information concerne la donnée.",
|
|
203
|
+
"editor.record.form.section.dataManagers.label": "Responsables de la donnee",
|
|
204
|
+
"editor.record.form.section.dataPointOfContact.description": "Cette information concerne la fiche de métadonnée.",
|
|
205
|
+
"editor.record.form.section.dataPointOfContact.label": "Point de contact de la metadonee",
|
|
206
|
+
"editor.record.form.section.geographicalCoverage.label": "Couverture geographique",
|
|
207
|
+
"editor.record.form.section.useAndAccessConditions.label": "Conditions d'acces et usage",
|
|
208
|
+
"editor.record.form.metadata.title": "",
|
|
209
|
+
"editor.record.form.record.updated": "",
|
|
179
210
|
"editor.record.form.resourceUpdated": "Date de dernière révision",
|
|
180
211
|
"editor.record.form.temporalExtents": "Étendue temporelle",
|
|
181
212
|
"editor.record.form.temporalExtents.addDate": "Date déterminée",
|
|
182
213
|
"editor.record.form.temporalExtents.addRange": "Période de temps",
|
|
183
214
|
"editor.record.form.temporalExtents.date": "Date concernée",
|
|
184
215
|
"editor.record.form.temporalExtents.range": "Période concernée",
|
|
216
|
+
"editor.record.form.unique.identifier": "",
|
|
185
217
|
"editor.record.form.updateFrequency": "Fréquence de mise à jour",
|
|
186
218
|
"editor.record.form.updateFrequency.planned": "Ces données doivent être mise à jour régulièrement.",
|
|
187
219
|
"editor.record.loadError.body": "",
|
|
@@ -197,6 +229,7 @@
|
|
|
197
229
|
"editor.record.saveStatus.draftWithChangesPending": "Brouillon enregistré - modifications en cours",
|
|
198
230
|
"editor.record.saveStatus.recordUpToDate": "La fiche publiée est à jour",
|
|
199
231
|
"editor.record.upToDate": "",
|
|
232
|
+
"editor.sidebar.menu.editor": "",
|
|
200
233
|
"externalviewer.dataset.unnamed": "Couche du datahub",
|
|
201
234
|
"facets.block.title.OrgForResource": "Organisation",
|
|
202
235
|
"facets.block.title.availableInServices": "Disponible pour",
|
|
@@ -265,8 +298,8 @@
|
|
|
265
298
|
"organisations.sortBy.nameDesc": "Nom Z → A",
|
|
266
299
|
"organisations.sortBy.recordCountAsc": "Données 0 → 9",
|
|
267
300
|
"organisations.sortBy.recordCountDesc": "Données 9 → 0",
|
|
268
|
-
"organization.details.lastPublishedDatasets": "
|
|
269
|
-
"organization.details.lastPublishedDatasets.searchAllButton": "
|
|
301
|
+
"organization.details.lastPublishedDatasets": "",
|
|
302
|
+
"organization.details.lastPublishedDatasets.searchAllButton": "",
|
|
270
303
|
"organization.details.mailContact": "Contacter par mail",
|
|
271
304
|
"organization.header.recordCount": "{count, plural, =0{donnée} one{donnée} other{données}}",
|
|
272
305
|
"pagination.nextPage": "Page suivante",
|
|
@@ -274,6 +307,7 @@
|
|
|
274
307
|
"pagination.pageOf": "sur",
|
|
275
308
|
"previous": "précédent",
|
|
276
309
|
"record.action.download": "Télécharger",
|
|
310
|
+
"record.action.duplicate": "Dupliquer",
|
|
277
311
|
"record.action.view": "Voir",
|
|
278
312
|
"record.externalViewer.open": "Ouvrir dans le visualiseur externe",
|
|
279
313
|
"record.metadata.about": "Description",
|
package/translations/it.json
CHANGED
|
@@ -165,6 +165,19 @@
|
|
|
165
165
|
"downloads.format.unknown": "sconosciuto",
|
|
166
166
|
"downloads.wfs.featuretype.not.found": "Il layer non è stato trovato",
|
|
167
167
|
"dropFile": "Trascina il suo file",
|
|
168
|
+
"editor.record.form.bottomButtons.comeBackLater": "",
|
|
169
|
+
"editor.record.form.bottomButtons.next": "",
|
|
170
|
+
"editor.record.form.bottomButtons.previous": "",
|
|
171
|
+
"editor.record.form.field.abstract": "",
|
|
172
|
+
"editor.record.form.field.keywords": "",
|
|
173
|
+
"editor.record.form.field.license": "Licenza",
|
|
174
|
+
"editor.record.form.field.recordUpdated": "",
|
|
175
|
+
"editor.record.form.field.resourceUpdated": "",
|
|
176
|
+
"editor.record.form.field.temporalExtents": "",
|
|
177
|
+
"editor.record.form.field.title": "",
|
|
178
|
+
"editor.record.form.field.uniqueIdentifier": "",
|
|
179
|
+
"editor.record.form.field.updateFrequency": "",
|
|
180
|
+
"editor.record.form.abstract": "",
|
|
168
181
|
"editor.record.form.keywords": "",
|
|
169
182
|
"editor.record.form.license": "Licenza",
|
|
170
183
|
"editor.record.form.license.cc-by": "",
|
|
@@ -176,12 +189,31 @@
|
|
|
176
189
|
"editor.record.form.license.odc-by": "",
|
|
177
190
|
"editor.record.form.license.pddl": "",
|
|
178
191
|
"editor.record.form.license.unknown": "Non riconosciuta o assente",
|
|
192
|
+
"editor.record.form.page.accessAndContact": "",
|
|
193
|
+
"editor.record.form.page.description": "",
|
|
194
|
+
"editor.record.form.page.ressources": "",
|
|
195
|
+
"editor.record.form.section.about.description": "",
|
|
196
|
+
"editor.record.form.section.about.label": "",
|
|
197
|
+
"editor.record.form.section.annexes.label": "",
|
|
198
|
+
"editor.record.form.section.associatedResources.description": "",
|
|
199
|
+
"editor.record.form.section.associatedResources.label": "",
|
|
200
|
+
"editor.record.form.section.classification.description": "",
|
|
201
|
+
"editor.record.form.section.classification.label": "",
|
|
202
|
+
"editor.record.form.section.dataManagers.description": "",
|
|
203
|
+
"editor.record.form.section.dataManagers.label": "",
|
|
204
|
+
"editor.record.form.section.dataPointOfContact.description": "",
|
|
205
|
+
"editor.record.form.section.dataPointOfContact.label": "",
|
|
206
|
+
"editor.record.form.section.geographicalCoverage.label": "",
|
|
207
|
+
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
208
|
+
"editor.record.form.metadata.title": "",
|
|
209
|
+
"editor.record.form.record.updated": "",
|
|
179
210
|
"editor.record.form.resourceUpdated": "",
|
|
180
211
|
"editor.record.form.temporalExtents": "",
|
|
181
212
|
"editor.record.form.temporalExtents.addDate": "",
|
|
182
213
|
"editor.record.form.temporalExtents.addRange": "",
|
|
183
214
|
"editor.record.form.temporalExtents.date": "",
|
|
184
215
|
"editor.record.form.temporalExtents.range": "",
|
|
216
|
+
"editor.record.form.unique.identifier": "",
|
|
185
217
|
"editor.record.form.updateFrequency": "",
|
|
186
218
|
"editor.record.form.updateFrequency.planned": "",
|
|
187
219
|
"editor.record.loadError.body": "",
|
|
@@ -197,6 +229,7 @@
|
|
|
197
229
|
"editor.record.saveStatus.draftWithChangesPending": "",
|
|
198
230
|
"editor.record.saveStatus.recordUpToDate": "",
|
|
199
231
|
"editor.record.upToDate": "",
|
|
232
|
+
"editor.sidebar.menu.editor": "",
|
|
200
233
|
"externalviewer.dataset.unnamed": "Layer del datahub",
|
|
201
234
|
"facets.block.title.OrgForResource": "Organizzazione",
|
|
202
235
|
"facets.block.title.availableInServices": "Disponibile per",
|
|
@@ -274,6 +307,7 @@
|
|
|
274
307
|
"pagination.pageOf": "di",
|
|
275
308
|
"previous": "precedente",
|
|
276
309
|
"record.action.download": "Scarica",
|
|
310
|
+
"record.action.duplicate": "",
|
|
277
311
|
"record.action.view": "Visualizza",
|
|
278
312
|
"record.externalViewer.open": "Apri nell'visualizzatore esterno",
|
|
279
313
|
"record.metadata.about": "Descrizione",
|
package/translations/nl.json
CHANGED
|
@@ -165,6 +165,19 @@
|
|
|
165
165
|
"downloads.format.unknown": "",
|
|
166
166
|
"downloads.wfs.featuretype.not.found": "",
|
|
167
167
|
"dropFile": "",
|
|
168
|
+
"editor.record.form.bottomButtons.comeBackLater": "",
|
|
169
|
+
"editor.record.form.bottomButtons.next": "",
|
|
170
|
+
"editor.record.form.bottomButtons.previous": "",
|
|
171
|
+
"editor.record.form.field.abstract": "",
|
|
172
|
+
"editor.record.form.field.keywords": "",
|
|
173
|
+
"editor.record.form.field.license": "",
|
|
174
|
+
"editor.record.form.field.recordUpdated": "",
|
|
175
|
+
"editor.record.form.field.resourceUpdated": "",
|
|
176
|
+
"editor.record.form.field.temporalExtents": "",
|
|
177
|
+
"editor.record.form.field.title": "",
|
|
178
|
+
"editor.record.form.field.uniqueIdentifier": "",
|
|
179
|
+
"editor.record.form.field.updateFrequency": "",
|
|
180
|
+
"editor.record.form.abstract": "",
|
|
168
181
|
"editor.record.form.keywords": "",
|
|
169
182
|
"editor.record.form.license": "",
|
|
170
183
|
"editor.record.form.license.cc-by": "",
|
|
@@ -176,12 +189,31 @@
|
|
|
176
189
|
"editor.record.form.license.odc-by": "",
|
|
177
190
|
"editor.record.form.license.pddl": "",
|
|
178
191
|
"editor.record.form.license.unknown": "",
|
|
192
|
+
"editor.record.form.page.accessAndContact": "",
|
|
193
|
+
"editor.record.form.page.description": "",
|
|
194
|
+
"editor.record.form.page.ressources": "",
|
|
195
|
+
"editor.record.form.section.about.description": "",
|
|
196
|
+
"editor.record.form.section.about.label": "",
|
|
197
|
+
"editor.record.form.section.annexes.label": "",
|
|
198
|
+
"editor.record.form.section.associatedResources.description": "",
|
|
199
|
+
"editor.record.form.section.associatedResources.label": "",
|
|
200
|
+
"editor.record.form.section.classification.description": "",
|
|
201
|
+
"editor.record.form.section.classification.label": "",
|
|
202
|
+
"editor.record.form.section.dataManagers.description": "",
|
|
203
|
+
"editor.record.form.section.dataManagers.label": "",
|
|
204
|
+
"editor.record.form.section.dataPointOfContact.description": "",
|
|
205
|
+
"editor.record.form.section.dataPointOfContact.label": "",
|
|
206
|
+
"editor.record.form.section.geographicalCoverage.label": "",
|
|
207
|
+
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
208
|
+
"editor.record.form.metadata.title": "",
|
|
209
|
+
"editor.record.form.record.updated": "",
|
|
179
210
|
"editor.record.form.resourceUpdated": "",
|
|
180
211
|
"editor.record.form.temporalExtents": "",
|
|
181
212
|
"editor.record.form.temporalExtents.addDate": "",
|
|
182
213
|
"editor.record.form.temporalExtents.addRange": "",
|
|
183
214
|
"editor.record.form.temporalExtents.date": "",
|
|
184
215
|
"editor.record.form.temporalExtents.range": "",
|
|
216
|
+
"editor.record.form.unique.identifier": "",
|
|
185
217
|
"editor.record.form.updateFrequency": "",
|
|
186
218
|
"editor.record.form.updateFrequency.planned": "",
|
|
187
219
|
"editor.record.loadError.body": "",
|
|
@@ -197,6 +229,7 @@
|
|
|
197
229
|
"editor.record.saveStatus.draftWithChangesPending": "",
|
|
198
230
|
"editor.record.saveStatus.recordUpToDate": "",
|
|
199
231
|
"editor.record.upToDate": "",
|
|
232
|
+
"editor.sidebar.menu.editor": "",
|
|
200
233
|
"externalviewer.dataset.unnamed": "",
|
|
201
234
|
"facets.block.title.OrgForResource": "",
|
|
202
235
|
"facets.block.title.availableInServices": "",
|
|
@@ -274,6 +307,7 @@
|
|
|
274
307
|
"pagination.pageOf": "",
|
|
275
308
|
"previous": "",
|
|
276
309
|
"record.action.download": "",
|
|
310
|
+
"record.action.duplicate": "",
|
|
277
311
|
"record.action.view": "",
|
|
278
312
|
"record.externalViewer.open": "",
|
|
279
313
|
"record.metadata.about": "",
|