geonetwork-ui 2.4.0-dev.e8fc61cb → 2.4.0-dev.fe59f179
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/lib/gn4/organizations/organizations-from-groups.service.mjs +2 -1
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +3 -1
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +2 -2
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +9 -5
- package/esm2022/libs/common/domain/src/lib/model/record/organization.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
- package/esm2022/libs/data-access/gn4/src/openapi/model/user.api.model.mjs +1 -1
- package/esm2022/libs/feature/catalog/src/index.mjs +2 -1
- package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +1 -1
- package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +6 -6
- package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +4 -0
- package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +4 -6
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +4 -2
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +8 -12
- package/esm2022/libs/feature/router/src/lib/default/constants.mjs +2 -1
- package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +1 -1
- package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +9 -2
- package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +8 -1
- package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +3 -2
- package/esm2022/libs/feature/search/src/lib/state/selectors.mjs +4 -1
- package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +5 -5
- package/esm2022/libs/ui/catalog/src/lib/ui-catalog.module.mjs +5 -2
- package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +5 -8
- package/esm2022/libs/ui/elements/src/index.mjs +1 -2
- package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +5 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +2 -3
- package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +24 -5
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +1 -6
- package/esm2022/libs/ui/layout/src/index.mjs +2 -1
- package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +71 -0
- package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +1 -1
- package/esm2022/translations/de.json +19 -3
- package/esm2022/translations/en.json +22 -3
- package/esm2022/translations/es.json +19 -3
- package/esm2022/translations/fr.json +23 -4
- package/esm2022/translations/it.json +19 -3
- package/esm2022/translations/nl.json +19 -3
- package/esm2022/translations/pt.json +19 -3
- package/fesm2022/geonetwork-ui.mjs +292 -133
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +2 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/organization.model.d.ts +1 -0
- package/libs/common/domain/src/lib/model/record/organization.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts +2 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts +1 -1
- package/libs/feature/catalog/src/index.d.ts +1 -0
- package/libs/feature/catalog/src/index.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts +3 -0
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +1 -0
- package/libs/feature/catalog/src/lib/records/records.service.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/constants.d.ts +1 -0
- package/libs/feature/router/src/lib/default/constants.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/router.config.d.ts +1 -0
- package/libs/feature/router/src/lib/default/router.config.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/router.service.d.ts +1 -0
- package/libs/feature/router/src/lib/default/router.service.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts +1 -0
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +1 -1
- package/libs/feature/search/src/lib/state/search.facade.d.ts +1 -0
- package/libs/feature/search/src/lib/state/search.facade.d.ts.map +1 -1
- package/libs/feature/search/src/lib/state/selectors.d.ts +1 -0
- package/libs/feature/search/src/lib/state/selectors.d.ts.map +1 -1
- package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts +2 -2
- package/libs/ui/catalog/src/lib/ui-catalog.module.d.ts +2 -1
- package/libs/ui/catalog/src/lib/ui-catalog.module.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +1 -2
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +1 -1
- package/libs/ui/elements/src/index.d.ts +0 -1
- package/libs/ui/elements/src/index.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/error/error.component.d.ts +3 -1
- package/libs/ui/elements/src/lib/error/error.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts +5 -1
- package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts +18 -19
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
- package/libs/ui/layout/src/index.d.ts +1 -0
- package/libs/ui/layout/src/index.d.ts.map +1 -1
- package/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.d.ts +2 -2
- package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +1 -0
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +3 -1
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +1 -1
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +26 -15
- package/src/libs/common/domain/src/lib/model/record/organization.model.ts +1 -0
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +5 -1
- package/src/libs/common/fixtures/src/lib/organisations.fixture.ts +28 -0
- package/src/libs/common/fixtures/src/lib/records.fixtures.ts +8 -0
- package/src/libs/data-access/datafeeder/src/openapi/model/datasetMetadata.api.model.ts +4 -0
- package/src/libs/data-access/datafeeder/src/openapi/model/datasetUploadStatus.api.model.ts +2 -0
- package/src/libs/data-access/gn4/src/openapi/model/user.api.model.ts +1 -1
- package/src/libs/feature/catalog/src/index.ts +1 -0
- package/src/libs/feature/catalog/src/lib/feature-catalog.module.ts +0 -1
- package/src/libs/feature/catalog/src/lib/organisations/organisations.component.html +1 -1
- package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +2 -2
- package/src/libs/feature/catalog/src/lib/organization-url.token.ts +6 -0
- package/src/libs/feature/catalog/src/lib/records/records.service.ts +6 -8
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +8 -6
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +42 -31
- package/src/libs/feature/router/src/lib/default/constants.ts +1 -0
- package/src/libs/feature/router/src/lib/default/router.config.ts +1 -0
- package/src/libs/feature/router/src/lib/default/router.service.ts +13 -1
- package/src/libs/feature/router/src/lib/default/state/router.facade.ts +9 -1
- package/src/libs/feature/search/src/lib/state/search.facade.ts +5 -0
- package/src/libs/feature/search/src/lib/state/selectors.ts +7 -0
- package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html +8 -6
- package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.ts +2 -2
- package/src/libs/ui/catalog/src/lib/ui-catalog.module.ts +2 -0
- package/src/libs/ui/dataviz/src/lib/figure/figure.component.html +11 -3
- package/src/libs/ui/dataviz/src/lib/figure/figure.component.ts +3 -7
- package/src/libs/ui/elements/src/index.ts +0 -1
- package/src/libs/ui/elements/src/lib/error/error.component.html +30 -6
- package/src/libs/ui/elements/src/lib/error/error.component.ts +2 -0
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.html +1 -1
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.ts +22 -1
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +0 -3
- package/src/libs/ui/layout/src/index.ts +1 -0
- package/src/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.ts +9 -5
- package/src/libs/ui/layout/src/lib/ui-layout.module.ts +0 -1
- package/translations/de.json +19 -3
- package/translations/en.json +22 -3
- package/translations/es.json +19 -3
- package/translations/fr.json +23 -4
- package/translations/it.json +19 -3
- package/translations/nl.json +19 -3
- package/translations/pt.json +19 -3
- package/translations/sk.json +20 -4
- package/esm2022/libs/ui/elements/src/lib/max-lines/max-lines.component.mjs +0 -69
- package/libs/ui/elements/src/lib/max-lines/max-lines.component.d.ts.map +0 -1
- /package/src/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.css +0 -0
- /package/src/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.html +0 -0
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
<div
|
|
2
|
-
translate
|
|
3
2
|
class="flex flex-row justify-start items-center overflow-hidden"
|
|
4
|
-
|
|
3
|
+
data-test="figureTitle"
|
|
4
|
+
[title]="
|
|
5
|
+
figure.toString() +
|
|
6
|
+
' ' +
|
|
7
|
+
unit +
|
|
8
|
+
' ' +
|
|
9
|
+
(title | translate: { count: figure })
|
|
10
|
+
"
|
|
5
11
|
>
|
|
6
12
|
<mat-icon
|
|
7
13
|
class="material-symbols-outlined {{ bgClass }} {{
|
|
@@ -13,7 +19,9 @@
|
|
|
13
19
|
</mat-icon>
|
|
14
20
|
<div class="shrink overflow-hidden">
|
|
15
21
|
<div class="figure-block text-[1.5em] text-black">
|
|
16
|
-
<span class="figure font-medium mr-[0.3em]">{{
|
|
22
|
+
<span class="figure font-medium mr-[0.3em]" data-test="figure">{{
|
|
23
|
+
figure
|
|
24
|
+
}}</span>
|
|
17
25
|
<span class="unit text-[0.665em]">{{ unit }}</span>
|
|
18
26
|
</div>
|
|
19
27
|
<div translate class="title truncate" [translateParams]="{ count: figure }">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ChangeDetectionStrategy, Component, Input } from '@angular/core'
|
|
2
2
|
|
|
3
3
|
@Component({
|
|
4
4
|
selector: 'gn-ui-figure',
|
|
@@ -10,17 +10,13 @@ export class FigureComponent {
|
|
|
10
10
|
@Input() icon!: string
|
|
11
11
|
@Input() title!: string
|
|
12
12
|
@Input() figure!: string | number
|
|
13
|
-
@Input() unit
|
|
13
|
+
@Input() unit = ''
|
|
14
14
|
@Input() color: 'primary' | 'secondary' = 'primary'
|
|
15
15
|
|
|
16
|
-
get hoverTitle() {
|
|
17
|
-
return `${this.figure.toString()} ${this.unit || ''}
|
|
18
|
-
${this.title}`
|
|
19
|
-
}
|
|
20
|
-
|
|
21
16
|
get textClass() {
|
|
22
17
|
return this.color === 'primary' ? 'text-primary' : 'text-secondary'
|
|
23
18
|
}
|
|
19
|
+
|
|
24
20
|
get bgClass() {
|
|
25
21
|
return this.color === 'primary' ? 'bg-primary-white' : 'bg-secondary-white'
|
|
26
22
|
}
|
|
@@ -8,7 +8,6 @@ export * from './lib/image-overlay-preview/image-overlay-preview.component'
|
|
|
8
8
|
export * from './lib/link-card/link-card.component'
|
|
9
9
|
export * from './lib/markdown-editor/markdown-editor.component'
|
|
10
10
|
export * from './lib/markdown-parser/markdown-parser.component'
|
|
11
|
-
export * from './lib/max-lines/max-lines.component'
|
|
12
11
|
export * from './lib/metadata-catalog/metadata-catalog.component'
|
|
13
12
|
export * from './lib/metadata-contact/metadata-contact.component'
|
|
14
13
|
export * from './lib/metadata-info/metadata-info.component'
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
<div class="relative opacity-40">
|
|
9
9
|
<mat-icon class="material-symbols-outlined face">face</mat-icon>
|
|
10
10
|
<mat-icon class="material-symbols-outlined question-mark1"
|
|
11
|
-
>question_mark
|
|
12
|
-
>
|
|
11
|
+
>question_mark
|
|
12
|
+
</mat-icon>
|
|
13
13
|
<mat-icon class="material-symbols-outlined question-mark2"
|
|
14
|
-
>question_mark
|
|
15
|
-
>
|
|
14
|
+
>question_mark
|
|
15
|
+
</mat-icon>
|
|
16
16
|
</div>
|
|
17
17
|
<div translate>search.error.couldNotReachApi</div>
|
|
18
18
|
</div>
|
|
@@ -32,6 +32,15 @@
|
|
|
32
32
|
<div translate>search.error.receivedError</div>
|
|
33
33
|
<div *ngIf="error">{{ error }}</div>
|
|
34
34
|
</div>
|
|
35
|
+
<div *ngIf="type === types.ORGANIZATION_HAS_NO_DATASET">
|
|
36
|
+
<div class="relative opacity-40">
|
|
37
|
+
<mat-icon class="material-symbols-outlined computer">computer</mat-icon>
|
|
38
|
+
<mat-icon class="material-symbols-outlined computer-question-mark"
|
|
39
|
+
>question_mark
|
|
40
|
+
</mat-icon>
|
|
41
|
+
</div>
|
|
42
|
+
<div translate>search.error.organizationHasNoDataset</div>
|
|
43
|
+
</div>
|
|
35
44
|
<div
|
|
36
45
|
*ngIf="type === types.RECORD_NOT_FOUND"
|
|
37
46
|
data-test="record-not-found-error"
|
|
@@ -39,12 +48,27 @@
|
|
|
39
48
|
<div class="relative opacity-40">
|
|
40
49
|
<mat-icon class="material-symbols-outlined computer">computer</mat-icon>
|
|
41
50
|
<mat-icon class="material-symbols-outlined computer-question-mark"
|
|
42
|
-
>question_mark
|
|
43
|
-
>
|
|
51
|
+
>question_mark
|
|
52
|
+
</mat-icon>
|
|
44
53
|
</div>
|
|
45
54
|
<div translate [translateParams]="{ id: recordId }">
|
|
46
55
|
search.error.recordNotFound
|
|
47
56
|
</div>
|
|
48
57
|
<div *ngIf="error">{{ error }}</div>
|
|
49
58
|
</div>
|
|
59
|
+
<div
|
|
60
|
+
*ngIf="type === types.ORGANIZATION_NOT_FOUND"
|
|
61
|
+
data-test="org-not-found-error"
|
|
62
|
+
>
|
|
63
|
+
<div class="relative opacity-40">
|
|
64
|
+
<mat-icon class="material-symbols-outlined computer">computer</mat-icon>
|
|
65
|
+
<mat-icon class="material-symbols-outlined computer-question-mark"
|
|
66
|
+
>question_mark
|
|
67
|
+
</mat-icon>
|
|
68
|
+
</div>
|
|
69
|
+
<div translate [translateParams]="{ id: recordId }">
|
|
70
|
+
search.error.organizationNotFound
|
|
71
|
+
</div>
|
|
72
|
+
<div *ngIf="error">{{ error }}</div>
|
|
73
|
+
</div>
|
|
50
74
|
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ChangeDetectionStrategy, Component, Input } from '@angular/core'
|
|
2
2
|
import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record'
|
|
3
3
|
|
|
4
4
|
@Component({
|
|
@@ -8,5 +8,26 @@ import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/mode
|
|
|
8
8
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9
9
|
})
|
|
10
10
|
export class RelatedRecordCardComponent {
|
|
11
|
+
private readonly baseClasses: string
|
|
12
|
+
|
|
11
13
|
@Input() record: CatalogRecord
|
|
14
|
+
@Input() extraClass = ''
|
|
15
|
+
|
|
16
|
+
constructor() {
|
|
17
|
+
this.baseClasses = [
|
|
18
|
+
'w-72',
|
|
19
|
+
'h-96',
|
|
20
|
+
'overflow-hidden',
|
|
21
|
+
'rounded-lg',
|
|
22
|
+
'bg-white',
|
|
23
|
+
'cursor-pointer',
|
|
24
|
+
'block',
|
|
25
|
+
'hover:-translate-y-2 ',
|
|
26
|
+
'duration-[180ms]',
|
|
27
|
+
].join(' ')
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
get classList() {
|
|
31
|
+
return `${this.baseClasses} ${this.extraClass}`
|
|
32
|
+
}
|
|
12
33
|
}
|
|
@@ -26,7 +26,6 @@ import { AvatarComponent } from './avatar/avatar.component'
|
|
|
26
26
|
import { UserPreviewComponent } from './user-preview/user-preview.component'
|
|
27
27
|
import { GnUiLinkifyDirective } from './metadata-info/linkify.directive'
|
|
28
28
|
import { PaginationButtonsComponent } from './pagination-buttons/pagination-buttons.component'
|
|
29
|
-
import { MaxLinesComponent } from './max-lines/max-lines.component'
|
|
30
29
|
import { RecordApiFormComponent } from './record-api-form/record-api-form.component'
|
|
31
30
|
import { MarkdownParserComponent } from './markdown-parser/markdown-parser.component'
|
|
32
31
|
import { ImageOverlayPreviewComponent } from './image-overlay-preview/image-overlay-preview.component'
|
|
@@ -68,7 +67,6 @@ import { TimeSincePipe } from './user-feedback-item/time-since.pipe'
|
|
|
68
67
|
UserPreviewComponent,
|
|
69
68
|
GnUiLinkifyDirective,
|
|
70
69
|
PaginationButtonsComponent,
|
|
71
|
-
MaxLinesComponent,
|
|
72
70
|
RecordApiFormComponent,
|
|
73
71
|
UserFeedbackItemComponent,
|
|
74
72
|
ImageOverlayPreviewComponent,
|
|
@@ -90,7 +88,6 @@ import { TimeSincePipe } from './user-feedback-item/time-since.pipe'
|
|
|
90
88
|
AvatarComponent,
|
|
91
89
|
UserPreviewComponent,
|
|
92
90
|
PaginationButtonsComponent,
|
|
93
|
-
MaxLinesComponent,
|
|
94
91
|
RecordApiFormComponent,
|
|
95
92
|
MarkdownParserComponent,
|
|
96
93
|
UserFeedbackItemComponent,
|
|
@@ -3,6 +3,7 @@ export * from './lib/carousel/carousel.component'
|
|
|
3
3
|
export * from './lib/expandable-panel-button/expandable-panel-button.component'
|
|
4
4
|
export * from './lib/expandable-panel/expandable-panel.component'
|
|
5
5
|
export * from './lib/form-field-wrapper/form-field-wrapper.component'
|
|
6
|
+
export * from './lib/max-lines/max-lines.component'
|
|
6
7
|
export * from './lib/interactive-table/interactive-table-column/interactive-table-column.component'
|
|
7
8
|
export * from './lib/interactive-table/interactive-table.component'
|
|
8
9
|
export * from './lib/sticky-header/sticky-header.component'
|
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AfterViewInit,
|
|
3
|
+
ChangeDetectionStrategy,
|
|
4
|
+
ChangeDetectorRef,
|
|
2
5
|
Component,
|
|
3
|
-
Input,
|
|
4
6
|
ElementRef,
|
|
5
|
-
|
|
6
|
-
AfterViewInit,
|
|
7
|
-
ViewChild,
|
|
7
|
+
Input,
|
|
8
8
|
OnDestroy,
|
|
9
|
-
|
|
9
|
+
ViewChild,
|
|
10
10
|
} from '@angular/core'
|
|
11
|
+
import { CommonModule } from '@angular/common'
|
|
12
|
+
import { TranslateModule } from '@ngx-translate/core'
|
|
11
13
|
|
|
12
14
|
@Component({
|
|
13
15
|
selector: 'gn-ui-max-lines',
|
|
14
16
|
templateUrl: './max-lines.component.html',
|
|
15
17
|
styleUrls: ['./max-lines.component.css'],
|
|
16
18
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
19
|
+
standalone: true,
|
|
20
|
+
imports: [CommonModule, TranslateModule],
|
|
17
21
|
})
|
|
18
22
|
export class MaxLinesComponent implements AfterViewInit, OnDestroy {
|
|
19
23
|
@Input() maxLines = 6
|
|
@@ -6,7 +6,6 @@ import { StickyHeaderComponent } from './sticky-header/sticky-header.component'
|
|
|
6
6
|
import { AnchorLinkDirective } from './anchor-link/anchor-link.directive'
|
|
7
7
|
import { ExpandablePanelButtonComponent } from './expandable-panel-button/expandable-panel-button.component'
|
|
8
8
|
import { MatIconModule } from '@angular/material/icon'
|
|
9
|
-
import { CarouselComponent } from './carousel/carousel.component'
|
|
10
9
|
|
|
11
10
|
@NgModule({
|
|
12
11
|
imports: [CommonModule, MatIconModule, TranslateModule.forChild()],
|
package/translations/de.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Add Layer As": "",
|
|
3
3
|
"button.login": "",
|
|
4
4
|
"catalog.figures.datasets": "{count, plural, =0{Datensätze} one{Datensatz} other{Datensätze}}",
|
|
5
|
-
"catalog.figures.
|
|
5
|
+
"catalog.figures.organizations": "{count, plural, =0{Organisationen} one{Organisation} other{Organisationen}}",
|
|
6
6
|
"chart.aggregation.average": "Durchschnitt",
|
|
7
7
|
"chart.aggregation.count": "Anzahl",
|
|
8
8
|
"chart.aggregation.max": "Maximum",
|
|
@@ -105,6 +105,15 @@
|
|
|
105
105
|
"datafeeder.upload.title": "Laden Sie Ihren Datensatz hoch",
|
|
106
106
|
"datafeeder.upload.uploadButton": "Hochladen",
|
|
107
107
|
"datafeeder.validation.encoding": "Codierung",
|
|
108
|
+
"datafeeder.validation.csv.delimiter": "",
|
|
109
|
+
"datafeeder.validation.csv.delimiter.comma": "",
|
|
110
|
+
"datafeeder.validation.csv.delimiter.semicolon": "",
|
|
111
|
+
"datafeeder.validation.csv.lat.field": "",
|
|
112
|
+
"datafeeder.validation.csv.lng.field": "",
|
|
113
|
+
"datafeeder.validation.csv.quote.double": "",
|
|
114
|
+
"datafeeder.validation.csv.quote.none": "",
|
|
115
|
+
"datafeeder.validation.csv.quote.simple": "",
|
|
116
|
+
"datafeeder.validation.csv.quoteChar": "",
|
|
108
117
|
"datafeeder.validation.extent.title": "Hier ist der Datensatzumfang",
|
|
109
118
|
"datafeeder.validation.extent.title.unknown": "Das Projektionssystem ist unbekannt",
|
|
110
119
|
"datafeeder.validation.projection": "Raumbezugssystem:",
|
|
@@ -117,7 +126,7 @@
|
|
|
117
126
|
"datahub.header.lastRecords": "Die neuesten",
|
|
118
127
|
"datahub.header.myfavorites": "Meine Favoriten",
|
|
119
128
|
"datahub.header.news": "Startseite",
|
|
120
|
-
"datahub.header.
|
|
129
|
+
"datahub.header.organizations": "Organisationen",
|
|
121
130
|
"datahub.header.popularRecords": "Die beliebtesten",
|
|
122
131
|
"datahub.header.title.html": "<div class=\"text-white\">Entdecken Sie offene<br> Daten meiner Organisation</div>",
|
|
123
132
|
"datahub.news.contact.contactus": "Kontaktieren Sie uns",
|
|
@@ -153,6 +162,7 @@
|
|
|
153
162
|
"downloads.format.unknown": "unbekannt",
|
|
154
163
|
"downloads.wfs.featuretype.not.found": "Der Layer wurde nicht gefunden",
|
|
155
164
|
"dropFile": "Datei ablegen",
|
|
165
|
+
"editor.record.form.keywords": "Schlagwörter",
|
|
156
166
|
"editor.record.form.license": "Lizenz",
|
|
157
167
|
"editor.record.form.license.cc-by": "",
|
|
158
168
|
"editor.record.form.license.cc-by-sa": "",
|
|
@@ -252,6 +262,10 @@
|
|
|
252
262
|
"organisations.sortBy.nameDesc": "Name Z → A",
|
|
253
263
|
"organisations.sortBy.recordCountAsc": "Veröffentlichungen 0 → 9",
|
|
254
264
|
"organisations.sortBy.recordCountDesc": "Veröffentlichungen 9 → 0",
|
|
265
|
+
"organization.details.lastPublishedDatasets": "",
|
|
266
|
+
"organization.details.lastPublishedDatasets.searchAllButton": "",
|
|
267
|
+
"organization.details.mailContact": "",
|
|
268
|
+
"organization.header.recordCount": "{count, plural, =0{} one{} other{}}",
|
|
255
269
|
"pagination.nextPage": "Nächste Seite",
|
|
256
270
|
"pagination.page": "Seite",
|
|
257
271
|
"pagination.pageOf": "von",
|
|
@@ -289,7 +303,7 @@
|
|
|
289
303
|
"record.metadata.preview": "Vorschau",
|
|
290
304
|
"record.metadata.producer": "Datenproduzent",
|
|
291
305
|
"record.metadata.publication": "Veröffentlichungsdatum",
|
|
292
|
-
"record.metadata.publications": "Veröffentlichungen",
|
|
306
|
+
"record.metadata.publications": "{count, plural, =0{Veröffentlichungsdatum} one{Veröffentlichungsdatum} other{Veröffentlichungen}}",
|
|
293
307
|
"record.metadata.quality": "Metadatenqualität",
|
|
294
308
|
"record.metadata.quality.contact.failed": "Kontakt nicht angegeben",
|
|
295
309
|
"record.metadata.quality.contact.success": "Kontakt angegeben",
|
|
@@ -349,6 +363,8 @@
|
|
|
349
363
|
"results.sortBy.relevancy": "Relevanz",
|
|
350
364
|
"search.autocomplete.error": "Vorschläge konnten nicht abgerufen werden:",
|
|
351
365
|
"search.error.couldNotReachApi": "Die API konnte nicht erreicht werden",
|
|
366
|
+
"search.error.organizationHasNoDataset": "",
|
|
367
|
+
"search.error.organizationNotFound": "",
|
|
352
368
|
"search.error.receivedError": "Ein Fehler ist aufgetreten",
|
|
353
369
|
"search.error.recordHasnolink": "",
|
|
354
370
|
"search.error.recordNotFound": "Der Datensatz mit der Kennung \"{ id }\" konnte nicht gefunden werden.",
|
package/translations/en.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Add Layer As": "",
|
|
3
3
|
"button.login": "Log in",
|
|
4
4
|
"catalog.figures.datasets": "{count, plural, =0{datasets} one{dataset} other{datasets}}",
|
|
5
|
-
"catalog.figures.
|
|
5
|
+
"catalog.figures.organizations": "{count, plural, =0{organizations} one{organization} other{organizations}}",
|
|
6
6
|
"chart.aggregation.average": "average",
|
|
7
7
|
"chart.aggregation.count": "count",
|
|
8
8
|
"chart.aggregation.max": "max",
|
|
@@ -46,6 +46,8 @@
|
|
|
46
46
|
"datafeeder.analysisProgressBar.subtitle": "The analysis may take several minutes, please wait.",
|
|
47
47
|
"datafeeder.analysisProgressBar.title": "Analyze in progress",
|
|
48
48
|
"datafeeder.datasetValidation.datasetInformation": "The provided dataset contains {number} entities",
|
|
49
|
+
"datafeeder.datasetValidationCsv.lineNumbers": "Sample of the first 5 lines* of the dataset:",
|
|
50
|
+
"datafeeder.datasetValidationCsv.explicitLineNumbers": "*The table must display the first 5 lines (excluding the header)<br>If this is not the case, check that the file is correctly formatted",
|
|
49
51
|
"datafeeder.datasetValidation.submitButton": "OK, my data are correct",
|
|
50
52
|
"datafeeder.datasetValidation.title": "Make sure your data are correct",
|
|
51
53
|
"datafeeder.datasetValidation.unknown": " - ",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"datafeeder.publishSuccess.geonetworkRecord": "Metadata record",
|
|
77
79
|
"datafeeder.publishSuccess.illustration.title": "Done, all is good!",
|
|
78
80
|
"datafeeder.publishSuccess.mapViewer": "Map viewer",
|
|
81
|
+
"datafeeder.publishSuccess.ogcFeature": "OGC API",
|
|
79
82
|
"datafeeder.publishSuccess.subtitle": "View your data in:",
|
|
80
83
|
"datafeeder.publishSuccess.title": "Congratulation! \n Your dataset has been published",
|
|
81
84
|
"datafeeder.publishSuccess.uploadAnotherData": "Upload another dataset",
|
|
@@ -104,6 +107,15 @@
|
|
|
104
107
|
"datafeeder.upload.maxFileSize": "Maximum file size is {size} MB",
|
|
105
108
|
"datafeeder.upload.title": "Upload your dataset",
|
|
106
109
|
"datafeeder.upload.uploadButton": "Upload",
|
|
110
|
+
"datafeeder.validation.csv.delimiter": "Delimiter",
|
|
111
|
+
"datafeeder.validation.csv.delimiter.comma": "Comma",
|
|
112
|
+
"datafeeder.validation.csv.delimiter.semicolon": "Semicolon",
|
|
113
|
+
"datafeeder.validation.csv.lat.field": "Latitude column",
|
|
114
|
+
"datafeeder.validation.csv.lng.field": "Longitude column",
|
|
115
|
+
"datafeeder.validation.csv.quote.double": "Double quote",
|
|
116
|
+
"datafeeder.validation.csv.quote.none": "None",
|
|
117
|
+
"datafeeder.validation.csv.quote.simple": "Simple quote",
|
|
118
|
+
"datafeeder.validation.csv.quoteChar": "Quote separator",
|
|
107
119
|
"datafeeder.validation.encoding": "encoding",
|
|
108
120
|
"datafeeder.validation.extent.title": "Here is the dataset extent",
|
|
109
121
|
"datafeeder.validation.extent.title.unknown": "The projection system is unknown",
|
|
@@ -117,7 +129,7 @@
|
|
|
117
129
|
"datahub.header.lastRecords": "The latest",
|
|
118
130
|
"datahub.header.myfavorites": "My favorites",
|
|
119
131
|
"datahub.header.news": "Home",
|
|
120
|
-
"datahub.header.
|
|
132
|
+
"datahub.header.organizations": "Organizations",
|
|
121
133
|
"datahub.header.popularRecords": "The most popular",
|
|
122
134
|
"datahub.header.title.html": "<div class=\"text-white\">Discover open<br> data from my Organization</div>",
|
|
123
135
|
"datahub.news.contact.contactus": "Contact us",
|
|
@@ -153,6 +165,7 @@
|
|
|
153
165
|
"downloads.format.unknown": "unknown",
|
|
154
166
|
"downloads.wfs.featuretype.not.found": "The layer was not found",
|
|
155
167
|
"dropFile": "drop file",
|
|
168
|
+
"editor.record.form.keywords": "Keywords",
|
|
156
169
|
"editor.record.form.license": "License",
|
|
157
170
|
"editor.record.form.license.cc-by": "Creative Commons CC-BY",
|
|
158
171
|
"editor.record.form.license.cc-by-sa": "Creative Commons CC-BY-SA",
|
|
@@ -252,6 +265,10 @@
|
|
|
252
265
|
"organisations.sortBy.nameDesc": "Name Z → A",
|
|
253
266
|
"organisations.sortBy.recordCountAsc": "Publications 0 → 9",
|
|
254
267
|
"organisations.sortBy.recordCountDesc": "Publications 9 → 0",
|
|
268
|
+
"organization.details.lastPublishedDatasets": "Last published datasets",
|
|
269
|
+
"organization.details.lastPublishedDatasets.searchAllButton": "Search all",
|
|
270
|
+
"organization.details.mailContact": "Contact by email",
|
|
271
|
+
"organization.header.recordCount": "{count, plural, =0{data} one{data} other{datas}}",
|
|
255
272
|
"pagination.nextPage": "Next page",
|
|
256
273
|
"pagination.page": "page",
|
|
257
274
|
"pagination.pageOf": "of",
|
|
@@ -289,7 +306,7 @@
|
|
|
289
306
|
"record.metadata.preview": "Preview",
|
|
290
307
|
"record.metadata.producer": "Data producer",
|
|
291
308
|
"record.metadata.publication": "Date of publication",
|
|
292
|
-
"record.metadata.publications": "publications",
|
|
309
|
+
"record.metadata.publications": "{count, plural, =0{publication} one{publication} other{publications}}",
|
|
293
310
|
"record.metadata.quality": "Metadata Quality",
|
|
294
311
|
"record.metadata.quality.contact.failed": "Contact is not specified",
|
|
295
312
|
"record.metadata.quality.contact.success": "Contact is specified",
|
|
@@ -349,6 +366,8 @@
|
|
|
349
366
|
"results.sortBy.relevancy": "Relevancy",
|
|
350
367
|
"search.autocomplete.error": "Suggestions could not be fetched:",
|
|
351
368
|
"search.error.couldNotReachApi": "The API could not be reached",
|
|
369
|
+
"search.error.organizationHasNoDataset": "This organization has no dataset yet.",
|
|
370
|
+
"search.error.organizationNotFound": "This organization could not be found.",
|
|
352
371
|
"search.error.receivedError": "An error was received",
|
|
353
372
|
"search.error.recordHasnolink": "This record currently has no link yet, please come back later.",
|
|
354
373
|
"search.error.recordNotFound": "The record with identifier \"{ id }\" could not be found.",
|
package/translations/es.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Add Layer As": "",
|
|
3
3
|
"button.login": "",
|
|
4
4
|
"catalog.figures.datasets": "conjuntos de datos",
|
|
5
|
-
"catalog.figures.
|
|
5
|
+
"catalog.figures.organizations": "organizaciones",
|
|
6
6
|
"chart.aggregation.average": "promedio",
|
|
7
7
|
"chart.aggregation.count": "conteo",
|
|
8
8
|
"chart.aggregation.max": "máximo",
|
|
@@ -104,6 +104,15 @@
|
|
|
104
104
|
"datafeeder.upload.maxFileSize": "",
|
|
105
105
|
"datafeeder.upload.title": "",
|
|
106
106
|
"datafeeder.upload.uploadButton": "",
|
|
107
|
+
"datafeeder.validation.csv.delimiter": "",
|
|
108
|
+
"datafeeder.validation.csv.delimiter.comma": "Coma",
|
|
109
|
+
"datafeeder.validation.csv.delimiter.semicolon": "Punto y coma",
|
|
110
|
+
"datafeeder.validation.csv.lat.field": "",
|
|
111
|
+
"datafeeder.validation.csv.lng.field": "",
|
|
112
|
+
"datafeeder.validation.csv.quote.double": "Comillas dobles",
|
|
113
|
+
"datafeeder.validation.csv.quote.none": "Ninguno",
|
|
114
|
+
"datafeeder.validation.csv.quote.simple": "Comillas simples",
|
|
115
|
+
"datafeeder.validation.csv.quoteChar": "",
|
|
107
116
|
"datafeeder.validation.encoding": "",
|
|
108
117
|
"datafeeder.validation.extent.title": "",
|
|
109
118
|
"datafeeder.validation.extent.title.unknown": "",
|
|
@@ -117,7 +126,7 @@
|
|
|
117
126
|
"datahub.header.lastRecords": "",
|
|
118
127
|
"datahub.header.myfavorites": "",
|
|
119
128
|
"datahub.header.news": "",
|
|
120
|
-
"datahub.header.
|
|
129
|
+
"datahub.header.organizations": "",
|
|
121
130
|
"datahub.header.popularRecords": "",
|
|
122
131
|
"datahub.header.title.html": "",
|
|
123
132
|
"datahub.news.contact.contactus": "",
|
|
@@ -153,6 +162,7 @@
|
|
|
153
162
|
"downloads.format.unknown": "",
|
|
154
163
|
"downloads.wfs.featuretype.not.found": "",
|
|
155
164
|
"dropFile": "",
|
|
165
|
+
"editor.record.form.keywords": "",
|
|
156
166
|
"editor.record.form.license": "",
|
|
157
167
|
"editor.record.form.license.cc-by": "",
|
|
158
168
|
"editor.record.form.license.cc-by-sa": "",
|
|
@@ -252,6 +262,10 @@
|
|
|
252
262
|
"organisations.sortBy.nameDesc": "",
|
|
253
263
|
"organisations.sortBy.recordCountAsc": "",
|
|
254
264
|
"organisations.sortBy.recordCountDesc": "",
|
|
265
|
+
"organization.details.lastPublishedDatasets": "",
|
|
266
|
+
"organization.details.lastPublishedDatasets.searchAllButton": "",
|
|
267
|
+
"organization.details.mailContact": "",
|
|
268
|
+
"organization.header.recordCount": "{count, plural, =0{} one{} other{}}",
|
|
255
269
|
"pagination.nextPage": "",
|
|
256
270
|
"pagination.page": "",
|
|
257
271
|
"pagination.pageOf": "",
|
|
@@ -289,7 +303,7 @@
|
|
|
289
303
|
"record.metadata.preview": "",
|
|
290
304
|
"record.metadata.producer": "",
|
|
291
305
|
"record.metadata.publication": "",
|
|
292
|
-
"record.metadata.publications": "",
|
|
306
|
+
"record.metadata.publications": "{count, plural, =0{} one{} other{}}",
|
|
293
307
|
"record.metadata.quality": "",
|
|
294
308
|
"record.metadata.quality.contact.failed": "",
|
|
295
309
|
"record.metadata.quality.contact.success": "",
|
|
@@ -349,6 +363,8 @@
|
|
|
349
363
|
"results.sortBy.relevancy": "",
|
|
350
364
|
"search.autocomplete.error": "",
|
|
351
365
|
"search.error.couldNotReachApi": "",
|
|
366
|
+
"search.error.organizationHasNoDataset": "",
|
|
367
|
+
"search.error.organizationNotFound": "",
|
|
352
368
|
"search.error.receivedError": "",
|
|
353
369
|
"search.error.recordHasnolink": "",
|
|
354
370
|
"search.error.recordNotFound": "",
|
package/translations/fr.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Add Layer As": "",
|
|
3
3
|
"button.login": "Se connecter",
|
|
4
4
|
"catalog.figures.datasets": "{count, plural, =0{données} one{donnée} other{données}}",
|
|
5
|
-
"catalog.figures.
|
|
5
|
+
"catalog.figures.organizations": "{count, plural, =0{organisations} one{organisation} other{organisations}}",
|
|
6
6
|
"chart.aggregation.average": "moyenne",
|
|
7
7
|
"chart.aggregation.count": "nombre",
|
|
8
8
|
"chart.aggregation.max": "maximum",
|
|
@@ -46,6 +46,8 @@
|
|
|
46
46
|
"datafeeder.analysisProgressBar.subtitle": "L'analyse peut prendre plusieurs minutes, merci d'attendre.",
|
|
47
47
|
"datafeeder.analysisProgressBar.title": "Analyse en cours",
|
|
48
48
|
"datafeeder.datasetValidation.datasetInformation": "Le jeu de données fourni contient {number} entités",
|
|
49
|
+
"datafeeder.datasetValidationCsv.lineNumbers": "Résumé des 5 premières lignes* du CSV :",
|
|
50
|
+
"datafeeder.datasetValidationCsv.explicitLineNumbers": "*Le tableau doit afficher les 5 premières lignes (hors en-tête)<br>Si ce n'est pas le cas, vérifier que le fichier est bien formatté",
|
|
49
51
|
"datafeeder.datasetValidation.submitButton": "OK, mes données sont correctes",
|
|
50
52
|
"datafeeder.datasetValidation.title": "Vérifiez que vos données sont correctes",
|
|
51
53
|
"datafeeder.datasetValidation.unknown": " - ",
|
|
@@ -75,7 +77,8 @@
|
|
|
75
77
|
"datafeeder.publish.upload": "Upload maintenant",
|
|
76
78
|
"datafeeder.publishSuccess.geonetworkRecord": "Fiche de métadonnée",
|
|
77
79
|
"datafeeder.publishSuccess.illustration.title": "Terminé, tout s'est bien passé !",
|
|
78
|
-
"datafeeder.publishSuccess.mapViewer": "
|
|
80
|
+
"datafeeder.publishSuccess.mapViewer": "Visualiseur",
|
|
81
|
+
"datafeeder.publishSuccess.ogcFeature": "OGC API",
|
|
79
82
|
"datafeeder.publishSuccess.subtitle": "Visualisez vos données :",
|
|
80
83
|
"datafeeder.publishSuccess.title": "Félicitations! \n Vos données ont été publiées",
|
|
81
84
|
"datafeeder.publishSuccess.uploadAnotherData": "Importer une autre donnée",
|
|
@@ -104,6 +107,15 @@
|
|
|
104
107
|
"datafeeder.upload.maxFileSize": "La taille maximale est {size} Mo",
|
|
105
108
|
"datafeeder.upload.title": "Importez vos données",
|
|
106
109
|
"datafeeder.upload.uploadButton": "Transférer",
|
|
110
|
+
"datafeeder.validation.csv.delimiter": "Séparateur de colonne",
|
|
111
|
+
"datafeeder.validation.csv.delimiter.comma": "Virgule",
|
|
112
|
+
"datafeeder.validation.csv.delimiter.semicolon": "Point-virgule",
|
|
113
|
+
"datafeeder.validation.csv.lat.field": "Colonne latitude",
|
|
114
|
+
"datafeeder.validation.csv.lng.field": "Colonne longitude",
|
|
115
|
+
"datafeeder.validation.csv.quote.double": "Double guillemets",
|
|
116
|
+
"datafeeder.validation.csv.quote.none": "Aucun",
|
|
117
|
+
"datafeeder.validation.csv.quote.simple": "Simple guillemet",
|
|
118
|
+
"datafeeder.validation.csv.quoteChar": "Séparateur de texte",
|
|
107
119
|
"datafeeder.validation.encoding": "encodage",
|
|
108
120
|
"datafeeder.validation.extent.title": "Voici l'emprise du jeu de données",
|
|
109
121
|
"datafeeder.validation.extent.title.unknown": "Le système de projection est inconnu",
|
|
@@ -117,7 +129,7 @@
|
|
|
117
129
|
"datahub.header.lastRecords": "Les plus récentes",
|
|
118
130
|
"datahub.header.myfavorites": "Mes favoris",
|
|
119
131
|
"datahub.header.news": "Accueil",
|
|
120
|
-
"datahub.header.
|
|
132
|
+
"datahub.header.organizations": "Organisations",
|
|
121
133
|
"datahub.header.popularRecords": "Les plus appréciées",
|
|
122
134
|
"datahub.header.title.html": "<div class=\"text-white\">Toutes les données<br>publiques de mon organisation</div>",
|
|
123
135
|
"datahub.news.contact.contactus": "Contactez-nous",
|
|
@@ -153,6 +165,7 @@
|
|
|
153
165
|
"downloads.format.unknown": "inconnu",
|
|
154
166
|
"downloads.wfs.featuretype.not.found": "La couche n'a pas été retrouvée",
|
|
155
167
|
"dropFile": "Faites glisser votre fichier",
|
|
168
|
+
"editor.record.form.keywords": "Mots-clés",
|
|
156
169
|
"editor.record.form.license": "Licence",
|
|
157
170
|
"editor.record.form.license.cc-by": "",
|
|
158
171
|
"editor.record.form.license.cc-by-sa": "",
|
|
@@ -252,6 +265,10 @@
|
|
|
252
265
|
"organisations.sortBy.nameDesc": "Nom Z → A",
|
|
253
266
|
"organisations.sortBy.recordCountAsc": "Données 0 → 9",
|
|
254
267
|
"organisations.sortBy.recordCountDesc": "Données 9 → 0",
|
|
268
|
+
"organization.details.lastPublishedDatasets": "Dernières données publiées",
|
|
269
|
+
"organization.details.lastPublishedDatasets.searchAllButton": "Rechercher tous",
|
|
270
|
+
"organization.details.mailContact": "Contacter par mail",
|
|
271
|
+
"organization.header.recordCount": "{count, plural, =0{donnée} one{donnée} other{données}}",
|
|
255
272
|
"pagination.nextPage": "Page suivante",
|
|
256
273
|
"pagination.page": "page",
|
|
257
274
|
"pagination.pageOf": "sur",
|
|
@@ -289,7 +306,7 @@
|
|
|
289
306
|
"record.metadata.preview": "Aperçu",
|
|
290
307
|
"record.metadata.producer": "Producteur de la donnée",
|
|
291
308
|
"record.metadata.publication": "Date de publication",
|
|
292
|
-
"record.metadata.publications": "données",
|
|
309
|
+
"record.metadata.publications": "{count, plural, =0{donnée} one{donnée} other{données}}",
|
|
293
310
|
"record.metadata.quality": "Qualité des métadonnées",
|
|
294
311
|
"record.metadata.quality.contact.failed": "Contact n'est pas renseigné",
|
|
295
312
|
"record.metadata.quality.contact.success": "Contact est renseigné",
|
|
@@ -349,6 +366,8 @@
|
|
|
349
366
|
"results.sortBy.relevancy": "Pertinence",
|
|
350
367
|
"search.autocomplete.error": "Les suggestions ne peuvent pas être récupérées",
|
|
351
368
|
"search.error.couldNotReachApi": "Problème de connexion à l'API",
|
|
369
|
+
"search.error.organizationHasNoDataset": "Cette organisation n'a pas encore de données.",
|
|
370
|
+
"search.error.organizationNotFound": "L'organisation n'a pas pu être trouvée.",
|
|
352
371
|
"search.error.receivedError": "Erreur retournée",
|
|
353
372
|
"search.error.recordHasnolink": "Ce dataset n'a pas encore de lien, réessayez plus tard s'il vous plaît.",
|
|
354
373
|
"search.error.recordNotFound": "Cette donnée n'a pu être trouvée.",
|
package/translations/it.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Add Layer As": "",
|
|
3
3
|
"button.login": "",
|
|
4
4
|
"catalog.figures.datasets": "{count, plural, =0{datasets} one{dataset} other{datasets}}",
|
|
5
|
-
"catalog.figures.
|
|
5
|
+
"catalog.figures.organizations": "{count, plural, =0{organizzazioni} one{organizzazione} other{organizzazioni}}",
|
|
6
6
|
"chart.aggregation.average": "media",
|
|
7
7
|
"chart.aggregation.count": "conteggio",
|
|
8
8
|
"chart.aggregation.max": "massimo",
|
|
@@ -104,6 +104,15 @@
|
|
|
104
104
|
"datafeeder.upload.maxFileSize": "Dimensione massima: {size} MB",
|
|
105
105
|
"datafeeder.upload.title": "Importa i suoi dati",
|
|
106
106
|
"datafeeder.upload.uploadButton": "Carica",
|
|
107
|
+
"datafeeder.validation.csv.delimiter": "",
|
|
108
|
+
"datafeeder.validation.csv.delimiter.comma": "",
|
|
109
|
+
"datafeeder.validation.csv.delimiter.semicolon": "",
|
|
110
|
+
"datafeeder.validation.csv.lat.field": "",
|
|
111
|
+
"datafeeder.validation.csv.lng.field": "",
|
|
112
|
+
"datafeeder.validation.csv.quote.double": "",
|
|
113
|
+
"datafeeder.validation.csv.quote.none": "",
|
|
114
|
+
"datafeeder.validation.csv.quote.simple": "",
|
|
115
|
+
"datafeeder.validation.csv.quoteChar": "",
|
|
107
116
|
"datafeeder.validation.encoding": "Codifica",
|
|
108
117
|
"datafeeder.validation.extent.title": "Ecco l'estensione del dataset",
|
|
109
118
|
"datafeeder.validation.extent.title.unknown": "Sistema di proiezione sconosciuto",
|
|
@@ -117,7 +126,7 @@
|
|
|
117
126
|
"datahub.header.lastRecords": "Ultimi",
|
|
118
127
|
"datahub.header.myfavorites": "Miei preferiti",
|
|
119
128
|
"datahub.header.news": "Home",
|
|
120
|
-
"datahub.header.
|
|
129
|
+
"datahub.header.organizations": "Organizzazioni",
|
|
121
130
|
"datahub.header.popularRecords": "Più popolari",
|
|
122
131
|
"datahub.header.title.html": "<div class=\"text-white\">Tutti i dati<br>pubblici della mia organizzazione</div>",
|
|
123
132
|
"datahub.news.contact.contactus": "Contattateci",
|
|
@@ -153,6 +162,7 @@
|
|
|
153
162
|
"downloads.format.unknown": "sconosciuto",
|
|
154
163
|
"downloads.wfs.featuretype.not.found": "Il layer non è stato trovato",
|
|
155
164
|
"dropFile": "Trascina il suo file",
|
|
165
|
+
"editor.record.form.keywords": "",
|
|
156
166
|
"editor.record.form.license": "Licenza",
|
|
157
167
|
"editor.record.form.license.cc-by": "",
|
|
158
168
|
"editor.record.form.license.cc-by-sa": "",
|
|
@@ -252,6 +262,10 @@
|
|
|
252
262
|
"organisations.sortBy.nameDesc": "Nome Z → A",
|
|
253
263
|
"organisations.sortBy.recordCountAsc": "Dati 0 → 9",
|
|
254
264
|
"organisations.sortBy.recordCountDesc": "Dati 9 → 0",
|
|
265
|
+
"organization.details.lastPublishedDatasets": "",
|
|
266
|
+
"organization.details.lastPublishedDatasets.searchAllButton": "",
|
|
267
|
+
"organization.details.mailContact": "",
|
|
268
|
+
"organization.header.recordCount": "{count, plural, =0{} one{} other{}}",
|
|
255
269
|
"pagination.nextPage": "Pagina successiva",
|
|
256
270
|
"pagination.page": "pagina",
|
|
257
271
|
"pagination.pageOf": "di",
|
|
@@ -289,7 +303,7 @@
|
|
|
289
303
|
"record.metadata.preview": "Anteprima",
|
|
290
304
|
"record.metadata.producer": "Produttore dei dati",
|
|
291
305
|
"record.metadata.publication": "Data di pubblicazione",
|
|
292
|
-
"record.metadata.publications": "pubblicazioni",
|
|
306
|
+
"record.metadata.publications": "{count, plural, =0{pubblicazione} one{pubblicazione} other{pubblicazioni}}",
|
|
293
307
|
"record.metadata.quality": "Qualità dei metadati",
|
|
294
308
|
"record.metadata.quality.contact.failed": "Il contatto non è specificato",
|
|
295
309
|
"record.metadata.quality.contact.success": "Il contatto è specificato",
|
|
@@ -349,6 +363,8 @@
|
|
|
349
363
|
"results.sortBy.relevancy": "Rilevanza",
|
|
350
364
|
"search.autocomplete.error": "Impossibile recuperare le suggerimenti",
|
|
351
365
|
"search.error.couldNotReachApi": "Problema di connessione all'API",
|
|
366
|
+
"search.error.organizationHasNoDataset": "",
|
|
367
|
+
"search.error.organizationNotFound": "",
|
|
352
368
|
"search.error.receivedError": "Errore ricevuto",
|
|
353
369
|
"search.error.recordHasnolink": "",
|
|
354
370
|
"search.error.recordNotFound": "Impossibile trovare questo dato",
|