geonetwork-ui 2.1.0 → 2.2.0-dev.05d3ea32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/libs/api/repository/src/index.mjs +2 -1
- package/esm2022/libs/feature/auth/src/lib/feature-auth.module.mjs +2 -2
- package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +2 -2
- package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +4 -15
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +64 -0
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +63 -0
- package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +8 -2
- package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +5 -3
- package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +3 -1
- package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +9 -6
- package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +2 -2
- package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +1 -1
- package/esm2022/libs/feature/search/src/lib/state/effects.mjs +3 -3
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +2 -2
- package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +4 -4
- package/esm2022/libs/ui/elements/src/index.mjs +2 -1
- package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +17 -0
- package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +10 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +12 -6
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +8 -3
- package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +17 -38
- package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +6 -3
- package/esm2022/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +2 -2
- package/esm2022/libs/util/app-config/src/lib/app-config.mjs +5 -1
- package/esm2022/libs/util/app-config/src/lib/model.mjs +1 -1
- package/esm2022/libs/util/i18n/src/index.mjs +2 -1
- package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +8 -1
- package/esm2022/libs/util/shared/src/lib/utils/fuzzy-filter.mjs +27 -0
- package/esm2022/libs/util/shared/src/lib/utils/index.mjs +2 -1
- package/esm2022/translations/de.json +16 -1
- package/esm2022/translations/en.json +21 -6
- package/esm2022/translations/es.json +15 -0
- package/esm2022/translations/fr.json +23 -8
- package/esm2022/translations/it.json +24 -6
- package/esm2022/translations/nl.json +15 -0
- package/esm2022/translations/pt.json +15 -0
- package/fesm2022/geonetwork-ui.mjs +377 -120
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/repository/src/index.d.ts +1 -0
- package/libs/api/repository/src/index.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts +0 -1
- package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +2 -2
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +22 -0
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +1 -0
- package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts +22 -0
- package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +1 -0
- package/libs/feature/map/src/lib/feature-map.module.d.ts +14 -12
- package/libs/feature/map/src/lib/feature-map.module.d.ts.map +1 -1
- package/libs/feature/map/src/lib/map-context/map-context.service.d.ts +1 -0
- package/libs/feature/map/src/lib/map-context/map-context.service.d.ts.map +1 -1
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +3 -2
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/state/effects.d.ts +1 -1
- package/libs/feature/search/src/lib/state/effects.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.d.ts +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +1 -1
- package/libs/ui/elements/src/index.d.ts +1 -0
- package/libs/ui/elements/src/index.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts +8 -0
- package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts +1 -0
- package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +1 -0
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts +12 -11
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts +2 -4
- package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/form-field/form-field.component.d.ts +1 -1
- package/libs/util/app-config/src/lib/app-config.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/model.d.ts +2 -0
- package/libs/util/app-config/src/lib/model.d.ts.map +1 -1
- package/libs/util/i18n/src/index.d.ts +1 -0
- package/libs/util/i18n/src/index.d.ts.map +1 -1
- package/libs/util/shared/src/lib/services/theme.service.d.ts +1 -0
- package/libs/util/shared/src/lib/services/theme.service.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts +9 -0
- package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts.map +1 -0
- package/libs/util/shared/src/lib/utils/index.d.ts +1 -0
- package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
- package/package.json +8 -6
- package/src/libs/api/repository/src/index.ts +1 -0
- package/src/libs/feature/auth/src/lib/feature-auth.module.ts +1 -1
- package/src/libs/feature/catalog/src/lib/feature-catalog.module.ts +1 -1
- package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +3 -17
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.css +0 -0
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +37 -0
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +64 -0
- package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.css +0 -0
- package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.html +55 -0
- package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +63 -0
- package/src/libs/feature/map/src/lib/feature-map.module.ts +4 -0
- package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +6 -2
- package/src/libs/feature/map/src/lib/map-context/map-context.service.ts +6 -0
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +12 -4
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +2 -4
- package/src/libs/feature/search/src/lib/feature-search.module.ts +1 -1
- package/src/libs/feature/search/src/lib/state/effects.ts +1 -1
- package/src/libs/feature/search/src/lib/utils/service/fields.ts +1 -1
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.html +1 -0
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +1 -1
- package/src/libs/ui/elements/src/index.ts +1 -0
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.css +264 -0
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.html +1 -0
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +16 -0
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +93 -27
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +7 -0
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +4 -0
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +59 -32
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +5 -0
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +3 -0
- package/src/libs/ui/inputs/src/lib/button/button.component.ts +22 -42
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +7 -4
- package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.html +8 -3
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.css +1 -0
- package/src/libs/util/app-config/src/lib/app-config.ts +4 -0
- package/src/libs/util/app-config/src/lib/model.ts +2 -0
- package/src/libs/util/i18n/src/index.ts +1 -0
- package/src/libs/util/shared/src/lib/services/theme.service.ts +9 -0
- package/src/libs/util/shared/src/lib/utils/fuzzy-filter.ts +32 -0
- package/src/libs/util/shared/src/lib/utils/index.ts +1 -0
- package/tailwind.base.css +31 -1
- package/translations/de.json +16 -1
- package/translations/en.json +21 -6
- package/translations/es.json +15 -0
- package/translations/fr.json +23 -8
- package/translations/it.json +24 -6
- package/translations/nl.json +15 -0
- package/translations/pt.json +15 -0
- package/translations/sk.json +15 -0
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
<button
|
|
2
|
-
class="group flex items-center justify-center backdrop-blur p-1 bg-primary-opacity-
|
|
2
|
+
class="group flex items-center justify-center gap-1 backdrop-blur p-1 bg-primary-opacity-30 text-white rounded content-center"
|
|
3
3
|
>
|
|
4
|
-
<mat-icon class="material-symbols-outlined align-middle">{{
|
|
5
|
-
|
|
4
|
+
<mat-icon class="material-symbols-outlined align-middle w-[18px]">{{
|
|
5
|
+
icon
|
|
6
|
+
}}</mat-icon>
|
|
7
|
+
<span
|
|
8
|
+
class="mx-2 mt-0.5 text-[16px] tracking-widest content-center opacity-75"
|
|
9
|
+
>{{ label.toUpperCase() }}</span
|
|
10
|
+
>
|
|
6
11
|
</button>
|
|
@@ -100,6 +100,7 @@ export function loadAppConfig() {
|
|
|
100
100
|
'login_url',
|
|
101
101
|
'web_component_embedder_url',
|
|
102
102
|
'languages',
|
|
103
|
+
'contact_email',
|
|
103
104
|
],
|
|
104
105
|
warnings,
|
|
105
106
|
errors
|
|
@@ -126,6 +127,7 @@ export function loadAppConfig() {
|
|
|
126
127
|
WEB_COMPONENT_EMBEDDER_URL:
|
|
127
128
|
parsedGlobalSection.web_component_embedder_url,
|
|
128
129
|
LANGUAGES: parsedGlobalSection.languages,
|
|
130
|
+
CONTACT_EMAIL: parsedGlobalSection.contact_email,
|
|
129
131
|
} as GlobalConfig)
|
|
130
132
|
|
|
131
133
|
const parsedLayersSections = parseMultiConfigSection(
|
|
@@ -185,6 +187,7 @@ export function loadAppConfig() {
|
|
|
185
187
|
'fonts_stylesheet_url',
|
|
186
188
|
'thumbnail_placeholder',
|
|
187
189
|
'header_background',
|
|
190
|
+
'favicon',
|
|
188
191
|
],
|
|
189
192
|
warnings,
|
|
190
193
|
errors
|
|
@@ -204,6 +207,7 @@ export function loadAppConfig() {
|
|
|
204
207
|
TITLE_FONT: parsedThemeSection.title_font,
|
|
205
208
|
MAIN_FONT: parsedThemeSection.main_font,
|
|
206
209
|
FONTS_STYLESHEET_URL: parsedThemeSection.fonts_stylesheet_url,
|
|
210
|
+
FAVICON: parsedThemeSection.favicon,
|
|
207
211
|
} as ThemeConfig)
|
|
208
212
|
|
|
209
213
|
const parsedSearchSection = parseConfigSection(
|
|
@@ -8,6 +8,7 @@ export interface GlobalConfig {
|
|
|
8
8
|
LOGIN_URL?: string
|
|
9
9
|
WEB_COMPONENT_EMBEDDER_URL?: string
|
|
10
10
|
LANGUAGES?: string[]
|
|
11
|
+
CONTACT_EMAIL?: string
|
|
11
12
|
}
|
|
12
13
|
|
|
13
14
|
export interface LayerConfig {
|
|
@@ -37,6 +38,7 @@ export interface ThemeConfig {
|
|
|
37
38
|
MAIN_FONT?: string
|
|
38
39
|
TITLE_FONT?: string
|
|
39
40
|
FONTS_STYLESHEET_URL?: string
|
|
41
|
+
FAVICON?: string
|
|
40
42
|
}
|
|
41
43
|
|
|
42
44
|
export interface SearchPreset {
|
|
@@ -140,4 +140,13 @@ export class ThemeService {
|
|
|
140
140
|
}
|
|
141
141
|
return chroma.hsl(hue % 360, saturation, lightness).css()
|
|
142
142
|
}
|
|
143
|
+
|
|
144
|
+
static setFavicon(faviconPath: string): void {
|
|
145
|
+
const link =
|
|
146
|
+
document.querySelector("link[rel*='icon']") ||
|
|
147
|
+
document.createElement('link')
|
|
148
|
+
link['rel'] = 'icon'
|
|
149
|
+
link['href'] = faviconPath
|
|
150
|
+
document.getElementsByTagName('head')[0].appendChild(link)
|
|
151
|
+
}
|
|
143
152
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
type FuzzyFilter = (input: string) => boolean
|
|
2
|
+
|
|
3
|
+
function normalize(input: string) {
|
|
4
|
+
return input
|
|
5
|
+
.toLowerCase()
|
|
6
|
+
.normalize('NFD') // explode composite chars (e.g. é) into multiple chars
|
|
7
|
+
.replace(/[\u0300-\u036f]/g, '') // remove accents
|
|
8
|
+
.replace(/œ/g, 'oe') // remove accents
|
|
9
|
+
.replace(/[^a-z0-9\s]/g, ' ') // replace special characters with space
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
function asNormalizedParts(input: string): string[] {
|
|
13
|
+
return normalize(input)
|
|
14
|
+
.split(/\s+/)
|
|
15
|
+
.map((part) => part.trim())
|
|
16
|
+
.filter((part) => part.length > 0)
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* This creates a filter function based on a pattern (typically a user-input
|
|
21
|
+
* search text).
|
|
22
|
+
* @param pattern
|
|
23
|
+
*/
|
|
24
|
+
export function createFuzzyFilter(pattern: string): FuzzyFilter {
|
|
25
|
+
const patternParts = asNormalizedParts(pattern)
|
|
26
|
+
return (input: string) => {
|
|
27
|
+
const inputParts = asNormalizedParts(input)
|
|
28
|
+
return patternParts.every((patternPart) =>
|
|
29
|
+
inputParts.some((part) => part.includes(patternPart))
|
|
30
|
+
)
|
|
31
|
+
}
|
|
32
|
+
}
|
package/tailwind.base.css
CHANGED
|
@@ -7,8 +7,38 @@
|
|
|
7
7
|
@apply shadow-xl hover:shadow-xl-hover transition-shadow;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
+
.btn {
|
|
11
|
+
@apply flex flex-row items-center text-[1em] leading-none p-[1em] rounded-[0.25em] transition-all duration-100 focus:outline-none disabled:opacity-50;
|
|
12
|
+
}
|
|
13
|
+
|
|
10
14
|
.btn-default {
|
|
11
|
-
@apply
|
|
15
|
+
@apply btn text-white
|
|
16
|
+
bg-gray-700 hover:bg-gray-800 active:bg-gray-900
|
|
17
|
+
border border-gray-700 focus:ring-4 focus:ring-gray-200;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.btn-primary {
|
|
21
|
+
@apply btn text-white
|
|
22
|
+
bg-primary hover:bg-primary-darker focus:bg-primary-darker active:bg-primary-darkest
|
|
23
|
+
border border-primary focus:ring-4 focus:ring-primary-lightest;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.btn-secondary {
|
|
27
|
+
@apply btn text-white
|
|
28
|
+
bg-secondary hover:bg-secondary-darker focus:bg-secondary-darker active:bg-secondary-darkest
|
|
29
|
+
border border-secondary focus:ring-4 focus:ring-secondary-lightest;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.btn-outline {
|
|
33
|
+
@apply btn text-main
|
|
34
|
+
bg-white hover:text-primary-darker focus:text-primary-darker active:text-primary-black
|
|
35
|
+
border border-gray-300 hover:border-primary-lighter focus:border-primary-lighter focus:ring-4 focus:ring-primary-lightest active:border-primary-darker;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.btn-light {
|
|
39
|
+
@apply btn text-main
|
|
40
|
+
bg-white hover:bg-gray-50 focus:bg-gray-50 active:bg-gray-100
|
|
41
|
+
border border-white focus:ring-4 focus:ring-gray-300;
|
|
12
42
|
}
|
|
13
43
|
|
|
14
44
|
.badge-btn {
|
package/translations/de.json
CHANGED
|
@@ -110,8 +110,12 @@
|
|
|
110
110
|
"datahub.header.organisations": "Organisationen",
|
|
111
111
|
"datahub.header.popularRecords": "Die beliebtesten",
|
|
112
112
|
"datahub.header.title.html": "<div class=\"text-white\">Entdecken Sie offene<br> Daten von meiner Organisation</div>",
|
|
113
|
+
"datahub.news.contact.contactus": "",
|
|
114
|
+
"datahub.news.contact.html": "",
|
|
115
|
+
"datahub.news.contact.title": "",
|
|
113
116
|
"datahub.news.feed": "Nachrichtenfeed",
|
|
114
117
|
"datahub.news.figures": "Indikatoren",
|
|
118
|
+
"datahub.record.addToFavorites": "",
|
|
115
119
|
"datahub.search.back": "Zurück zu den Ergebnissen",
|
|
116
120
|
"datahub.search.filter.all": "Alle",
|
|
117
121
|
"datahub.search.filter.generatedByWfs": "Generiert durch API",
|
|
@@ -172,10 +176,15 @@
|
|
|
172
176
|
"map.add.layer.file": "Aus einer Datei",
|
|
173
177
|
"map.add.layer.wfs": "Aus WFS",
|
|
174
178
|
"map.add.layer.wms": "Aus WMS",
|
|
179
|
+
"map.layer.add": "",
|
|
180
|
+
"map.layers.available": "",
|
|
175
181
|
"map.layers.list": "Ebenen",
|
|
176
182
|
"map.loading.data": "Kartendaten werden geladen...",
|
|
183
|
+
"map.loading.service": "",
|
|
177
184
|
"map.navigation.message": "Bitte verwenden Sie STRG + Maus (oder zwei Finger auf einem Mobilgerät), um die Karte zu navigieren",
|
|
178
185
|
"map.select.layer": "Datenquelle",
|
|
186
|
+
"map.wfs.urlInput.hint": "",
|
|
187
|
+
"map.wms.urlInput.hint": "",
|
|
179
188
|
"multiselect.filter.placeholder": "Suche",
|
|
180
189
|
"nav.back": "Zurück",
|
|
181
190
|
"next": "weiter",
|
|
@@ -210,14 +219,16 @@
|
|
|
210
219
|
"record.metadata.catalog": "Katalog",
|
|
211
220
|
"record.metadata.contact": "Kontakt",
|
|
212
221
|
"record.metadata.createdOn": "Erstellt am",
|
|
213
|
-
"record.metadata.details": "
|
|
222
|
+
"record.metadata.details": "Technische Informationen",
|
|
214
223
|
"record.metadata.download": "Downloads",
|
|
215
224
|
"record.metadata.formats": "",
|
|
216
225
|
"record.metadata.isOpenData": "Open Data",
|
|
217
226
|
"record.metadata.keywords": "Stichworte",
|
|
227
|
+
"record.metadata.lastUpdate": "",
|
|
218
228
|
"record.metadata.links": "Links",
|
|
219
229
|
"record.metadata.noUsage": "Für diesen Datensatz sind keine Verwendungsbedingungen angegeben.",
|
|
220
230
|
"record.metadata.origin": "Über die Daten",
|
|
231
|
+
"record.metadata.owner": "",
|
|
221
232
|
"record.metadata.preview": "Vorschau",
|
|
222
233
|
"record.metadata.publications": "Veröffentlichungen",
|
|
223
234
|
"record.metadata.quality": "",
|
|
@@ -240,7 +251,10 @@
|
|
|
240
251
|
"record.metadata.quality.updateFrequency.success": "",
|
|
241
252
|
"record.metadata.related": "Ähnliche Datensätze",
|
|
242
253
|
"record.metadata.sheet": "Weitere Informationen erhalten Sie unter :",
|
|
254
|
+
"record.metadata.themes": "",
|
|
243
255
|
"record.metadata.title": "Titel",
|
|
256
|
+
"record.metadata.type": "",
|
|
257
|
+
"record.metadata.uniqueId": "",
|
|
244
258
|
"record.metadata.updateFrequency": "Aktualisierungsfrequenz der Daten",
|
|
245
259
|
"record.metadata.updateStatus": "Aktualisierungsstatus der Daten",
|
|
246
260
|
"record.metadata.updatedOn": "Letzte Aktualisierung der Dateninformationen",
|
|
@@ -304,6 +318,7 @@
|
|
|
304
318
|
"table.object.count": "Objekte in diesem Datensatz",
|
|
305
319
|
"table.select.data": "Datenquelle",
|
|
306
320
|
"tooltip.html.copy": "HTML kopieren",
|
|
321
|
+
"tooltip.id.copy": "",
|
|
307
322
|
"tooltip.url.copy": "URL kopieren",
|
|
308
323
|
"tooltip.url.open": "URL öffnen",
|
|
309
324
|
"ui.readLess": "Weniger lesen",
|
package/translations/en.json
CHANGED
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"dashboard.records.myRecords": "My Records",
|
|
25
25
|
"dashboard.records.noRecord": "No record for this organization",
|
|
26
26
|
"dashboard.records.noUser": "No users for this organization",
|
|
27
|
-
"dashboard.records.publishedRecords": "published records",
|
|
27
|
+
"dashboard.records.publishedRecords": "{count, plural, =1{published record} other{published records}}",
|
|
28
28
|
"dashboard.records.search": "Search for \"{searchText}\"",
|
|
29
29
|
"dashboard.records.userDetail": "Name",
|
|
30
30
|
"dashboard.records.userEmail": "Email",
|
|
31
31
|
"dashboard.records.username": "Username",
|
|
32
|
-
"dashboard.records.users": "users",
|
|
32
|
+
"dashboard.records.users": "{count, plural, =1{user} other{users}}",
|
|
33
33
|
"datafeeder.analysisProgressBar.illustration.fileFormatDetection": "File format \n detection",
|
|
34
34
|
"datafeeder.analysisProgressBar.illustration.gatheringDatasetInformation": "Gathering dataset \n information",
|
|
35
35
|
"datafeeder.analysisProgressBar.illustration.samplingData": "Sampling \n data",
|
|
@@ -110,9 +110,13 @@
|
|
|
110
110
|
"datahub.header.organisations": "Organisations",
|
|
111
111
|
"datahub.header.popularRecords": "The most popular",
|
|
112
112
|
"datahub.header.title.html": "<div class=\"text-white\">Discover open<br> data from my Organization</div>",
|
|
113
|
+
"datahub.news.contact.contactus": "Contact us",
|
|
114
|
+
"datahub.news.contact.html": "<p>Do you need data that is not currently present on the platform?</p><p>Our teams are here to answer you.</p>",
|
|
115
|
+
"datahub.news.contact.title": "A specific need?",
|
|
113
116
|
"datahub.news.feed": "News feed",
|
|
114
117
|
"datahub.news.figures": "Indicators",
|
|
115
|
-
"datahub.
|
|
118
|
+
"datahub.record.addToFavorites": "Add to favorites",
|
|
119
|
+
"datahub.search.back": "Back",
|
|
116
120
|
"datahub.search.filter.all": "All",
|
|
117
121
|
"datahub.search.filter.generatedByWfs": "generated by an API",
|
|
118
122
|
"datahub.search.filter.others": "Others",
|
|
@@ -172,10 +176,15 @@
|
|
|
172
176
|
"map.add.layer.file": "From a file",
|
|
173
177
|
"map.add.layer.wfs": "From WFS",
|
|
174
178
|
"map.add.layer.wms": "From WMS",
|
|
179
|
+
"map.layer.add": "Add",
|
|
180
|
+
"map.layers.available": "Available Layers",
|
|
175
181
|
"map.layers.list": "Layers",
|
|
176
182
|
"map.loading.data": "Loading map data...",
|
|
183
|
+
"map.loading.service": "Loading service...",
|
|
177
184
|
"map.navigation.message": "Please use CTRL + mouse (or two fingers on mobile) to navigate the map",
|
|
178
185
|
"map.select.layer": "Data source",
|
|
186
|
+
"map.wfs.urlInput.hint": "Enter WFS service URL",
|
|
187
|
+
"map.wms.urlInput.hint": "Enter WMS service URL",
|
|
179
188
|
"multiselect.filter.placeholder": "Search",
|
|
180
189
|
"nav.back": "Back",
|
|
181
190
|
"next": "next",
|
|
@@ -210,14 +219,16 @@
|
|
|
210
219
|
"record.metadata.catalog": "Catalog",
|
|
211
220
|
"record.metadata.contact": "Contact",
|
|
212
221
|
"record.metadata.createdOn": "Created on",
|
|
213
|
-
"record.metadata.details": "
|
|
222
|
+
"record.metadata.details": "Technical information",
|
|
214
223
|
"record.metadata.download": "Downloads",
|
|
215
224
|
"record.metadata.formats": "Formats",
|
|
216
225
|
"record.metadata.isOpenData": "Open Data",
|
|
217
226
|
"record.metadata.keywords": "Keywords",
|
|
227
|
+
"record.metadata.lastUpdate": "Last updated on",
|
|
218
228
|
"record.metadata.links": "Links",
|
|
219
229
|
"record.metadata.noUsage": "No usage conditions specified for this record.",
|
|
220
230
|
"record.metadata.origin": "About the data",
|
|
231
|
+
"record.metadata.owner": "Catalog of origin",
|
|
221
232
|
"record.metadata.preview": "Preview",
|
|
222
233
|
"record.metadata.publications": "publications",
|
|
223
234
|
"record.metadata.quality": "Metadata Quality",
|
|
@@ -239,11 +250,14 @@
|
|
|
239
250
|
"record.metadata.quality.updateFrequency.failed": "Update frequency is not completed",
|
|
240
251
|
"record.metadata.quality.updateFrequency.success": "Update frequency is completed",
|
|
241
252
|
"record.metadata.related": "Related records",
|
|
242
|
-
"record.metadata.sheet": "
|
|
253
|
+
"record.metadata.sheet": "Original metadata",
|
|
254
|
+
"record.metadata.themes": "Categories",
|
|
243
255
|
"record.metadata.title": "Title",
|
|
256
|
+
"record.metadata.type": "Geographical dataset",
|
|
257
|
+
"record.metadata.uniqueId": "Unique Identifier",
|
|
244
258
|
"record.metadata.updateFrequency": "Data Update Frequency",
|
|
245
259
|
"record.metadata.updateStatus": "Data Update Status",
|
|
246
|
-
"record.metadata.updatedOn": "
|
|
260
|
+
"record.metadata.updatedOn": "Metadata's last update",
|
|
247
261
|
"record.metadata.usage": "Usage & constraints",
|
|
248
262
|
"record.more.details": "Read more",
|
|
249
263
|
"record.tab.chart": "Chart",
|
|
@@ -304,6 +318,7 @@
|
|
|
304
318
|
"table.object.count": "objects in this dataset",
|
|
305
319
|
"table.select.data": "Data source",
|
|
306
320
|
"tooltip.html.copy": "Copy HTML",
|
|
321
|
+
"tooltip.id.copy": "Copy unique identifier",
|
|
307
322
|
"tooltip.url.copy": "Copy URL",
|
|
308
323
|
"tooltip.url.open": "Open URL",
|
|
309
324
|
"ui.readLess": "Read less",
|
package/translations/es.json
CHANGED
|
@@ -110,8 +110,12 @@
|
|
|
110
110
|
"datahub.header.organisations": "",
|
|
111
111
|
"datahub.header.popularRecords": "",
|
|
112
112
|
"datahub.header.title.html": "",
|
|
113
|
+
"datahub.news.contact.contactus": "",
|
|
114
|
+
"datahub.news.contact.html": "",
|
|
115
|
+
"datahub.news.contact.title": "",
|
|
113
116
|
"datahub.news.feed": "",
|
|
114
117
|
"datahub.news.figures": "",
|
|
118
|
+
"datahub.record.addToFavorites": "",
|
|
115
119
|
"datahub.search.back": "",
|
|
116
120
|
"datahub.search.filter.all": "",
|
|
117
121
|
"datahub.search.filter.generatedByWfs": "",
|
|
@@ -172,10 +176,15 @@
|
|
|
172
176
|
"map.add.layer.file": "",
|
|
173
177
|
"map.add.layer.wfs": "",
|
|
174
178
|
"map.add.layer.wms": "",
|
|
179
|
+
"map.layer.add": "",
|
|
180
|
+
"map.layers.available": "",
|
|
175
181
|
"map.layers.list": "",
|
|
176
182
|
"map.loading.data": "",
|
|
183
|
+
"map.loading.service": "",
|
|
177
184
|
"map.navigation.message": "",
|
|
178
185
|
"map.select.layer": "",
|
|
186
|
+
"map.wfs.urlInput.hint": "",
|
|
187
|
+
"map.wms.urlInput.hint": "",
|
|
179
188
|
"multiselect.filter.placeholder": "",
|
|
180
189
|
"nav.back": "",
|
|
181
190
|
"next": "",
|
|
@@ -215,9 +224,11 @@
|
|
|
215
224
|
"record.metadata.formats": "",
|
|
216
225
|
"record.metadata.isOpenData": "",
|
|
217
226
|
"record.metadata.keywords": "",
|
|
227
|
+
"record.metadata.lastUpdate": "",
|
|
218
228
|
"record.metadata.links": "",
|
|
219
229
|
"record.metadata.noUsage": "",
|
|
220
230
|
"record.metadata.origin": "",
|
|
231
|
+
"record.metadata.owner": "",
|
|
221
232
|
"record.metadata.preview": "",
|
|
222
233
|
"record.metadata.publications": "",
|
|
223
234
|
"record.metadata.quality": "",
|
|
@@ -240,7 +251,10 @@
|
|
|
240
251
|
"record.metadata.quality.updateFrequency.success": "",
|
|
241
252
|
"record.metadata.related": "",
|
|
242
253
|
"record.metadata.sheet": "",
|
|
254
|
+
"record.metadata.themes": "",
|
|
243
255
|
"record.metadata.title": "",
|
|
256
|
+
"record.metadata.type": "",
|
|
257
|
+
"record.metadata.uniqueId": "",
|
|
244
258
|
"record.metadata.updateFrequency": "",
|
|
245
259
|
"record.metadata.updateStatus": "",
|
|
246
260
|
"record.metadata.updatedOn": "",
|
|
@@ -304,6 +318,7 @@
|
|
|
304
318
|
"table.object.count": "",
|
|
305
319
|
"table.select.data": "",
|
|
306
320
|
"tooltip.html.copy": "",
|
|
321
|
+
"tooltip.id.copy": "",
|
|
307
322
|
"tooltip.url.copy": "",
|
|
308
323
|
"tooltip.url.open": "",
|
|
309
324
|
"ui.readLess": "",
|
package/translations/fr.json
CHANGED
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"dashboard.records.myRecords": "Mes fiches publiées",
|
|
25
25
|
"dashboard.records.noRecord": "Aucun jeu de données pour cette organisation",
|
|
26
26
|
"dashboard.records.noUser": "Aucun utilisateur pour cette organisation",
|
|
27
|
-
"dashboard.records.publishedRecords": "données publiées",
|
|
27
|
+
"dashboard.records.publishedRecords": "{count, plural, =1{donnée publiée} other{données publiées}}",
|
|
28
28
|
"dashboard.records.search": "Résultats pour \"{searchText}\"",
|
|
29
29
|
"dashboard.records.userDetail": "Nom",
|
|
30
30
|
"dashboard.records.userEmail": "Email",
|
|
31
31
|
"dashboard.records.username": "Nom d'utilisateur",
|
|
32
|
-
"dashboard.records.users": "utilisateurs",
|
|
32
|
+
"dashboard.records.users": "{count, plural, =1{utilisateur} other{utilisateurs}}",
|
|
33
33
|
"datafeeder.analysisProgressBar.illustration.fileFormatDetection": "Détection du \n format de fichier",
|
|
34
34
|
"datafeeder.analysisProgressBar.illustration.gatheringDatasetInformation": "Récupération des informations \n sur le jeu de données",
|
|
35
35
|
"datafeeder.analysisProgressBar.illustration.samplingData": "Sampling \n des données",
|
|
@@ -110,9 +110,13 @@
|
|
|
110
110
|
"datahub.header.organisations": "Organisations",
|
|
111
111
|
"datahub.header.popularRecords": "Les plus appréciées",
|
|
112
112
|
"datahub.header.title.html": "<div class=\"text-white\">Toutes les données<br>publiques de mon organisation</div>",
|
|
113
|
+
"datahub.news.contact.contactus": "Contactez-nous",
|
|
114
|
+
"datahub.news.contact.html": "<p>Vous avez besoin de données qui ne sont pas présentes sur la plateforme actuellement ? </p><p> Nos équipes sont la pour vous répondre.</p>",
|
|
115
|
+
"datahub.news.contact.title": "Un besoin spécifique ?",
|
|
113
116
|
"datahub.news.feed": "Fil d'activité",
|
|
114
117
|
"datahub.news.figures": "Quelques chiffres",
|
|
115
|
-
"datahub.
|
|
118
|
+
"datahub.record.addToFavorites": "Ajouter aux favoris",
|
|
119
|
+
"datahub.search.back": "Retour",
|
|
116
120
|
"datahub.search.filter.all": "Tous",
|
|
117
121
|
"datahub.search.filter.generatedByWfs": "généré par une API",
|
|
118
122
|
"datahub.search.filter.others": "Autres",
|
|
@@ -172,10 +176,15 @@
|
|
|
172
176
|
"map.add.layer.file": "",
|
|
173
177
|
"map.add.layer.wfs": "",
|
|
174
178
|
"map.add.layer.wms": "",
|
|
179
|
+
"map.layer.add": "",
|
|
180
|
+
"map.layers.available": "",
|
|
175
181
|
"map.layers.list": "",
|
|
176
182
|
"map.loading.data": "Chargement des données...",
|
|
183
|
+
"map.loading.service": "",
|
|
177
184
|
"map.navigation.message": "Veuillez utiliser CTRL + souris (ou deux doigts sur mobile) pour naviguer sur la carte",
|
|
178
185
|
"map.select.layer": "Source de données",
|
|
186
|
+
"map.wfs.urlInput.hint": "",
|
|
187
|
+
"map.wms.urlInput.hint": "",
|
|
179
188
|
"multiselect.filter.placeholder": "Rechercher",
|
|
180
189
|
"nav.back": "Retour",
|
|
181
190
|
"next": "suivant",
|
|
@@ -210,14 +219,16 @@
|
|
|
210
219
|
"record.metadata.catalog": "Catalogue",
|
|
211
220
|
"record.metadata.contact": "Contact",
|
|
212
221
|
"record.metadata.createdOn": "Créé le",
|
|
213
|
-
"record.metadata.details": "
|
|
222
|
+
"record.metadata.details": "Informations techniques",
|
|
214
223
|
"record.metadata.download": "Téléchargements",
|
|
215
224
|
"record.metadata.formats": "Formats",
|
|
216
225
|
"record.metadata.isOpenData": "Donnée Ouverte",
|
|
217
226
|
"record.metadata.keywords": "Mots clés",
|
|
227
|
+
"record.metadata.lastUpdate": "Mis à jour le",
|
|
218
228
|
"record.metadata.links": "Liens",
|
|
219
229
|
"record.metadata.noUsage": "Aucune condition d'utilisation spécifiée pour ces données",
|
|
220
230
|
"record.metadata.origin": "À propos des données",
|
|
231
|
+
"record.metadata.owner": "Catalogue d'origine",
|
|
221
232
|
"record.metadata.preview": "Aperçu",
|
|
222
233
|
"record.metadata.publications": "données",
|
|
223
234
|
"record.metadata.quality": "Qualité des métadonnées",
|
|
@@ -239,11 +250,14 @@
|
|
|
239
250
|
"record.metadata.quality.updateFrequency.failed": "Fréquence de mise à jour n'est pas renseignée",
|
|
240
251
|
"record.metadata.quality.updateFrequency.success": "Fréquence de mise à jour est renseignée",
|
|
241
252
|
"record.metadata.related": "Voir aussi",
|
|
242
|
-
"record.metadata.sheet": "
|
|
253
|
+
"record.metadata.sheet": "Fiche de métadonnées d'origine",
|
|
254
|
+
"record.metadata.themes": "Catégories",
|
|
243
255
|
"record.metadata.title": "Titre",
|
|
256
|
+
"record.metadata.type": "Donnée géographique",
|
|
257
|
+
"record.metadata.uniqueId": "Identificateur de ressource unique",
|
|
244
258
|
"record.metadata.updateFrequency": "Fréquence de mise à jour des données",
|
|
245
259
|
"record.metadata.updateStatus": "Statut de mise à jour des données",
|
|
246
|
-
"record.metadata.updatedOn": "
|
|
260
|
+
"record.metadata.updatedOn": "Mise à jour de la fiche de métadonnée",
|
|
247
261
|
"record.metadata.usage": "Conditions d'utilisation",
|
|
248
262
|
"record.more.details": "Détails",
|
|
249
263
|
"record.tab.chart": "Graphique",
|
|
@@ -252,10 +266,10 @@
|
|
|
252
266
|
"record.was.created.time": "a créé ce jeu de données {time}",
|
|
253
267
|
"records": "enregistrements",
|
|
254
268
|
"results.layout.selectOne": "Affichage des résultats",
|
|
255
|
-
"results.records.hits.displayedOn": "",
|
|
269
|
+
"results.records.hits.displayedOn": "{displayed, plural, =0{Aucun enregistrement} one{1 enregistrement affiché} other{{displayed} enregistrements affichés}} {hits, plural, other{sur {hits} au total.}}",
|
|
256
270
|
"results.records.hits.empty.help.html": "Suggestions : <ul class='list-disc list-inside'><li>Essayez d'autres mots clés</li><li>Cherchez moins de mots</li></ul>",
|
|
257
271
|
"results.records.hits.found": "{hits, plural, =0{Aucune correspondance.} one{1 enregistrement trouvé.} other{{hits} résultats.}}",
|
|
258
|
-
"results.records.hits.selected": "",
|
|
272
|
+
"results.records.hits.selected": "{amount, plural, one{1 selectionnée} other{{ amount } sélectionnées}}",
|
|
259
273
|
"results.showMore": "Plus de résultats...",
|
|
260
274
|
"results.sortBy.dateStamp": "Plus récent",
|
|
261
275
|
"results.sortBy.popularity": "Popularité",
|
|
@@ -304,6 +318,7 @@
|
|
|
304
318
|
"table.object.count": "enregistrements dans ces données",
|
|
305
319
|
"table.select.data": "Source de données",
|
|
306
320
|
"tooltip.html.copy": "Copier le HTML",
|
|
321
|
+
"tooltip.id.copy": "Copier l'identifiant unique",
|
|
307
322
|
"tooltip.url.copy": "Copier l'URL",
|
|
308
323
|
"tooltip.url.open": "Ouvrir l'URL",
|
|
309
324
|
"ui.readLess": "Réduire",
|
package/translations/it.json
CHANGED
|
@@ -110,9 +110,13 @@
|
|
|
110
110
|
"datahub.header.organisations": "Organizzazioni",
|
|
111
111
|
"datahub.header.popularRecords": "Più popolari",
|
|
112
112
|
"datahub.header.title.html": "<div class=\"text-white\">Tutti i dati<br>pubblici della mia organizzazione</div>",
|
|
113
|
+
"datahub.news.contact.contactus": "Contattateci",
|
|
114
|
+
"datahub.news.contact.html": "<p>Ha bisogno di dati che non sono attualmente disponibili sulla piattaforma? </p><p> I nostri team sono qui per aiutarla.</p>",
|
|
115
|
+
"datahub.news.contact.title": "Ha un bisogno specifico?",
|
|
113
116
|
"datahub.news.feed": "Feed di attività",
|
|
114
117
|
"datahub.news.figures": "Alcune figure",
|
|
115
|
-
"datahub.
|
|
118
|
+
"datahub.record.addToFavorites": "Aggiungere a miei preferiti",
|
|
119
|
+
"datahub.search.back": "Ritorna",
|
|
116
120
|
"datahub.search.filter.all": "Tutti",
|
|
117
121
|
"datahub.search.filter.generatedByWfs": "generato da un'API",
|
|
118
122
|
"datahub.search.filter.others": "Altri",
|
|
@@ -139,6 +143,7 @@
|
|
|
139
143
|
"downloads.format.unknown": "sconosciuto",
|
|
140
144
|
"downloads.wfs.featuretype.not.found": "Il layer non è stato trovato",
|
|
141
145
|
"dropFile": "Trascina il suo file",
|
|
146
|
+
"externalviewer.dataset.unnamed": "Layer del datahub",
|
|
142
147
|
"facets.block.title.OrgForResource": "Organizzazione",
|
|
143
148
|
"facets.block.title.availableInServices": "Disponibile per",
|
|
144
149
|
"facets.block.title.cl_hierarchyLevel.key": "Tipo di risorsa",
|
|
@@ -171,10 +176,15 @@
|
|
|
171
176
|
"map.add.layer.file": "Da un file",
|
|
172
177
|
"map.add.layer.wfs": "Da un WFS",
|
|
173
178
|
"map.add.layer.wms": "Da un WMS",
|
|
179
|
+
"map.layer.add": "",
|
|
180
|
+
"map.layers.available": "",
|
|
174
181
|
"map.layers.list": "Layers",
|
|
175
182
|
"map.loading.data": "Caricamento dati...",
|
|
183
|
+
"map.loading.service": "",
|
|
176
184
|
"map.navigation.message": "Si prega di utilizzare CTRL + mouse (o due dita su mobile) per navigare sulla mappa",
|
|
177
185
|
"map.select.layer": "Sorgente dati",
|
|
186
|
+
"map.wfs.urlInput.hint": "",
|
|
187
|
+
"map.wms.urlInput.hint": "",
|
|
178
188
|
"multiselect.filter.placeholder": "Cerca",
|
|
179
189
|
"nav.back": "Indietro",
|
|
180
190
|
"next": "successivo",
|
|
@@ -209,14 +219,16 @@
|
|
|
209
219
|
"record.metadata.catalog": "Catalogo",
|
|
210
220
|
"record.metadata.contact": "Contatto",
|
|
211
221
|
"record.metadata.createdOn": "Creato il",
|
|
212
|
-
"record.metadata.details": "
|
|
222
|
+
"record.metadata.details": "Informazioni tecniche",
|
|
213
223
|
"record.metadata.download": "Download",
|
|
214
224
|
"record.metadata.formats": "Formati",
|
|
215
225
|
"record.metadata.isOpenData": "Data aperta",
|
|
216
226
|
"record.metadata.keywords": "Parole chiave",
|
|
227
|
+
"record.metadata.lastUpdate": "Ultimo aggiornamento",
|
|
217
228
|
"record.metadata.links": "Collegamenti",
|
|
218
229
|
"record.metadata.noUsage": "Nessuna condizione d'uso specificata per questi dati",
|
|
219
230
|
"record.metadata.origin": "Informazioni sui dati",
|
|
231
|
+
"record.metadata.owner": "Catalogo originale",
|
|
220
232
|
"record.metadata.preview": "Anteprima",
|
|
221
233
|
"record.metadata.publications": "pubblicazioni",
|
|
222
234
|
"record.metadata.quality": "Qualità dei metadati",
|
|
@@ -238,11 +250,14 @@
|
|
|
238
250
|
"record.metadata.quality.updateFrequency.failed": "La frequenza di aggiornamento non è specificata",
|
|
239
251
|
"record.metadata.quality.updateFrequency.success": "La frequenza di aggiornamento è specificata",
|
|
240
252
|
"record.metadata.related": "Vedi anche",
|
|
241
|
-
"record.metadata.sheet": "
|
|
253
|
+
"record.metadata.sheet": "Origine del metadata",
|
|
254
|
+
"record.metadata.themes": "Categorie",
|
|
242
255
|
"record.metadata.title": "Titolo",
|
|
256
|
+
"record.metadata.type": "Dati geografici",
|
|
257
|
+
"record.metadata.uniqueId": "Identificatore unico di risorsa",
|
|
243
258
|
"record.metadata.updateFrequency": "Frequenza di aggiornamento dei dati",
|
|
244
259
|
"record.metadata.updateStatus": "Stato di aggiornamento dei dati",
|
|
245
|
-
"record.metadata.updatedOn": "Ultimo aggiornamento
|
|
260
|
+
"record.metadata.updatedOn": "Ultimo aggiornamento del metadata",
|
|
246
261
|
"record.metadata.usage": "Condizioni d'uso",
|
|
247
262
|
"record.more.details": "Dettagli",
|
|
248
263
|
"record.tab.chart": "Grafico",
|
|
@@ -251,10 +266,10 @@
|
|
|
251
266
|
"record.was.created.time": "ha creato questi dati {time}",
|
|
252
267
|
"records": "record",
|
|
253
268
|
"results.layout.selectOne": "Mostra risultati",
|
|
254
|
-
"results.records.hits.displayedOn": "",
|
|
269
|
+
"results.records.hits.displayedOn": "{displayed, plural, =0{Nessun record} one{1 record visualizzato} other{{displayed} records visualizzati}} {hits, plural, other{su {hits} in totale.}}",
|
|
255
270
|
"results.records.hits.empty.help.html": "Suggerimenti: <ul class='list-disc list-inside'><li>Prova con altre parole chiave</li><li>Cerca con meno parole</li></ul>",
|
|
256
271
|
"results.records.hits.found": "{hits, plural, =0{Nessuna corrispondenza.} one{1 record trovato.} other{{hits} risultati.}}",
|
|
257
|
-
"results.records.hits.selected": "",
|
|
272
|
+
"results.records.hits.selected": "{amount, plural, one{1 selezionato} other{{ amount } selezionati}}",
|
|
258
273
|
"results.showMore": "Altri risultati...",
|
|
259
274
|
"results.sortBy.dateStamp": "Più recente",
|
|
260
275
|
"results.sortBy.popularity": "Popolarità",
|
|
@@ -303,8 +318,11 @@
|
|
|
303
318
|
"table.object.count": "record in questi dati",
|
|
304
319
|
"table.select.data": "Sorgente dati",
|
|
305
320
|
"tooltip.html.copy": "Copiare il HTML",
|
|
321
|
+
"tooltip.id.copy": "Copiare l'identificatore unico",
|
|
306
322
|
"tooltip.url.copy": "Copiare l'URL",
|
|
307
323
|
"tooltip.url.open": "Aprire l'URL",
|
|
324
|
+
"ui.readLess": "Ridurre",
|
|
325
|
+
"ui.readMore": "Leggi di più",
|
|
308
326
|
"wfs.featuretype.notfound": "La classe di oggetto non è stata trovata nel servizio",
|
|
309
327
|
"wfs.geojsongml.notsupported": "Il servizio non supporta il formato GeoJSON o GML",
|
|
310
328
|
"wfs.unreachable.cors": "Il servizio non è accessibile a causa di limitazioni CORS",
|
package/translations/nl.json
CHANGED
|
@@ -110,8 +110,12 @@
|
|
|
110
110
|
"datahub.header.organisations": "",
|
|
111
111
|
"datahub.header.popularRecords": "",
|
|
112
112
|
"datahub.header.title.html": "",
|
|
113
|
+
"datahub.news.contact.contactus": "",
|
|
114
|
+
"datahub.news.contact.html": "",
|
|
115
|
+
"datahub.news.contact.title": "",
|
|
113
116
|
"datahub.news.feed": "",
|
|
114
117
|
"datahub.news.figures": "",
|
|
118
|
+
"datahub.record.addToFavorites": "",
|
|
115
119
|
"datahub.search.back": "",
|
|
116
120
|
"datahub.search.filter.all": "",
|
|
117
121
|
"datahub.search.filter.generatedByWfs": "",
|
|
@@ -172,10 +176,15 @@
|
|
|
172
176
|
"map.add.layer.file": "",
|
|
173
177
|
"map.add.layer.wfs": "",
|
|
174
178
|
"map.add.layer.wms": "",
|
|
179
|
+
"map.layer.add": "",
|
|
180
|
+
"map.layers.available": "",
|
|
175
181
|
"map.layers.list": "",
|
|
176
182
|
"map.loading.data": "",
|
|
183
|
+
"map.loading.service": "",
|
|
177
184
|
"map.navigation.message": "",
|
|
178
185
|
"map.select.layer": "",
|
|
186
|
+
"map.wfs.urlInput.hint": "",
|
|
187
|
+
"map.wms.urlInput.hint": "",
|
|
179
188
|
"multiselect.filter.placeholder": "",
|
|
180
189
|
"nav.back": "",
|
|
181
190
|
"next": "",
|
|
@@ -215,9 +224,11 @@
|
|
|
215
224
|
"record.metadata.formats": "",
|
|
216
225
|
"record.metadata.isOpenData": "",
|
|
217
226
|
"record.metadata.keywords": "",
|
|
227
|
+
"record.metadata.lastUpdate": "",
|
|
218
228
|
"record.metadata.links": "",
|
|
219
229
|
"record.metadata.noUsage": "",
|
|
220
230
|
"record.metadata.origin": "",
|
|
231
|
+
"record.metadata.owner": "",
|
|
221
232
|
"record.metadata.preview": "",
|
|
222
233
|
"record.metadata.publications": "",
|
|
223
234
|
"record.metadata.quality": "",
|
|
@@ -240,7 +251,10 @@
|
|
|
240
251
|
"record.metadata.quality.updateFrequency.success": "",
|
|
241
252
|
"record.metadata.related": "",
|
|
242
253
|
"record.metadata.sheet": "",
|
|
254
|
+
"record.metadata.themes": "",
|
|
243
255
|
"record.metadata.title": "",
|
|
256
|
+
"record.metadata.type": "",
|
|
257
|
+
"record.metadata.uniqueId": "",
|
|
244
258
|
"record.metadata.updateFrequency": "",
|
|
245
259
|
"record.metadata.updateStatus": "",
|
|
246
260
|
"record.metadata.updatedOn": "",
|
|
@@ -304,6 +318,7 @@
|
|
|
304
318
|
"table.object.count": "",
|
|
305
319
|
"table.select.data": "",
|
|
306
320
|
"tooltip.html.copy": "",
|
|
321
|
+
"tooltip.id.copy": "",
|
|
307
322
|
"tooltip.url.copy": "",
|
|
308
323
|
"tooltip.url.open": "",
|
|
309
324
|
"ui.readLess": "",
|