diff --git a/web-ui/src/main/resources/catalog/locales/ca-admin.json b/web-ui/src/main/resources/catalog/locales/ca-admin.json index 03d62d8dcab..7d9d1548c9a 100644 --- a/web-ui/src/main/resources/catalog/locales/ca-admin.json +++ b/web-ui/src/main/resources/catalog/locales/ca-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Mapa base, URL o Named Layer ID", "region/getmap/mapproj": "Projecció del mapa", "region/getmap/summaryWidth": "Amplada del resum", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "By default, the displayed metadata extents are planar (i.e. rectangular). If you enable this option, the metadata extents will become geodesic. If the map uses a projected coordinate system, this may lead to non-rectangular extents (e.g. trapezoid).", "region/getmap/width": "Ample", "metadata/editor": "Configuració de l'editor de metadades", "metadata/editor/schemaConfig": "Configuració estàndard", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Horitzontal", "ui-createPageTpl-vertical": "Vertical", "ui-createPageTpl-other": "Personalitzat", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "Llista d'idiomes", "ui-filters": "Filtres", "ui-minUserProfileToCreateTemplate": "Què perfil mínim és requerit per a gestionar/crear una plantilla?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Add table of contents (TOC) page", "metadata/pdfReport/pdfName": "Report file name", "metadata/pdfReport/pdfName-help": "Report file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadata selection - csv export", "metadata/csvReport/csvName": "CSV export file name", "metadata/csvReport/csvName-help": "Export metadata in CSV format file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Index name", - "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties." + "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/ca-core.json b/web-ui/src/main/resources/catalog/locales/ca-core.json index bb65545c748..2f7ee52dbae 100644 --- a/web-ui/src/main/resources/catalog/locales/ca-core.json +++ b/web-ui/src/main/resources/catalog/locales/ca-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Password must contain at least 1 uppercase, 1 lowercase, 1 number and 1 symbol. Symbols include: `~!@#$%^&*()-_=+[]{}\\|;:'\",.<>/?');", "passwordOld": "Old password", "passwordRepeat": "Repeteix la contrasenya", - "groupNameMaxlength": "Group name can not exceed 32 characters!", + "groupNameMaxlength": "Group name can not exceed 255 characters!", + "categoryNameMaxlength": "Category name can not exceed 255 characters!", + "portalNameMaxlength": "Portal name can not exceed 255 characters!", + "portalIdMaxlength": "Portal identifier can not exceed 255 characters!", "groupDescriptionMaxlength": "Group description can not exceed 255 characters!", "groupEmailMaxlength": "Group email can not exceed 128 characters!", "pol": "Polac", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/ca-v4.json b/web-ui/src/main/resources/catalog/locales/ca-v4.json index 9da4e00da5f..d1a8e2e435c 100644 --- a/web-ui/src/main/resources/catalog/locales/ca-v4.json +++ b/web-ui/src/main/resources/catalog/locales/ca-v4.json @@ -293,6 +293,8 @@ "pageContent": "Page content", "pageContentFile": "Page content file", "pageLabel": "Page label", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Page section", "pageApiLink": "Page API link", "uiRestorePrevious": "Restore last saved", @@ -393,6 +395,7 @@ "measureName": "Measure", "measureDescription": "Description", "measureValue": "Value", + "measureDate": "Date", "switchPortals": "Switch to another Portal", "dataPreview": "Discover data", "tableOfContents": "Table of Contents", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/locales/cs-admin.json b/web-ui/src/main/resources/catalog/locales/cs-admin.json index 3f743ae4f25..1efd0015dec 100644 --- a/web-ui/src/main/resources/catalog/locales/cs-admin.json +++ b/web-ui/src/main/resources/catalog/locales/cs-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Podkladová mapa, URL nebo ID označené vrstvy", "region/getmap/mapproj": "Zobrazení mapy", "region/getmap/summaryWidth": "Šířka shrnutí", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "Ve výchozím nastavení jsou zobrazené rozsahy metadat rovinné (tj. obdélníkové). Pokud povolíte tuto možnost, rozsahy metadat se stanou geodetické. Pokud mapa používá promítnutý souřadnicový systém, může to vést k nepravoúhlým rozsahům (např. lichoběžník).", "region/getmap/width": "Šířka", "metadata/editor": "Konfigurace metadatového editoru", "metadata/editor/schemaConfig": "Standardní konfigurace", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Horizontální", "ui-createPageTpl-vertical": "Vertikální", "ui-createPageTpl-other": "Vlastní", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "Seznam jazyků", "ui-filters": "Filtry", "ui-minUserProfileToCreateTemplate": "Který minimální profil je vyžadován pro správu / vytvoření šablony?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Přidat stránku obsahu (TOC)", "metadata/pdfReport/pdfName": "Název souboru zprávy", "metadata/pdfReport/pdfName-help": "Název souboru zprávy. Lze použít následující pole šablony: {rok}, {měsíc}, {den}, {datum} a {datetime}. Pole šablon jsou nahrazena příslušnými hodnotami data. {date} používá formát „yyyyMMdd“ a {datetime} používá formát „yyyyMMddHHmmss“.", + "metadata/pdfReport/headerLogoFileName": "Název souboru horního banneru", + "metadata/pdfReport/headerLogoFileName-help": "Po zadání souboru bude pdf vygenerováno pomocí tohoto obrázku jako horního banneru namísto výchozího. Přidejte prosím tento obrázek pomocí funkce přidat nové logo.", "metadata/csvReport": "Výběr metadat - export csv", "metadata/csvReport/csvName": "Název exportovaného souboru CSV", "metadata/csvReport/csvName-help": "Export metadat ve formátu CSV s názvem souboru. Je povoleno používat následující pole šablony: {year}, {month}, {day}, {date} a {datetime}. Pole šablony jsou nahrazeny souvisejícími hodnotami data. {date} používá formát 'yyyyMMdd' a {datetime} používá formát 'yyyyMMddHHmmss'.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Verze Elasticsearch", "es.index": "Název indexu", - "systemPropertiesProxyConfiguration": "Použití nastavení http proxy ve vlastnostech systému." + "systemPropertiesProxyConfiguration": "Použití nastavení http proxy ve vlastnostech systému.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "Hodnota je povinná", + "fieldTooLong": "Hodnota je příliš dlouhá", + "fieldTooShort": "Hodnota je příliš krátká", + "fieldEmailNotValid": "Je vyžadována platná e-mailová adresa", + "formConfirmExit": "Formulář obsahuje změny, pokud jej opustíte, změny budou ztraceny. Chcete stránku opustit?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/cs-core.json b/web-ui/src/main/resources/catalog/locales/cs-core.json index ee9bb7b2a92..2996f5151b9 100644 --- a/web-ui/src/main/resources/catalog/locales/cs-core.json +++ b/web-ui/src/main/resources/catalog/locales/cs-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Heslo musí obsahovat alespoň 1 velké písmeno, 1 malé písmeno, 1 číslo a 1 symbol. Mezi symboly patří: `~!@#$%^&*()-_=+[]{}\\|;:'\",.<>/?');", "passwordOld": "Staré heslo", "passwordRepeat": "Zadejte heslo znovu", - "groupNameMaxlength": "Název skupiny nesmí přesáhnout 32 znaků!", + "groupNameMaxlength": "Název skupiny nesmí přesáhnout 255 znaků!", + "categoryNameMaxlength": "Název kategorie nesmí přesáhnout 255 znaků!", + "portalNameMaxlength": "Název portálu nesmí přesáhnout 255 znaků!", + "portalIdMaxlength": "Identifikátor portálu nesmí přesáhnout 255 znaků!", "groupDescriptionMaxlength": "Popis skupiny nesmí přesáhnout 255 znaků!", "groupEmailMaxlength": "E-mail skupiny nesmí přesáhnout 128 znaků!", "pol": "Polski", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Prohlížející nemůže zrušit publikování metadat", "reviewerNotAllowedPublishUnpublish": "Prohlížející nemá oprávnění publikovat/zrušit publikování metadat", "missingTitle": "Chybí název" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/cs-v4.json b/web-ui/src/main/resources/catalog/locales/cs-v4.json index 765d4bf371a..e4952c6d9ce 100644 --- a/web-ui/src/main/resources/catalog/locales/cs-v4.json +++ b/web-ui/src/main/resources/catalog/locales/cs-v4.json @@ -293,6 +293,8 @@ "pageContent": "Obsah stránky", "pageContentFile": "Soubor s obsahem stránky", "pageLabel": "Štítek stránky", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Sekce stránky", "pageApiLink": "Odkaz na API stránky", "uiRestorePrevious": "Obnovit naposledy uložené", @@ -393,6 +395,7 @@ "measureName": "Opatření", "measureDescription": "Popis", "measureValue": "Hodnota", + "measureDate": "datum", "switchPortals": "Přepnout na jiný portál", "dataPreview": "Objevte data", "tableOfContents": "Obsah", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Naposledy vytvořené záznamy", "associationType": "Typ přidružení", "initiativeType": "Typ iniciativy", - "associatedTo": "Přidružený" + "associatedTo": "Přidružený", + "filterHelp": "Pro aktivaci filtru klikněte na jedno z níže uvedených tlačítek" } diff --git a/web-ui/src/main/resources/catalog/locales/da-admin.json b/web-ui/src/main/resources/catalog/locales/da-admin.json index 9a6a77210ed..a2257171cf6 100644 --- a/web-ui/src/main/resources/catalog/locales/da-admin.json +++ b/web-ui/src/main/resources/catalog/locales/da-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Baggrundskort, URL eller Navngivet lag ID", "region/getmap/mapproj": "Kort projektion", "region/getmap/summaryWidth": "Sammendrag bredde", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "By default, the displayed metadata extents are planar (i.e. rectangular). If you enable this option, the metadata extents will become geodesic. If the map uses a projected coordinate system, this may lead to non-rectangular extents (e.g. trapezoid).", "region/getmap/width": "Bredde", "metadata/editor": "Konfiguration af metadata editor", "metadata/editor/schemaConfig": "Standard konfiguration", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Vandret", "ui-createPageTpl-vertical": "Lodret", "ui-createPageTpl-other": "Brugerdefinerede", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "Liste over sprog", "ui-filters": "filtre", "ui-minUserProfileToCreateTemplate": "Hvilken minimumsprofil kræves for at administrere/oprette skabelon?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Tilføj indholdsfortegnelse (TOC) side", "metadata/pdfReport/pdfName": "Rapport filnavn", "metadata/pdfReport/pdfName-help": "Rapport filnavn. Følgende skabelonfelter må bruges: {year}, {month}, {day}, {date} og {datetime}. Skabelonfelter erstattes med de relaterede datoværdier. {date} bruger formatet 'yyyyMMdd', og {datetime} bruger formatet 'yyyyMMdd'.", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadatavalg - csv-eksport", "metadata/csvReport/csvName": "CSV-eksportfilnavn", "metadata/csvReport/csvName-help": "Eksporter metadata i CSV-format filnavn. Følgende skabelonfelter må bruges: {year}, {month}, {day}, {date} og {datetime}. Skabelonfelter erstattes med de relaterede datoværdier. {date} bruger formatet 'yyyyMMdd', og {datetime} bruger formatet 'yyyyMMdd'.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Index name", - "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties." + "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "Værdien er nødvendig", + "fieldTooLong": "Værdien er for lang", + "fieldTooShort": "Værdien er for kort", + "fieldEmailNotValid": "En valid e-mail er nødvendig", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/da-core.json b/web-ui/src/main/resources/catalog/locales/da-core.json index 6b4e63e6d65..000ccfd8bba 100644 --- a/web-ui/src/main/resources/catalog/locales/da-core.json +++ b/web-ui/src/main/resources/catalog/locales/da-core.json @@ -52,7 +52,7 @@ "chooseImage": "Vælg eller indsæt en billedfil her", "topConcepts": "Top Koncepter(er)", "viewSelectionOnly": "Kun udvalgte", - "add": "Tilføj", + "add": "Opret", "address": "Adresse", "personal": "Personligt", "gnToggle": "Vis/gem sektioner", @@ -116,7 +116,7 @@ "addThoseCategories": "Flet udvalgte", "replaceByThoseCategories": "Opdatering", "categoriesBatchAlert": "Ved opdatering af kategorier kan brugeren vælge at tilføje de nye kategorier til de eksisterende eller at erstatte dem.", - "editorBoard": "Tilføj ny post", + "editorBoard": "Opret ny metadata", "contribute": "Tilføj", "email": "E-mail", "eng": "engelsk", @@ -157,7 +157,7 @@ "keywordFilter": "Filtrer nøgleord", "keywords": "Nøgleord", "recordOwner": "Postejer", - "groupRecordOwner": "Group record owner", + "groupRecordOwner": "Metadatagruppe-ejer", "map": "Kort", "makeYourMap": "Kort", "metadataPOCs": "Kontakt for metadata", @@ -184,15 +184,15 @@ "hitsPerPage": "Poster per side", "chooseRecordsPerPage": "Klik for at vælge antallet af poster pr. side", "sortedBy": "Sorteret efter {{field}}", - "sortBy-dateStampDesc": "last updates", - "sortBy-createDateDesc": "Nye poster", - "sortBy-resourceTitleObject.default.sort": "title (ascending)", - "sortBy-resourceTitleObject.default.sortDesc": "title (descending)", + "sortBy-dateStampDesc": "sidst opdateret", + "sortBy-createDateDesc": "Nye metadata", + "sortBy-resourceTitleObject.default.sort": "titel (stigende)", + "sortBy-resourceTitleObject.default.sortDesc": "titel (faldende)", "sortBy-relevance": "Relevans", - "sortBy-ratingDesc": "rating", + "sortBy-ratingDesc": "bedømmelse", "rating": "bedømmelse", "popularity": "popularitet", - "sortBy-popularityDesc": "popularity", + "sortBy-popularityDesc": "popularitet", "sortBy-denominatorDesc": "lav skala først", "sortBy-denominatorAsc": "høj skala først", "selected": "valgte", @@ -218,7 +218,10 @@ "passwordPattern": "Adgangskoden skal indeholde mindst 1 stort, 1 lille bogstav, 1 tal og 1 symbol. Symboler inkluderer: `~!@#$%^&*()-_=+[]{}\\|;:'\",.<>/?');", "passwordOld": "Gammelt kodeord", "passwordRepeat": "Gentag adgangskode", - "groupNameMaxlength": "Gruppenavnet må ikke overstige 32 tegn!", + "groupNameMaxlength": "Gruppenavn må ikke overstige 255 karakterer!", + "categoryNameMaxlength": "Kategorinavn må ikke overstige 255 karakterer!", + "portalNameMaxlength": "Navn på portal må ikke overstige 255 karakterer!", + "portalIdMaxlength": "Identifikator af portal må ikke overstige 255 karakterer!", "groupDescriptionMaxlength": "Gruppebeskrivelsen må ikke overstige 255 tegn!", "groupEmailMaxlength": "Gruppe-e-mail må ikke overstige 128 tegn!", "pol": "Polski", @@ -412,7 +415,7 @@ "valueDefinition": "Definition", "toggleNavigation": "Skift navigation", "valueCode": "Kode", - "addRecord": "Tilføj ny post", + "addRecord": "Opret ny metadata", "ImportRecord": "Importer nye poster", "directoryManager": "Administrer mappe", "typeOfRecord": "Type af post", @@ -488,7 +491,7 @@ "doiCheckExistingMetadata": "Tjek DataCite-metadatadokumentet", "doiViewMetadata": "DataCite metadata", "doiCreationTaskCreateAction-help": "Opret DOIen for journalen, og luk opgaven", - "editorHome": "Redaktør Repræsentanterne", + "editorHome": "Dine metadata", "adminHome": "Resumé", "allAdmins": "Administratorer", "group": "Gruppe", @@ -546,7 +549,7 @@ "categoriesUpdated": "Kategorier opdateret.", "warnPublishDraft": "Når du udgiver poster med workflow aktiveret, ændres status til 'Godkend'. Er du sikker på, at du vil fortsætte?", "cancelWorkingCopy": "Annuller arbejdskopi", - "deleteWorkingCopyRecordConfirm": "Vil du virkelig fjerne arbejdskopien '{{resourceTitle}}'?", + "deleteWorkingCopyRecordConfirm": "Do you really want to remove the working copy '{{resourceTitle}}'?", "workingCopy": "Arbejdskopi", "onTheWeb": "Mere online information", "pdfReportTocTitle": "Indhold", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/da-editor.json b/web-ui/src/main/resources/catalog/locales/da-editor.json index cd86a8af5a9..4695dc1c426 100644 --- a/web-ui/src/main/resources/catalog/locales/da-editor.json +++ b/web-ui/src/main/resources/catalog/locales/da-editor.json @@ -111,7 +111,7 @@ "createMetadataForGroup": "Opret og udgiv til gruppe redaktører/editors", "createMetadataForGroup-help": "Posten kan redigeres af alle medlemmer af gruppen", "createMetadataUniformResourceName": "Metadata Uniform Resource Name", - "createNewMetadata": "Tilføj en ny post", + "createNewMetadata": "Opret nyt metadata", "createSmall": "Opret lille", "cantAddLinkToDataset": "Kan ikke føje link til måldatasæt. Du kan sandsynligvis ikke redigere den pågældende post. Opdaterer kun tjenesten.", "current": "nuværende", @@ -249,7 +249,7 @@ "areYouSureToAddALinkWithError": "Nuværende URL kunne ikke hentes af kataloget (det kan være et problem med katalogproxyen). Du bør tjekke linket manuelt før du tilføjer det til posten?", "addLinkAnyway": "Tilføj link alligevel", "updateLinkAnyway": "Opdater link alligevel", - "onlineFunction": "Fungere", + "onlineFunction": "Funktion", "applicationProfile": "Ansøgningsprofil", "fileStoreNoFileMatching": "Ingen fil fundet matchende filter ({{filter}}). Upload en, hvis det er nødvendigt.", "other": "Andet", @@ -385,7 +385,7 @@ "directoryEntryReject": "Afvise", "directoryEntryToTemplate": "Konverter til skabelon", "directoryEntryAssociatedMetadata": "Tilknyttede metadata", - "directoryEntryEditor": "Entry Editor", + "directoryEntryEditor": "Rediger indgang", "directoryEntryEditing": "Redigering for øjeblikket:", "directoryEntry-removeError-referenced": "Du kan ikke fjerne denne underskabelon, da den bruges i nogle poster.", "directoryManagerMode-newEntry": "Ny indgang", @@ -409,10 +409,10 @@ "confirmCloseInvalidTitle": "Bekræft, at redigeringsværktøjet lukkes", "confirmCloseInvalidMetadata": "Den nuværende metadata vurderes til at være invalid. Ved at lukke redigeringsværktøjet vil nuværende proces ikke blive publiceret (dette kan ændres i applikations-indstillingerne).

Ønsker du at fortsætte denne proces?", "hotkeyDirectory": "Administrer mapper (f.eks. kontakt)", - "hotkeyImportRecord": "Importer nye poster", - "hotkeyAddRecord": "Tilføj ny post", + "hotkeyImportRecord": "Importer nye metadata", + "hotkeyAddRecord": "Tilføj nyt metadata", "hotkeyBatchEdit": "Rediger flere", - "hotkeyEditorBoard": "Redaktør Repræsentanterne", + "hotkeyEditorBoard": "Dine metadata", "cancelMetadataError": "Fejl, venligst genlæs denne side", "showMessages": "Vis beskeder:", "hotkeyAccessManager": "Tilgå rettighedsmanageren", diff --git a/web-ui/src/main/resources/catalog/locales/da-search.json b/web-ui/src/main/resources/catalog/locales/da-search.json index 6e67c4649e5..bf0577aefef 100644 --- a/web-ui/src/main/resources/catalog/locales/da-search.json +++ b/web-ui/src/main/resources/catalog/locales/da-search.json @@ -163,7 +163,7 @@ "exportPDF": "Eksport (PDF)", "exportMEF": "Eksport (ZIP)", "welcomeText": "Her finder du data, tjenester og kort og meget mere.", - "searchOver": "Søg i {{poster}}, data sæt, tjenester og kort, ... ", + "searchOver": "Søg i {{records}}, data sæt, tjenester og kort, ... ", "browseBy": "Gennemse efter", "browseTopics": "Gennemse emner", "browseTypes": "Gennemse ressourcer", diff --git a/web-ui/src/main/resources/catalog/locales/da-v4.json b/web-ui/src/main/resources/catalog/locales/da-v4.json index c815b038abb..0798edb5df7 100644 --- a/web-ui/src/main/resources/catalog/locales/da-v4.json +++ b/web-ui/src/main/resources/catalog/locales/da-v4.json @@ -30,7 +30,7 @@ "language.name": "Sprog", "language.id": "Identifikator", "language.remove": "Fjern sprog", - "layerName": "Layer name", + "layerName": "Lagnavn", "ogcServiceUrl": "Service URL", "translation.addFor": "Tilføj en ny oversættelse for", "translation.add": "Tilføje", @@ -293,6 +293,8 @@ "pageContent": "Page content", "pageContentFile": "Page content file", "pageLabel": "Page label", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Page section", "pageApiLink": "Page API link", "uiRestorePrevious": "Gendan sidst gemte", @@ -393,6 +395,7 @@ "measureName": "Measure", "measureDescription": "Description", "measureValue": "Value", + "measureDate": "Date", "switchPortals": "Skift til en anden portal", "dataPreview": "Opdag data", "tableOfContents": "Indholdsfortegnelse", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/locales/de-admin.json b/web-ui/src/main/resources/catalog/locales/de-admin.json index dd110f7c8f5..8c2e7de5d59 100644 --- a/web-ui/src/main/resources/catalog/locales/de-admin.json +++ b/web-ui/src/main/resources/catalog/locales/de-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Hintergrundkarte, URL oder Layer-ID", "region/getmap/mapproj": "Kartenprojektion", "region/getmap/summaryWidth": "Gesamtbreite", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "By default, the displayed metadata extents are planar (i.e. rectangular). If you enable this option, the metadata extents will become geodesic. If the map uses a projected coordinate system, this may lead to non-rectangular extents (e.g. trapezoid).", "region/getmap/width": "Breite", "metadata/editor": "Konfiguration des Metadaten-Editors", "metadata/editor/schemaConfig": "Standardkonfiguration", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "horizontal", "ui-createPageTpl-vertical": "Vertikale", "ui-createPageTpl-other": "custom", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "Liste der Sprachen", "ui-filters": "Filter", "ui-minUserProfileToCreateTemplate": "Welches Mindestprofil ist zum Verwalten / Erstellen einer Vorlage erforderlich?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Inhaltsverzeichnis hinzufügen", "metadata/pdfReport/pdfName": "Dateiname des Berichts", "metadata/pdfReport/pdfName-help": "Dateiname des Berichts. Die folgenden Vorlagenfelder dürfen verwendet werden: {year}, {month}, {day}, {date} and {datetime}. Vorlagenfelder werden durch die zugehörigen Datumswerte ersetzt. {date} verwendet das Format 'yyyyMMdd' und {datetime} das Format 'yyyyMMddHHmmss'.", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadata selection - csv export", "metadata/csvReport/csvName": "CSV export file name", "metadata/csvReport/csvName-help": "Export metadata in CSV format file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Index name", - "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties." + "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/de-core.json b/web-ui/src/main/resources/catalog/locales/de-core.json index 2517a991a77..6024c70c0e5 100644 --- a/web-ui/src/main/resources/catalog/locales/de-core.json +++ b/web-ui/src/main/resources/catalog/locales/de-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Das Passwort muss mindestens 1 Großbuchstaben, 1 Kleinbuchstaben, 1 Zahl und 1 Symbol enthalten. Zu den Symbolen gehören: `~! @ # $% ^ & * () -_ = + [] {} \\ | ;: '" ,. <> /?');", "passwordOld": "Altes Passwort", "passwordRepeat": "Passwort wiederholen", - "groupNameMaxlength": "Der Gruppenname darf nur 32 Zeichen enthalten!", + "groupNameMaxlength": "Group name can not exceed 255 characters!", + "categoryNameMaxlength": "Category name can not exceed 255 characters!", + "portalNameMaxlength": "Portal name can not exceed 255 characters!", + "portalIdMaxlength": "Portal identifier can not exceed 255 characters!", "groupDescriptionMaxlength": "Die Gruppenbeschreibung darf 255 Zeichen nicht überschreiten!", "groupEmailMaxlength": "Die Gruppen-E-Mail darf höchstens 128 Zeichen lang sein!", "pol": "Polnisch", @@ -546,7 +549,7 @@ "categoriesUpdated": "Kategorien aktualisiert.", "warnPublishDraft": "Wenn Sie Datensätze mit aktiviertem Workflow veröffentlichen, ändert sich der Status in 'genehmigt'. Sind Sie sicher, dass Sie fortfahren möchten?", "cancelWorkingCopy": "Arbeitskopie abbrechen", - "deleteWorkingCopyRecordConfirm": "Möchten Sie die Arbeitskopie '{{resourceTitle}}' wirklich entfernen?", + "deleteWorkingCopyRecordConfirm": "Do you really want to remove the working copy '{{resourceTitle}}'?", "workingCopy": "Arbeitskopie", "onTheWeb": "Weiterführende Online-Informationen", "pdfReportTocTitle": "Inhalte", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/de-v4.json b/web-ui/src/main/resources/catalog/locales/de-v4.json index fdb77a85e8b..5a3f5d3ce76 100644 --- a/web-ui/src/main/resources/catalog/locales/de-v4.json +++ b/web-ui/src/main/resources/catalog/locales/de-v4.json @@ -293,6 +293,8 @@ "pageContent": "Page content", "pageContentFile": "Page content file", "pageLabel": "Page label", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Page section", "pageApiLink": "Page API link", "uiRestorePrevious": "Das zuletzt Gespeicherte wiederherstellen", @@ -393,6 +395,7 @@ "measureName": "Measure", "measureDescription": "Description", "measureValue": "Value", + "measureDate": "Date", "switchPortals": "Zu einem anderen Portal wechseln", "dataPreview": "Discover data", "tableOfContents": "Table of Contents", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/locales/es-admin.json b/web-ui/src/main/resources/catalog/locales/es-admin.json index b79cb06828f..9f2b2f1461a 100644 --- a/web-ui/src/main/resources/catalog/locales/es-admin.json +++ b/web-ui/src/main/resources/catalog/locales/es-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Mapa base, URL o Named Layer ID", "region/getmap/mapproj": "Proyección del mapa", "region/getmap/summaryWidth": "Ancho del resumen", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "By default, the displayed metadata extents are planar (i.e. rectangular). If you enable this option, the metadata extents will become geodesic. If the map uses a projected coordinate system, this may lead to non-rectangular extents (e.g. trapezoid).", "region/getmap/width": "Ancho", "metadata/editor": "Configuración del editor de metadatos", "metadata/editor/schemaConfig": "Configuración estándar", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Horizontal", "ui-createPageTpl-vertical": "Vertical", "ui-createPageTpl-other": "Personalizado", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "Lista de idiomas", "ui-filters": "Filtros", "ui-minUserProfileToCreateTemplate": "¿Qué perfil mínimo se requiere para administrar / crear una plantilla?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Agregar página de tabla de contenido (TOC)", "metadata/pdfReport/pdfName": "Nombre de archivo de informe", "metadata/pdfReport/pdfName-help": "Nombre del archivo de informe. Se permite el uso de los siguientes campos de plantilla: {year}, {month}, {day}, {date} y {datetime}. Los campos de plantilla se reemplazan con los valores de fecha relacionados. {date} usa el formato 'yyyyMMdd' y {datetime} usa el formato 'yyyyMMddHHmmss'.", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadata selection - csv export", "metadata/csvReport/csvName": "CSV export file name", "metadata/csvReport/csvName-help": "Export metadata in CSV format file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Index name", - "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties." + "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/es-core.json b/web-ui/src/main/resources/catalog/locales/es-core.json index 7ff51fa85da..3862a336e7c 100644 --- a/web-ui/src/main/resources/catalog/locales/es-core.json +++ b/web-ui/src/main/resources/catalog/locales/es-core.json @@ -218,7 +218,10 @@ "passwordPattern": "La contraseña debe contener al menos 1 mayúscula, 1 minúscula, 1 número y 1 símbolo. Los símbolos incluyen: `~! @ # $% ^ & * () -_ = + [] {} \\ |;: '\",. <> /?');", "passwordOld": "Contraseña anterior", "passwordRepeat": "Repetir la contraseña", - "groupNameMaxlength": "¡El nombre del grupo no puede superar los 32 caracteres!", + "groupNameMaxlength": "Group name can not exceed 255 characters!", + "categoryNameMaxlength": "Category name can not exceed 255 characters!", + "portalNameMaxlength": "Portal name can not exceed 255 characters!", + "portalIdMaxlength": "Portal identifier can not exceed 255 characters!", "groupDescriptionMaxlength": "¡La descripción del grupo no puede superar los 255 caracteres!", "groupEmailMaxlength": "¡El correo electrónico de grupo no puede exceder los 128 caracteres!", "pol": "Polski", @@ -546,7 +549,7 @@ "categoriesUpdated": "Categorías actualizadas.", "warnPublishDraft": "Al publicar registros con el flujo de trabajo habilitado, el estado cambiará a 'Approve'. Estás seguro de que quieres continuar?", "cancelWorkingCopy": "Cancelar copia de trabajo", - "deleteWorkingCopyRecordConfirm": "¿Realmente desea eliminar la copia de trabajo '{{resourceTitle}}'?", + "deleteWorkingCopyRecordConfirm": "Do you really want to remove the working copy '{{resourceTitle}}'?", "workingCopy": "Copia de trabajo", "onTheWeb": "Más información en línea", "pdfReportTocTitle": "Contenido", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/es-v4.json b/web-ui/src/main/resources/catalog/locales/es-v4.json index 35338625675..6d21d73ac64 100644 --- a/web-ui/src/main/resources/catalog/locales/es-v4.json +++ b/web-ui/src/main/resources/catalog/locales/es-v4.json @@ -293,6 +293,8 @@ "pageContent": "Page content", "pageContentFile": "Page content file", "pageLabel": "Page label", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Page section", "pageApiLink": "Page API link", "uiRestorePrevious": "Restore last saved", @@ -393,6 +395,7 @@ "measureName": "Measure", "measureDescription": "Description", "measureValue": "Value", + "measureDate": "Date", "switchPortals": "Switch to another Portal", "dataPreview": "Discover data", "tableOfContents": "Table of Contents", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/locales/fi-admin.json b/web-ui/src/main/resources/catalog/locales/fi-admin.json index 0fa9604fd34..948b29df28f 100644 --- a/web-ui/src/main/resources/catalog/locales/fi-admin.json +++ b/web-ui/src/main/resources/catalog/locales/fi-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Taustakartta, URL tai karttatason ID", "region/getmap/mapproj": "Karttaprojektio", "region/getmap/summaryWidth": "Yhteenvedon leveys", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "By default, the displayed metadata extents are planar (i.e. rectangular). If you enable this option, the metadata extents will become geodesic. If the map uses a projected coordinate system, this may lead to non-rectangular extents (e.g. trapezoid).", "region/getmap/width": "Leveys", "metadata/editor": "Metatietoeditorin asetukset", "metadata/editor/schemaConfig": "Vakiokonfiguraatio", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Horizontal", "ui-createPageTpl-vertical": "Vertical", "ui-createPageTpl-other": "Custom", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "List of languages", "ui-filters": "Suodattimet", "ui-minUserProfileToCreateTemplate": "Which minimum profile is required to manage/create template?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Add table of contents (TOC) page", "metadata/pdfReport/pdfName": "Report file name", "metadata/pdfReport/pdfName-help": "Report file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadata selection - csv export", "metadata/csvReport/csvName": "CSV export file name", "metadata/csvReport/csvName-help": "Export metadata in CSV format file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Index name", - "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties." + "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/fi-core.json b/web-ui/src/main/resources/catalog/locales/fi-core.json index 6bb2fe99ad0..d1e17ad2d77 100644 --- a/web-ui/src/main/resources/catalog/locales/fi-core.json +++ b/web-ui/src/main/resources/catalog/locales/fi-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Password must contain at least 1 uppercase, 1 lowercase, 1 number and 1 symbol. Symbols include: `~!@#$%^&*()-_=+[]{}\\|;:'\",.<>/?');", "passwordOld": "Old password", "passwordRepeat": "Toista salasana", - "groupNameMaxlength": "Group name can not exceed 32 characters!", + "groupNameMaxlength": "Group name can not exceed 255 characters!", + "categoryNameMaxlength": "Category name can not exceed 255 characters!", + "portalNameMaxlength": "Portal name can not exceed 255 characters!", + "portalIdMaxlength": "Portal identifier can not exceed 255 characters!", "groupDescriptionMaxlength": "Group description can not exceed 255 characters!", "groupEmailMaxlength": "Group email can not exceed 128 characters!", "pol": "puolaksi", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/fi-v4.json b/web-ui/src/main/resources/catalog/locales/fi-v4.json index 40c2d96e220..bcc352258f0 100644 --- a/web-ui/src/main/resources/catalog/locales/fi-v4.json +++ b/web-ui/src/main/resources/catalog/locales/fi-v4.json @@ -293,6 +293,8 @@ "pageContent": "Page content", "pageContentFile": "Page content file", "pageLabel": "Page label", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Page section", "pageApiLink": "Page API link", "uiRestorePrevious": "Restore last saved", @@ -393,6 +395,7 @@ "measureName": "Measure", "measureDescription": "Description", "measureValue": "Value", + "measureDate": "Date", "switchPortals": "Switch to another Portal", "dataPreview": "Discover data", "tableOfContents": "Table of Contents", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/locales/fr-admin.json b/web-ui/src/main/resources/catalog/locales/fr-admin.json index c4d2639733a..5e5cec79194 100644 --- a/web-ui/src/main/resources/catalog/locales/fr-admin.json +++ b/web-ui/src/main/resources/catalog/locales/fr-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Fond de carte, URL ou identifiant de couche", "region/getmap/mapproj": "Projection de la carte", "region/getmap/summaryWidth": "Largeur de l'aperçu (pour mise en page Groovy)", + "region/getmap/useGeodesicExtents": "Afficher les étendues géodésiques", + "region/getmap/useGeodesicExtents-help": "Par défaut, les emprises sont planes (ie. rectangulaires). Si vous activez cette option, les étendues de métadonnées deviendront géodésiques. Si la carte utilise un système de coordonnées projetées, cela peut conduire à des étendues non rectangulaires (par exemple trapézoïdales).", "region/getmap/width": "Width", "metadata/editor": "Configuration de l'éditeur de métadonnées", "metadata/editor/schemaConfig": "Configuration des standards", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Horizontal", "ui-createPageTpl-vertical": "Axe - Z", "ui-createPageTpl-other": "Personnalisée", + "ui-resultViewTpls-icon": "Icône", + "ui-resultViewTpls-tplUrl": "URL du template HTML", + "ui-resultViewTpls-tooltip": "Info-bulle", + "ui-resultViewTpls-relatedTypes": "(Facultatif) Types de fiches associées à charger", + "ui-resultViewTpls-source": "(Facultatif) Champs à exclure", "ui-languages": "Listes des langues", "ui-filters": "Filtres", "ui-minUserProfileToCreateTemplate": "Quel profile principal minimum avoir pour gérer/créer des modèles ?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Ajouter une table des matières", "metadata/pdfReport/pdfName": "Nom du fichier PDF", "metadata/pdfReport/pdfName-help": "Nom du fichier du rapport PDF. Les variables suivantes peuvent être utilisées: {year}, {month}, {day}, {date} et {datetime}", + "metadata/pdfReport/headerLogoFileName": "Nom du fichier de bannière supérieure", + "metadata/pdfReport/headerLogoFileName-help": "Lorsqu'un fichier est fourni, le pdf sera généré en utilisant cette image comme bannière supérieure au lieu de celle par défaut. Veuillez ajouter cette image en utilisant la fonction d'ajout d'un nouveau logo.", "metadata/csvReport": "Sélection des métadonnées - export csv", "metadata/csvReport/csvName": "Nom du fichier d'exportation CSV", "metadata/csvReport/csvName-help": "Nom de fichier pour export de métadonnées au format CSV. Les champs de modèle suivants peuvent être utilisés : {year}, {month}, {day}, {date} et {datetime}. Les champs du modèle sont remplacés par les valeurs de date associées. {date} utilise le format 'aaaaMMjj' et {datetime} utilise le format 'aaaaMMjjHHmmss'", @@ -1470,5 +1479,12 @@ "es.url": "Serveur Elasticsearch", "es.version": "Version du serveur Elasticsearch", "es.index": "Nom de l'index", - "systemPropertiesProxyConfiguration": "Utilisation des paramètres de proxy http dans les propriétés du système." + "systemPropertiesProxyConfiguration": "Utilisation des paramètres de proxy http dans les propriétés du système.", + "app.version": "Version de l'application", + "app.subVersion": "Version mineure de l'application", + "fieldRequired": "Champ requis", + "fieldTooLong": "La valeur est trop longue", + "fieldTooShort": "La valeur est trop courte", + "fieldEmailNotValid": "Un email valide est requis", + "formConfirmExit": "Le formulaire comporte des modifications, si vous quittez, les modifications seront perdues. Voulez-vous quitter la page ?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/fr-core.json b/web-ui/src/main/resources/catalog/locales/fr-core.json index 9a8d54c8726..a7620457624 100644 --- a/web-ui/src/main/resources/catalog/locales/fr-core.json +++ b/web-ui/src/main/resources/catalog/locales/fr-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Password must contain at least 1 uppercase, 1 lowercase, 1 number and 1 symbol. Symbols include: `~!@#$%^&*()-_=+[]{}\\|;:'\",.<>/?');", "passwordOld": "Ancien mot de passe", "passwordRepeat": "Resaisir le mot de passe", - "groupNameMaxlength": "Le nom d'un groupe ne peut contenir plus de 32 caractères.", + "groupNameMaxlength": "Le nom du groupe ne peut pas dépasser 255 caractères !", + "categoryNameMaxlength": "Le nom de la catégorie ne peut pas dépasser 255 caractères !", + "portalNameMaxlength": "Le nom du portail ne peut pas dépasser 255 caractères !", + "portalIdMaxlength": "L'identifiant du portail ne peut pas dépasser 255 caractères !", "groupDescriptionMaxlength": "La description ne peut contenir plus de 255 caractères.", "groupEmailMaxlength": "Le mail ne peut contenir plus de 128 caractères.", "pol": "Polonais", @@ -546,7 +549,7 @@ "categoriesUpdated": "Catégorie mise à jour.", "warnPublishDraft": "Lors de la publication d'une fiche ayant un statut brouillon, le statut passera à approuvé. Voulez-vous continuer ?", "cancelWorkingCopy": "Annuler la copie de travail", - "deleteWorkingCopyRecordConfirm": "Voulez-vous vraiment supprimer la copie de travail '{{ resourceTitle}}' ?", + "deleteWorkingCopyRecordConfirm": "Voulez-vous vraiment supprimer la copie de travail '{{resourceTitle}}'?", "workingCopy": "Brouillon", "onTheWeb": "Plus d'information en ligne", "pdfReportTocTitle": "Titre de la table des matières", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Les relecteurs ne sont pas autorisés à dépublier des fiches", "reviewerNotAllowedPublishUnpublish": "Les relecteurs ne sont pas autorisés à publier/dépublier des fiches", "missingTitle": "Titre manquant" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/fr-editor.json b/web-ui/src/main/resources/catalog/locales/fr-editor.json index 33e707895b1..8d0b7f2c225 100644 --- a/web-ui/src/main/resources/catalog/locales/fr-editor.json +++ b/web-ui/src/main/resources/catalog/locales/fr-editor.json @@ -44,7 +44,7 @@ "removeField": "Supprimer ce champ", "addXpath-help": "La mise à jour des enregistrements à l'aide de XPath nécessite une définition précise des modifications. Un changement est défini par :", "addXpathTitle": "un titre (optionel)", - "addXpathXpath": "un XPath est obligatoire pour pointer vers le(s) élément(s) à mettre à jour. XPath peut contenir un filtre.", + "addXpathXpath": "un XPath est obligatoire pour pointer vers le(s) élément(s) à mettre à jour. XPath peut contenir un filtre.", "addXpathInsertMode": "un type de mise à jour", "xpath": "XPath", "xpathValue": "Texte ou XML", diff --git a/web-ui/src/main/resources/catalog/locales/fr-v4.json b/web-ui/src/main/resources/catalog/locales/fr-v4.json index 24e20d1228e..4d6faf65281 100644 --- a/web-ui/src/main/resources/catalog/locales/fr-v4.json +++ b/web-ui/src/main/resources/catalog/locales/fr-v4.json @@ -293,6 +293,8 @@ "pageContent": "Contenu", "pageContentFile": "Fichier", "pageLabel": "Libellé", + "pageIcon": "Icône", + "pageIcon-help": "En option, définir une icône font-awesome. Exemple: 'fa-wrench'.", "pageSection": "Section", "pageApiLink": "API link", "uiRestorePrevious": "Restaurer la dernière sauvegarde", @@ -393,6 +395,7 @@ "measureName": "Mesure", "measureDescription": "Description", "measureValue": "Valeur", + "measureDate": "Date", "switchPortals": "Basculer dans un autre portail", "dataPreview": "Découvrir les données", "tableOfContents": "Table des matières", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Nouvelles fiches", "associationType": "Type d'association", "initiativeType": "Type d'initiative", - "associatedTo": "Ressources associées" + "associatedTo": "Ressources associées", + "filterHelp": "Veuillez cliquer sur l'un des boutons ci-dessous pour activer le filtre" } diff --git a/web-ui/src/main/resources/catalog/locales/is-admin.json b/web-ui/src/main/resources/catalog/locales/is-admin.json index 03fbf09cb01..55b316372ec 100644 --- a/web-ui/src/main/resources/catalog/locales/is-admin.json +++ b/web-ui/src/main/resources/catalog/locales/is-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Bakgrunnskort, vefslóð eða kennimark nefnds lags", "region/getmap/mapproj": "Kortavörpun", "region/getmap/summaryWidth": "Breidd á samantekt", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "By default, the displayed metadata extents are planar (i.e. rectangular). If you enable this option, the metadata extents will become geodesic. If the map uses a projected coordinate system, this may lead to non-rectangular extents (e.g. trapezoid).", "region/getmap/width": "Breidd", "metadata/editor": "Stillingar lýsigagnaritils", "metadata/editor/schemaConfig": "Staðlaðar stillingar", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Láréttur", "ui-createPageTpl-vertical": "Lóðréttur", "ui-createPageTpl-other": "Sérsníða", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "Listi tungumála", "ui-filters": "Síur", "ui-minUserProfileToCreateTemplate": "Which minimum profile is required to manage/create template?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Bæta við efnisyfirlitssíðu (TOC)", "metadata/pdfReport/pdfName": "Skráarnafn skýrslu", "metadata/pdfReport/pdfName-help": "Skráarnafn skýrslu. Leyft er að nota eftirfarandi sniðmátsreiti: {year}, {month}, {day}, {date} og {datetime}. Sniðmátsreitum er skipt út fyrir tengd gagnagildi. {date} notar 'yyyyMMdd' snið {datetime} notar 'yyyyMMddHHmmss' snið.", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadata selection - csv export", "metadata/csvReport/csvName": "CSV export file name", "metadata/csvReport/csvName-help": "Export metadata in CSV format file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Index name", - "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties." + "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/is-core.json b/web-ui/src/main/resources/catalog/locales/is-core.json index 6cab643fdbc..273a573f0a0 100644 --- a/web-ui/src/main/resources/catalog/locales/is-core.json +++ b/web-ui/src/main/resources/catalog/locales/is-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Password must contain at least 1 uppercase, 1 lowercase, 1 number and 1 symbol. Symbols include: `~!@#$%^&*()-_=+[]{}\\|;:'\",.<>/?');", "passwordOld": "Old password", "passwordRepeat": "Endurtaka lykilorð", - "groupNameMaxlength": "Group name can not exceed 32 characters!", + "groupNameMaxlength": "Group name can not exceed 255 characters!", + "categoryNameMaxlength": "Category name can not exceed 255 characters!", + "portalNameMaxlength": "Portal name can not exceed 255 characters!", + "portalIdMaxlength": "Portal identifier can not exceed 255 characters!", "groupDescriptionMaxlength": "Group description can not exceed 255 characters!", "groupEmailMaxlength": "Group email can not exceed 128 characters!", "pol": "Pólska", @@ -546,7 +549,7 @@ "categoriesUpdated": "Flokkar uppfærðir.", "warnPublishDraft": "Þegar færslur eru birtar með vinnuflæði virkt, mun staðan breytast yfir í 'Samþykkt. Ertu viss um að þú viljir halda áfram?", "cancelWorkingCopy": "Hætta við vinnuafrit", - "deleteWorkingCopyRecordConfirm": "Ertu viss um að þú viljir fjarlægja vinnuafritið '{{resourceTitle}}'?", + "deleteWorkingCopyRecordConfirm": "Do you really want to remove the working copy '{{resourceTitle}}'?", "workingCopy": "Vinnuafrit", "onTheWeb": "More online information", "pdfReportTocTitle": "Contents", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/is-v4.json b/web-ui/src/main/resources/catalog/locales/is-v4.json index cdd8352ee0e..df2833946b2 100644 --- a/web-ui/src/main/resources/catalog/locales/is-v4.json +++ b/web-ui/src/main/resources/catalog/locales/is-v4.json @@ -293,6 +293,8 @@ "pageContent": "Page content", "pageContentFile": "Page content file", "pageLabel": "Page label", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Page section", "pageApiLink": "Page API link", "uiRestorePrevious": "Restore last saved", @@ -393,6 +395,7 @@ "measureName": "Measure", "measureDescription": "Description", "measureValue": "Value", + "measureDate": "Date", "switchPortals": "Switch to another Portal", "dataPreview": "Discover data", "tableOfContents": "Table of Contents", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/locales/it-admin.json b/web-ui/src/main/resources/catalog/locales/it-admin.json index 877e12b2b19..54a3360d690 100644 --- a/web-ui/src/main/resources/catalog/locales/it-admin.json +++ b/web-ui/src/main/resources/catalog/locales/it-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Mappa di sfondo, URL o ID dello strato", "region/getmap/mapproj": "Proiezione della mappa", "region/getmap/summaryWidth": "Larghezza del riepilogo", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "By default, the displayed metadata extents are planar (i.e. rectangular). If you enable this option, the metadata extents will become geodesic. If the map uses a projected coordinate system, this may lead to non-rectangular extents (e.g. trapezoid).", "region/getmap/width": "Larghezza", "metadata/editor": "Configurazione dell'editor dei metadati", "metadata/editor/schemaConfig": "Configurazione standard", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Horizontal", "ui-createPageTpl-vertical": "Verticale", "ui-createPageTpl-other": "Personalizzato", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "Elenco delle lingue", "ui-filters": "Filtri", "ui-minUserProfileToCreateTemplate": "Which minimum profile is required to manage/create template?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Add table of contents (TOC) page", "metadata/pdfReport/pdfName": "Report file name", "metadata/pdfReport/pdfName-help": "Report file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadata selection - csv export", "metadata/csvReport/csvName": "CSV export file name", "metadata/csvReport/csvName-help": "Export metadata in CSV format file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Index name", - "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties." + "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/it-core.json b/web-ui/src/main/resources/catalog/locales/it-core.json index 0fb2eda8cae..d107901585a 100644 --- a/web-ui/src/main/resources/catalog/locales/it-core.json +++ b/web-ui/src/main/resources/catalog/locales/it-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Password must contain at least 1 uppercase, 1 lowercase, 1 number and 1 symbol. Symbols include: `~!@#$%^&*()-_=+[]{}\\|;:'\",.<>/?');", "passwordOld": "Old password", "passwordRepeat": "Ripetere la password", - "groupNameMaxlength": "Group name can not exceed 32 characters!", + "groupNameMaxlength": "Group name can not exceed 255 characters!", + "categoryNameMaxlength": "Category name can not exceed 255 characters!", + "portalNameMaxlength": "Portal name can not exceed 255 characters!", + "portalIdMaxlength": "Portal identifier can not exceed 255 characters!", "groupDescriptionMaxlength": "Group description can not exceed 255 characters!", "groupEmailMaxlength": "Group email can not exceed 128 characters!", "pol": "Polacco", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/it-v4.json b/web-ui/src/main/resources/catalog/locales/it-v4.json index 40f5773d952..45d8e9492f1 100644 --- a/web-ui/src/main/resources/catalog/locales/it-v4.json +++ b/web-ui/src/main/resources/catalog/locales/it-v4.json @@ -293,6 +293,8 @@ "pageContent": "Page content", "pageContentFile": "Page content file", "pageLabel": "Page label", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Page section", "pageApiLink": "Page API link", "uiRestorePrevious": "Restore last saved", @@ -393,6 +395,7 @@ "measureName": "Measure", "measureDescription": "Description", "measureValue": "Value", + "measureDate": "Date", "switchPortals": "Switch to another Portal", "dataPreview": "Discover data", "tableOfContents": "Table of Contents", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/locales/ko-admin.json b/web-ui/src/main/resources/catalog/locales/ko-admin.json index 6f60c906118..48cac3444e7 100644 --- a/web-ui/src/main/resources/catalog/locales/ko-admin.json +++ b/web-ui/src/main/resources/catalog/locales/ko-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "배경 지도, URL 또는 Named Layer ID", "region/getmap/mapproj": "지도 투영", "region/getmap/summaryWidth": "요약", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "By default, the displayed metadata extents are planar (i.e. rectangular). If you enable this option, the metadata extents will become geodesic. If the map uses a projected coordinate system, this may lead to non-rectangular extents (e.g. trapezoid).", "region/getmap/width": "두께", "metadata/editor": "메타데이터 편집기 구성", "metadata/editor/schemaConfig": "표준 구성", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Horizontal", "ui-createPageTpl-vertical": "수직", "ui-createPageTpl-other": "사용자 정의", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "언어 목록", "ui-filters": "필터", "ui-minUserProfileToCreateTemplate": "Which minimum profile is required to manage/create template?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Add table of contents (TOC) page", "metadata/pdfReport/pdfName": "Report file name", "metadata/pdfReport/pdfName-help": "Report file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadata selection - csv export", "metadata/csvReport/csvName": "CSV export file name", "metadata/csvReport/csvName-help": "Export metadata in CSV format file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Index name", - "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties." + "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/ko-core.json b/web-ui/src/main/resources/catalog/locales/ko-core.json index adb124f10d1..056564359d5 100644 --- a/web-ui/src/main/resources/catalog/locales/ko-core.json +++ b/web-ui/src/main/resources/catalog/locales/ko-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Password must contain at least 1 uppercase, 1 lowercase, 1 number and 1 symbol. Symbols include: `~!@#$%^&*()-_=+[]{}\\|;:'\",.<>/?');", "passwordOld": "Old password", "passwordRepeat": "비밀번호 재입력", - "groupNameMaxlength": "Group name can not exceed 32 characters!", + "groupNameMaxlength": "Group name can not exceed 255 characters!", + "categoryNameMaxlength": "Category name can not exceed 255 characters!", + "portalNameMaxlength": "Portal name can not exceed 255 characters!", + "portalIdMaxlength": "Portal identifier can not exceed 255 characters!", "groupDescriptionMaxlength": "Group description can not exceed 255 characters!", "groupEmailMaxlength": "Group email can not exceed 128 characters!", "pol": "폴란드어", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/ko-v4.json b/web-ui/src/main/resources/catalog/locales/ko-v4.json index 38d9b85c841..c04f6017507 100644 --- a/web-ui/src/main/resources/catalog/locales/ko-v4.json +++ b/web-ui/src/main/resources/catalog/locales/ko-v4.json @@ -293,6 +293,8 @@ "pageContent": "Page content", "pageContentFile": "Page content file", "pageLabel": "Page label", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Page section", "pageApiLink": "Page API link", "uiRestorePrevious": "Restore last saved", @@ -393,6 +395,7 @@ "measureName": "Measure", "measureDescription": "Description", "measureValue": "Value", + "measureDate": "Date", "switchPortals": "Switch to another Portal", "dataPreview": "Discover data", "tableOfContents": "Table of Contents", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/locales/nl-admin.json b/web-ui/src/main/resources/catalog/locales/nl-admin.json index bdb7a9f3248..01dc3bf44c3 100644 --- a/web-ui/src/main/resources/catalog/locales/nl-admin.json +++ b/web-ui/src/main/resources/catalog/locales/nl-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Achtergrond laag, URL of de ID van een laag", "region/getmap/mapproj": "Kaartprojectie", "region/getmap/summaryWidth": "Breedte samenvatting", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "Standaard zijn de getoonde metadata extents planair, e.g., rechthoekig. Als deze optie wordt ingeschakeld worden de metadata extents geodetisch. Als de kaart een projectiecoördinatensysteem gebruikt kan dit leiden tot niet-rechthoekige extents, e.g., trapezoïdes.", "region/getmap/width": "Breedte", "metadata/editor": "Metadata editor configuratie", "metadata/editor/schemaConfig": "Configuratie per standaard", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Horizontaal", "ui-createPageTpl-vertical": "Verticaal", "ui-createPageTpl-other": "Custom", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "Lijst van talen", "ui-filters": "Filters", "ui-minUserProfileToCreateTemplate": "Welk minimumprofiel is vereist om een sjabloon te beheren/maken?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Toevoegen inhoudsopgave", "metadata/pdfReport/pdfName": "Bestandsnaam rapport", "metadata/pdfReport/pdfName-help": "Bestandsnaam rapport De volgend template waardes mogen gebruikt worden: {year}, {month}, {day}, {date} and {datetime}. Template velden worden vervangen door de gerelateerde datum waardes. {date} gebruikt het 'yyyyMMdd' formaat en {datetime} gebruikt het 'yyyyMMddHHmmss' formaat.", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadata selectie - csv export", "metadata/csvReport/csvName": "CSV export bestandsnaam", "metadata/csvReport/csvName-help": "Exporteer metadata in CSV formaat. The volgende sjabloonvelden zijn toegestaan: {year}, {month}, {day}, {date} en {datetime}. Sjabloonvelden worden vervangen met de overeenkomstige datumwaarden. {date} gebruikt het 'yyyyMMdd' formaat en {datetime} gebruikt het 'yyyyMMddHHmmss' formaat.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Indexnaam", - "systemPropertiesProxyConfiguration": "Gebruik de HTTP proxy instellingen in de systeem eigenschappen." + "systemPropertiesProxyConfiguration": "Gebruik de HTTP proxy instellingen in de systeem eigenschappen.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/nl-core.json b/web-ui/src/main/resources/catalog/locales/nl-core.json index b275fa8b9e9..8933b7c8fc6 100644 --- a/web-ui/src/main/resources/catalog/locales/nl-core.json +++ b/web-ui/src/main/resources/catalog/locales/nl-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Wachtwoord moet minstens 1 hoofdletter, 1 kleine letter, 1 cijfer en 1 symbool bevatten. Symbolen zijn onder meer: `~! @ # $% ^ & * () -_ = + [] {} \\ |;: '",. <> /?');", "passwordOld": "Oud Wachtwoord", "passwordRepeat": "Herhaal wachtwoord", - "groupNameMaxlength": "De groepsnaam kan niet langer zijn dan 32 karakters.", + "groupNameMaxlength": "Group name can not exceed 255 characters!", + "categoryNameMaxlength": "Category name can not exceed 255 characters!", + "portalNameMaxlength": "Portal name can not exceed 255 characters!", + "portalIdMaxlength": "Portal identifier can not exceed 255 characters!", "groupDescriptionMaxlength": "De groepsomschrijving kan niet langer zijn dan 255 karakters.", "groupEmailMaxlength": "De groeps-e-mail kan niet langer zijn dan 128 karakters.", "pol": "Polski", @@ -546,7 +549,7 @@ "categoriesUpdated": "Categoriën geupdated.", "warnPublishDraft": "Wanneer de workflow is geactiveerd en de records worden gepubliceerd dan veranderd de status in 'Goedgekeurd'. Doorgaan?", "cancelWorkingCopy": "Annuleer concept versie", - "deleteWorkingCopyRecordConfirm": "Weet je zeker dat je de concept versie '{{resourceTitle}}' wilt verwijderen?", + "deleteWorkingCopyRecordConfirm": "Do you really want to remove the working copy '{{resourceTitle}}'?", "workingCopy": "Concept versie", "onTheWeb": "Meer informatie online", "pdfReportTocTitle": "Inhoudsopgave", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/nl-v4.json b/web-ui/src/main/resources/catalog/locales/nl-v4.json index d78c0fb003a..e64f8771c9a 100644 --- a/web-ui/src/main/resources/catalog/locales/nl-v4.json +++ b/web-ui/src/main/resources/catalog/locales/nl-v4.json @@ -293,6 +293,8 @@ "pageContent": "Pagina inhoud", "pageContentFile": "Pagina bestand", "pageLabel": "Pagina label", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Pagina sectie", "pageApiLink": "Pagina API Link", "uiRestorePrevious": "Herstel laatst opgeslagen", @@ -393,6 +395,7 @@ "measureName": "Naam maatregel", "measureDescription": "Beschrijving", "measureValue": "Waarde", + "measureDate": "Datum", "switchPortals": "Ga naar een ander Portaal", "dataPreview": "Ontdek data", "tableOfContents": "Inhoudsopgave", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Laatst aangemaakte records", "associationType": "Relatie link", "initiativeType": "Initiatief type", - "associatedTo": "Gerelateerd" + "associatedTo": "Gerelateerd", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/locales/pt-admin.json b/web-ui/src/main/resources/catalog/locales/pt-admin.json index fc56cde88a7..c939a9e1f6d 100644 --- a/web-ui/src/main/resources/catalog/locales/pt-admin.json +++ b/web-ui/src/main/resources/catalog/locales/pt-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Mapa de fundo, URL ou ID de Camada Nomeada", "region/getmap/mapproj": "Projeção do mapa", "region/getmap/summaryWidth": "Largura no Resumo", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "By default, the displayed metadata extents are planar (i.e. rectangular). If you enable this option, the metadata extents will become geodesic. If the map uses a projected coordinate system, this may lead to non-rectangular extents (e.g. trapezoid).", "region/getmap/width": "Largura", "metadata/editor": "Configuração do editor de metadados", "metadata/editor/schemaConfig": "Configuração padrão", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Horizontal", "ui-createPageTpl-vertical": "Vertical", "ui-createPageTpl-other": "personalizadas", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "Lista de idiomas", "ui-filters": "Filtros", "ui-minUserProfileToCreateTemplate": "Which minimum profile is required to manage/create template?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Adicionar tabela de conteúdo (TC)", "metadata/pdfReport/pdfName": "Nome do arquivo de relatório", "metadata/pdfReport/pdfName-help": "Nome do arquivo de relatório. Os seguintes campos de modelo podem ser usados: {year}, {month}, {day}, {date} e {datetime}. Os campos de modelo são substituídos pelos valores de data relacionados. {date} usa o formato \"yyyyMMdd\"; e {datetime} usa o formato \"yyyyMMddHHmmss\".", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadata selection - csv export", "metadata/csvReport/csvName": "CSV export file name", "metadata/csvReport/csvName-help": "Export metadata in CSV format file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Index name", - "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties." + "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/pt-core.json b/web-ui/src/main/resources/catalog/locales/pt-core.json index d2d690cc815..27e5e63f377 100644 --- a/web-ui/src/main/resources/catalog/locales/pt-core.json +++ b/web-ui/src/main/resources/catalog/locales/pt-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Password must contain at least 1 uppercase, 1 lowercase, 1 number and 1 symbol. Symbols include: `~!@#$%^&*()-_=+[]{}\\|;:'\",.<>/?');", "passwordOld": "Old password", "passwordRepeat": "Repetir senha", - "groupNameMaxlength": "Group name can not exceed 32 characters!", + "groupNameMaxlength": "Group name can not exceed 255 characters!", + "categoryNameMaxlength": "Category name can not exceed 255 characters!", + "portalNameMaxlength": "Portal name can not exceed 255 characters!", + "portalIdMaxlength": "Portal identifier can not exceed 255 characters!", "groupDescriptionMaxlength": "Group description can not exceed 255 characters!", "groupEmailMaxlength": "Group email can not exceed 128 characters!", "pol": "Polonês", @@ -546,7 +549,7 @@ "categoriesUpdated": "Categorias atualizadas.", "warnPublishDraft": "Ao publicar um registro com o fluxo de trabalho habilitado, o status vai automaticamente ser alterado para Aprovado. Tem certeza que deseja continuar?", "cancelWorkingCopy": "Cancelar Cópia de Trabalho", - "deleteWorkingCopyRecordConfirm": "Você realmente deseja remover a Cópia de Trabalho '{{resourceTitle}}'?", + "deleteWorkingCopyRecordConfirm": "Do you really want to remove the working copy '{{resourceTitle}}'?", "workingCopy": "Cópia de Trabalho", "onTheWeb": "Mais informações online", "pdfReportTocTitle": "Contents", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/pt-v4.json b/web-ui/src/main/resources/catalog/locales/pt-v4.json index 3a9aefef37a..8ed21dcc3dd 100644 --- a/web-ui/src/main/resources/catalog/locales/pt-v4.json +++ b/web-ui/src/main/resources/catalog/locales/pt-v4.json @@ -293,6 +293,8 @@ "pageContent": "Page content", "pageContentFile": "Page content file", "pageLabel": "Page label", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Page section", "pageApiLink": "Page API link", "uiRestorePrevious": "Restore last saved", @@ -393,6 +395,7 @@ "measureName": "Measure", "measureDescription": "Description", "measureValue": "Value", + "measureDate": "Date", "switchPortals": "Switch to another Portal", "dataPreview": "Discover data", "tableOfContents": "Table of Contents", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/locales/ru-admin.json b/web-ui/src/main/resources/catalog/locales/ru-admin.json index 7984732e193..0c5fd6dea74 100644 --- a/web-ui/src/main/resources/catalog/locales/ru-admin.json +++ b/web-ui/src/main/resources/catalog/locales/ru-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Background map, URL or Named Layer ID", "region/getmap/mapproj": "Map projection", "region/getmap/summaryWidth": "Summary width", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "By default, the displayed metadata extents are planar (i.e. rectangular). If you enable this option, the metadata extents will become geodesic. If the map uses a projected coordinate system, this may lead to non-rectangular extents (e.g. trapezoid).", "region/getmap/width": "Width", "metadata/editor": "Metadata editor configuration", "metadata/editor/schemaConfig": "Стандартная конфигурация", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Horizontal", "ui-createPageTpl-vertical": "Vertical", "ui-createPageTpl-other": "Custom", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "Список языков", "ui-filters": "Фильтры", "ui-minUserProfileToCreateTemplate": "Which minimum profile is required to manage/create template?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Add table of contents (TOC) page", "metadata/pdfReport/pdfName": "Report file name", "metadata/pdfReport/pdfName-help": "Report file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadata selection - csv export", "metadata/csvReport/csvName": "CSV export file name", "metadata/csvReport/csvName-help": "Export metadata in CSV format file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Index name", - "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties." + "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/ru-core.json b/web-ui/src/main/resources/catalog/locales/ru-core.json index 3458ed754ed..b91946d570d 100644 --- a/web-ui/src/main/resources/catalog/locales/ru-core.json +++ b/web-ui/src/main/resources/catalog/locales/ru-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Password must contain at least 1 uppercase, 1 lowercase, 1 number and 1 symbol. Symbols include: `~!@#$%^&*()-_=+[]{}\\|;:'\",.<>/?');", "passwordOld": "Old password", "passwordRepeat": "Повторите пароль", - "groupNameMaxlength": "Group name can not exceed 32 characters!", + "groupNameMaxlength": "Group name can not exceed 255 characters!", + "categoryNameMaxlength": "Category name can not exceed 255 characters!", + "portalNameMaxlength": "Portal name can not exceed 255 characters!", + "portalIdMaxlength": "Portal identifier can not exceed 255 characters!", "groupDescriptionMaxlength": "Group description can not exceed 255 characters!", "groupEmailMaxlength": "Group email can not exceed 128 characters!", "pol": "Польский", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/ru-v4.json b/web-ui/src/main/resources/catalog/locales/ru-v4.json index 912c868e2d1..613e33b40c8 100644 --- a/web-ui/src/main/resources/catalog/locales/ru-v4.json +++ b/web-ui/src/main/resources/catalog/locales/ru-v4.json @@ -293,6 +293,8 @@ "pageContent": "Page content", "pageContentFile": "Page content file", "pageLabel": "Page label", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Page section", "pageApiLink": "Page API link", "uiRestorePrevious": "Restore last saved", @@ -393,6 +395,7 @@ "measureName": "Measure", "measureDescription": "Description", "measureValue": "Value", + "measureDate": "Date", "switchPortals": "Switch to another Portal", "dataPreview": "Discover data", "tableOfContents": "Table of Contents", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/locales/sk-admin.json b/web-ui/src/main/resources/catalog/locales/sk-admin.json index 9a6f4c2fd56..9f7634a8500 100644 --- a/web-ui/src/main/resources/catalog/locales/sk-admin.json +++ b/web-ui/src/main/resources/catalog/locales/sk-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Podkladová mapa, URL alebo ID označené vrstvy", "region/getmap/mapproj": "Zobrazenie mapy", "region/getmap/summaryWidth": "Šírka zhrnutia", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "By default, the displayed metadata extents are planar (i.e. rectangular). If you enable this option, the metadata extents will become geodesic. If the map uses a projected coordinate system, this may lead to non-rectangular extents (e.g. trapezoid).", "region/getmap/width": "Šírka", "metadata/editor": "Konfigurácia metaúdajového editora", "metadata/editor/schemaConfig": "Konfigurácia štandardov", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Horizontal", "ui-createPageTpl-vertical": "Vertical", "ui-createPageTpl-other": "Custom", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "Zoznam jazykov", "ui-filters": "Filtre", "ui-minUserProfileToCreateTemplate": "Which minimum profile is required to manage/create template?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Add table of contents (TOC) page", "metadata/pdfReport/pdfName": "Report file name", "metadata/pdfReport/pdfName-help": "Report file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadata selection - csv export", "metadata/csvReport/csvName": "CSV export file name", "metadata/csvReport/csvName-help": "Export metadata in CSV format file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Index name", - "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties." + "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/sk-core.json b/web-ui/src/main/resources/catalog/locales/sk-core.json index 0cbec7d8996..e0f3265604d 100644 --- a/web-ui/src/main/resources/catalog/locales/sk-core.json +++ b/web-ui/src/main/resources/catalog/locales/sk-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Password must contain at least 1 uppercase, 1 lowercase, 1 number and 1 symbol. Symbols include: `~!@#$%^&*()-_=+[]{}\\|;:'\",.<>/?');", "passwordOld": "Old password", "passwordRepeat": "Zadejte heslo znovu", - "groupNameMaxlength": "Group name can not exceed 32 characters!", + "groupNameMaxlength": "Group name can not exceed 255 characters!", + "categoryNameMaxlength": "Category name can not exceed 255 characters!", + "portalNameMaxlength": "Portal name can not exceed 255 characters!", + "portalIdMaxlength": "Portal identifier can not exceed 255 characters!", "groupDescriptionMaxlength": "Group description can not exceed 255 characters!", "groupEmailMaxlength": "Group email can not exceed 128 characters!", "pol": "Poľsky", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/sk-v4.json b/web-ui/src/main/resources/catalog/locales/sk-v4.json index 2d70dee53fb..05c74da6421 100644 --- a/web-ui/src/main/resources/catalog/locales/sk-v4.json +++ b/web-ui/src/main/resources/catalog/locales/sk-v4.json @@ -293,6 +293,8 @@ "pageContent": "Page content", "pageContentFile": "Page content file", "pageLabel": "Page label", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Page section", "pageApiLink": "Page API link", "uiRestorePrevious": "Restore last saved", @@ -393,6 +395,7 @@ "measureName": "Measure", "measureDescription": "Description", "measureValue": "Value", + "measureDate": "Date", "switchPortals": "Switch to another Portal", "dataPreview": "Discover data", "tableOfContents": "Table of Contents", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/locales/sv-admin.json b/web-ui/src/main/resources/catalog/locales/sv-admin.json index a7e656d9d31..7c5bb28d19f 100644 --- a/web-ui/src/main/resources/catalog/locales/sv-admin.json +++ b/web-ui/src/main/resources/catalog/locales/sv-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Bakgrundskarta, URL eller namngivet lager-ID", "region/getmap/mapproj": "Kartprojektion", "region/getmap/summaryWidth": "Bredd på sammanfattningen", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "By default, the displayed metadata extents are planar (i.e. rectangular). If you enable this option, the metadata extents will become geodesic. If the map uses a projected coordinate system, this may lead to non-rectangular extents (e.g. trapezoid).", "region/getmap/width": "Bredd", "metadata/editor": "Konfiguration av metadataeditor", "metadata/editor/schemaConfig": "Standardkonfiguration", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Horisontell", "ui-createPageTpl-vertical": "Vertikal", "ui-createPageTpl-other": "Skräddarsydd", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "Alla språk", "ui-filters": "Filter", "ui-minUserProfileToCreateTemplate": "Vilken minimiprofil krävs för att hantera / skapa en mall?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Lägg till innehållsförteckning (TOC)", "metadata/pdfReport/pdfName": "Rapportera filnamn", "metadata/pdfReport/pdfName-help": "Rapport filnamn. Följande mallfält får användas: {year}, {month}, {day}, {date} och {datetime}. Mallfält ersätts med relaterade datumvärden. {date} använder 'yyyyMMdd' -formatet och {datetime} använder formatet 'yyyyMMddHHmmss'.", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadata selection - csv export", "metadata/csvReport/csvName": "CSV export file name", "metadata/csvReport/csvName-help": "Export metadata in CSV format file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Index name", - "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties." + "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "Värdet krävs", + "fieldTooLong": "Värdet är för långt", + "fieldTooShort": "Värdet är för kort", + "fieldEmailNotValid": "En giltig emailadress krävs", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/sv-core.json b/web-ui/src/main/resources/catalog/locales/sv-core.json index a0a080ae118..7cf69d981c0 100644 --- a/web-ui/src/main/resources/catalog/locales/sv-core.json +++ b/web-ui/src/main/resources/catalog/locales/sv-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Lösenordet måste innehålla minst 1 stor bokstav, 1 liten bokstav, 1 siffra och 1 symbol. Symboler inkluderar: `~! @ # $% ^ & * () -_ = + [] {} \\ |;: '",. <> /?');", "passwordOld": "Gammalt lösenord", "passwordRepeat": "Upprepa lösenord", - "groupNameMaxlength": "Gruppnamnet får inte överstiga 32 tecken!", + "groupNameMaxlength": "Group name can not exceed 255 characters!", + "categoryNameMaxlength": "Category name can not exceed 255 characters!", + "portalNameMaxlength": "Portal name can not exceed 255 characters!", + "portalIdMaxlength": "Portal identifier can not exceed 255 characters!", "groupDescriptionMaxlength": "Gruppbeskrivningen får inte överstiga 255 tecken!", "groupEmailMaxlength": "Gruppmail-adress kan inte överstiga 128 tecken!", "pol": "Polska", @@ -546,7 +549,7 @@ "categoriesUpdated": "Uppdatareade kategorier.", "warnPublishDraft": "När du publicerar poster med arbetsflöde aktiverat kommer status att ändras till 'Godkänn'. Är du säker på att du vill fortsätta?", "cancelWorkingCopy": "Avbryt arbetskopian", - "deleteWorkingCopyRecordConfirm": "Vill du verkligen ta bort arbetskopian '{{resourceTitle}}'?", + "deleteWorkingCopyRecordConfirm": "Do you really want to remove the working copy '{{resourceTitle}}'?", "workingCopy": "Arbetskopia", "onTheWeb": "Mer information online", "pdfReportTocTitle": "Innehåll", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/sv-v4.json b/web-ui/src/main/resources/catalog/locales/sv-v4.json index 4b911e83607..a584a8a2cda 100644 --- a/web-ui/src/main/resources/catalog/locales/sv-v4.json +++ b/web-ui/src/main/resources/catalog/locales/sv-v4.json @@ -293,6 +293,8 @@ "pageContent": "Sidans innehåll", "pageContentFile": "Sidinnehållsfil", "pageLabel": "Sidetikett", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Sidavsnitt", "pageApiLink": "Sidans API-länk", "uiRestorePrevious": "Återställ senast sparade", @@ -393,6 +395,7 @@ "measureName": "Measure", "measureDescription": "Description", "measureValue": "Value", + "measureDate": "Datum", "switchPortals": "Switch to another Portal", "dataPreview": "Discover data", "tableOfContents": "Table of Contents", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/locales/zh-admin.json b/web-ui/src/main/resources/catalog/locales/zh-admin.json index 0d8aa3b25cd..515e9c01416 100644 --- a/web-ui/src/main/resources/catalog/locales/zh-admin.json +++ b/web-ui/src/main/resources/catalog/locales/zh-admin.json @@ -1041,6 +1041,8 @@ "region/getmap/background": "Background map, URL or Named Layer ID", "region/getmap/mapproj": "地图投影", "region/getmap/summaryWidth": "Summary width", + "region/getmap/useGeodesicExtents": "Display geodesic extents", + "region/getmap/useGeodesicExtents-help": "By default, the displayed metadata extents are planar (i.e. rectangular). If you enable this option, the metadata extents will become geodesic. If the map uses a projected coordinate system, this may lead to non-rectangular extents (e.g. trapezoid).", "region/getmap/width": "宽度", "metadata/editor": "元数据编辑器配置", "metadata/editor/schemaConfig": "标准配置", @@ -1076,6 +1078,11 @@ "ui-createPageTpl-horizontal": "Horizontal", "ui-createPageTpl-vertical": "Vertical", "ui-createPageTpl-other": "Custom", + "ui-resultViewTpls-icon": "Icon", + "ui-resultViewTpls-tplUrl": "HTML template URL", + "ui-resultViewTpls-tooltip": "Tooltip", + "ui-resultViewTpls-relatedTypes": "(optional) Related types to load", + "ui-resultViewTpls-source": "(optional) Fields to exclude", "ui-languages": "List of languages", "ui-filters": "过滤器", "ui-minUserProfileToCreateTemplate": "Which minimum profile is required to manage/create template?", @@ -1395,6 +1402,8 @@ "metadata/pdfReport/tocPage": "Add table of contents (TOC) page", "metadata/pdfReport/pdfName": "Report file name", "metadata/pdfReport/pdfName-help": "Report file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", + "metadata/pdfReport/headerLogoFileName": "Top banner file name", + "metadata/pdfReport/headerLogoFileName-help": "When a file is given, the pdf will be generated using this image as its top banner instead of its default one. Please add this image using the add new logo feature.", "metadata/csvReport": "Metadata selection - csv export", "metadata/csvReport/csvName": "CSV export file name", "metadata/csvReport/csvName-help": "Export metadata in CSV format file name. The following template fields are allowed to be used: {year}, {month}, {day}, {date} and {datetime}. Template fields are replaced with the related date values. {date} uses 'yyyyMMdd' format and {datetime} uses 'yyyyMMddHHmmss' format.", @@ -1470,5 +1479,12 @@ "es.url": "Elasticsearch server", "es.version": "Elasticsearch version", "es.index": "Index name", - "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties." + "systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.", + "app.version": "Application version", + "app.subVersion": "Application minor version", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "formConfirmExit": "The form has changes, if you exit the changes will be lost. Do you want to exit on the page?" } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/zh-core.json b/web-ui/src/main/resources/catalog/locales/zh-core.json index 08971101610..b2ef59d6c5c 100644 --- a/web-ui/src/main/resources/catalog/locales/zh-core.json +++ b/web-ui/src/main/resources/catalog/locales/zh-core.json @@ -218,7 +218,10 @@ "passwordPattern": "Password must contain at least 1 uppercase, 1 lowercase, 1 number and 1 symbol. Symbols include: `~!@#$%^&*()-_=+[]{}\\|;:'\",.<>/?');", "passwordOld": "Old password", "passwordRepeat": "重复输入密码", - "groupNameMaxlength": "Group name can not exceed 32 characters!", + "groupNameMaxlength": "Group name can not exceed 255 characters!", + "categoryNameMaxlength": "Category name can not exceed 255 characters!", + "portalNameMaxlength": "Portal name can not exceed 255 characters!", + "portalIdMaxlength": "Portal identifier can not exceed 255 characters!", "groupDescriptionMaxlength": "Group description can not exceed 255 characters!", "groupEmailMaxlength": "Group email can not exceed 128 characters!", "pol": "波兰语", @@ -578,4 +581,4 @@ "reviewerNotAllowedUnpublish": "Reviewer not allowed to un-publish the metadata", "reviewerNotAllowedPublishUnpublish": "Reviewer not allowed to publish / un-publish the metadata", "missingTitle": "Missing title" -} +} \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/zh-v4.json b/web-ui/src/main/resources/catalog/locales/zh-v4.json index 425754698de..950f1d0a9c2 100644 --- a/web-ui/src/main/resources/catalog/locales/zh-v4.json +++ b/web-ui/src/main/resources/catalog/locales/zh-v4.json @@ -293,6 +293,8 @@ "pageContent": "Page content", "pageContentFile": "Page content file", "pageLabel": "Page label", + "pageIcon": "Page icon", + "pageIcon-help": "Optionally, define a font-awesome icon. Example: 'fa-wrench'.", "pageSection": "Page section", "pageApiLink": "Page API link", "uiRestorePrevious": "Restore last saved", @@ -393,6 +395,7 @@ "measureName": "Measure", "measureDescription": "Description", "measureValue": "Value", + "measureDate": "Date", "switchPortals": "Switch to another Portal", "dataPreview": "Discover data", "tableOfContents": "Table of Contents", @@ -414,5 +417,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" }