geonetwork-ui 2.10.0-dev.cc63fa135 → 2.10.0-dev.cf0577fae
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/geonetwork-ui.mjs +234 -41
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +31 -6
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +9 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/eu.dcat-ap.records.ts +2 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.reuse+ongules.ts +7 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.reuse+roilaye.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/georhena.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/metadata-for-i18n.records.ts +2 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/opendataswiss.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/sextant.records.ts +2 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/vlaanderen.dcat-ap.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.reuse.ts +8 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.converter.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.ts +7 -0
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +8 -0
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +8 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +11 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +33 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +33 -0
- package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +4 -0
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +10 -2
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +11 -0
- package/src/libs/common/fixtures/src/lib/records.fixtures.ts +5 -0
- package/src/libs/feature/editor/src/lib/components/contact-details/contact-details-form.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/contact-details/contact-details-form.component.html +67 -0
- package/src/libs/feature/editor/src/lib/components/contact-details/contact-details-form.component.ts +39 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/field-focus.directive.ts +38 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +0 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +9 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +12 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.css +37 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +1 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +5 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.css +0 -3
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +0 -1
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +27 -25
- package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +4 -0
- package/src/libs/feature/editor/src/lib/services/editor.service.ts +1 -1
- package/src/libs/util/app-config/src/lib/app-config.ts +14 -1
- package/src/libs/util/app-config/src/lib/model.ts +3 -0
- package/src/libs/util/app-config/src/lib/parse-utils.ts +27 -0
- package/translations/de.json +8 -1
- package/translations/en.json +8 -1
- package/translations/es.json +8 -1
- package/translations/fr.json +8 -1
- package/translations/it.json +8 -1
- package/translations/nl.json +8 -1
- package/translations/pt.json +8 -1
- package/translations/sk.json +8 -1
package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts
CHANGED
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
Component,
|
|
5
5
|
ElementRef,
|
|
6
6
|
EventEmitter,
|
|
7
|
+
inject,
|
|
7
8
|
Input,
|
|
8
9
|
Output,
|
|
9
10
|
ViewChild,
|
|
@@ -22,6 +23,7 @@ import {
|
|
|
22
23
|
import { FormFieldWrapperComponent } from '../../../../../../../../libs/ui/layout/src'
|
|
23
24
|
import { TranslatePipe } from '@ngx-translate/core'
|
|
24
25
|
import {
|
|
26
|
+
FieldFocusDirective,
|
|
25
27
|
FormFieldDateComponent,
|
|
26
28
|
FormFieldLicenseComponent,
|
|
27
29
|
FormFieldTemporalExtentsComponent,
|
|
@@ -77,6 +79,7 @@ import { FormFieldTopicsComponent } from './form-field-topics/form-field-topics.
|
|
|
77
79
|
FormFieldTopicsComponent,
|
|
78
80
|
TextFieldModule,
|
|
79
81
|
],
|
|
82
|
+
hostDirectives: [FieldFocusDirective],
|
|
80
83
|
})
|
|
81
84
|
export class FormFieldComponent {
|
|
82
85
|
@Input() uniqueIdentifier: string
|
|
@@ -92,6 +95,8 @@ export class FormFieldComponent {
|
|
|
92
95
|
@ViewChild('titleInput') titleInput: ElementRef
|
|
93
96
|
isOpenData = false
|
|
94
97
|
|
|
98
|
+
fieldFocus = inject(FieldFocusDirective)
|
|
99
|
+
|
|
95
100
|
toggleIsOpenData(event: boolean) {
|
|
96
101
|
this.isOpenData = event
|
|
97
102
|
}
|
|
@@ -2,10 +2,10 @@ import { CommonModule } from '@angular/common'
|
|
|
2
2
|
import {
|
|
3
3
|
ChangeDetectionStrategy,
|
|
4
4
|
Component,
|
|
5
|
-
ElementRef,
|
|
6
5
|
inject,
|
|
7
6
|
OnDestroy,
|
|
8
7
|
OnInit,
|
|
8
|
+
viewChildren,
|
|
9
9
|
} from '@angular/core'
|
|
10
10
|
import { EditorFacade } from '../../+state/editor.facade'
|
|
11
11
|
import { EditorFieldValue } from '../../models'
|
|
@@ -15,8 +15,9 @@ import {
|
|
|
15
15
|
EditorFieldWithValue,
|
|
16
16
|
EditorSectionWithValues,
|
|
17
17
|
} from '../../+state/editor.models'
|
|
18
|
-
import {
|
|
18
|
+
import { firstValueFrom, map, Subscription, withLatestFrom } from 'rxjs'
|
|
19
19
|
import { CatalogRecordKeys } from '../../../../../../../libs/common/domain/src/lib/model/record'
|
|
20
|
+
import { switchMap } from 'rxjs/operators'
|
|
20
21
|
|
|
21
22
|
@Component({
|
|
22
23
|
selector: 'gn-ui-record-form',
|
|
@@ -27,41 +28,42 @@ import { CatalogRecordKeys } from '../../../../../../../libs/common/domain/src/l
|
|
|
27
28
|
imports: [CommonModule, FormFieldComponent, TranslateDirective],
|
|
28
29
|
})
|
|
29
30
|
export class RecordFormComponent implements OnInit, OnDestroy {
|
|
30
|
-
anchorIdPrefix = 'gn-ui--field-'
|
|
31
31
|
facade = inject(EditorFacade)
|
|
32
|
-
private el = inject(ElementRef)
|
|
33
32
|
subscription = new Subscription()
|
|
34
33
|
|
|
35
34
|
recordUniqueIdentifier$ = this.facade.record$.pipe(
|
|
36
35
|
map((record) => record.uniqueIdentifier)
|
|
37
36
|
)
|
|
38
37
|
|
|
38
|
+
focusFieldWithPage$ = this.facade.focusedField$.pipe(
|
|
39
|
+
switchMap(
|
|
40
|
+
async (field) => [field, await this.getPageIndexForField(field)] as const
|
|
41
|
+
)
|
|
42
|
+
)
|
|
43
|
+
|
|
44
|
+
formFields = viewChildren(FormFieldComponent)
|
|
45
|
+
|
|
46
|
+
focusField(model: CatalogRecordKeys) {
|
|
47
|
+
const fields = this.formFields()
|
|
48
|
+
const field = fields.find((f) => f.model === model)
|
|
49
|
+
field?.fieldFocus.focusField()
|
|
50
|
+
}
|
|
51
|
+
|
|
39
52
|
ngOnInit() {
|
|
40
53
|
this.subscription.add(
|
|
41
|
-
this.
|
|
54
|
+
this.focusFieldWithPage$
|
|
42
55
|
.pipe(
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
field
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
),
|
|
49
|
-
}))
|
|
56
|
+
withLatestFrom(
|
|
57
|
+
this.facade.currentPage$,
|
|
58
|
+
([field, fieldPage], currentPage) =>
|
|
59
|
+
[field, fieldPage, currentPage] as const
|
|
60
|
+
)
|
|
50
61
|
)
|
|
51
|
-
.subscribe(
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
this.facade.setCurrentPage(pageIndex)
|
|
55
|
-
this.el.nativeElement.scrollIntoView({
|
|
56
|
-
behavior: 'instant',
|
|
57
|
-
block: 'start',
|
|
58
|
-
})
|
|
62
|
+
.subscribe(([field, fieldPage, currentPage]) => {
|
|
63
|
+
if (fieldPage !== null && fieldPage !== currentPage) {
|
|
64
|
+
this.facade.setCurrentPage(fieldPage)
|
|
59
65
|
}
|
|
60
|
-
setTimeout(() =>
|
|
61
|
-
document
|
|
62
|
-
.getElementById(this.anchorIdPrefix + field)
|
|
63
|
-
?.scrollIntoView({ behavior: 'instant', block: 'start' })
|
|
64
|
-
)
|
|
66
|
+
setTimeout(() => this.focusField(field))
|
|
65
67
|
})
|
|
66
68
|
)
|
|
67
69
|
}
|
|
@@ -19,9 +19,13 @@ export interface FormFieldConfig {
|
|
|
19
19
|
// This is used for instance to target only certain online resources in a field
|
|
20
20
|
type OnlineLinkResourceSpecifier = `onlineResourceType:link`
|
|
21
21
|
type DatasetDistributionsSpecifier = `onlineResourceType:!link`
|
|
22
|
+
// When set on the `contacts` field, contacts are rendered as editable detail
|
|
23
|
+
// fields (ContactDetailsFormComponent) instead of cards (ContactCardComponent)
|
|
24
|
+
type EditableContactDetailsSpecifier = `contact:editableDetails`
|
|
22
25
|
export type FieldModelSpecifier =
|
|
23
26
|
| OnlineLinkResourceSpecifier
|
|
24
27
|
| DatasetDistributionsSpecifier
|
|
28
|
+
| EditableContactDetailsSpecifier
|
|
25
29
|
|
|
26
30
|
export type FormFieldComponentName =
|
|
27
31
|
| 'form-field-constraints-shortcuts'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Injectable, inject } from '@angular/core'
|
|
2
|
-
import {
|
|
2
|
+
import { Observable, switchMap } from 'rxjs'
|
|
3
3
|
import { map, tap } from 'rxjs/operators'
|
|
4
4
|
import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record'
|
|
5
5
|
import { EditorConfig } from '../models/'
|
|
@@ -2,6 +2,7 @@ import * as TOML from '@ltd/j-toml'
|
|
|
2
2
|
import {
|
|
3
3
|
checkMetadataLanguage,
|
|
4
4
|
checkNewRecordDefaultLanguage,
|
|
5
|
+
checkNewRecordStandard,
|
|
5
6
|
parseConfigSection,
|
|
6
7
|
parseMultiConfigSection,
|
|
7
8
|
parseTranslationsConfigSection,
|
|
@@ -297,7 +298,7 @@ export function loadAppConfig(configUrl = 'assets/configuration/default.toml') {
|
|
|
297
298
|
parsed,
|
|
298
299
|
'editing',
|
|
299
300
|
[],
|
|
300
|
-
['new_record_default_language'],
|
|
301
|
+
['new_record_default_language', 'new_record_standard'],
|
|
301
302
|
warnings,
|
|
302
303
|
errors
|
|
303
304
|
)
|
|
@@ -310,6 +311,15 @@ export function loadAppConfig(configUrl = 'assets/configuration/default.toml') {
|
|
|
310
311
|
warnings
|
|
311
312
|
)
|
|
312
313
|
}
|
|
314
|
+
if (
|
|
315
|
+
parsedEditingSection !== null &&
|
|
316
|
+
parsedEditingSection.new_record_standard !== undefined
|
|
317
|
+
) {
|
|
318
|
+
parsedEditingSection = checkNewRecordStandard(
|
|
319
|
+
parsedEditingSection,
|
|
320
|
+
warnings
|
|
321
|
+
)
|
|
322
|
+
}
|
|
313
323
|
editorConfig =
|
|
314
324
|
parsedEditingSection === null
|
|
315
325
|
? null
|
|
@@ -318,6 +328,9 @@ export function loadAppConfig(configUrl = 'assets/configuration/default.toml') {
|
|
|
318
328
|
parsedEditingSection.new_record_default_language as
|
|
319
329
|
| string
|
|
320
330
|
| undefined,
|
|
331
|
+
NEW_RECORD_STANDARD: parsedEditingSection.new_record_standard as
|
|
332
|
+
| EditorConfig['NEW_RECORD_STANDARD']
|
|
333
|
+
| undefined,
|
|
321
334
|
} as EditorConfig)
|
|
322
335
|
|
|
323
336
|
customTranslations = parseTranslationsConfigSection(
|
|
@@ -69,8 +69,11 @@ export interface MetadataQualityConfig {
|
|
|
69
69
|
ENABLED: boolean
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
+
export type NewRecordStandard = 'iso19139' | 'iso19115-3'
|
|
73
|
+
|
|
72
74
|
export interface EditorConfig {
|
|
73
75
|
NEW_RECORD_DEFAULT_LANGUAGE?: string
|
|
76
|
+
NEW_RECORD_STANDARD?: NewRecordStandard
|
|
74
77
|
}
|
|
75
78
|
|
|
76
79
|
export type CustomTranslations = { [translationKey: string]: string }
|
|
@@ -159,3 +159,30 @@ export function checkNewRecordDefaultLanguage(
|
|
|
159
159
|
new_record_default_language: lang2,
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
|
+
|
|
163
|
+
export function checkNewRecordStandard(
|
|
164
|
+
parsedConfigSection: any,
|
|
165
|
+
outWarnings: string[]
|
|
166
|
+
) {
|
|
167
|
+
const standard = parsedConfigSection.new_record_standard
|
|
168
|
+
const normalizedStandard =
|
|
169
|
+
typeof standard === 'string' ? standard.trim().toLowerCase() : null
|
|
170
|
+
|
|
171
|
+
if (
|
|
172
|
+
normalizedStandard === 'iso19139' ||
|
|
173
|
+
normalizedStandard === 'iso19115-3'
|
|
174
|
+
) {
|
|
175
|
+
return {
|
|
176
|
+
...parsedConfigSection,
|
|
177
|
+
new_record_standard: normalizedStandard,
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
outWarnings.push(
|
|
182
|
+
`In the [editing] section: new_record_standard = "${standard}" is not a supported metadata standard`
|
|
183
|
+
)
|
|
184
|
+
return {
|
|
185
|
+
...parsedConfigSection,
|
|
186
|
+
new_record_standard: undefined,
|
|
187
|
+
}
|
|
188
|
+
}
|
package/translations/de.json
CHANGED
|
@@ -150,6 +150,14 @@
|
|
|
150
150
|
"editor.record.form.draft.updateAlert": "Seit der Erstellung dieses Entwurfs wurde dieser Datensatz am { date } von { user } geändert. Durch das Veröffentlichen Ihrer Version können dessen Änderungen gelöscht werden. Um dies zu vermeiden, können Sie Ihre Änderungen rückgängig machen oder Ihre Version in voller Kenntnis der Sachlage veröffentlichen.",
|
|
151
151
|
"editor.record.form.field.abstract": "Kurzbeschreibung",
|
|
152
152
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
|
+
"editor.record.form.field.contactDetails.email": "",
|
|
154
|
+
"editor.record.form.field.contactDetails.email.placeholder": "",
|
|
155
|
+
"editor.record.form.field.contactDetails.firstName": "",
|
|
156
|
+
"editor.record.form.field.contactDetails.firstName.placeholder": "",
|
|
157
|
+
"editor.record.form.field.contactDetails.lastName": "",
|
|
158
|
+
"editor.record.form.field.contactDetails.lastName.placeholder": "",
|
|
159
|
+
"editor.record.form.field.contactDetails.organization": "",
|
|
160
|
+
"editor.record.form.field.contactDetails.organization.placeholder": "",
|
|
153
161
|
"editor.record.form.field.contacts": "Ansprechpartner - Email",
|
|
154
162
|
"editor.record.form.field.contacts.noContact": "Bitte geben Sie mindestens einen Ansprechpartner an.",
|
|
155
163
|
"editor.record.form.field.contacts.placeholder": "Kontakt auswählen",
|
|
@@ -495,7 +503,6 @@
|
|
|
495
503
|
"record.metadata.preview.config.idle": "Standardvorschau festlegen",
|
|
496
504
|
"record.metadata.preview.config.saved": "Gespeichert!",
|
|
497
505
|
"record.metadata.preview.config.saving": "Speichern...",
|
|
498
|
-
"record.metadata.producer": "Datenproduzent",
|
|
499
506
|
"record.metadata.publication": "Veröffentlichungsdatum",
|
|
500
507
|
"record.metadata.publications": "{count, plural, =0{Veröffentlichungsdatum} one{Veröffentlichungsdatum} other{Veröffentlichungen}}",
|
|
501
508
|
"record.metadata.quality": "Metadatenqualität",
|
package/translations/en.json
CHANGED
|
@@ -150,6 +150,14 @@
|
|
|
150
150
|
"editor.record.form.draft.updateAlert": "Since you created this draft, the dataset has been updated on { date } by { user }. Publishing your draft might erase their edits. To avoid this, you need to either cancel your changes or knowingly publish your own version.",
|
|
151
151
|
"editor.record.form.field.abstract": "Abstract",
|
|
152
152
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
|
+
"editor.record.form.field.contactDetails.email": "Contact email",
|
|
154
|
+
"editor.record.form.field.contactDetails.email.placeholder": "example@domainname.com",
|
|
155
|
+
"editor.record.form.field.contactDetails.firstName": "Contact first name",
|
|
156
|
+
"editor.record.form.field.contactDetails.firstName.placeholder": "First name",
|
|
157
|
+
"editor.record.form.field.contactDetails.lastName": "Contact last name",
|
|
158
|
+
"editor.record.form.field.contactDetails.lastName.placeholder": "Last name",
|
|
159
|
+
"editor.record.form.field.contactDetails.organization": "Contact organization",
|
|
160
|
+
"editor.record.form.field.contactDetails.organization.placeholder": "Company",
|
|
153
161
|
"editor.record.form.field.contacts": "Point of contact - Email",
|
|
154
162
|
"editor.record.form.field.contacts.noContact": "Please provide at least one point of contact.",
|
|
155
163
|
"editor.record.form.field.contacts.placeholder": "Choose a contact",
|
|
@@ -495,7 +503,6 @@
|
|
|
495
503
|
"record.metadata.preview.config.idle": "Set as default preview",
|
|
496
504
|
"record.metadata.preview.config.saved": "Saved !",
|
|
497
505
|
"record.metadata.preview.config.saving": "Saving...",
|
|
498
|
-
"record.metadata.producer": "Data producer",
|
|
499
506
|
"record.metadata.publication": "Date of publication",
|
|
500
507
|
"record.metadata.publications": "{count, plural, =0{publication} one{publication} other{publications}}",
|
|
501
508
|
"record.metadata.quality": "Metadata Quality",
|
package/translations/es.json
CHANGED
|
@@ -150,6 +150,14 @@
|
|
|
150
150
|
"editor.record.form.draft.updateAlert": "",
|
|
151
151
|
"editor.record.form.field.abstract": "",
|
|
152
152
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
|
+
"editor.record.form.field.contactDetails.email": "",
|
|
154
|
+
"editor.record.form.field.contactDetails.email.placeholder": "",
|
|
155
|
+
"editor.record.form.field.contactDetails.firstName": "",
|
|
156
|
+
"editor.record.form.field.contactDetails.firstName.placeholder": "",
|
|
157
|
+
"editor.record.form.field.contactDetails.lastName": "",
|
|
158
|
+
"editor.record.form.field.contactDetails.lastName.placeholder": "",
|
|
159
|
+
"editor.record.form.field.contactDetails.organization": "",
|
|
160
|
+
"editor.record.form.field.contactDetails.organization.placeholder": "",
|
|
153
161
|
"editor.record.form.field.contacts": "Punto de contacto - Correo ",
|
|
154
162
|
"editor.record.form.field.contacts.noContact": "",
|
|
155
163
|
"editor.record.form.field.contacts.placeholder": "",
|
|
@@ -495,7 +503,6 @@
|
|
|
495
503
|
"record.metadata.preview.config.idle": "",
|
|
496
504
|
"record.metadata.preview.config.saved": "",
|
|
497
505
|
"record.metadata.preview.config.saving": "",
|
|
498
|
-
"record.metadata.producer": "",
|
|
499
506
|
"record.metadata.publication": "",
|
|
500
507
|
"record.metadata.publications": "{count, plural, =0{} one{} other{}}",
|
|
501
508
|
"record.metadata.quality": "",
|
package/translations/fr.json
CHANGED
|
@@ -150,6 +150,14 @@
|
|
|
150
150
|
"editor.record.form.draft.updateAlert": "Depuis la création de ce brouillon, ce jeu de données a été modifié le { date } par { user }. Publier votre version peut supprimer ses modifications. Pour éviter cela, vous pouvez annuler vos changements, ou publier votre version en connaissance de cause.",
|
|
151
151
|
"editor.record.form.field.abstract": "Description",
|
|
152
152
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
|
+
"editor.record.form.field.contactDetails.email": "Email du point de contact",
|
|
154
|
+
"editor.record.form.field.contactDetails.email.placeholder": "exemple@nomdedomaine.com",
|
|
155
|
+
"editor.record.form.field.contactDetails.firstName": "Prénom du point de contact",
|
|
156
|
+
"editor.record.form.field.contactDetails.firstName.placeholder": "Prénom",
|
|
157
|
+
"editor.record.form.field.contactDetails.lastName": "Nom du point de contact",
|
|
158
|
+
"editor.record.form.field.contactDetails.lastName.placeholder": "Nom",
|
|
159
|
+
"editor.record.form.field.contactDetails.organization": "Organisation du point de contact",
|
|
160
|
+
"editor.record.form.field.contactDetails.organization.placeholder": "Company",
|
|
153
161
|
"editor.record.form.field.contacts": "Point de contact - Email",
|
|
154
162
|
"editor.record.form.field.contacts.noContact": "Veuillez renseigner au moins un point de contact.",
|
|
155
163
|
"editor.record.form.field.contacts.placeholder": "Choisissez un contact",
|
|
@@ -495,7 +503,6 @@
|
|
|
495
503
|
"record.metadata.preview.config.idle": "Définir l'aperçu par défaut",
|
|
496
504
|
"record.metadata.preview.config.saved": "Sauvegardé !",
|
|
497
505
|
"record.metadata.preview.config.saving": "Sauvegarde...",
|
|
498
|
-
"record.metadata.producer": "Producteur de la donnée",
|
|
499
506
|
"record.metadata.publication": "Date de publication",
|
|
500
507
|
"record.metadata.publications": "{count, plural, =0{ressource} one{ressource} other{ressources}}",
|
|
501
508
|
"record.metadata.quality": "Description de la ressource",
|
package/translations/it.json
CHANGED
|
@@ -150,6 +150,14 @@
|
|
|
150
150
|
"editor.record.form.draft.updateAlert": "Da quando è stata creata questa bozza, questo dataset è stato modificato il { date } da { user }. La pubblicazione della sua versione potrebbe rimuovere le loro modifiche. Per evitarlo, puoi annullare le sue modifiche o pubblicare la sua versione consapevolmente.",
|
|
151
151
|
"editor.record.form.field.abstract": "Riassunto",
|
|
152
152
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
|
+
"editor.record.form.field.contactDetails.email": "",
|
|
154
|
+
"editor.record.form.field.contactDetails.email.placeholder": "",
|
|
155
|
+
"editor.record.form.field.contactDetails.firstName": "",
|
|
156
|
+
"editor.record.form.field.contactDetails.firstName.placeholder": "",
|
|
157
|
+
"editor.record.form.field.contactDetails.lastName": "",
|
|
158
|
+
"editor.record.form.field.contactDetails.lastName.placeholder": "",
|
|
159
|
+
"editor.record.form.field.contactDetails.organization": "",
|
|
160
|
+
"editor.record.form.field.contactDetails.organization.placeholder": "",
|
|
153
161
|
"editor.record.form.field.contacts": "",
|
|
154
162
|
"editor.record.form.field.contacts.noContact": "Inserisci almeno un punto di contatto.",
|
|
155
163
|
"editor.record.form.field.contacts.placeholder": "Scegli un contatto",
|
|
@@ -495,7 +503,6 @@
|
|
|
495
503
|
"record.metadata.preview.config.idle": "",
|
|
496
504
|
"record.metadata.preview.config.saved": "",
|
|
497
505
|
"record.metadata.preview.config.saving": "",
|
|
498
|
-
"record.metadata.producer": "Produttore dei dati",
|
|
499
506
|
"record.metadata.publication": "Data di pubblicazione",
|
|
500
507
|
"record.metadata.publications": "{count, plural, =0{pubblicazione} one{pubblicazione} other{pubblicazioni}}",
|
|
501
508
|
"record.metadata.quality": "Qualità dei metadati",
|
package/translations/nl.json
CHANGED
|
@@ -150,6 +150,14 @@
|
|
|
150
150
|
"editor.record.form.draft.updateAlert": "",
|
|
151
151
|
"editor.record.form.field.abstract": "",
|
|
152
152
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
|
+
"editor.record.form.field.contactDetails.email": "",
|
|
154
|
+
"editor.record.form.field.contactDetails.email.placeholder": "",
|
|
155
|
+
"editor.record.form.field.contactDetails.firstName": "",
|
|
156
|
+
"editor.record.form.field.contactDetails.firstName.placeholder": "",
|
|
157
|
+
"editor.record.form.field.contactDetails.lastName": "",
|
|
158
|
+
"editor.record.form.field.contactDetails.lastName.placeholder": "",
|
|
159
|
+
"editor.record.form.field.contactDetails.organization": "",
|
|
160
|
+
"editor.record.form.field.contactDetails.organization.placeholder": "",
|
|
153
161
|
"editor.record.form.field.contacts": "",
|
|
154
162
|
"editor.record.form.field.contacts.noContact": "",
|
|
155
163
|
"editor.record.form.field.contacts.placeholder": "",
|
|
@@ -495,7 +503,6 @@
|
|
|
495
503
|
"record.metadata.preview.config.idle": "",
|
|
496
504
|
"record.metadata.preview.config.saved": "",
|
|
497
505
|
"record.metadata.preview.config.saving": "",
|
|
498
|
-
"record.metadata.producer": "",
|
|
499
506
|
"record.metadata.publication": "",
|
|
500
507
|
"record.metadata.publications": "{count, plural, =0{} one{} other{}}",
|
|
501
508
|
"record.metadata.quality": "",
|
package/translations/pt.json
CHANGED
|
@@ -150,6 +150,14 @@
|
|
|
150
150
|
"editor.record.form.draft.updateAlert": "",
|
|
151
151
|
"editor.record.form.field.abstract": "",
|
|
152
152
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
|
+
"editor.record.form.field.contactDetails.email": "",
|
|
154
|
+
"editor.record.form.field.contactDetails.email.placeholder": "",
|
|
155
|
+
"editor.record.form.field.contactDetails.firstName": "",
|
|
156
|
+
"editor.record.form.field.contactDetails.firstName.placeholder": "",
|
|
157
|
+
"editor.record.form.field.contactDetails.lastName": "",
|
|
158
|
+
"editor.record.form.field.contactDetails.lastName.placeholder": "",
|
|
159
|
+
"editor.record.form.field.contactDetails.organization": "",
|
|
160
|
+
"editor.record.form.field.contactDetails.organization.placeholder": "",
|
|
153
161
|
"editor.record.form.field.contacts": "",
|
|
154
162
|
"editor.record.form.field.contacts.noContact": "",
|
|
155
163
|
"editor.record.form.field.contacts.placeholder": "",
|
|
@@ -495,7 +503,6 @@
|
|
|
495
503
|
"record.metadata.preview.config.idle": "",
|
|
496
504
|
"record.metadata.preview.config.saved": "",
|
|
497
505
|
"record.metadata.preview.config.saving": "",
|
|
498
|
-
"record.metadata.producer": "",
|
|
499
506
|
"record.metadata.publication": "",
|
|
500
507
|
"record.metadata.publications": "{count, plural, =0{} one{} other{}}",
|
|
501
508
|
"record.metadata.quality": "",
|
package/translations/sk.json
CHANGED
|
@@ -150,6 +150,14 @@
|
|
|
150
150
|
"editor.record.form.draft.updateAlert": "",
|
|
151
151
|
"editor.record.form.field.abstract": "",
|
|
152
152
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
|
+
"editor.record.form.field.contactDetails.email": "",
|
|
154
|
+
"editor.record.form.field.contactDetails.email.placeholder": "",
|
|
155
|
+
"editor.record.form.field.contactDetails.firstName": "",
|
|
156
|
+
"editor.record.form.field.contactDetails.firstName.placeholder": "",
|
|
157
|
+
"editor.record.form.field.contactDetails.lastName": "",
|
|
158
|
+
"editor.record.form.field.contactDetails.lastName.placeholder": "",
|
|
159
|
+
"editor.record.form.field.contactDetails.organization": "",
|
|
160
|
+
"editor.record.form.field.contactDetails.organization.placeholder": "",
|
|
153
161
|
"editor.record.form.field.contacts": "",
|
|
154
162
|
"editor.record.form.field.contacts.noContact": "",
|
|
155
163
|
"editor.record.form.field.contacts.placeholder": "",
|
|
@@ -495,7 +503,6 @@
|
|
|
495
503
|
"record.metadata.preview.config.idle": "",
|
|
496
504
|
"record.metadata.preview.config.saved": "",
|
|
497
505
|
"record.metadata.preview.config.saving": "",
|
|
498
|
-
"record.metadata.producer": "",
|
|
499
506
|
"record.metadata.publication": "dátum publikácia",
|
|
500
507
|
"record.metadata.publications": "{count, plural, =0{publikácia} one{publikácia} other{publikácie}}",
|
|
501
508
|
"record.metadata.quality": "Kvalita metadát",
|