geonetwork-ui 2.6.0-dev.d216c4dea → 2.6.0-dev.e61ca542f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/libs/api/metadata-converter/src/index.mjs +2 -1
- package/esm2022/libs/api/metadata-converter/src/lib/common/resource-types.mjs +17 -15
- package/esm2022/libs/feature/editor/src/index.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +18 -0
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +3 -3
- package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +3 -3
- package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +6 -3
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +3 -3
- package/esm2022/libs/feature/search/src/index.mjs +2 -2
- package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +12 -5
- package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +41 -0
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +70 -1
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +4 -3
- package/esm2022/libs/ui/elements/src/index.mjs +2 -1
- package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +18 -7
- package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +51 -0
- package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +10 -4
- package/esm2022/libs/ui/inputs/src/index.mjs +2 -1
- package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +2 -2
- package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +42 -0
- package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.mjs +2 -0
- package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +8 -9
- package/esm2022/libs/ui/layout/src/index.mjs +2 -1
- package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +48 -11
- package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +3 -3
- package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +3 -3
- package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +6 -6
- package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +56 -0
- package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +4 -12
- package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +2 -1
- package/esm2022/libs/ui/search/src/index.mjs +2 -1
- package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +53 -0
- package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +11 -3
- package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +3 -3
- package/esm2022/translations/de.json +8 -1
- package/esm2022/translations/en.json +10 -1
- package/esm2022/translations/es.json +8 -1
- package/esm2022/translations/fr.json +11 -2
- package/esm2022/translations/it.json +8 -1
- package/esm2022/translations/nl.json +8 -1
- package/esm2022/translations/pt.json +8 -1
- package/fesm2022/geonetwork-ui.mjs +527 -145
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/index.d.ts +1 -0
- package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +21 -0
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +1 -1
- package/libs/feature/editor/src/index.d.ts +1 -0
- package/libs/feature/editor/src/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts +7 -0
- package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +1 -0
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +2 -1
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
- package/libs/feature/search/src/index.d.ts +1 -1
- package/libs/feature/search/src/index.d.ts.map +1 -1
- package/libs/feature/search/src/lib/feature-search.module.d.ts +4 -2
- package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +21 -0
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +1 -0
- package/libs/feature/search/src/lib/utils/service/fields.d.ts +21 -0
- package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +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/download-item/download-item.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +7 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +11 -0
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts +2 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
- package/libs/ui/inputs/src/index.d.ts +1 -0
- package/libs/ui/inputs/src/index.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +14 -0
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts +6 -0
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +25 -24
- package/libs/ui/inputs/src/lib/ui-inputs.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/layout/src/lib/block-list/block-list.component.d.ts +9 -2
- package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +18 -0
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
- package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +1 -1
- package/libs/ui/search/src/index.d.ts +1 -0
- package/libs/ui/search/src/index.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +17 -0
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +1 -0
- package/libs/ui/search/src/lib/ui-search.module.d.ts +21 -19
- package/libs/ui/search/src/lib/ui-search.module.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/api/metadata-converter/src/index.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +29 -15
- package/src/libs/feature/editor/src/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +14 -0
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +15 -0
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +14 -10
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +1 -1
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +2 -2
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +1 -0
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +21 -15
- package/src/libs/feature/search/src/index.ts +1 -1
- package/src/libs/feature/search/src/lib/feature-search.module.ts +9 -2
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.css +0 -0
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +16 -0
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +59 -0
- package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +4 -5
- package/src/libs/feature/search/src/lib/utils/service/fields.ts +99 -0
- package/src/libs/ui/elements/src/index.ts +1 -0
- package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +4 -4
- package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +8 -5
- package/src/libs/ui/elements/src/lib/download-item/download-item.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +38 -7
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +29 -2
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +1 -1
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.css +6 -0
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +9 -0
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.ts +51 -0
- package/src/libs/ui/elements/src/lib/link-card/link-card.component.html +5 -2
- package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +3 -7
- package/src/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.html +3 -5
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +9 -9
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +1 -1
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +7 -3
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +2 -3
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +1 -1
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +3 -0
- package/src/libs/ui/inputs/src/index.ts +1 -0
- package/src/libs/ui/inputs/src/lib/button/button.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-selector/dropdown-selector.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.html +23 -0
- package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.ts +44 -0
- package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.ts +5 -0
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.ts +0 -0
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +2 -2
- package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +3 -3
- package/src/libs/ui/layout/src/index.ts +1 -0
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.css +22 -0
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +2 -2
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +43 -5
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +0 -1
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +1 -1
- package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +1 -1
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +17 -5
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +3 -3
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +46 -0
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +62 -0
- package/src/libs/ui/layout/src/lib/ui-layout.module.ts +1 -5
- package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.ts +1 -0
- package/src/libs/ui/search/src/index.ts +1 -0
- package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.html +1 -1
- package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.html +24 -0
- package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.ts +53 -0
- package/src/libs/ui/search/src/lib/ui-search.module.ts +5 -0
- package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +2 -1
- package/tailwind.base.config.js +3 -0
- package/tailwind.base.css +1 -13
- package/translations/de.json +8 -1
- package/translations/en.json +10 -1
- package/translations/es.json +8 -1
- package/translations/fr.json +11 -2
- package/translations/it.json +8 -1
- package/translations/nl.json +8 -1
- package/translations/pt.json +8 -1
- package/translations/sk.json +8 -1
- package/esm2022/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.mjs +0 -18
- package/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.d.ts +0 -9
- package/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.d.ts.map +0 -1
- package/src/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.html +0 -4
- package/src/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.ts +0 -10
|
@@ -38,14 +38,14 @@ export class ProgressBarComponent {
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ProgressBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
41
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ProgressBarComponent, isStandalone: true, selector: "gn-ui-progress-bar", inputs: { value: "value", type: "type" }, ngImport: i0, template: "<ng-container [ngSwitch]=\"type\">\n <!-- Light Theme -->\n <ng-container *ngSwitchCase=\"'light'\">\n <div class=\"flex items-center relative\">\n <div\n class=\"flex-shrink-0 {{ color.text }}
|
|
41
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ProgressBarComponent, isStandalone: true, selector: "gn-ui-progress-bar", inputs: { value: "value", type: "type" }, ngImport: i0, template: "<ng-container [ngSwitch]=\"type\">\n <!-- Light Theme -->\n <ng-container *ngSwitchCase=\"'light'\">\n <div class=\"flex items-center relative\">\n <div\n class=\"flex-shrink-0 {{ color.text }} font-medium mr-2\n text-opacity-100 !text-slate-800\"\n data-cy=\"progressPercentage\"\n >\n {{ progress }}%\n </div>\n <div class=\"flex-grow h-[4px] w-[52px] {{ color.outerBar }} rounded-full\">\n <div\n [style.width.%]=\"progress\"\n class=\"{{ color.innerBar }} transition-width duration-500\n ease-in-out rounded-full shadow-sm w-[52px] h-[4px]\"\n ></div>\n </div>\n </div>\n </ng-container>\n\n <!-- Default / Primary / Secondary Themes -->\n <ng-container *ngSwitchDefault>\n <div class=\"flex h-full {{ color.outerBar }} rounded-t-lg rounded-b-lg\">\n <div\n [style.width.%]=\"progress\"\n class=\"flex {{ color.innerBar }} my-1 mx-1 transition-width\n duration-500 ease-in-out rounded-t-md rounded-b-md shadow-xl\"\n >\n <div\n class=\"flex items-center pl-2 py-1 {{ color.text }} font-bold text-4\"\n >\n {{ progress }}%\n </div>\n </div>\n </div>\n </ng-container>\n</ng-container>\n", styles: [".font-bold{font-weight:var(--progress-bar-font-weight, \"bold\")}\n"], dependencies: [{ kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: NgSwitchDefault, selector: "[ngSwitchDefault]" }] }); }
|
|
42
42
|
}
|
|
43
43
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ProgressBarComponent, decorators: [{
|
|
44
44
|
type: Component,
|
|
45
|
-
args: [{ selector: 'gn-ui-progress-bar', standalone: true, imports: [NgSwitch, NgSwitchCase, NgSwitchDefault], template: "<ng-container [ngSwitch]=\"type\">\n <!-- Light Theme -->\n <ng-container *ngSwitchCase=\"'light'\">\n <div class=\"flex items-center relative\">\n <div\n class=\"flex-shrink-0 {{ color.text }}
|
|
45
|
+
args: [{ selector: 'gn-ui-progress-bar', standalone: true, imports: [NgSwitch, NgSwitchCase, NgSwitchDefault], template: "<ng-container [ngSwitch]=\"type\">\n <!-- Light Theme -->\n <ng-container *ngSwitchCase=\"'light'\">\n <div class=\"flex items-center relative\">\n <div\n class=\"flex-shrink-0 {{ color.text }} font-medium mr-2\n text-opacity-100 !text-slate-800\"\n data-cy=\"progressPercentage\"\n >\n {{ progress }}%\n </div>\n <div class=\"flex-grow h-[4px] w-[52px] {{ color.outerBar }} rounded-full\">\n <div\n [style.width.%]=\"progress\"\n class=\"{{ color.innerBar }} transition-width duration-500\n ease-in-out rounded-full shadow-sm w-[52px] h-[4px]\"\n ></div>\n </div>\n </div>\n </ng-container>\n\n <!-- Default / Primary / Secondary Themes -->\n <ng-container *ngSwitchDefault>\n <div class=\"flex h-full {{ color.outerBar }} rounded-t-lg rounded-b-lg\">\n <div\n [style.width.%]=\"progress\"\n class=\"flex {{ color.innerBar }} my-1 mx-1 transition-width\n duration-500 ease-in-out rounded-t-md rounded-b-md shadow-xl\"\n >\n <div\n class=\"flex items-center pl-2 py-1 {{ color.text }} font-bold text-4\"\n >\n {{ progress }}%\n </div>\n </div>\n </div>\n </ng-container>\n</ng-container>\n", styles: [".font-bold{font-weight:var(--progress-bar-font-weight, \"bold\")}\n"] }]
|
|
46
46
|
}], propDecorators: { value: [{
|
|
47
47
|
type: Input
|
|
48
48
|
}], type: [{
|
|
49
49
|
type: Input
|
|
50
50
|
}] } });
|
|
51
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
51
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtYmFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvd2lkZ2V0cy9zcmMvbGliL3Byb2dyZXNzLWJhci9wcm9ncmVzcy1iYXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS93aWRnZXRzL3NyYy9saWIvcHJvZ3Jlc3MtYmFyL3Byb2dyZXNzLWJhci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUNoRCxPQUFPLEVBQUUsUUFBUSxFQUFFLFlBQVksRUFBRSxlQUFlLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTs7QUFlekUsTUFBTSxPQUFPLG9CQUFvQjtJQVBqQztRQVFXLFVBQUssR0FBRyxDQUFDLENBQUE7UUFDVCxTQUFJLEdBQWtELFNBQVMsQ0FBQTtLQWtDekU7SUFoQ0MsSUFBSSxRQUFRO1FBQ1YsT0FBTyxJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxHQUFHLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtJQUNuRSxDQUFDO0lBRUQsSUFBSSxLQUFLO1FBQ1AsUUFBUSxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUM7WUFDbEIsS0FBSyxTQUFTO2dCQUNaLE9BQU87b0JBQ0wsUUFBUSxFQUFFLGFBQWE7b0JBQ3ZCLFFBQVEsRUFBRSxhQUFhO29CQUN2QixJQUFJLEVBQUUsZUFBZTtpQkFDdEIsQ0FBQTtZQUNILEtBQUssU0FBUztnQkFDWixPQUFPO29CQUNMLFFBQVEsRUFBRSxZQUFZO29CQUN0QixRQUFRLEVBQUUsb0JBQW9CO29CQUM5QixJQUFJLEVBQUUsWUFBWTtpQkFDbkIsQ0FBQTtZQUNILEtBQUssV0FBVztnQkFDZCxPQUFPO29CQUNMLFFBQVEsRUFBRSxjQUFjO29CQUN4QixRQUFRLEVBQUUsc0JBQXNCO29CQUNoQyxJQUFJLEVBQUUsWUFBWTtpQkFDbkIsQ0FBQTtZQUNILEtBQUssT0FBTztnQkFDVixPQUFPO29CQUNMLFFBQVEsRUFBRSxrQkFBa0I7b0JBQzVCLFFBQVEsRUFBRSxZQUFZO29CQUN0QixJQUFJLEVBQUUsV0FBVztpQkFDbEIsQ0FBQTtRQUNMLENBQUM7SUFDSCxDQUFDOytHQW5DVSxvQkFBb0I7bUdBQXBCLG9CQUFvQix3SENoQmpDLCt3Q0FzQ0EsNkhEeEJZLFFBQVEsNkVBQUUsWUFBWSxxRkFBRSxlQUFlOzs0RkFFdEMsb0JBQW9CO2tCQVBoQyxTQUFTOytCQUNFLG9CQUFvQixjQUdsQixJQUFJLFdBQ1AsQ0FBQyxRQUFRLEVBQUUsWUFBWSxFQUFFLGVBQWUsQ0FBQzs4QkFHekMsS0FBSztzQkFBYixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuaW1wb3J0IHsgTmdTd2l0Y2gsIE5nU3dpdGNoQ2FzZSwgTmdTd2l0Y2hEZWZhdWx0IH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJ1xuXG5pbnRlcmZhY2UgQ29sb3JTY2hlbWUge1xuICBvdXRlckJhcjogc3RyaW5nXG4gIGlubmVyQmFyOiBzdHJpbmdcbiAgdGV4dDogc3RyaW5nXG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2duLXVpLXByb2dyZXNzLWJhcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9wcm9ncmVzcy1iYXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9wcm9ncmVzcy1iYXIuY29tcG9uZW50LmNzcyddLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbTmdTd2l0Y2gsIE5nU3dpdGNoQ2FzZSwgTmdTd2l0Y2hEZWZhdWx0XSxcbn0pXG5leHBvcnQgY2xhc3MgUHJvZ3Jlc3NCYXJDb21wb25lbnQge1xuICBASW5wdXQoKSB2YWx1ZSA9IDBcbiAgQElucHV0KCkgdHlwZTogJ3ByaW1hcnknIHwgJ3NlY29uZGFyeScgfCAnZGVmYXVsdCcgfCAnbGlnaHQnID0gJ2RlZmF1bHQnXG5cbiAgZ2V0IHByb2dyZXNzKCkge1xuICAgIHJldHVybiB0aGlzLnZhbHVlID4gMCA/ICh0aGlzLnZhbHVlIDwgMTAwID8gdGhpcy52YWx1ZSA6IDEwMCkgOiAwXG4gIH1cblxuICBnZXQgY29sb3IoKTogQ29sb3JTY2hlbWUge1xuICAgIHN3aXRjaCAodGhpcy50eXBlKSB7XG4gICAgICBjYXNlICdkZWZhdWx0JzpcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICBvdXRlckJhcjogJ2JnLWdyYXktMjAwJyxcbiAgICAgICAgICBpbm5lckJhcjogJ2JnLWdyYXktMTAwJyxcbiAgICAgICAgICB0ZXh0OiAndGV4dC1ncmF5LTkwMCcsXG4gICAgICAgIH1cbiAgICAgIGNhc2UgJ3ByaW1hcnknOlxuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgIG91dGVyQmFyOiAnYmctcHJpbWFyeScsXG4gICAgICAgICAgaW5uZXJCYXI6ICdiZy1wcmltYXJ5LWxpZ2h0ZXInLFxuICAgICAgICAgIHRleHQ6ICd0ZXh0LXdoaXRlJyxcbiAgICAgICAgfVxuICAgICAgY2FzZSAnc2Vjb25kYXJ5JzpcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICBvdXRlckJhcjogJ2JnLXNlY29uZGFyeScsXG4gICAgICAgICAgaW5uZXJCYXI6ICdiZy1zZWNvbmRhcnktbGlnaHRlcicsXG4gICAgICAgICAgdGV4dDogJ3RleHQtd2hpdGUnLFxuICAgICAgICB9XG4gICAgICBjYXNlICdsaWdodCc6XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgb3V0ZXJCYXI6ICdiZy1wcmltYXJ5LXdoaXRlJyxcbiAgICAgICAgICBpbm5lckJhcjogJ2JnLXByaW1hcnknLFxuICAgICAgICAgIHRleHQ6ICd0ZXh0LW1haW4nLFxuICAgICAgICB9XG4gICAgfVxuICB9XG59XG4iLCI8bmctY29udGFpbmVyIFtuZ1N3aXRjaF09XCJ0eXBlXCI+XG4gIDwhLS0gTGlnaHQgVGhlbWUgLS0+XG4gIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidsaWdodCdcIj5cbiAgICA8ZGl2IGNsYXNzPVwiZmxleCBpdGVtcy1jZW50ZXIgcmVsYXRpdmVcIj5cbiAgICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJmbGV4LXNocmluay0wIHt7IGNvbG9yLnRleHQgfX0gZm9udC1tZWRpdW0gbXItMlxuICAgICAgICAgICAgIHRleHQtb3BhY2l0eS0xMDAgIXRleHQtc2xhdGUtODAwXCJcbiAgICAgICAgZGF0YS1jeT1cInByb2dyZXNzUGVyY2VudGFnZVwiXG4gICAgICA+XG4gICAgICAgIHt7IHByb2dyZXNzIH19JVxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwiZmxleC1ncm93IGgtWzRweF0gdy1bNTJweF0ge3sgY29sb3Iub3V0ZXJCYXIgfX0gcm91bmRlZC1mdWxsXCI+XG4gICAgICAgIDxkaXZcbiAgICAgICAgICBbc3R5bGUud2lkdGguJV09XCJwcm9ncmVzc1wiXG4gICAgICAgICAgY2xhc3M9XCJ7eyBjb2xvci5pbm5lckJhciB9fSB0cmFuc2l0aW9uLXdpZHRoIGR1cmF0aW9uLTUwMFxuICAgICAgICAgICAgICAgZWFzZS1pbi1vdXQgcm91bmRlZC1mdWxsIHNoYWRvdy1zbSB3LVs1MnB4XSBoLVs0cHhdXCJcbiAgICAgICAgPjwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvbmctY29udGFpbmVyPlxuXG4gIDwhLS0gRGVmYXVsdCAvIFByaW1hcnkgLyBTZWNvbmRhcnkgVGhlbWVzIC0tPlxuICA8bmctY29udGFpbmVyICpuZ1N3aXRjaERlZmF1bHQ+XG4gICAgPGRpdiBjbGFzcz1cImZsZXggaC1mdWxsIHt7IGNvbG9yLm91dGVyQmFyIH19IHJvdW5kZWQtdC1sZyByb3VuZGVkLWItbGdcIj5cbiAgICAgIDxkaXZcbiAgICAgICAgW3N0eWxlLndpZHRoLiVdPVwicHJvZ3Jlc3NcIlxuICAgICAgICBjbGFzcz1cImZsZXgge3sgY29sb3IuaW5uZXJCYXIgfX0gbXktMSBteC0xIHRyYW5zaXRpb24td2lkdGhcbiAgICAgICAgICAgICAgIGR1cmF0aW9uLTUwMCBlYXNlLWluLW91dCByb3VuZGVkLXQtbWQgcm91bmRlZC1iLW1kIHNoYWRvdy14bFwiXG4gICAgICA+XG4gICAgICAgIDxkaXZcbiAgICAgICAgICBjbGFzcz1cImZsZXggaXRlbXMtY2VudGVyIHBsLTIgcHktMSB7eyBjb2xvci50ZXh0IH19IGZvbnQtYm9sZCB0ZXh0LTRcIlxuICAgICAgICA+XG4gICAgICAgICAge3sgcHJvZ3Jlc3MgfX0lXG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvbmctY29udGFpbmVyPlxuPC9uZy1jb250YWluZXI+XG4iXX0=
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"datafeeder.month.september": "September",
|
|
52
52
|
"datafeeder.wizardSummarize.createdAt": "Erstellt am",
|
|
53
53
|
"datafeeder.wizardSummarize.scale": "Maßstab",
|
|
54
|
-
"datahub.header.datasets": "
|
|
54
|
+
"datahub.header.datasets": "Katalog",
|
|
55
55
|
"datahub.header.lastRecords": "Die neuesten",
|
|
56
56
|
"datahub.header.myfavorites": "Meine Favoriten",
|
|
57
57
|
"datahub.header.news": "Startseite",
|
|
@@ -204,6 +204,9 @@
|
|
|
204
204
|
"editor.record.form.license.odc-by": "",
|
|
205
205
|
"editor.record.form.license.pddl": "",
|
|
206
206
|
"editor.record.form.license.unknown": "",
|
|
207
|
+
"editor.record.form.multilingual.enable": "",
|
|
208
|
+
"editor.record.form.multilingual.open": "",
|
|
209
|
+
"editor.record.form.multilingual.title": "",
|
|
207
210
|
"editor.record.form.page.accessAndContact": "",
|
|
208
211
|
"editor.record.form.page.description": "",
|
|
209
212
|
"editor.record.form.page.resources": "",
|
|
@@ -515,6 +518,10 @@
|
|
|
515
518
|
"search.filters.producerOrg": "",
|
|
516
519
|
"search.filters.publicationYear": "Veröffentlichungsjahr",
|
|
517
520
|
"search.filters.publisherOrg": "",
|
|
521
|
+
"search.filters.recordKind.all": "Alle",
|
|
522
|
+
"search.filters.recordKind.dataset": "Datensätze",
|
|
523
|
+
"search.filters.recordKind.reuse": "Wiederverwendungen",
|
|
524
|
+
"search.filters.recordKind.service": "Dienste",
|
|
518
525
|
"search.filters.representationType": "Repräsentationstyp",
|
|
519
526
|
"search.filters.resourceType": "Ressourcentyp",
|
|
520
527
|
"search.filters.standard": "Standard",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"datafeeder.month.september": "September",
|
|
52
52
|
"datafeeder.wizardSummarize.createdAt": "Created at",
|
|
53
53
|
"datafeeder.wizardSummarize.scale": "Scale",
|
|
54
|
-
"datahub.header.datasets": "
|
|
54
|
+
"datahub.header.datasets": "Catalog",
|
|
55
55
|
"datahub.header.lastRecords": "The latest",
|
|
56
56
|
"datahub.header.myfavorites": "My favorites",
|
|
57
57
|
"datahub.header.news": "Home",
|
|
@@ -204,6 +204,9 @@
|
|
|
204
204
|
"editor.record.form.license.odc-by": "Open Data Commons ODC-By",
|
|
205
205
|
"editor.record.form.license.pddl": "Open Data Commons PDDL",
|
|
206
206
|
"editor.record.form.license.unknown": "Unknown or absent",
|
|
207
|
+
"editor.record.form.multilingual.enable": "Multilingual Mode",
|
|
208
|
+
"editor.record.form.multilingual.open": "Open the multilingual panel",
|
|
209
|
+
"editor.record.form.multilingual.title": "Translations",
|
|
207
210
|
"editor.record.form.page.accessAndContact": "Information for use",
|
|
208
211
|
"editor.record.form.page.description": "Dataset description",
|
|
209
212
|
"editor.record.form.page.resources": "Resources",
|
|
@@ -515,6 +518,10 @@
|
|
|
515
518
|
"search.filters.producerOrg": "Producer",
|
|
516
519
|
"search.filters.publicationYear": "Publication year",
|
|
517
520
|
"search.filters.publisherOrg": "Publisher",
|
|
521
|
+
"search.filters.recordKind.all": "All",
|
|
522
|
+
"search.filters.recordKind.dataset": "Datasets",
|
|
523
|
+
"search.filters.recordKind.reuse": "Reuses",
|
|
524
|
+
"search.filters.recordKind.service": "Services",
|
|
518
525
|
"search.filters.representationType": "Representation type",
|
|
519
526
|
"search.filters.resourceType": "Resource type",
|
|
520
527
|
"search.filters.standard": "Standard",
|
|
@@ -562,6 +569,8 @@
|
|
|
562
569
|
"tooltip.url.open": "Open URL",
|
|
563
570
|
"ui.readLess": "Read less",
|
|
564
571
|
"ui.readMore": "Read more",
|
|
572
|
+
"ui.hideFullText": "Hide complete text",
|
|
573
|
+
"ui.showAllText": "Show all text",
|
|
565
574
|
"wfs.feature.limit": "Too many features to display the WFS layer!",
|
|
566
575
|
"wfs.featuretype.notfound": "No matching feature type was found in the service",
|
|
567
576
|
"wfs.geojsongml.notsupported": "This service does not support the GeoJSON or GML format",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"datafeeder.month.september": "",
|
|
52
52
|
"datafeeder.wizardSummarize.createdAt": "",
|
|
53
53
|
"datafeeder.wizardSummarize.scale": "",
|
|
54
|
-
"datahub.header.datasets": "",
|
|
54
|
+
"datahub.header.datasets": "Catálogo",
|
|
55
55
|
"datahub.header.lastRecords": "",
|
|
56
56
|
"datahub.header.myfavorites": "",
|
|
57
57
|
"datahub.header.news": "",
|
|
@@ -204,6 +204,9 @@
|
|
|
204
204
|
"editor.record.form.license.odc-by": "",
|
|
205
205
|
"editor.record.form.license.pddl": "",
|
|
206
206
|
"editor.record.form.license.unknown": "",
|
|
207
|
+
"editor.record.form.multilingual.enable": "",
|
|
208
|
+
"editor.record.form.multilingual.open": "",
|
|
209
|
+
"editor.record.form.multilingual.title": "",
|
|
207
210
|
"editor.record.form.page.accessAndContact": "",
|
|
208
211
|
"editor.record.form.page.description": "",
|
|
209
212
|
"editor.record.form.page.resources": "",
|
|
@@ -515,6 +518,10 @@
|
|
|
515
518
|
"search.filters.producerOrg": "",
|
|
516
519
|
"search.filters.publicationYear": "",
|
|
517
520
|
"search.filters.publisherOrg": "",
|
|
521
|
+
"search.filters.recordKind.all": "Todos",
|
|
522
|
+
"search.filters.recordKind.dataset": "",
|
|
523
|
+
"search.filters.recordKind.reuse": "",
|
|
524
|
+
"search.filters.recordKind.service": "",
|
|
518
525
|
"search.filters.representationType": "",
|
|
519
526
|
"search.filters.resourceType": "",
|
|
520
527
|
"search.filters.standard": "",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"datafeeder.month.september": "Septembre",
|
|
52
52
|
"datafeeder.wizardSummarize.createdAt": "Créée le",
|
|
53
53
|
"datafeeder.wizardSummarize.scale": "Échelle",
|
|
54
|
-
"datahub.header.datasets": "
|
|
54
|
+
"datahub.header.datasets": "Catalogue",
|
|
55
55
|
"datahub.header.lastRecords": "Les plus récentes",
|
|
56
56
|
"datahub.header.myfavorites": "Mes favoris",
|
|
57
57
|
"datahub.header.news": "Accueil",
|
|
@@ -204,6 +204,9 @@
|
|
|
204
204
|
"editor.record.form.license.odc-by": "Open Data Commons ODC-By",
|
|
205
205
|
"editor.record.form.license.pddl": "Open Data Commons PDDL",
|
|
206
206
|
"editor.record.form.license.unknown": "Inconnue ou absente",
|
|
207
|
+
"editor.record.form.multilingual.enable": "Mode Multilingue",
|
|
208
|
+
"editor.record.form.multilingual.open": "Ouvrir le menu multilingue",
|
|
209
|
+
"editor.record.form.multilingual.title": "Traductions",
|
|
207
210
|
"editor.record.form.page.accessAndContact": "Informations pour l'utilisation",
|
|
208
211
|
"editor.record.form.page.description": "Description du jeu de données",
|
|
209
212
|
"editor.record.form.page.resources": "Ressources",
|
|
@@ -406,7 +409,7 @@
|
|
|
406
409
|
"record.metadata.keywords": "Mots-clés",
|
|
407
410
|
"record.metadata.languages": "Langues",
|
|
408
411
|
"record.metadata.lastUpdate": "Mis à jour le {date}",
|
|
409
|
-
"record.metadata.links": "
|
|
412
|
+
"record.metadata.links": "Liens",
|
|
410
413
|
"record.metadata.noUsage": "Aucune condition d'utilisation spécifiée pour ces données",
|
|
411
414
|
"record.metadata.otherConstraints": "Limitations d'usage",
|
|
412
415
|
"record.metadata.owner": "Catalogue d'origine",
|
|
@@ -515,6 +518,10 @@
|
|
|
515
518
|
"search.filters.producerOrg": "Producteur",
|
|
516
519
|
"search.filters.publicationYear": "Année de publication",
|
|
517
520
|
"search.filters.publisherOrg": "Distributeur",
|
|
521
|
+
"search.filters.recordKind.all": "Tous",
|
|
522
|
+
"search.filters.recordKind.dataset": "Jeux de données",
|
|
523
|
+
"search.filters.recordKind.reuse": "Réutilisations",
|
|
524
|
+
"search.filters.recordKind.service": "Services",
|
|
518
525
|
"search.filters.representationType": "Type de représentation",
|
|
519
526
|
"search.filters.resourceType": "Type de ressource",
|
|
520
527
|
"search.filters.standard": "Standard",
|
|
@@ -562,6 +569,8 @@
|
|
|
562
569
|
"tooltip.url.open": "Ouvrir l'URL",
|
|
563
570
|
"ui.readLess": "Réduire",
|
|
564
571
|
"ui.readMore": "Lire la suite",
|
|
572
|
+
"ui.hideFullText": "Masquer le texte complet",
|
|
573
|
+
"ui.showAllText": "Tout afficher",
|
|
565
574
|
"wfs.feature.limit": "Trop d'objets pour afficher la couche WFS !",
|
|
566
575
|
"wfs.featuretype.notfound": "La classe d'objets n'a pas été trouvée dans le service",
|
|
567
576
|
"wfs.geojsongml.notsupported": "Le service ne supporte pas le format GeoJSON ou GML",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"datafeeder.month.september": "Settembre",
|
|
52
52
|
"datafeeder.wizardSummarize.createdAt": "Creato il",
|
|
53
53
|
"datafeeder.wizardSummarize.scale": "Scala",
|
|
54
|
-
"datahub.header.datasets": "
|
|
54
|
+
"datahub.header.datasets": "Catalogo",
|
|
55
55
|
"datahub.header.lastRecords": "Ultimi",
|
|
56
56
|
"datahub.header.myfavorites": "Miei preferiti",
|
|
57
57
|
"datahub.header.news": "Home",
|
|
@@ -204,6 +204,9 @@
|
|
|
204
204
|
"editor.record.form.license.odc-by": "Open Data Commons ODC-By",
|
|
205
205
|
"editor.record.form.license.pddl": "Open Data Commons PDDL",
|
|
206
206
|
"editor.record.form.license.unknown": "Sconosciuto o assente",
|
|
207
|
+
"editor.record.form.multilingual.enable": "",
|
|
208
|
+
"editor.record.form.multilingual.open": "",
|
|
209
|
+
"editor.record.form.multilingual.title": "",
|
|
207
210
|
"editor.record.form.page.accessAndContact": "Informazioni per l'uso",
|
|
208
211
|
"editor.record.form.page.description": "Descrizione del dataset",
|
|
209
212
|
"editor.record.form.page.resources": "Risorse",
|
|
@@ -515,6 +518,10 @@
|
|
|
515
518
|
"search.filters.producerOrg": "Produttore",
|
|
516
519
|
"search.filters.publicationYear": "Anno di pubblicazione",
|
|
517
520
|
"search.filters.publisherOrg": "Distributore",
|
|
521
|
+
"search.filters.recordKind.all": "Tutti",
|
|
522
|
+
"search.filters.recordKind.dataset": "Dataset",
|
|
523
|
+
"search.filters.recordKind.reuse": "Riutilizzi",
|
|
524
|
+
"search.filters.recordKind.service": "Servizi",
|
|
518
525
|
"search.filters.representationType": "Tipo di rappresentazione",
|
|
519
526
|
"search.filters.resourceType": "Tipo di risorsa",
|
|
520
527
|
"search.filters.standard": "Standard",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"datafeeder.month.september": "",
|
|
52
52
|
"datafeeder.wizardSummarize.createdAt": "",
|
|
53
53
|
"datafeeder.wizardSummarize.scale": "",
|
|
54
|
-
"datahub.header.datasets": "",
|
|
54
|
+
"datahub.header.datasets": "Catalog",
|
|
55
55
|
"datahub.header.lastRecords": "",
|
|
56
56
|
"datahub.header.myfavorites": "",
|
|
57
57
|
"datahub.header.news": "",
|
|
@@ -204,6 +204,9 @@
|
|
|
204
204
|
"editor.record.form.license.odc-by": "",
|
|
205
205
|
"editor.record.form.license.pddl": "",
|
|
206
206
|
"editor.record.form.license.unknown": "",
|
|
207
|
+
"editor.record.form.multilingual.enable": "",
|
|
208
|
+
"editor.record.form.multilingual.open": "",
|
|
209
|
+
"editor.record.form.multilingual.title": "",
|
|
207
210
|
"editor.record.form.page.accessAndContact": "",
|
|
208
211
|
"editor.record.form.page.description": "",
|
|
209
212
|
"editor.record.form.page.resources": "",
|
|
@@ -515,6 +518,10 @@
|
|
|
515
518
|
"search.filters.producerOrg": "",
|
|
516
519
|
"search.filters.publicationYear": "",
|
|
517
520
|
"search.filters.publisherOrg": "",
|
|
521
|
+
"search.filters.recordKind.all": "Alles",
|
|
522
|
+
"search.filters.recordKind.dataset": "",
|
|
523
|
+
"search.filters.recordKind.reuse": "",
|
|
524
|
+
"search.filters.recordKind.service": "",
|
|
518
525
|
"search.filters.representationType": "",
|
|
519
526
|
"search.filters.resourceType": "",
|
|
520
527
|
"search.filters.standard": "",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"datafeeder.month.september": "",
|
|
52
52
|
"datafeeder.wizardSummarize.createdAt": "",
|
|
53
53
|
"datafeeder.wizardSummarize.scale": "",
|
|
54
|
-
"datahub.header.datasets": "",
|
|
54
|
+
"datahub.header.datasets": "Catálogo",
|
|
55
55
|
"datahub.header.lastRecords": "",
|
|
56
56
|
"datahub.header.myfavorites": "",
|
|
57
57
|
"datahub.header.news": "",
|
|
@@ -204,6 +204,9 @@
|
|
|
204
204
|
"editor.record.form.license.odc-by": "",
|
|
205
205
|
"editor.record.form.license.pddl": "",
|
|
206
206
|
"editor.record.form.license.unknown": "",
|
|
207
|
+
"editor.record.form.multilingual.enable": "",
|
|
208
|
+
"editor.record.form.multilingual.open": "",
|
|
209
|
+
"editor.record.form.multilingual.title": "",
|
|
207
210
|
"editor.record.form.page.accessAndContact": "",
|
|
208
211
|
"editor.record.form.page.description": "",
|
|
209
212
|
"editor.record.form.page.resources": "",
|
|
@@ -515,6 +518,10 @@
|
|
|
515
518
|
"search.filters.producerOrg": "",
|
|
516
519
|
"search.filters.publicationYear": "",
|
|
517
520
|
"search.filters.publisherOrg": "",
|
|
521
|
+
"search.filters.recordKind.all": "Todos",
|
|
522
|
+
"search.filters.recordKind.dataset": "",
|
|
523
|
+
"search.filters.recordKind.reuse": "",
|
|
524
|
+
"search.filters.recordKind.service": "",
|
|
518
525
|
"search.filters.representationType": "",
|
|
519
526
|
"search.filters.resourceType": "",
|
|
520
527
|
"search.filters.standard": "",
|