geonetwork-ui 2.10.0-dev.b6696be21 → 2.10.0-dev.bfea85a63
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 +1016 -6093
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +144 -149
- package/index.d.ts.map +1 -1
- package/package.json +23 -33
- package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +48 -7
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +5 -4
- package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +1 -0
- package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +4 -4
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +2 -2
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +5 -5
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +1 -1
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +1 -1
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +2 -2
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +2 -0
- package/src/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.ts +2 -1
- package/src/libs/common/fixtures/src/lib/records.fixtures.ts +51 -0
- package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +5 -2
- package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +4 -1
- package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +26 -19
- package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +5 -1
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +0 -2
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +5 -14
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +3 -28
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +5 -5
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +2 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/field-focus.directive.ts +4 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +7 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +1 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +12 -5
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +4 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +7 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +6 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +3 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.css +0 -34
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +20 -16
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +9 -0
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.css +35 -0
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +18 -5
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +76 -19
- package/src/libs/feature/editor/src/lib/expressions.ts +380 -8
- package/src/libs/feature/editor/src/lib/fields.config.ts +251 -290
- package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +2 -3
- package/src/libs/feature/editor/src/lib/services/editor.service.ts +8 -12
- package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +33 -0
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +9 -1
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +10 -5
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +2 -2
- package/src/libs/ui/dataviz/src/index.ts +0 -1
- package/src/libs/ui/elements/src/index.ts +1 -0
- package/src/libs/ui/elements/src/lib/contact-details/contact-details.component.html +48 -56
- package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.html +2 -1
- package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.css +13 -0
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +13 -3
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +43 -6
- package/src/libs/ui/elements/src/lib/keyword-badge/keyword-badge.component.html +14 -0
- package/src/libs/ui/elements/src/lib/keyword-badge/keyword-badge.component.ts +85 -0
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +5 -0
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +4 -7
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +4 -5
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +4 -0
- package/src/libs/ui/inputs/src/lib/badge/badge.component.html +33 -26
- package/src/libs/ui/inputs/src/lib/badge/badge.component.ts +9 -0
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +2 -2
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +3 -3
- package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +5 -5
- package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +9 -1
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +1 -1
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +3 -8
- package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +7 -7
- package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.ts +14 -1
- package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.ts +4 -54
- package/src/libs/ui/map/src/lib/map-utils.ts +48 -0
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +1 -1
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +12 -8
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +3 -1
- package/src/libs/ui/search/src/lib/results-table/results-table.component.html +1 -0
- package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +7 -1
- package/src/libs/util/app-config/src/lib/app-config.ts +21 -9
- package/src/libs/util/data-fetcher/src/lib/readers/base-file.ts +1 -2
- package/src/libs/util/data-fetcher/src/lib/readers/wfs.ts +6 -3
- package/src/libs/util/i18n/src/index.ts +0 -1
- package/src/libs/util/i18n/src/lib/i18n.constants.ts +17 -11
- package/src/libs/util/i18n/src/lib/i18n.interceptor.ts +2 -2
- package/src/libs/util/i18n/src/lib/i18n.providers.ts +14 -17
- package/src/libs/util/i18n/src/lib/test.translate.loader.ts +48 -0
- package/src/libs/util/shared/src/lib/links/link-utils.ts +22 -0
- package/src/libs/util/shared/src/lib/services/date.service.ts +3 -3
- package/src/libs/util/shared/src/lib/utils/geojson.ts +58 -1
- package/style.css +0 -1
- package/tailwind.base.css +9 -0
- package/translations/de.json +53 -29
- package/translations/en.json +58 -34
- package/translations/es.json +27 -3
- package/translations/fr.json +55 -31
- package/translations/it.json +53 -29
- package/translations/nl.json +26 -2
- package/translations/pt.json +27 -3
- package/translations/sk.json +27 -3
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.css +0 -3
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
|
-
APP_INITIALIZER,
|
|
3
2
|
EnvironmentProviders,
|
|
3
|
+
inject,
|
|
4
4
|
makeEnvironmentProviders,
|
|
5
|
+
provideAppInitializer,
|
|
5
6
|
Provider,
|
|
6
7
|
} from '@angular/core'
|
|
7
8
|
import {
|
|
@@ -22,17 +23,16 @@ import {
|
|
|
22
23
|
} from '@angular/common/http'
|
|
23
24
|
import { I18nInterceptor } from './i18n.interceptor'
|
|
24
25
|
|
|
25
|
-
function i18nInitializerFromLocalStorageFactory(
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
translate.use(storageLang || translate.getBrowserLang() || DEFAULT_LANG)
|
|
26
|
+
function i18nInitializerFromLocalStorageFactory() {
|
|
27
|
+
const translate = inject(TranslateService)
|
|
28
|
+
translate.setFallbackLang(DEFAULT_LANG)
|
|
29
|
+
let storageLang = null
|
|
30
|
+
try {
|
|
31
|
+
storageLang = localStorage.getItem(LANGUAGE_STORAGE_KEY)
|
|
32
|
+
} catch (error) {
|
|
33
|
+
console.warn(error)
|
|
35
34
|
}
|
|
35
|
+
translate.use(storageLang || translate.getBrowserLang() || DEFAULT_LANG)
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
export function provideI18n(
|
|
@@ -56,12 +56,9 @@ export function provideI18n(
|
|
|
56
56
|
provideTranslateService(usedConfig),
|
|
57
57
|
]
|
|
58
58
|
if (useLocalStorage) {
|
|
59
|
-
providers.push(
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
deps: [TranslateService],
|
|
63
|
-
multi: true,
|
|
64
|
-
})
|
|
59
|
+
providers.push(
|
|
60
|
+
provideAppInitializer(i18nInitializerFromLocalStorageFactory)
|
|
61
|
+
)
|
|
65
62
|
}
|
|
66
63
|
|
|
67
64
|
return makeEnvironmentProviders(providers)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { inject, Injectable, InjectionToken } from '@angular/core'
|
|
2
|
+
import {
|
|
3
|
+
provideTranslateService,
|
|
4
|
+
TranslateCompiler,
|
|
5
|
+
TranslateLoader,
|
|
6
|
+
TranslationObject,
|
|
7
|
+
} from '@ngx-translate/core'
|
|
8
|
+
import { Observable, of } from 'rxjs'
|
|
9
|
+
import { TranslateMessageFormatCompiler } from 'ngx-translate-messageformat-compiler'
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* This translate loader is used for testing purposes, it allows to provide translations directly in the test file without having to create JSON files
|
|
13
|
+
* Taken from https://github.com/mwootendev/ngx-translate-plugins/issues/87
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
const TestTranslations = new InjectionToken<Record<string, TranslationObject>>(
|
|
17
|
+
'test-translations'
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
@Injectable()
|
|
21
|
+
class TestTranslateLoader implements TranslateLoader {
|
|
22
|
+
translations = inject(TestTranslations)
|
|
23
|
+
getTranslation(lang: string): Observable<TranslationObject> {
|
|
24
|
+
return of(this.translations[lang] as TranslationObject)
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export function provideTranslateTestingService(
|
|
29
|
+
translations: Record<string, TranslationObject>
|
|
30
|
+
) {
|
|
31
|
+
return provideTranslateService({
|
|
32
|
+
loader: [
|
|
33
|
+
{
|
|
34
|
+
provide: TestTranslations,
|
|
35
|
+
useValue: translations,
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
provide: TranslateLoader,
|
|
39
|
+
useClass: TestTranslateLoader,
|
|
40
|
+
},
|
|
41
|
+
],
|
|
42
|
+
fallbackLang: 'en',
|
|
43
|
+
compiler: {
|
|
44
|
+
provide: TranslateCompiler,
|
|
45
|
+
useClass: TranslateMessageFormatCompiler,
|
|
46
|
+
},
|
|
47
|
+
})
|
|
48
|
+
}
|
|
@@ -171,6 +171,28 @@ export const FORMATS = {
|
|
|
171
171
|
},
|
|
172
172
|
} as const
|
|
173
173
|
|
|
174
|
+
marker('downloads.format.csv')
|
|
175
|
+
marker('downloads.format.excel')
|
|
176
|
+
marker('downloads.format.geojson')
|
|
177
|
+
marker('downloads.format.json')
|
|
178
|
+
marker('downloads.format.shp')
|
|
179
|
+
marker('downloads.format.gml')
|
|
180
|
+
marker('downloads.format.kml')
|
|
181
|
+
marker('downloads.format.gpkg')
|
|
182
|
+
marker('downloads.format.zip')
|
|
183
|
+
marker('downloads.format.pdf')
|
|
184
|
+
marker('downloads.format.jpg')
|
|
185
|
+
marker('downloads.format.png')
|
|
186
|
+
marker('downloads.format.tiff')
|
|
187
|
+
marker('downloads.format.svg')
|
|
188
|
+
marker('downloads.format.dxf')
|
|
189
|
+
marker('downloads.format.html')
|
|
190
|
+
marker('downloads.format.xml')
|
|
191
|
+
marker('downloads.format.fgb')
|
|
192
|
+
marker('downloads.format.jsonfg')
|
|
193
|
+
marker('downloads.format.webp')
|
|
194
|
+
marker('downloads.format.postgis')
|
|
195
|
+
|
|
174
196
|
export type FileFormat = keyof typeof FORMATS
|
|
175
197
|
|
|
176
198
|
export function getFormatPriority(linkFormat: FileFormat): number {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { inject, Injectable } from '@angular/core'
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core'
|
|
3
3
|
import { type Locale } from 'date-fns/locale'
|
|
4
4
|
import { formatDistance } from 'date-fns/formatDistance'
|
|
@@ -30,13 +30,13 @@ export class DateService {
|
|
|
30
30
|
locale: string
|
|
31
31
|
dateObj: Date
|
|
32
32
|
} {
|
|
33
|
-
const locale = this.translateService.
|
|
33
|
+
const locale = this.translateService.getCurrentLang() || DEFAULT_LANGUAGE
|
|
34
34
|
const dateObj = this.getDateObject(date)
|
|
35
35
|
return { locale, dateObj }
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
private async getDateLocale(): Promise<Locale> {
|
|
39
|
-
const lang = this.translateService.
|
|
39
|
+
const lang = this.translateService.getCurrentLang() || DEFAULT_LANGUAGE
|
|
40
40
|
const locales = await this.dateLocales
|
|
41
41
|
return locales[lang]
|
|
42
42
|
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type {
|
|
2
|
+
Feature,
|
|
3
|
+
FeatureCollection,
|
|
4
|
+
Geometry,
|
|
5
|
+
Polygon,
|
|
6
|
+
Position,
|
|
7
|
+
} from 'geojson'
|
|
8
|
+
import type { DatasetSpatialExtent } from '../../../../../../libs/common/domain/src/lib/model/record'
|
|
2
9
|
|
|
3
10
|
/**
|
|
4
11
|
* @returns The geometry if available, otherwise null.
|
|
@@ -94,3 +101,53 @@ export function getGeometryBoundingBox(geometry: Geometry): BoundingBox {
|
|
|
94
101
|
return coordinatesReducer(emptyExtent, geometry.coordinates)
|
|
95
102
|
}
|
|
96
103
|
}
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Builds the closed GeoJSON Polygon matching the given bounding box.
|
|
107
|
+
*/
|
|
108
|
+
export function bboxToPolygon(bbox: BoundingBox): Polygon {
|
|
109
|
+
const [minX, minY, maxX, maxY] = bbox
|
|
110
|
+
return {
|
|
111
|
+
type: 'Polygon',
|
|
112
|
+
coordinates: [
|
|
113
|
+
[
|
|
114
|
+
[minX, minY],
|
|
115
|
+
[minX, maxY],
|
|
116
|
+
[maxX, maxY],
|
|
117
|
+
[maxX, minY],
|
|
118
|
+
[minX, minY],
|
|
119
|
+
],
|
|
120
|
+
],
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Returns the geometry carried by a spatial extent, falling back to the polygon
|
|
126
|
+
* derived from its bounding box. Returns null when the extent has neither.
|
|
127
|
+
*/
|
|
128
|
+
export function spatialExtentToGeometry(
|
|
129
|
+
extent: DatasetSpatialExtent
|
|
130
|
+
): Geometry | null {
|
|
131
|
+
if (extent.geometry) return extent.geometry
|
|
132
|
+
if (extent.bbox) return bboxToPolygon(extent.bbox)
|
|
133
|
+
return null
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* Converts a list of dataset spatial extents into a GeoJSON FeatureCollection,
|
|
138
|
+
* e.g. to be used as the data source of a map layer.
|
|
139
|
+
*/
|
|
140
|
+
export function spatialExtentsToFeatureCollection(
|
|
141
|
+
extents: DatasetSpatialExtent[]
|
|
142
|
+
): FeatureCollection {
|
|
143
|
+
return {
|
|
144
|
+
type: 'FeatureCollection',
|
|
145
|
+
features: extents.reduce<Feature[]>((features, extent) => {
|
|
146
|
+
const geometry = spatialExtentToGeometry(extent)
|
|
147
|
+
if (geometry) {
|
|
148
|
+
features.push({ type: 'Feature', properties: {}, geometry })
|
|
149
|
+
}
|
|
150
|
+
return features
|
|
151
|
+
}, []),
|
|
152
|
+
}
|
|
153
|
+
}
|
package/style.css
CHANGED
package/tailwind.base.css
CHANGED
|
@@ -184,9 +184,18 @@
|
|
|
184
184
|
--text-color: var(--gn-ui-badge-text-color, var(--color-gray-50));
|
|
185
185
|
--background-color: var(--gn-ui-badge-background-color, black);
|
|
186
186
|
--opacity: var(--gn-ui-badge-opacity, 0.7);
|
|
187
|
+
text-transform: inherit;
|
|
187
188
|
@apply opacity-[--opacity] p-[--padding] rounded-[--rounded]
|
|
188
189
|
font-[--font-weight] text-[length:--text-size] text-[color:--text-color] bg-[color:--background-color] flex justify-center items-center content-center;
|
|
189
190
|
}
|
|
191
|
+
.gn-ui-badge-clickable {
|
|
192
|
+
@apply gn-ui-badge hover:bg-primary focus:bg-primary active:bg-primary-darker
|
|
193
|
+
hover:text-white active:text-white focus:text-white
|
|
194
|
+
transition-all duration-100
|
|
195
|
+
outline-none
|
|
196
|
+
relative
|
|
197
|
+
focus:z-10 active:z-10 hover:z-10;
|
|
198
|
+
}
|
|
190
199
|
/* makes sure icons will not make the badges grow vertically; also make size proportional */
|
|
191
200
|
.gn-ui-badge ng-icon {
|
|
192
201
|
margin-top: -0.325em;
|
package/translations/de.json
CHANGED
|
@@ -89,6 +89,10 @@
|
|
|
89
89
|
"domain.contact.role.stakeholder": "Beteiligter",
|
|
90
90
|
"domain.contact.role.unspecified": "Nicht angegeben",
|
|
91
91
|
"domain.contact.role.user": "Benutzer",
|
|
92
|
+
"domain.record.keywordType.other": "Stichworte",
|
|
93
|
+
"domain.record.keywordType.place": "Ort",
|
|
94
|
+
"domain.record.keywordType.temporal": "Zeitlich",
|
|
95
|
+
"domain.record.keywordType.theme": "Thema",
|
|
92
96
|
"domain.record.status.completed": "Abgeschlossen",
|
|
93
97
|
"domain.record.status.deprecated": "Veraltet",
|
|
94
98
|
"domain.record.status.ongoing": "Kontinuierliche Aktualisierung",
|
|
@@ -115,18 +119,39 @@
|
|
|
115
119
|
"domain.record.updateFrequency.week": "{count, plural, =0{0 Mal} one{Einmal} other{{count} Mal}} pro Woche",
|
|
116
120
|
"domain.record.updateFrequency.weekly": "Daten werden wöchentlich aktualisiert",
|
|
117
121
|
"domain.record.updateFrequency.year": "{count, plural, =0{0 Mal} one{Einmal} other{{count} Mal}} pro Jahr",
|
|
122
|
+
"downloads.format.csv": "",
|
|
123
|
+
"downloads.format.dxf": "",
|
|
124
|
+
"downloads.format.excel": "",
|
|
125
|
+
"downloads.format.fgb": "",
|
|
126
|
+
"downloads.format.geojson": "",
|
|
127
|
+
"downloads.format.gml": "",
|
|
128
|
+
"downloads.format.gpkg": "",
|
|
129
|
+
"downloads.format.html": "",
|
|
130
|
+
"downloads.format.jpg": "",
|
|
131
|
+
"downloads.format.json": "",
|
|
132
|
+
"downloads.format.jsonfg": "",
|
|
133
|
+
"downloads.format.kml": "",
|
|
134
|
+
"downloads.format.pdf": "",
|
|
135
|
+
"downloads.format.png": "",
|
|
136
|
+
"downloads.format.postgis": "",
|
|
137
|
+
"downloads.format.shp": "",
|
|
138
|
+
"downloads.format.svg": "",
|
|
139
|
+
"downloads.format.tiff": "",
|
|
118
140
|
"downloads.format.unknown": "unbekannt",
|
|
141
|
+
"downloads.format.webp": "",
|
|
142
|
+
"downloads.format.xml": "",
|
|
143
|
+
"downloads.format.zip": "",
|
|
119
144
|
"downloads.wfs.featuretype.not.found": "Der Layer wurde nicht gefunden",
|
|
120
145
|
"dropFile": "Datei ablegen",
|
|
121
|
-
"editor.new.record.title": "Mein Datensatz",
|
|
146
|
+
"editor.new.record.title": "Mein {recordKind, select, dataset{Datensatz} service{Dienst} reuse{Wiederverwendung} other{Datensatz}}",
|
|
122
147
|
"editor.record.delete.confirmation.cancelText": "Stornieren",
|
|
123
148
|
"editor.record.delete.confirmation.confirmText": "Löschen",
|
|
124
|
-
"editor.record.delete.confirmation.message": "Sind Sie sicher, dass Sie diesen Datensatz löschen möchten?",
|
|
125
|
-
"editor.record.delete.confirmation.title": "Datensatz löschen",
|
|
126
|
-
"editor.record.deleteError.body": "Der Datensatz konnte nicht gelöscht werden:",
|
|
149
|
+
"editor.record.delete.confirmation.message": "Sind Sie sicher, dass Sie {recordKind, select, dataset{diesen Datensatz} service{diesen Dienst} reuse{diese Wiederverwendung} other{diesen Datensatz}} löschen möchten?",
|
|
150
|
+
"editor.record.delete.confirmation.title": "{recordKind, select, dataset{Datensatz} service{Dienst} reuse{Wiederverwendung} other{Datensatz}} löschen?",
|
|
151
|
+
"editor.record.deleteError.body": "{recordKind, select, dataset{Der Datensatz} service{Der Dienst} reuse{Die Wiederverwendung} other{Der Datensatz}} konnte nicht gelöscht werden:",
|
|
127
152
|
"editor.record.deleteError.closeMessage": "Verstanden",
|
|
128
|
-
"editor.record.deleteError.title": "Fehler beim Löschen des Datensatzes",
|
|
129
|
-
"editor.record.deleteSuccess.body": "Der Datensatz wurde erfolgreich gelöscht.",
|
|
153
|
+
"editor.record.deleteError.title": "Fehler beim Löschen {recordKind, select, dataset{des Datensatzes} service{des Dienstes} reuse{der Wiederverwendung} other{des Datensatzes}}",
|
|
154
|
+
"editor.record.deleteSuccess.body": "{recordKind, select, dataset{Der Datensatz} service{Der Dienst} reuse{Die Wiederverwendung} other{Der Datensatz}} wurde erfolgreich gelöscht.",
|
|
130
155
|
"editor.record.deleteSuccess.title": "Erfolgreich gelöscht",
|
|
131
156
|
"editor.record.error.back": "Zurück zum Katalog",
|
|
132
157
|
"editor.record.error.explanation": "Möglicherweise haben Sie keinen Zugriff auf diese Datei,<br>oder dieser Link ist ungültig.",
|
|
@@ -147,7 +172,7 @@
|
|
|
147
172
|
"editor.record.form.constraint.not.known": "Die Bedingungen sind unbekannt.",
|
|
148
173
|
"editor.record.form.constraint.otherConstraints": "Sonstige Einschränkungen",
|
|
149
174
|
"editor.record.form.constraint.securityConstraints": "Sicherheitsauflagen",
|
|
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.",
|
|
175
|
+
"editor.record.form.draft.updateAlert": "Seit der Erstellung dieses Entwurfs wurde {recordKind, select, dataset{dieser Datensatz} service{dieser Dienst} reuse{diese Wiederverwendung} other{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
176
|
"editor.record.form.field.abstract": "Kurzbeschreibung",
|
|
152
177
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
178
|
"editor.record.form.field.contactDetails.email": "",
|
|
@@ -221,22 +246,22 @@
|
|
|
221
246
|
"editor.record.form.multilingual.title": "Übersetzungen",
|
|
222
247
|
"editor.record.form.multilingual.validate": "Bestätigen",
|
|
223
248
|
"editor.record.form.page.accessAndContact": "Informationen zur Nutzung",
|
|
224
|
-
"editor.record.form.page.description": "Beschreibung des Datensatzes",
|
|
249
|
+
"editor.record.form.page.description": "Beschreibung {recordKind, select, dataset{des Datensatzes} service{des Dienstes} reuse{der Wiederverwendung} other{des Datensatzes}}",
|
|
225
250
|
"editor.record.form.page.resources": "Ressourcen",
|
|
226
|
-
"editor.record.form.section.about.description": "Diese Informationen beziehen sich auf den Datensatz.",
|
|
227
|
-
"editor.record.form.section.about.label": "Über den Datensatz",
|
|
228
|
-
"editor.record.form.section.annexes.description": "Anhänge sind optionale Ressourcen. Sie sind dem Datensatz beigefügt und helfen, die Daten besser zu verstehen (Anleitung usw.).",
|
|
251
|
+
"editor.record.form.section.about.description": "Diese Informationen beziehen sich auf {recordKind, select, dataset{den Datensatz} service{den Dienst} reuse{die Wiederverwendung} other{den Datensatz}}.",
|
|
252
|
+
"editor.record.form.section.about.label": "Über {recordKind, select, dataset{den Datensatz} service{den Dienst} reuse{die Wiederverwendung} other{den Datensatz}}",
|
|
253
|
+
"editor.record.form.section.annexes.description": "Anhänge sind optionale Ressourcen. Sie sind {recordKind, select, dataset{dem Datensatz} service{dem Dienst} reuse{der Wiederverwendung} other{dem Datensatz}} beigefügt und helfen, die Daten besser zu verstehen (Anleitung usw.).",
|
|
229
254
|
"editor.record.form.section.annexes.label": "Anhänge",
|
|
230
255
|
"editor.record.form.section.associatedResources.description": "Angeben, wo sich die Ressource befindet.",
|
|
231
256
|
"editor.record.form.section.associatedResources.label": "Verwandte Ressourcen",
|
|
232
|
-
"editor.record.form.section.classification.description": "Geeignete Stichwörter helfen beim Auffinden des Datensatzes.",
|
|
257
|
+
"editor.record.form.section.classification.description": "Geeignete Stichwörter helfen beim Auffinden {recordKind, select, dataset{des Datensatzes} service{des Dienstes} reuse{der Wiederverwendung} other{des Datensatzes}}.",
|
|
233
258
|
"editor.record.form.section.classification.label": "Stichwörter",
|
|
234
259
|
"editor.record.form.section.dataManagers.description": "Diese Information betrifft die Daten.",
|
|
235
260
|
"editor.record.form.section.dataManagers.label": "Verantwortliche für die Daten",
|
|
236
261
|
"editor.record.form.section.geographicalCoverage.label": "Geografische Ausdehnung",
|
|
237
262
|
"editor.record.form.section.metadataPointOfContact.description": "Diese Information betrifft die Metadaten.",
|
|
238
263
|
"editor.record.form.section.metadataPointOfContact.label": "Kontaktstelle für Metadaten",
|
|
239
|
-
"editor.record.form.section.topics.description": "Themen erleichtern die Zusammenfassung von Datensätzen.",
|
|
264
|
+
"editor.record.form.section.topics.description": "Themen erleichtern die Zusammenfassung von {recordKind, select, dataset{Datensätzen} service{Diensten} reuse{Wiederverwendungen} other{Datensätzen}}.",
|
|
240
265
|
"editor.record.form.section.topics.label": "Themen",
|
|
241
266
|
"editor.record.form.section.useAndAccessConditions.label": "Zugangs- und Nutzungsbedingungen",
|
|
242
267
|
"editor.record.form.temporalExtents.addDate": "Zeitpunkt",
|
|
@@ -253,6 +278,7 @@
|
|
|
253
278
|
"editor.record.form.topics.iso.geoscientificInformation": "Geowissenschaften",
|
|
254
279
|
"editor.record.form.topics.iso.health": "Gesundheitswesen",
|
|
255
280
|
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "Bilddaten/Basiskarten/Landbedeckung",
|
|
281
|
+
"editor.record.form.topics.iso.inlandWaters": "Binnengewässer",
|
|
256
282
|
"editor.record.form.topics.iso.intelligenceMilitary": "Aufklärung/Militär",
|
|
257
283
|
"editor.record.form.topics.iso.location": "Ortsangaben",
|
|
258
284
|
"editor.record.form.topics.iso.oceans": "Meere",
|
|
@@ -261,9 +287,8 @@
|
|
|
261
287
|
"editor.record.form.topics.iso.structure": "Bauwerke",
|
|
262
288
|
"editor.record.form.topics.iso.transportation": "Verkehrswesen",
|
|
263
289
|
"editor.record.form.topics.iso.utilitiesCommunication": "Ver- und Entsorgung/Nachrichtenwesen",
|
|
264
|
-
"editor.record.form.topics.iso.inlandWaters": "Binnengewässer",
|
|
265
290
|
"editor.record.form.topics.placeholder": "Ein oder mehrere Themen auswählen",
|
|
266
|
-
"editor.record.form.updateFrequency.planned": "
|
|
291
|
+
"editor.record.form.updateFrequency.planned": "{recordKind, select, dataset{Dieser Datensatz} service{Dieser Dienst} reuse{Diese Wiederverwendung} other{Dieser Datensatz}} wird regelmäßig aktualisiert.",
|
|
267
292
|
"editor.record.importFromExternalFile.failure.body": "Beim Importieren des Datensatzes ist ein Fehler aufgetreten:",
|
|
268
293
|
"editor.record.importFromExternalFile.failure.title": "Fehler",
|
|
269
294
|
"editor.record.importFromExternalFile.success.body": "Der Import des Datensatzes wurde erfolgreich durchgeführt.",
|
|
@@ -271,9 +296,8 @@
|
|
|
271
296
|
"editor.record.loadError.body": "Der Datensatz konnte nicht geladen werden:",
|
|
272
297
|
"editor.record.loadError.closeMessage": "Verstanden",
|
|
273
298
|
"editor.record.loadError.title": "Fehler beim Laden des Datensatzes",
|
|
274
|
-
"editor.record.lock.harvested": "Die gesammelten Datensätze sind nicht bearbeitbar.",
|
|
299
|
+
"editor.record.lock.harvested": "Die gesammelten {recordKind, select, dataset{Datensätze} service{Dienste} reuse{Wiederverwendungen} other{Datensätze}} sind nicht bearbeitbar.",
|
|
275
300
|
"editor.record.lock.owner": "Sie sind kein Herausgeber einer der zugelassenen Gruppen.",
|
|
276
|
-
"editor.record.lock.resourceType": "Datenblätter, die nicht vom Typ „Datensatz“ sind, können nicht bearbeitet werden.",
|
|
277
301
|
"editor.record.multilingual.confirmation.cancelText": "Die Sprache(n) beibehalten",
|
|
278
302
|
"editor.record.multilingual.confirmation.confirmText": "Sprache(n) löschen",
|
|
279
303
|
"editor.record.multilingual.confirmation.message": "Sie werden eine oder mehrere Sprachen löschen, wodurch alle damit verbundenen Übersetzungen gelöscht werden. Möchten Sie fortfahren?",
|
|
@@ -283,31 +307,31 @@
|
|
|
283
307
|
"editor.record.onlineResourceError.closeMessage": "Verstanden",
|
|
284
308
|
"editor.record.onlineResourceError.title": "Fehler beim Hinzufügen einer Ressource",
|
|
285
309
|
"editor.record.placeKeywordWithoutLabel": "Standort ohne Namen",
|
|
286
|
-
"editor.record.publish": "Diesen Datensatz veröffentlichen",
|
|
310
|
+
"editor.record.publish": "{recordKind, select, dataset{Diesen Datensatz} service{Diesen Dienst} reuse{Diese Wiederverwendung} other{Diesen Datensatz}} veröffentlichen",
|
|
287
311
|
"editor.record.publish.confirmation.cancelText": "Abbrechen",
|
|
288
312
|
"editor.record.publish.confirmation.confirmText": "Veröffentlichen",
|
|
289
|
-
"editor.record.publish.confirmation.message": "Seit der Erstellung Ihres Entwurfs wurde dieser Datensatz am { date } von { user } geändert. Durch das Veröffentlichen Ihrer Version könnten dessen Änderungen gelöscht werden. Möchten Sie fortfahren?",
|
|
290
|
-
"editor.record.publishError.body": "Der Datensatz konnte nicht veröffentlicht werden:",
|
|
313
|
+
"editor.record.publish.confirmation.message": "Seit der Erstellung Ihres Entwurfs wurde {recordKind, select, dataset{dieser Datensatz} service{dieser Dienst} reuse{diese Wiederverwendung} other{dieser Datensatz}} am { date } von { user } geändert. Durch das Veröffentlichen Ihrer Version könnten dessen Änderungen gelöscht werden. Möchten Sie fortfahren?",
|
|
314
|
+
"editor.record.publishError.body": "{recordKind, select, dataset{Der Datensatz} service{Der Dienst} reuse{Die Wiederverwendung} other{Der Datensatz}} konnte nicht veröffentlicht werden:",
|
|
291
315
|
"editor.record.publishError.closeMessage": "Verstanden",
|
|
292
|
-
"editor.record.publishError.title": "Fehler beim Veröffentlichen des Datensatzes",
|
|
293
|
-
"editor.record.publishSuccess.body": "Der Datensatz wurde erfolgreich veröffentlicht!",
|
|
316
|
+
"editor.record.publishError.title": "Fehler beim Veröffentlichen {recordKind, select, dataset{des Datensatzes} service{des Dienstes} reuse{der Wiederverwendung} other{des Datensatzes}}",
|
|
317
|
+
"editor.record.publishSuccess.body": "{recordKind, select, dataset{Der Datensatz} service{Der Dienst} reuse{Die Wiederverwendung} other{Der Datensatz}} wurde erfolgreich veröffentlicht!",
|
|
294
318
|
"editor.record.publishSuccess.title": "Veröffentlichung erfolgreich",
|
|
295
|
-
"editor.record.publishVersionError.body": "Der Datensatz kann nicht veröffentlicht werden, da eine inkompatible Version von GeoNetwork erkannt wurde. Bitte wenden Sie sich an einen Administrator der Plattform, um das Problem zu beheben
|
|
319
|
+
"editor.record.publishVersionError.body": "{recordKind, select, dataset{Der Datensatz} service{Der Dienst} reuse{Die Wiederverwendung} other{Der Datensatz}} kann nicht veröffentlicht werden, da eine inkompatible Version von GeoNetwork erkannt wurde. Bitte wenden Sie sich an einen Administrator der Plattform, um das Problem zu beheben.\nAktuelle Version: {currentVersion}\nMindestkompatible Version: 4.2.5",
|
|
296
320
|
"editor.record.publishVersionError.closeMessage": "Verstanden",
|
|
297
321
|
"editor.record.publishVersionError.title": "Ein kritischer Fehler ist aufgetreten",
|
|
298
|
-
"editor.record.resourceError.body": "Bei der Verwaltung der Anhänge ist ein Fehler aufgetreten:",
|
|
322
|
+
"editor.record.resourceError.body": "Bei der Verwaltung der Anhänge {recordKind, select, dataset{des Datensatzes} service{des Dienstes} reuse{der Wiederverwendung} other{des Datensatzes}} ist ein Fehler aufgetreten:",
|
|
299
323
|
"editor.record.resourceError.closeMessage": "Verstanden",
|
|
300
|
-
"editor.record.resourceError.title": "Fehler bei den Anhängen",
|
|
324
|
+
"editor.record.resourceError.title": "Fehler bei den Anhängen {recordKind, select, dataset{des Datensatzes} service{des Dienstes} reuse{der Wiederverwendung} other{des Datensatzes}}",
|
|
301
325
|
"editor.record.saveStatus.draftWithChangesPending": "Gespeichert - nicht publizierte Unterschiede",
|
|
302
326
|
"editor.record.saveStatus.recordNotPublished": "Gespeichert – nicht veröffentlicht",
|
|
303
327
|
"editor.record.saveStatus.recordUpToDate": "Gespeichert - auf dem neuesten Stand",
|
|
304
328
|
"editor.record.undo.confirmation.cancelText": "Änderungen speichern",
|
|
305
329
|
"editor.record.undo.confirmation.confirmText": "Änderungen zurücknehmen",
|
|
306
|
-
"editor.record.undo.confirmation.message": "Möchten Sie die Änderungen an diesem Datensatz wirklich rückgängig machen?",
|
|
330
|
+
"editor.record.undo.confirmation.message": "Möchten Sie die Änderungen an {recordKind, select, dataset{diesem Datensatz} service{diesem Dienst} reuse{dieser Wiederverwendung} other{diesem Datensatz}} wirklich rückgängig machen?",
|
|
307
331
|
"editor.record.undo.confirmation.title": "Änderungen rückgängig machen?",
|
|
308
|
-
"editor.record.undo.tooltip.disabled": "Es gibt keine laufenden Änderungen an diesem Datensatz.",
|
|
309
|
-
"editor.record.undo.tooltip.enabled": "Bitte klicken auf diese Schaltfläche, um die Änderungen an diesem Datensatz zu verwerfen.",
|
|
310
|
-
"editor.record.upToDate": "Dieser Datensatz ist auf dem neuesten Stand",
|
|
332
|
+
"editor.record.undo.tooltip.disabled": "Es gibt keine laufenden Änderungen an {recordKind, select, dataset{diesem Datensatz} service{diesem Dienst} reuse{dieser Wiederverwendung} other{diesem Datensatz}}.",
|
|
333
|
+
"editor.record.undo.tooltip.enabled": "Bitte klicken auf diese Schaltfläche, um die Änderungen an {recordKind, select, dataset{diesem Datensatz} service{diesem Dienst} reuse{dieser Wiederverwendung} other{diesem Datensatz}} zu verwerfen.",
|
|
334
|
+
"editor.record.upToDate": "{recordKind, select, dataset{Dieser Datensatz} service{Dieser Dienst} reuse{Diese Wiederverwendung} other{Dieser Datensatz}} ist auf dem neuesten Stand",
|
|
311
335
|
"editor.sidebar.logout": "Abmelden",
|
|
312
336
|
"editor.sidebar.menu.editor": "Herausgeber",
|
|
313
337
|
"editor.temporary.disabled": "Noch nicht implementiert",
|
package/translations/en.json
CHANGED
|
@@ -89,6 +89,10 @@
|
|
|
89
89
|
"domain.contact.role.stakeholder": "Stakeholder",
|
|
90
90
|
"domain.contact.role.unspecified": "Unspecified",
|
|
91
91
|
"domain.contact.role.user": "User",
|
|
92
|
+
"domain.record.keywordType.other": "Keywords",
|
|
93
|
+
"domain.record.keywordType.place": "Place",
|
|
94
|
+
"domain.record.keywordType.temporal": "Temporal",
|
|
95
|
+
"domain.record.keywordType.theme": "Theme",
|
|
92
96
|
"domain.record.status.completed": "Completed",
|
|
93
97
|
"domain.record.status.deprecated": "Deprecated",
|
|
94
98
|
"domain.record.status.ongoing": "Ongoing",
|
|
@@ -115,18 +119,39 @@
|
|
|
115
119
|
"domain.record.updateFrequency.week": "{count, plural, =0{0 times} one{Once} other{{count} times}} per week",
|
|
116
120
|
"domain.record.updateFrequency.weekly": "Data is updated on a weekly basis",
|
|
117
121
|
"domain.record.updateFrequency.year": "{count, plural, =0{0 times} one{Once} other{{count} times}} per year",
|
|
122
|
+
"downloads.format.csv": "csv",
|
|
123
|
+
"downloads.format.dxf": "dxf",
|
|
124
|
+
"downloads.format.excel": "excel",
|
|
125
|
+
"downloads.format.fgb": "fgb",
|
|
126
|
+
"downloads.format.geojson": "geojson",
|
|
127
|
+
"downloads.format.gml": "gml",
|
|
128
|
+
"downloads.format.gpkg": "gpkg",
|
|
129
|
+
"downloads.format.html": "html",
|
|
130
|
+
"downloads.format.jpg": "jpg",
|
|
131
|
+
"downloads.format.json": "json",
|
|
132
|
+
"downloads.format.jsonfg": "jsonfg",
|
|
133
|
+
"downloads.format.kml": "kml",
|
|
134
|
+
"downloads.format.pdf": "pdf",
|
|
135
|
+
"downloads.format.png": "png",
|
|
136
|
+
"downloads.format.postgis": "postgis",
|
|
137
|
+
"downloads.format.shp": "shp",
|
|
138
|
+
"downloads.format.svg": "svg",
|
|
139
|
+
"downloads.format.tiff": "tiff",
|
|
118
140
|
"downloads.format.unknown": "Unknown",
|
|
141
|
+
"downloads.format.webp": "webp",
|
|
142
|
+
"downloads.format.xml": "xml",
|
|
143
|
+
"downloads.format.zip": "zip",
|
|
119
144
|
"downloads.wfs.featuretype.not.found": "The layer was not found",
|
|
120
145
|
"dropFile": "Drop file",
|
|
121
|
-
"editor.new.record.title": "My dataset",
|
|
146
|
+
"editor.new.record.title": "My {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
122
147
|
"editor.record.delete.confirmation.cancelText": "Cancel",
|
|
123
148
|
"editor.record.delete.confirmation.confirmText": "Delete",
|
|
124
|
-
"editor.record.delete.confirmation.message": "Are you sure you want to delete this dataset?",
|
|
125
|
-
"editor.record.delete.confirmation.title": "Delete dataset?",
|
|
126
|
-
"editor.record.deleteError.body": "The dataset could not be deleted:",
|
|
149
|
+
"editor.record.delete.confirmation.message": "Are you sure you want to delete this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}?",
|
|
150
|
+
"editor.record.delete.confirmation.title": "Delete {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}?",
|
|
151
|
+
"editor.record.deleteError.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} could not be deleted:",
|
|
127
152
|
"editor.record.deleteError.closeMessage": "Understood",
|
|
128
|
-
"editor.record.deleteError.title": "Error deleting dataset",
|
|
129
|
-
"editor.record.deleteSuccess.body": "The dataset was successfully deleted!",
|
|
153
|
+
"editor.record.deleteError.title": "Error deleting {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
154
|
+
"editor.record.deleteSuccess.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} was successfully deleted!",
|
|
130
155
|
"editor.record.deleteSuccess.title": "Delete success",
|
|
131
156
|
"editor.record.error.back": "Go back to the catalog",
|
|
132
157
|
"editor.record.error.explanation": "You might not have access to this record,<br> Or this link might not be valid.",
|
|
@@ -147,7 +172,7 @@
|
|
|
147
172
|
"editor.record.form.constraint.not.known": "The conditions are unknown",
|
|
148
173
|
"editor.record.form.constraint.otherConstraints": "Other constraints",
|
|
149
174
|
"editor.record.form.constraint.securityConstraints": "Security constraints",
|
|
150
|
-
"editor.record.form.draft.updateAlert": "Since you created this draft, the dataset has been updated on { date } by { user }. Publishing your draft might erase their edits. To avoid this, you need to either cancel your changes or knowingly publish your own version.",
|
|
175
|
+
"editor.record.form.draft.updateAlert": "Since you created this draft, the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} has been updated on { date } by { user }. Publishing your draft might erase their edits. To avoid this, you need to either cancel your changes or knowingly publish your own version.",
|
|
151
176
|
"editor.record.form.field.abstract": "Abstract",
|
|
152
177
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
153
178
|
"editor.record.form.field.contactDetails.email": "Contact email",
|
|
@@ -188,9 +213,9 @@
|
|
|
188
213
|
"editor.record.form.field.otherConstraints": "Other constraint",
|
|
189
214
|
"editor.record.form.field.overviews": "Overview",
|
|
190
215
|
"editor.record.form.field.recordUpdated": "Record updated",
|
|
191
|
-
"editor.record.form.field.resourceCreated": "Dataset created",
|
|
216
|
+
"editor.record.form.field.resourceCreated": "{recordKind, select, dataset{Dataset} service{Service} reuse{Reuse} other{Record}} created",
|
|
192
217
|
"editor.record.form.field.resourceIdentifier": "Identifier",
|
|
193
|
-
"editor.record.form.field.resourceUpdated": "Dataset updated",
|
|
218
|
+
"editor.record.form.field.resourceUpdated": "{recordKind, select, dataset{Dataset} service{Service} reuse{Reuse} other{Record}} updated",
|
|
194
219
|
"editor.record.form.field.securityConstraints": "Security constraints",
|
|
195
220
|
"editor.record.form.field.spatialExtents": "Spatial extents",
|
|
196
221
|
"editor.record.form.field.temporalExtents": "Temporal extents",
|
|
@@ -221,22 +246,22 @@
|
|
|
221
246
|
"editor.record.form.multilingual.title": "Translations",
|
|
222
247
|
"editor.record.form.multilingual.validate": "Validate",
|
|
223
248
|
"editor.record.form.page.accessAndContact": "Information for use",
|
|
224
|
-
"editor.record.form.page.description": "Dataset description",
|
|
249
|
+
"editor.record.form.page.description": "{recordKind, select, dataset{Dataset} service{Service} reuse{Reuse} other{Record}} description",
|
|
225
250
|
"editor.record.form.page.resources": "Resources",
|
|
226
|
-
"editor.record.form.section.about.description": "This section describes the dataset",
|
|
227
|
-
"editor.record.form.section.about.label": "About the dataset",
|
|
228
|
-
"editor.record.form.section.annexes.description": "Annexes are optional resources. They are attached to the dataset, and help understand the data (manual, etc.).",
|
|
251
|
+
"editor.record.form.section.about.description": "This section describes the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
252
|
+
"editor.record.form.section.about.label": "About the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
253
|
+
"editor.record.form.section.annexes.description": "Annexes are optional resources. They are attached to the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}, and help understand the data (manual, etc.).",
|
|
229
254
|
"editor.record.form.section.annexes.label": "Annexes",
|
|
230
255
|
"editor.record.form.section.associatedResources.description": "Point out where the data can be found",
|
|
231
256
|
"editor.record.form.section.associatedResources.label": "Associated resources",
|
|
232
|
-
"editor.record.form.section.classification.description": "Appropriate keywords help users find the dataset",
|
|
257
|
+
"editor.record.form.section.classification.description": "Appropriate keywords help users find the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
233
258
|
"editor.record.form.section.classification.label": "Keywords",
|
|
234
259
|
"editor.record.form.section.dataManagers.description": "The data managers are responsible for the data",
|
|
235
260
|
"editor.record.form.section.dataManagers.label": "Data managers",
|
|
236
261
|
"editor.record.form.section.geographicalCoverage.label": "Geographical coverage",
|
|
237
262
|
"editor.record.form.section.metadataPointOfContact.description": "This information concerns the metadata",
|
|
238
263
|
"editor.record.form.section.metadataPointOfContact.label": "Metadata point of contact",
|
|
239
|
-
"editor.record.form.section.topics.description": "Topics help to better group datasets",
|
|
264
|
+
"editor.record.form.section.topics.description": "Topics help to better group {recordKind, select, dataset{datasets} service{services} reuse{reuses} other{records}}",
|
|
240
265
|
"editor.record.form.section.topics.label": "Topics",
|
|
241
266
|
"editor.record.form.section.useAndAccessConditions.label": "Use and access conditions",
|
|
242
267
|
"editor.record.form.temporalExtents.addDate": "Time instant",
|
|
@@ -253,6 +278,7 @@
|
|
|
253
278
|
"editor.record.form.topics.iso.geoscientificInformation": "Geoscientific Information",
|
|
254
279
|
"editor.record.form.topics.iso.health": "Health",
|
|
255
280
|
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "Imagery / Base Maps / Earth Cover",
|
|
281
|
+
"editor.record.form.topics.iso.inlandWaters": "Inland Waters",
|
|
256
282
|
"editor.record.form.topics.iso.intelligenceMilitary": "Intelligence / Military",
|
|
257
283
|
"editor.record.form.topics.iso.location": "Location",
|
|
258
284
|
"editor.record.form.topics.iso.oceans": "Oceans",
|
|
@@ -261,19 +287,17 @@
|
|
|
261
287
|
"editor.record.form.topics.iso.structure": "Structure",
|
|
262
288
|
"editor.record.form.topics.iso.transportation": "Transportation",
|
|
263
289
|
"editor.record.form.topics.iso.utilitiesCommunication": "Utilities / Communication",
|
|
264
|
-
"editor.record.form.topics.iso.inlandWaters": "Inland Waters",
|
|
265
290
|
"editor.record.form.topics.placeholder": "Select one or several topics",
|
|
266
|
-
"editor.record.form.updateFrequency.planned": "This dataset is updated regularly",
|
|
291
|
+
"editor.record.form.updateFrequency.planned": "This {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} is updated regularly",
|
|
267
292
|
"editor.record.importFromExternalFile.failure.body": "Failure",
|
|
268
|
-
"editor.record.importFromExternalFile.failure.title": "The
|
|
293
|
+
"editor.record.importFromExternalFile.failure.title": "The import failed: ",
|
|
269
294
|
"editor.record.importFromExternalFile.success.body": "Import successful",
|
|
270
295
|
"editor.record.importFromExternalFile.success.title": "The dataset has been successfully imported.",
|
|
271
|
-
"editor.record.loadError.body": "The
|
|
296
|
+
"editor.record.loadError.body": "The record could not be loaded:",
|
|
272
297
|
"editor.record.loadError.closeMessage": "Understood",
|
|
273
|
-
"editor.record.loadError.title": "Error loading
|
|
274
|
-
"editor.record.lock.harvested": "Datasets harvested from an external catalog are not editable",
|
|
298
|
+
"editor.record.loadError.title": "Error loading record",
|
|
299
|
+
"editor.record.lock.harvested": "{recordKind, select, dataset{Datasets} service{Services} reuse{Reuses} other{Records}} harvested from an external catalog are not editable",
|
|
275
300
|
"editor.record.lock.owner": "You are not an editor of the allowed groups",
|
|
276
|
-
"editor.record.lock.resourceType": "Records of a type other than dataset are not editable",
|
|
277
301
|
"editor.record.multilingual.confirmation.cancelText": "Keep the language(s)",
|
|
278
302
|
"editor.record.multilingual.confirmation.confirmText": "Remove the language(s)",
|
|
279
303
|
"editor.record.multilingual.confirmation.message": "You are about to remove one or several languages, which will delete all of the related translations. Do you want to proceed?",
|
|
@@ -283,31 +307,31 @@
|
|
|
283
307
|
"editor.record.onlineResourceError.closeMessage": "Understood",
|
|
284
308
|
"editor.record.onlineResourceError.title": "Error adding resource",
|
|
285
309
|
"editor.record.placeKeywordWithoutLabel": "Unnamed location",
|
|
286
|
-
"editor.record.publish": "Publish this dataset",
|
|
310
|
+
"editor.record.publish": "Publish this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
287
311
|
"editor.record.publish.confirmation.cancelText": "Cancel",
|
|
288
312
|
"editor.record.publish.confirmation.confirmText": "Publish",
|
|
289
|
-
"editor.record.publish.confirmation.message": "Since you created this draft, the dataset has been updated on { date } by { user }. Publishing your draft might erase their edits. Do you wish to proceed?",
|
|
290
|
-
"editor.record.publishError.body": "The dataset could not be published:",
|
|
313
|
+
"editor.record.publish.confirmation.message": "Since you created this draft, the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} has been updated on { date } by { user }. Publishing your draft might erase their edits. Do you wish to proceed?",
|
|
314
|
+
"editor.record.publishError.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} could not be published:",
|
|
291
315
|
"editor.record.publishError.closeMessage": "Understood",
|
|
292
|
-
"editor.record.publishError.title": "Error publishing dataset",
|
|
293
|
-
"editor.record.publishSuccess.body": "The dataset was successfully published!",
|
|
316
|
+
"editor.record.publishError.title": "Error publishing {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
317
|
+
"editor.record.publishSuccess.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} was successfully published!",
|
|
294
318
|
"editor.record.publishSuccess.title": "Publish success",
|
|
295
|
-
"editor.record.publishVersionError.body": "The dataset cannot be published because an incompatible GeoNetwork version was detected. Please contact the administrator of the platform to solve this issue.\nCurrent version: {currentVersion}\nMinimum compatible version: 4.2.5",
|
|
319
|
+
"editor.record.publishVersionError.body": "The {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} cannot be published because an incompatible GeoNetwork version was detected. Please contact the administrator of the platform to solve this issue.\nCurrent version: {currentVersion}\nMinimum compatible version: 4.2.5",
|
|
296
320
|
"editor.record.publishVersionError.closeMessage": "Understood",
|
|
297
321
|
"editor.record.publishVersionError.title": "A critical issue was encountered",
|
|
298
|
-
"editor.record.resourceError.body": "There was an issue with the dataset attachments:",
|
|
322
|
+
"editor.record.resourceError.body": "There was an issue with the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} attachments:",
|
|
299
323
|
"editor.record.resourceError.closeMessage": "Understood",
|
|
300
|
-
"editor.record.resourceError.title": "Error with the dataset attachments",
|
|
324
|
+
"editor.record.resourceError.title": "Error with the {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} attachments",
|
|
301
325
|
"editor.record.saveStatus.draftWithChangesPending": "Saved - Unpublished differences",
|
|
302
326
|
"editor.record.saveStatus.recordNotPublished": "Saved - not published",
|
|
303
327
|
"editor.record.saveStatus.recordUpToDate": "Saved - Record up to date",
|
|
304
328
|
"editor.record.undo.confirmation.cancelText": "Keep the changes",
|
|
305
329
|
"editor.record.undo.confirmation.confirmText": "Discard the changes",
|
|
306
|
-
"editor.record.undo.confirmation.message": "Are you sure you want to cancel the pending changes on this dataset ?",
|
|
330
|
+
"editor.record.undo.confirmation.message": "Are you sure you want to cancel the pending changes on this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} ?",
|
|
307
331
|
"editor.record.undo.confirmation.title": "Cancel changes?",
|
|
308
|
-
"editor.record.undo.tooltip.disabled": "There are no pending changes on this dataset",
|
|
309
|
-
"editor.record.undo.tooltip.enabled": "Clicking this button will cancel the pending changes on this dataset.",
|
|
310
|
-
"editor.record.upToDate": "This dataset is up to date",
|
|
332
|
+
"editor.record.undo.tooltip.disabled": "There are no pending changes on this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}",
|
|
333
|
+
"editor.record.undo.tooltip.enabled": "Clicking this button will cancel the pending changes on this {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}}.",
|
|
334
|
+
"editor.record.upToDate": "This {recordKind, select, dataset{dataset} service{service} reuse{reuse} other{record}} is up to date",
|
|
311
335
|
"editor.sidebar.logout": "Log out",
|
|
312
336
|
"editor.sidebar.menu.editor": "Editor",
|
|
313
337
|
"editor.temporary.disabled": "Not implemented yet",
|