diff --git a/web-ui/download-from-transifex.sh b/web-ui/download-from-transifex.sh index ccc0257b7e..5172a17f40 100755 --- a/web-ui/download-from-transifex.sh +++ b/web-ui/download-from-transifex.sh @@ -1,19 +1,49 @@ #!/usr/bin/env bash # Install transifex client first. -# sudo apt-get install transifex-client -# on OSX run pip if you have that installed -# sudo pip install transifex-client +# curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash +# source ~/.bashrc -mkdir transifex-src +rm -fr transifex-src +mkdir -p transifex-src/.tx cd transifex-src -tx init --host=www.transifex.com -tx set --auto-remote https://www.transifex.com/projects/p/core-geonetwork/ -tx pull -a -r 'core-geonetwork.editor' -tx pull -a -r 'core-geonetwork.admin' -tx pull -a -r 'core-geonetwork.core' -tx pull -a -r 'core-geonetwork.v4' -tx pull -a -r 'core-geonetwork.search' -tx pull -a -r 'core-geonetwork.gnui' + +cat < .tx/config + [main] + host = https://www.transifex.com + + [o:geonetwork:p:core-geonetwork:r:v4] + file_filter = translations/core-geonetwork.v4/.json + source_file = translations/core-geonetwork.v4/en.json + type = KEYVALUEJSON + + [o:geonetwork:p:core-geonetwork:r:editor] + file_filter = translations/core-geonetwork.editor/.json + source_file = translations/core-geonetwork.editor/en.json + type = KEYVALUEJSON + + [o:geonetwork:p:core-geonetwork:r:admin] + file_filter = translations/core-geonetwork.admin/.json + source_file = translations/core-geonetwork.admin/en.json + type = KEYVALUEJSON + + [o:geonetwork:p:core-geonetwork:r:core] + file_filter = translations/core-geonetwork.core/.json + source_file = translations/core-geonetwork.core/en.json + type = KEYVALUEJSON + + [o:geonetwork:p:core-geonetwork:r:search] + file_filter = translations/core-geonetwork.search/.json + source_file = translations/core-geonetwork.search/en.json + type = KEYVALUEJSON + + [o:geonetwork:p:core-geonetwork:r:gnui] + file_filter = translations/core-geonetwork.gnui/.json + source_file = translations/core-geonetwork.gnui/en.json + type = KEYVALUEJSON +EOF + + +tx pull --force --translations --all cd .. TRANSLATION_DIR=transifex-src/translations/core-geonetwork. 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 b210676841..1730d99c81 100644 --- a/web-ui/src/main/resources/catalog/locales/ca-admin.json +++ b/web-ui/src/main/resources/catalog/locales/ca-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "Utilitza la data d'actualització per detectar canvis en el servidor remot. Això no actualitzarà canvis menors, però millora la velocitat del harvester.", "geonetwork-xslfilter": "Nom del filtre XSL a aplicar", "geonetwork-xslfilterHelp": "El filetro XSL s'aplicarà a cada metadada", + "simpleurl-urlHelp": "URL pointing to JSON or XML documents. If harvesting more than one URL, add one line for each.", + "loopElement": "Element to loop on", + "simpleurl-configHelper": "Sample configurations which can help setting up the harvester:", + "simpleurl-configHelper-help": "Depending on the target URL and the type of documents to harvest each configuration illustrate of to configure the harvester to extract the metadata records from the remote document.", + "simpleurl-loopElementHelp": "For each element, one metadata record is created. For JSON document, points to a property. For XML document, points using XPath. eg. '.' if the element at the root of the XML document is a metadata document like 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Pagination parameters (optional)", + "numberOfRecordPath": "Element for the number of records to collect", + "simpleurl-numberOfRecordPathHelp": "JSON property or XPath to the element containing the number of records to collect. This information is used to compute the number of pages in case pagination is needed to collect all records.", + "recordIdPath": "Element for the UUID of each record", + "simpleurl-recordIdPathHelp": "JSON property or XPath to the UUID of the record. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' for XML document in ISO19115-3.", + "pageFromParam": "From URL parameter", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Size URL parameter", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "Error en esborrar el grup", "groupDeleteConfirm": "Estàs segur de voler esborrar el grup?", "userDeleteError": "Error en esborrar l'usuari.", @@ -345,8 +359,10 @@ "indexingInProgress": "Indexat en curs ...", "indexingRecordsRelatedToTheThesaurus": "Entrades relacionades a aquest tesaurus s'estan indexant ...", "thesaurusCreationError": "S'ha produït un error en crear el tesaure", + "thesaurusUpdateError": "Error on updating the thesaurus", "thesaurusUploadError": "S'ha produït un error en carregar el tesaure", "thesaurusDeleteError": "S'ha produït un error en esborrar el tesaure", + "thesaurusTitleRequired": "The thesaurus title is required", "information": "Informació", "inspireatom-errors": "Errors:", "inspireatom-harvestedfeeds": "Fonts de harvester:", @@ -776,6 +792,13 @@ "system/server/port": "Port", "system/server/protocol": "Protocol preferit", "system/server/log": "Nivell de registre", + "system/index": "Index options", + "metadata/url": "Link to metadata", + "metadata/url/sitemapDoiFirst": "Use DOI for sitemap URL if present", + "metadata/url/sitemapLinkUrl": "Sitemap and permalink URL template", + "metadata/url/sitemapLinkUrl-help": "URL template to build the links to metadata document in the catalogue sitemap. String
  • \\{\\{UUID\\}\\} will be replaced by the metadata UUID
  • \\{\\{LANG\\}\\} will be replaced by the request language
  • \\{\\{RESOURCEID\\}\\} will be replaced by the resource identifier
For example, for the template http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} the resulting URL in sitemap document would be http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. If not set, the default URL is used.", + "metadata/url/dynamicAppLinkUrl": "Portal URL template", + "metadata/url/dynamicAppLinkUrl-help": "Link in the landing page to open the catalogue application. If not set, the default app is used.", "system/server/timeZone": "Fus horari", "system/server/timeZone-help": "Sets the timezone used to store dates in the database and interpret the time in cron expression specified in the harvesters Frequency field. If not set the JVM default timezone will be used. GeoNetwork uses the timezone definitions available in the JVM. Time zones definitions can change frequently. Please keep updated your JVM to get the latest timezones definition or use the tzupdater tool available for download from the Java SE Download Page.", "system/site": "Descripció del catàleg", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Are you sure you want to delete this metadata identifier template?", "uiConfigDeleteError": "Error deleting user interface configuration", "sourceRemoved": "Source removed", - "sourceRemovedError": "Error while removing the source" + "sourceRemovedError": "Error while removing the source", + "saveThesaurus": "Desar" } \ 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 347e0f5097..1b1f506545 100644 --- a/web-ui/src/main/resources/catalog/locales/ca-core.json +++ b/web-ui/src/main/resources/catalog/locales/ca-core.json @@ -259,6 +259,7 @@ "signIn": "Autenticar", "signedInAs": "Autenticar com", "signout": "Sortir", + "signoutDescription": "You are already logged in, click the button to logout.", "somethingWrong": "Quelcom ha fet figa!", "south": "Sud", "siblings": "Recursos associats", @@ -430,7 +431,7 @@ "link-fcats": "Catàleg d'Objectes Geogràfics", "link-associated": "Recursos associats", "indexAccessError": "Error during index access.", - "applyFilter": "Apply Filter", + "applyFilter": "Apply current filter to the map (build a SLD to apply to the WMS layer).", "confirm": "OK", "confirmDialogTitle": "Confirmar Acció", "close": "Tancar", @@ -574,8 +575,12 @@ "copyToClipboard": "Copy the text to the clipboard", "textCopied": "Text has been copied to the clipboard.", "metadataApproved": "Metadata approved.", + "metadataSubmitted": "Metadata submitted.", "batchApproveTitle": "Batch metadata approval", "batchApproveInfo": "This option approves the selected metadata owned by the user. By default, only the metadata in submitted status is approved, select the option below to approve directly the metadata that is not in submitted status.", "batchApproveDirect": "Approve the metadata without requiring to be in submitted status", - "facet-mdStatus": "Progrés del flux de treball" + "facet-mdStatus": "Progrés del flux de treball", + "skipLink": "Skip and go to the content", + "batchSubmitTitle": "Batch metadata submission", + "batchSubmitInfo": "This option submits the selected metadata owned by the user." } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/ca-editor.json b/web-ui/src/main/resources/catalog/locales/ca-editor.json index 3ad1c28bf3..83e891fe7f 100644 --- a/web-ui/src/main/resources/catalog/locales/ca-editor.json +++ b/web-ui/src/main/resources/catalog/locales/ca-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Search for an extent ...", "searchAresourceConstraints": "Search for a constraint statement ...", "searchAconstraint": "Cerca una restricció..", - "searchAcontact": "Cerca un contacte...", + "searchAcontact": "Search for organisation or contact ...", "searchAnOrganisation": "Cerca una organització...", "searchAformat": "Search for a format ...", "setAndReplaceExtent": "Substitueix l'extensió actual", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "Associated Metadata", "directoryEntryEditor": "Entry Editor", "directoryEntryEditing": "Currently editing:", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "New Entry", "directoryManagerMode-editEntry": "Edit Entry", "directoryManagerMode-newTemplate": "New Template", diff --git a/web-ui/src/main/resources/catalog/locales/ca-gnui.json b/web-ui/src/main/resources/catalog/locales/ca-gnui.json index 8b4efec02b..78cb404de4 100644 --- a/web-ui/src/main/resources/catalog/locales/ca-gnui.json +++ b/web-ui/src/main/resources/catalog/locales/ca-gnui.json @@ -1,4 +1,5 @@ { + "dropFile": "", "facets.block.title.OrgForResource": "Organització", "facets.block.title.availableInServices": "Available for", "facets.block.title.cl_hierarchyLevel.key": "Resource type", diff --git a/web-ui/src/main/resources/catalog/locales/ca-search.json b/web-ui/src/main/resources/catalog/locales/ca-search.json index 0d709de589..dbf1040e06 100644 --- a/web-ui/src/main/resources/catalog/locales/ca-search.json +++ b/web-ui/src/main/resources/catalog/locales/ca-search.json @@ -540,5 +540,13 @@ "esriCapabilitiesNoValid": "The response is not a valid ESRI Rest capabilities document.", "seriesComposedOf": "Composed of", "seriesCoveringPeriod": "Covering period", - "approve": "Approve" + "approve": "Approve", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooLongMax": "The value is too long (max {{maxChar}} characters)", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "addLayerPrefix": "Add layer", + "addLayerPostfix": "to the map", + "submit": "Submit" } \ 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 6aadeab9ca..97322c195d 100644 --- a/web-ui/src/main/resources/catalog/locales/ca-v4.json +++ b/web-ui/src/main/resources/catalog/locales/ca-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "load more results...", "rating": "puntuació", "popularity": "popularitat", + "alternateTitle": "Also named: ", "isHarvested-true": "Importat per recol·lecció", "isHarvested-false": "Local", "sortBy-popularity": "popularitat", @@ -129,6 +130,7 @@ "facet-valid_inspire": "INSPIRE validation status", "valid_inspire-1": "Vàlid", "valid_inspire-0": "Invàlid", + "valid_inspire-3": "No rule applies", "valid_inspire--1": "Desconegut", "facet-OrgForResource": "Organitzacions", "facet-sourceCatalogue": "Catalogues", @@ -267,10 +269,12 @@ "ui/chooseAnOption-help": "Current user configuration is empty. Choose one or more option above or create a full configuration.", "uiConfigForm": "Configuration form", "uiConfigJsonForm": "JSON form", + "uiCurrentConfig": "Current configuration", "uiBasicConfig": "Full configuration", "uiRemoveDefaultOptions": "Remove default options", "preferredOptions": "Preferred options", - "ui-full-configuration": "All options", + "ui-full-configuration": "All default options (reset all current options)", + "ui-full-current-configuration": "All current configuration", "ui-hitsPerPage": "Número de registres per pàgina per defecte", "ui-queryTitle": "Query for title only search", "ui-related": "Results / Type of related records to search for", @@ -302,6 +306,8 @@ "searchAndReplace": "Buscar i Reemplaçar", "xpathEdits": "XPath editing", "batchEdits": "Form editing", + "addXpathCondition": "an optional condition", + "condition": "Condició", "searchAndReplaceEditsHelp": "Use the database to run a search and replace operation.", "addSearchAndReplace-help": "", "searchValue": "Valor", @@ -331,6 +337,7 @@ "copyToClipboard": "Copy to clipboard.", "copyUrlToClipboard": "Copy URL to clipboard.", "copyHarvesterConfig": "Copy harvester config", + "copyListOfUuids": "Copy list of UUIDs", "addHarvesterFromClipboard": "Paste harvester config", "harvesterConfigIsNotJson": "The harvester config must be a JSON configuration.", "harvesterConfigIsNotValid": "The harvester config does not look to be a valid configuration.", @@ -365,5 +372,6 @@ "mimeType": "Format", "uploadedResourceAlreadyExistException": "File {{file}} already exist in this record data store. Remove it first.", "switchPortals": "Switch to another Portal", - "dataPreview": "Discover data" + "dataPreview": "Discover data", + "tableOfContents": "Table of Contents" } 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 58d7012c6f..a360b8634c 100644 --- a/web-ui/src/main/resources/catalog/locales/cs-admin.json +++ b/web-ui/src/main/resources/catalog/locales/cs-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "Použít datum změny k vyhledání změn na vzdáleném serveru. Výsledkem nebude aktualizace drobných změn, ale zlepšení rychlosti na sběrači dat.", "geonetwork-xslfilter": "Použít název filtru XSL", "geonetwork-xslfilterHelp": "Filtr XSL se použije na každý metadatový záznam", + "simpleurl-urlHelp": "Adresa URL směřující na dokumenty JSON nebo XML. Pokud shromažďujete více než jednu adresu URL, přidejte pro každou jeden řádek.", + "loopElement": "Prvek pro smyčku", + "simpleurl-configHelper": "Vzorové konfigurace, které mohou pomoci při nastavení shromažďovacího stroje:", + "simpleurl-configHelper-help": "V závislosti na cílové adrese URL a typu dokumentů, které se mají sklízet, každá konfigurace ilustruje konfiguraci shromažďovacího stroje pro extrakci záznamů metadat ze vzdáleného dokumentu.", + "simpleurl-loopElementHelp": "Pro každý prvek je vytvořen jeden metadatový záznam. U dokumentu JSON odkazuje na vlastnost. Pro dokument XML, body pomocí XPath. např. '.' pokud je prvkem v kořenovém adresáři dokumentu XML metadatový dokument, jako je 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Parametry stránkování (volitelné)", + "numberOfRecordPath": "Prvek pro počet záznamů, které se mají shromáždit", + "simpleurl-numberOfRecordPathHelp": "Vlastnost JSON nebo XPath k prvku obsahujícímu počet záznamů, které se mají shromáždit. Tyto informace se používají k výpočtu počtu stránek v případě, že je potřeba stránkování pro shromáždění všech záznamů.", + "recordIdPath": "Prvek pro UUID každého záznamu", + "simpleurl-recordIdPathHelp": "Vlastnost JSON nebo XPath k UUID záznamu. např. 'mdb:metadataIdentifier/*/mcc:code/*/text()' pro dokument XML v ISO19115-3.", + "pageFromParam": "Z parametru URL", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Velikost parametru URL", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "Při mazání skupiny došlo k chybě", "groupDeleteConfirm": "Opravdu chcete skupinu smazat?", "userDeleteError": "Chyba při mazání uživatele", @@ -345,8 +359,10 @@ "indexingInProgress": "Probíhá indexování ...", "indexingRecordsRelatedToTheThesaurus": "Probíhá indexování záznamů souvisejících s tímto tezaurem ...", "thesaurusCreationError": "Chyba při vytváření tezauru", + "thesaurusUpdateError": "Chyba při aktualizaci tezauru", "thesaurusUploadError": "Chyba při nahrávání tezauru", "thesaurusDeleteError": "Chyba při mazání tezauru", + "thesaurusTitleRequired": "Název tezauru je povinný", "information": "Informace", "inspireatom-errors": "Chyby:", "inspireatom-harvestedfeeds": "Získané vstupy dat:", @@ -776,6 +792,13 @@ "system/server/port": "Port", "system/server/protocol": "Preferovaný protokol", "system/server/log": "Úroveň protokolu", + "system/index": "Možnosti indexu", + "metadata/url": "Odkaz na metadata", + "metadata/url/sitemapDoiFirst": "Použít DOI pro adresu URL mapy webu, pokud existuje", + "metadata/url/sitemapLinkUrl": "Šablona Sitemap a URL trvalého odkazu", + "metadata/url/sitemapLinkUrl-help": "Šablona adresy URL pro vytvoření odkazů na dokument metadat v mapě webu katalogu . String
  • \\{\\{UUID\\}\\} bude nahrazeno UUID metadat
  • \\{\\{LANG\\}\\} bude nahrazeno jazykem požadavku
  • \\{\\{RESOURCEID\\}\\} bude nahrazeno identifikátorem zdroje
Například pro šablonu http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} bude výsledná adresa URL v dokumentu sitemap http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. Pokud není nastaveno, použije se výchozí adresa URL.", + "metadata/url/dynamicAppLinkUrl": "Šablona URL portálu", + "metadata/url/dynamicAppLinkUrl-help": "Odkaz na vstupní stránce pro otevření aplikace katalogu. Pokud není nastaveno, použije se výchozí aplikace.", "system/server/timeZone": "Časové pásmo", "system/server/timeZone-help": "Nastaví časové pásmo použité k uložení dat do databáze a interpretaci času ve výrazu cron určeném v poli Frekvence sklizně. Pokud není nastaveno, použije se výchozí časové pásmo JVM. GeoNetwork používá definice časových pásem dostupné v JVM. Definice časových pásem se mohou často měnit. Aktualizujte prosím svůj JVM, abyste získali nejnovější definici časových pásem, nebo použijte nástroj tzupdater, který je k dispozici ke stažení na stránce Java SE Download .", "system/site": "Popis katalogu", @@ -1293,8 +1316,8 @@ "sourceName-help": "Krátký název portálu. MUSÍ se skládat pouze z písmen, číslic, '-' a '_'. Po vytvoření použijte překlady k definování štítků, které budou zobrazeny na panelu nástrojů.", "sourceFilter": "Vyhledávat filtr", "sourceFilter-help": "Další vyhledávací kritéria, která mají být přidána do vyhledávání v portálu. Toto je výraz lucene. např. +keyword:inspire", - "displayInHeaderSwitcher": "Display in the portal switcher", - "displayInHeaderSwitcher-help": "If enabled the portal will displayed on the list of available portals in the site header portal selector", + "displayInHeaderSwitcher": "Zobrazit v přepínači portálu", + "displayInHeaderSwitcher-help": "Pokud je tato volba povolena, portál se zobrazí v seznamu dostupných portálů ve výběru portálu v záhlaví webu.", "sourceLogo": "Logo", "sourceLogo-help": "Logo portálu se zobrazí na panelu nástrojů.", "sourceUiConfig": "Konfigurace uživatelského rozhraní", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Opravdu chcete smazat tuto šablonu identifikátoru metadat?", "uiConfigDeleteError": "Chyba při mazání konfigurace uživatelského rozhraní", "sourceRemoved": "Zdroj odstraněn", - "sourceRemovedError": "Chyba při odstraňování zdroje" + "sourceRemovedError": "Chyba při odstraňování zdroje", + "saveThesaurus": "Uložit" } \ 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 42e37eb7d1..6ae2d2ba2d 100644 --- a/web-ui/src/main/resources/catalog/locales/cs-core.json +++ b/web-ui/src/main/resources/catalog/locales/cs-core.json @@ -259,6 +259,7 @@ "signIn": "Přihlásit se", "signedInAs": "Přihlášen(a) jako", "signout": "Odhlásit se", + "signoutDescription": "Jste již přihlášeni, kliknutím na tlačítko se odhlásíte.", "somethingWrong": "Něco se nezdařilo!", "south": "Jih", "siblings": "Přidružené zdroje", diff --git a/web-ui/src/main/resources/catalog/locales/cs-editor.json b/web-ui/src/main/resources/catalog/locales/cs-editor.json index 3ddfb8ceae..feff182251 100644 --- a/web-ui/src/main/resources/catalog/locales/cs-editor.json +++ b/web-ui/src/main/resources/catalog/locales/cs-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Vyhledat rozsah ...", "searchAresourceConstraints": "Vyhledat příkaz omezení ...", "searchAconstraint": "Hledání omezení ...", - "searchAcontact": "Vyhledat kontakt ...", + "searchAcontact": "Hledat organizaci nebo kontakt ...", "searchAnOrganisation": "Hledání organizace ...", "searchAformat": "Hledání formátu ...", "setAndReplaceExtent": "Nahradit stávající rozlohu", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "Přidružená metadata", "directoryEntryEditor": "Editor položek", "directoryEntryEditing": "Aktuální editace:", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "Nový záznam", "directoryManagerMode-editEntry": "Upravit položku", "directoryManagerMode-newTemplate": "Nová šablona", diff --git a/web-ui/src/main/resources/catalog/locales/cs-gnui.json b/web-ui/src/main/resources/catalog/locales/cs-gnui.json index 9f6b800c1b..7daa19acd4 100644 --- a/web-ui/src/main/resources/catalog/locales/cs-gnui.json +++ b/web-ui/src/main/resources/catalog/locales/cs-gnui.json @@ -1,4 +1,5 @@ { + "dropFile": "", "facets.block.title.OrgForResource": "Organizace", "facets.block.title.availableInServices": "Dostupné pro", "facets.block.title.cl_hierarchyLevel.key": "Typ zdroje", 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 20e8319e71..1433aca2f8 100644 --- a/web-ui/src/main/resources/catalog/locales/cs-v4.json +++ b/web-ui/src/main/resources/catalog/locales/cs-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "načíst více výsledků ...", "rating": "hodnocení", "popularity": "obliba", + "alternateTitle": "Also named: ", "isHarvested-true": "Shromážděno", "isHarvested-false": "Místní", "sortBy-popularity": "obliba", @@ -129,7 +130,7 @@ "facet-valid_inspire": "Stav ověření INSPIRE", "valid_inspire-1": "Platné", "valid_inspire-0": "Neplatný", - "valid_inspire-3": "No rule applies", + "valid_inspire-3": "Žádné pravidlo se nepoužije", "valid_inspire--1": "Neznámý", "facet-OrgForResource": "Organizace", "facet-sourceCatalogue": "Katalogy", @@ -305,6 +306,8 @@ "searchAndReplace": "Najít a zaměnit", "xpathEdits": "Úprava XPath", "batchEdits": "Úprava formuláře", + "addXpathCondition": "volitelná podmínka", + "condition": "Podmínka", "searchAndReplaceEditsHelp": "Použijte databázi ke spuštění operace vyhledávání a nahrazení.", "addSearchAndReplace-help": "", "searchValue": "Hodnota", @@ -334,6 +337,7 @@ "copyToClipboard": "Zkopírovat do schránky.", "copyUrlToClipboard": "Zkopírovat URL do schránky.", "copyHarvesterConfig": "Zkopírujte konfiguraci harvestoru", + "copyListOfUuids": "Zkopírovat seznam identifikátorů UUID", "addHarvesterFromClipboard": "Vložit konfiguraci harvestoru", "harvesterConfigIsNotJson": "Konfigurace harvesteru musí být konfigurace JSON.", "harvesterConfigIsNotValid": "Konfigurace harvesteru se nezdá být platnou konfigurací.", 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 bd6695ee18..89adbc9871 100644 --- a/web-ui/src/main/resources/catalog/locales/de-admin.json +++ b/web-ui/src/main/resources/catalog/locales/de-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "Nutzung des Änderungsdatums, um Änderungen im Remote-Server festzustellen. Kleinere Änderungen werden dadurch nicht aktualisiert, aber es vervessert die Geschwindkeit beim Harvesten.", "geonetwork-xslfilter": "Anzuwendender XSL-Filtername", "geonetwork-xslfilterHelp": "Der XSL-Filter wird auf jeden Metadatensatz angewendet", + "simpleurl-urlHelp": "URL pointing to JSON or XML documents. If harvesting more than one URL, add one line for each.", + "loopElement": "Element to loop on", + "simpleurl-configHelper": "Sample configurations which can help setting up the harvester:", + "simpleurl-configHelper-help": "Depending on the target URL and the type of documents to harvest each configuration illustrate of to configure the harvester to extract the metadata records from the remote document.", + "simpleurl-loopElementHelp": "For each element, one metadata record is created. For JSON document, points to a property. For XML document, points using XPath. eg. '.' if the element at the root of the XML document is a metadata document like 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Pagination parameters (optional)", + "numberOfRecordPath": "Element for the number of records to collect", + "simpleurl-numberOfRecordPathHelp": "JSON property or XPath to the element containing the number of records to collect. This information is used to compute the number of pages in case pagination is needed to collect all records.", + "recordIdPath": "Element for the UUID of each record", + "simpleurl-recordIdPathHelp": "JSON property or XPath to the UUID of the record. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' for XML document in ISO19115-3.", + "pageFromParam": "From URL parameter", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Size URL parameter", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "Fehler beim Löschen der Gruppe", "groupDeleteConfirm": "Möchten Sie die Gruppe wirklich löschen?", "userDeleteError": "Fehler beim Löschen des Benutzers", @@ -345,8 +359,10 @@ "indexingInProgress": "Indexierung in Arbeit ...", "indexingRecordsRelatedToTheThesaurus": "Die mit diesem Thesaurus verknüpften Datensätze werden indexiert ...", "thesaurusCreationError": "Fehler beim Erstellen des Thesaurus", + "thesaurusUpdateError": "Error on updating the thesaurus", "thesaurusUploadError": "Fehler beim Hochladen des Thesaurus", "thesaurusDeleteError": "Fehler beim Löschen des Thesaurus", + "thesaurusTitleRequired": "The thesaurus title is required", "information": "Information", "inspireatom-errors": "Fehler:", "inspireatom-harvestedfeeds": "Harvested Feeds:", @@ -776,6 +792,13 @@ "system/server/port": "Port", "system/server/protocol": "Bevorzugtes Protokoll", "system/server/log": "Log-Level", + "system/index": "Index options", + "metadata/url": "Link to metadata", + "metadata/url/sitemapDoiFirst": "Use DOI for sitemap URL if present", + "metadata/url/sitemapLinkUrl": "Sitemap and permalink URL template", + "metadata/url/sitemapLinkUrl-help": "URL template to build the links to metadata document in the catalogue sitemap. String
  • \\{\\{UUID\\}\\} will be replaced by the metadata UUID
  • \\{\\{LANG\\}\\} will be replaced by the request language
  • \\{\\{RESOURCEID\\}\\} will be replaced by the resource identifier
For example, for the template http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} the resulting URL in sitemap document would be http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. If not set, the default URL is used.", + "metadata/url/dynamicAppLinkUrl": "Portal URL template", + "metadata/url/dynamicAppLinkUrl-help": "Link in the landing page to open the catalogue application. If not set, the default app is used.", "system/server/timeZone": "Zeitzone", "system/server/timeZone-help": "Sets the timezone used to store dates in the database and interpret the time in cron expression specified in the harvesters Frequency field. If not set the JVM default timezone will be used. GeoNetwork uses the timezone definitions available in the JVM. Time zones definitions can change frequently. Please keep updated your JVM to get the latest timezones definition or use the tzupdater tool available for download from the Java SE Download Page.", "system/site": "Katalogbeschreibung", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Are you sure you want to delete this metadata identifier template?", "uiConfigDeleteError": "Error deleting user interface configuration", "sourceRemoved": "Source removed", - "sourceRemovedError": "Error while removing the source" + "sourceRemovedError": "Error while removing the source", + "saveThesaurus": "Speichern" } \ 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 e1230d67fa..133c352ba6 100644 --- a/web-ui/src/main/resources/catalog/locales/de-core.json +++ b/web-ui/src/main/resources/catalog/locales/de-core.json @@ -56,7 +56,7 @@ "topConcepts": "Hauptbegriff(e)", "viewSelectionOnly": "Nur Auswahl", "add": "Hinzufügen", - "address": "Adresse", + "address": "Str. / Hausnr.", "personal": "persönlich", "gnToggle": "Zeige/verberge Abschnitte", "cookieWarning": "Diese Website verwendet Cookies. Wenn Sie weiter auf dieser Website navigieren, nehmen wir an, dass Sie damit einverstanden sind. ", @@ -167,7 +167,7 @@ "msgNoCatalogInfo": "Kataloginformationen konnten nicht abgerufen werden.", "msgNoUserInfo": "Benutzerinformationen konnten nicht abgerufen werden.", "msgUserAuthenticated": "Benutzer {{username}} authentifiziert.", - "name": "Name", + "name": "Vorname", "needAnAccount": "Benötigen Sie ein Benutzerkonto?", "needAnAccountInfo": "Schreiben Sie sich ein, es dauert nicht lange.", "needHelp": "Brauchen Sie Hilfe", @@ -259,6 +259,7 @@ "signIn": "Anmelden", "signedInAs": "Identifiziert als", "signout": "Abmelden", + "signoutDescription": "Wenn Sie bereits angemeldet sind, klicken Sie auf die Schaltfläche, um sich abzumelden.", "somethingWrong": "Es gab einen Fehler.", "south": "Süden", "siblings": "Verlinkte Ressourcen", @@ -268,9 +269,9 @@ "spatialRepresentationTypes": "Darstellungsarten", "spatialRepresentationType": "Darstellungsart", "cl_spatialRepresentationType": "Darstellungsart", - "state": "Stadt", + "state": "Bundesland / Kanton", "staticMap": "Statische Karte", - "surname": "Name", + "surname": "Nachname", "title": "Titel", "to": "Bis", "on": "von", @@ -282,7 +283,7 @@ "assignCategoryError": "Beim Zuweisen der Kategorie '{{category}}' trat ein Fehler auf.", "updatePassword": "Aktualisierung", "upload": "Hochladen", - "uuid": "Geobasisdaten-ID", + "uuid": "Metadatensatz-ID", "url": "URL", "resetUrl": "URL zurücksetzen", "records": "Datensatz/Datensätze", @@ -347,7 +348,7 @@ "batchediting": "Batch-Bearbeitung", "west": "Westen", "year": "Jahr", - "zip": "ZIP", + "zip": "PLZ", "validate": "Validieren", "validateInspire": "Remote INSPIRE Validierung", "delete": "Löschen", @@ -574,9 +575,12 @@ "copyToClipboard": "Copy the text to the clipboard", "textCopied": "Text has been copied to the clipboard.", "metadataApproved": "Metadaten genehmigt.", + "metadataSubmitted": "Metadata submitted.", "batchApproveTitle": "Genehmigung von Batch-Metadaten", "batchApproveInfo": "Diese Option genehmigt die ausgewählten Metadaten des Benutzers. Standardmäßig werden nur die Metadaten im Status "Übermittelt" genehmigt. Wählen Sie die folgende Option aus, um die Metadaten, die sich nicht im Status "Übermittelt" befinden, direkt zu genehmigen.", "batchApproveDirect": "Genehmigen Sie die Metadaten, ohne dass Sie sich im Status "Übermittelt" befinden müssen", "facet-mdStatus": "Fortschritt des Arbeitsablaufes", - "skipLink": "Skip and go to the content" + "skipLink": "Skip and go to the content", + "batchSubmitTitle": "Batch metadata submission", + "batchSubmitInfo": "This option submits the selected metadata owned by the user." } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/de-editor.json b/web-ui/src/main/resources/catalog/locales/de-editor.json index b10cbc917e..bfe68c2c91 100644 --- a/web-ui/src/main/resources/catalog/locales/de-editor.json +++ b/web-ui/src/main/resources/catalog/locales/de-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Suche nach einer Ausdehnung ...", "searchAresourceConstraints": "Suche nach einer Einschränkungsangabe ...", "searchAconstraint": "Suche nach einer Einschränkung ...", - "searchAcontact": "Suche nach einem Kontakt ...", + "searchAcontact": "Search for organisation or contact ...", "searchAnOrganisation": "Suche nach einer Organisation ...", "searchAformat": "Suche nach einem Format ...", "setAndReplaceExtent": "Bestehende Ausdehnung ersetzen", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "Verlinkte Metadaten", "directoryEntryEditor": "Verantwortliche Stelle", "directoryEntryEditing": "Element wird gepflegt von:", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "Neuer Eintrag", "directoryManagerMode-editEntry": "Eintrag bearbeiten", "directoryManagerMode-newTemplate": "Neue Vorlage", diff --git a/web-ui/src/main/resources/catalog/locales/de-gnui.json b/web-ui/src/main/resources/catalog/locales/de-gnui.json index fa92dec67c..58cba63a0c 100644 --- a/web-ui/src/main/resources/catalog/locales/de-gnui.json +++ b/web-ui/src/main/resources/catalog/locales/de-gnui.json @@ -1,4 +1,5 @@ { + "dropFile": "", "facets.block.title.OrgForResource": "Organisation", "facets.block.title.availableInServices": "Available for", "facets.block.title.cl_hierarchyLevel.key": "Resource type", 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 01200c5f22..cc2628e871 100644 --- a/web-ui/src/main/resources/catalog/locales/de-v4.json +++ b/web-ui/src/main/resources/catalog/locales/de-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "Weitere Ergebnisse laden ...", "rating": "Wertung", "popularity": "Popularität", + "alternateTitle": "Also named: ", "isHarvested-true": "Geharvested", "isHarvested-false": "Lokal", "sortBy-popularity": "Popularität", @@ -129,6 +130,7 @@ "facet-valid_inspire": "INSPIRE validation status", "valid_inspire-1": "Gültig", "valid_inspire-0": "Ungültig", + "valid_inspire-3": "No rule applies", "valid_inspire--1": "Unbekannt", "facet-OrgForResource": "Organisationen", "facet-sourceCatalogue": "Kataloge", @@ -267,10 +269,12 @@ "ui/chooseAnOption-help": "Current user configuration is empty. Choose one or more option above or create a full configuration.", "uiConfigForm": "Configuration form", "uiConfigJsonForm": "JSON form", + "uiCurrentConfig": "Current configuration", "uiBasicConfig": "Full configuration", "uiRemoveDefaultOptions": "Remove default options", "preferredOptions": "Preferred options", - "ui-full-configuration": "All options", + "ui-full-configuration": "All default options (reset all current options)", + "ui-full-current-configuration": "All current configuration", "ui-hitsPerPage": "Standardanzahl der Datensätze pro Seite", "ui-queryTitle": "Query for title only search", "ui-related": "Results / Type of related records to search for", @@ -302,6 +306,8 @@ "searchAndReplace": "Suchen und ersetzen", "xpathEdits": "XPath editing", "batchEdits": "Form editing", + "addXpathCondition": "an optional condition", + "condition": "Bedingung", "searchAndReplaceEditsHelp": "Use the database to run a search and replace operation.", "addSearchAndReplace-help": "", "searchValue": "Wert", @@ -331,6 +337,7 @@ "copyToClipboard": "In die Zwischenablage kopieren", "copyUrlToClipboard": "URL in die Zwischenablage kopieren", "copyHarvesterConfig": "Harvester Konfiguration kopieren", + "copyListOfUuids": "Copy list of UUIDs", "addHarvesterFromClipboard": "Harvester Konfiguration einfügen", "harvesterConfigIsNotJson": "The harvester config must be a JSON configuration.", "harvesterConfigIsNotValid": "The harvester config does not look to be a valid configuration.", @@ -365,5 +372,6 @@ "mimeType": "Format", "uploadedResourceAlreadyExistException": "File {{file}} already exist in this record data store. Remove it first.", "switchPortals": "Zu einem anderen Portal wechseln", - "dataPreview": "Discover data" + "dataPreview": "Discover data", + "tableOfContents": "Table of Contents" } 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 089fda937c..d1e40d5b13 100644 --- a/web-ui/src/main/resources/catalog/locales/es-admin.json +++ b/web-ui/src/main/resources/catalog/locales/es-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "Usar la fecha de actualización para detectar cambios en el servidor remoto. Esto no actualizará cambios menores, pero mejora la velocidad del harvester.", "geonetwork-xslfilter": "Nombre del filtro XSL a aplicar", "geonetwork-xslfilterHelp": "El filetro XSL se aplicará a cada metadato", + "simpleurl-urlHelp": "URL pointing to JSON or XML documents. If harvesting more than one URL, add one line for each.", + "loopElement": "Element to loop on", + "simpleurl-configHelper": "Sample configurations which can help setting up the harvester:", + "simpleurl-configHelper-help": "Depending on the target URL and the type of documents to harvest each configuration illustrate of to configure the harvester to extract the metadata records from the remote document.", + "simpleurl-loopElementHelp": "For each element, one metadata record is created. For JSON document, points to a property. For XML document, points using XPath. eg. '.' if the element at the root of the XML document is a metadata document like 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Pagination parameters (optional)", + "numberOfRecordPath": "Element for the number of records to collect", + "simpleurl-numberOfRecordPathHelp": "JSON property or XPath to the element containing the number of records to collect. This information is used to compute the number of pages in case pagination is needed to collect all records.", + "recordIdPath": "Element for the UUID of each record", + "simpleurl-recordIdPathHelp": "JSON property or XPath to the UUID of the record. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' for XML document in ISO19115-3.", + "pageFromParam": "From URL parameter", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Size URL parameter", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "Error al borrar el grupo", "groupDeleteConfirm": "¿Realmente quieres borrar el grupo?", "userDeleteError": "Error al borrar usuario", @@ -345,8 +359,10 @@ "indexingInProgress": "Indexado en progreso...", "indexingRecordsRelatedToTheThesaurus": "Entradas relacionadas a este tesauro se están indexando ...", "thesaurusCreationError": "Error al crear el tesauro", + "thesaurusUpdateError": "Error on updating the thesaurus", "thesaurusUploadError": "Error al subir el tesauro", "thesaurusDeleteError": "Error al borrar el tesauro", + "thesaurusTitleRequired": "The thesaurus title is required", "information": "Información", "inspireatom-errors": "Errores:", "inspireatom-harvestedfeeds": "Fuentes de harvester:", @@ -776,6 +792,13 @@ "system/server/port": "Puerto", "system/server/protocol": "Protocolo Preferente", "system/server/log": "Nivel de logging", + "system/index": "Index options", + "metadata/url": "Link to metadata", + "metadata/url/sitemapDoiFirst": "Use DOI for sitemap URL if present", + "metadata/url/sitemapLinkUrl": "Sitemap and permalink URL template", + "metadata/url/sitemapLinkUrl-help": "URL template to build the links to metadata document in the catalogue sitemap. String
  • \\{\\{UUID\\}\\} will be replaced by the metadata UUID
  • \\{\\{LANG\\}\\} will be replaced by the request language
  • \\{\\{RESOURCEID\\}\\} will be replaced by the resource identifier
For example, for the template http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} the resulting URL in sitemap document would be http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. If not set, the default URL is used.", + "metadata/url/dynamicAppLinkUrl": "Portal URL template", + "metadata/url/dynamicAppLinkUrl-help": "Link in the landing page to open the catalogue application. If not set, the default app is used.", "system/server/timeZone": "Zona horaria", "system/server/timeZone-help": "Sets the timezone used to store dates in the database and interpret the time in cron expression specified in the harvesters Frequency field. If not set the JVM default timezone will be used. GeoNetwork uses the timezone definitions available in the JVM. Time zones definitions can change frequently. Please keep updated your JVM to get the latest timezones definition or use the tzupdater tool available for download from the Java SE Download Page.", "system/site": "Descripción del catálogo", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Are you sure you want to delete this metadata identifier template?", "uiConfigDeleteError": "Error deleting user interface configuration", "sourceRemoved": "Source removed", - "sourceRemovedError": "Error while removing the source" + "sourceRemovedError": "Error while removing the source", + "saveThesaurus": "Guardar" } \ 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 8de997ee42..8661ed5e3b 100644 --- a/web-ui/src/main/resources/catalog/locales/es-core.json +++ b/web-ui/src/main/resources/catalog/locales/es-core.json @@ -259,6 +259,7 @@ "signIn": "Identificarse", "signedInAs": "Identificarse como", "signout": "Salir", + "signoutDescription": "Ya ha iniciado sesión, haga clic en el botón para cerrar sesión.", "somethingWrong": "¡Algo salió mal!", "south": "Sur", "siblings": "Recursos asociados", @@ -574,9 +575,12 @@ "copyToClipboard": "Copy the text to the clipboard", "textCopied": "Text has been copied to the clipboard.", "metadataApproved": "Metadatos aprobados.", + "metadataSubmitted": "Metadata submitted.", "batchApproveTitle": "Aprobación de metadatos por lotes", "batchApproveInfo": "Esta opción aprueba los metadatos seleccionados que son propiedad del usuario. De forma predeterminada, solo se aprueban los metadatos en estado enviado, seleccione la opción a continuación para aprobar directamente los metadatos que no están en estado enviado.", "batchApproveDirect": "Aprobar los metadatos sin necesidad de estar en estado enviado", "facet-mdStatus": "Progreso del flujo de trabajo", - "skipLink": "Skip and go to the content" + "skipLink": "Skip and go to the content", + "batchSubmitTitle": "Batch metadata submission", + "batchSubmitInfo": "This option submits the selected metadata owned by the user." } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/es-editor.json b/web-ui/src/main/resources/catalog/locales/es-editor.json index e72bc577d9..3920c36f0e 100644 --- a/web-ui/src/main/resources/catalog/locales/es-editor.json +++ b/web-ui/src/main/resources/catalog/locales/es-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Buscar una extensión...", "searchAresourceConstraints": "Busque una declaración de restricción ...", "searchAconstraint": "Buscar una limitación...", - "searchAcontact": "Buscar un contacto...", + "searchAcontact": "Search for organisation or contact ...", "searchAnOrganisation": "Buscar una organización...", "searchAformat": "Buscar un formato...", "setAndReplaceExtent": "Reemplazar la extensión actual", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "Metadatos Asociados", "directoryEntryEditor": "Entrada del editor", "directoryEntryEditing": "Actualmente editando:", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "Nueva entrada", "directoryManagerMode-editEntry": "Editar entrada", "directoryManagerMode-newTemplate": "Nueva plantilla", diff --git a/web-ui/src/main/resources/catalog/locales/es-gnui.json b/web-ui/src/main/resources/catalog/locales/es-gnui.json index 7319d411b7..35aa21ac83 100644 --- a/web-ui/src/main/resources/catalog/locales/es-gnui.json +++ b/web-ui/src/main/resources/catalog/locales/es-gnui.json @@ -1,4 +1,5 @@ { + "dropFile": "", "facets.block.title.OrgForResource": "Organización", "facets.block.title.availableInServices": "Available for", "facets.block.title.cl_hierarchyLevel.key": "Resource type", 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 2a116f30af..29e29ee523 100644 --- a/web-ui/src/main/resources/catalog/locales/es-v4.json +++ b/web-ui/src/main/resources/catalog/locales/es-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "cargar más resultados ...", "rating": "puntuación", "popularity": "popularidad", + "alternateTitle": "Also named: ", "isHarvested-true": "Importado por harvester", "isHarvested-false": "Local", "sortBy-popularity": "popularidad", @@ -129,6 +130,7 @@ "facet-valid_inspire": "INSPIRE validation status", "valid_inspire-1": "Válido", "valid_inspire-0": "Inválido", + "valid_inspire-3": "No rule applies", "valid_inspire--1": "Desconocido", "facet-OrgForResource": "Organizaciones", "facet-sourceCatalogue": "Catálogos", @@ -267,10 +269,12 @@ "ui/chooseAnOption-help": "Current user configuration is empty. Choose one or more option above or create a full configuration.", "uiConfigForm": "Configuration form", "uiConfigJsonForm": "JSON form", + "uiCurrentConfig": "Current configuration", "uiBasicConfig": "Full configuration", "uiRemoveDefaultOptions": "Remove default options", "preferredOptions": "Preferred options", - "ui-full-configuration": "All options", + "ui-full-configuration": "All default options (reset all current options)", + "ui-full-current-configuration": "All current configuration", "ui-hitsPerPage": "Número predeterminado de registros por página", "ui-queryTitle": "Query for title only search", "ui-related": "Results / Type of related records to search for", @@ -302,6 +306,8 @@ "searchAndReplace": "Buscar y Reemplazar", "xpathEdits": "XPath editing", "batchEdits": "Form editing", + "addXpathCondition": "an optional condition", + "condition": "Condición", "searchAndReplaceEditsHelp": "Use the database to run a search and replace operation.", "addSearchAndReplace-help": "", "searchValue": "Valor", @@ -331,6 +337,7 @@ "copyToClipboard": "Copy to clipboard.", "copyUrlToClipboard": "Copy URL to clipboard.", "copyHarvesterConfig": "Copy harvester config", + "copyListOfUuids": "Copy list of UUIDs", "addHarvesterFromClipboard": "Paste harvester config", "harvesterConfigIsNotJson": "The harvester config must be a JSON configuration.", "harvesterConfigIsNotValid": "The harvester config does not look to be a valid configuration.", @@ -365,5 +372,6 @@ "mimeType": "Formatos", "uploadedResourceAlreadyExistException": "File {{file}} already exist in this record data store. Remove it first.", "switchPortals": "Switch to another Portal", - "dataPreview": "Discover data" + "dataPreview": "Discover data", + "tableOfContents": "Table of Contents" } 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 6714c492dd..1af8da4c01 100644 --- a/web-ui/src/main/resources/catalog/locales/fi-admin.json +++ b/web-ui/src/main/resources/catalog/locales/fi-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "Käytä muutospäiväystä muutosten tunnistamiseen palvelimella. Tämä ei päivitä pieniä muutoksia, mutta nopeuttaa keräilijää.", "geonetwork-xslfilter": "XSL-suotimen nimi, jota käytetään", "geonetwork-xslfilterHelp": "XSL-suodin ajetaan jokaiselle metatietueelle", + "simpleurl-urlHelp": "URL pointing to JSON or XML documents. If harvesting more than one URL, add one line for each.", + "loopElement": "Element to loop on", + "simpleurl-configHelper": "Sample configurations which can help setting up the harvester:", + "simpleurl-configHelper-help": "Depending on the target URL and the type of documents to harvest each configuration illustrate of to configure the harvester to extract the metadata records from the remote document.", + "simpleurl-loopElementHelp": "For each element, one metadata record is created. For JSON document, points to a property. For XML document, points using XPath. eg. '.' if the element at the root of the XML document is a metadata document like 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Pagination parameters (optional)", + "numberOfRecordPath": "Element for the number of records to collect", + "simpleurl-numberOfRecordPathHelp": "JSON property or XPath to the element containing the number of records to collect. This information is used to compute the number of pages in case pagination is needed to collect all records.", + "recordIdPath": "Element for the UUID of each record", + "simpleurl-recordIdPathHelp": "JSON property or XPath to the UUID of the record. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' for XML document in ISO19115-3.", + "pageFromParam": "From URL parameter", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Size URL parameter", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "Virhe poistettaessa ryhmää", "groupDeleteConfirm": "Haluatko todella poistaa ryhmän?", "userDeleteError": "Virhe poistettaessa käyttäjää", @@ -345,8 +359,10 @@ "indexingInProgress": "Indeksointi käynnissä ...", "indexingRecordsRelatedToTheThesaurus": "Tähän käsiteluetteloon liittyviä tietueita indeksoidaan ...", "thesaurusCreationError": "Virhe luotaessa tesaurusta", + "thesaurusUpdateError": "Error on updating the thesaurus", "thesaurusUploadError": "Virhe ladattaessa tesaurusta", "thesaurusDeleteError": "Virhe poistettaessa tesaurusta", + "thesaurusTitleRequired": "The thesaurus title is required", "information": "Tieto", "inspireatom-errors": "Virheet:", "inspireatom-harvestedfeeds": "Keräillyt syötteet:", @@ -776,6 +792,13 @@ "system/server/port": "Portti", "system/server/protocol": "Suosittava protokolla", "system/server/log": "Lokituksen taso", + "system/index": "Index options", + "metadata/url": "Link to metadata", + "metadata/url/sitemapDoiFirst": "Use DOI for sitemap URL if present", + "metadata/url/sitemapLinkUrl": "Sitemap and permalink URL template", + "metadata/url/sitemapLinkUrl-help": "URL template to build the links to metadata document in the catalogue sitemap. String
  • \\{\\{UUID\\}\\} will be replaced by the metadata UUID
  • \\{\\{LANG\\}\\} will be replaced by the request language
  • \\{\\{RESOURCEID\\}\\} will be replaced by the resource identifier
For example, for the template http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} the resulting URL in sitemap document would be http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. If not set, the default URL is used.", + "metadata/url/dynamicAppLinkUrl": "Portal URL template", + "metadata/url/dynamicAppLinkUrl-help": "Link in the landing page to open the catalogue application. If not set, the default app is used.", "system/server/timeZone": "Timezone", "system/server/timeZone-help": "Sets the timezone used to store dates in the database and interpret the time in cron expression specified in the harvesters Frequency field. If not set the JVM default timezone will be used. GeoNetwork uses the timezone definitions available in the JVM. Time zones definitions can change frequently. Please keep updated your JVM to get the latest timezones definition or use the tzupdater tool available for download from the Java SE Download Page.", "system/site": "Katalogin kuvaus", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Are you sure you want to delete this metadata identifier template?", "uiConfigDeleteError": "Error deleting user interface configuration", "sourceRemoved": "Source removed", - "sourceRemovedError": "Error while removing the source" + "sourceRemovedError": "Error while removing the source", + "saveThesaurus": "Tallenna" } \ 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 e1a6814beb..b129e56135 100644 --- a/web-ui/src/main/resources/catalog/locales/fi-core.json +++ b/web-ui/src/main/resources/catalog/locales/fi-core.json @@ -259,6 +259,7 @@ "signIn": "Kirjaudu", "signedInAs": "Kirjautuneena", "signout": "Kirjaudu ulos", + "signoutDescription": "You are already logged in, click the button to logout.", "somethingWrong": "Jotain meni pieleen!", "south": "Etelä", "siblings": "Liittyvät resurssit", @@ -574,9 +575,12 @@ "copyToClipboard": "Copy the text to the clipboard", "textCopied": "Text has been copied to the clipboard.", "metadataApproved": "Metadata approved.", + "metadataSubmitted": "Metadata submitted.", "batchApproveTitle": "Batch metadata approval", "batchApproveInfo": "This option approves the selected metadata owned by the user. By default, only the metadata in submitted status is approved, select the option below to approve directly the metadata that is not in submitted status.", "batchApproveDirect": "Approve the metadata without requiring to be in submitted status", "facet-mdStatus": "Käsittelyn eteneminen", - "skipLink": "Skip and go to the content" + "skipLink": "Skip and go to the content", + "batchSubmitTitle": "Batch metadata submission", + "batchSubmitInfo": "This option submits the selected metadata owned by the user." } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/fi-editor.json b/web-ui/src/main/resources/catalog/locales/fi-editor.json index da9b8f0237..3b5b5a280f 100644 --- a/web-ui/src/main/resources/catalog/locales/fi-editor.json +++ b/web-ui/src/main/resources/catalog/locales/fi-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Search for an extent ...", "searchAresourceConstraints": "Search for a constraint statement ...", "searchAconstraint": "Etsi rajoitetta ...", - "searchAcontact": "Etsi yhteystahoa ..", + "searchAcontact": "Search for organisation or contact ...", "searchAnOrganisation": "Etsi organisaatiota ...", "searchAformat": "Etsi tiedostomuotoa", "setAndReplaceExtent": "Korvaa kattavuus", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "Liittyvä metatieto", "directoryEntryEditor": "Entry Editor", "directoryEntryEditing": "Editoidaan:", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "New Entry", "directoryManagerMode-editEntry": "Edit Entry", "directoryManagerMode-newTemplate": "Uusi malli", diff --git a/web-ui/src/main/resources/catalog/locales/fi-gnui.json b/web-ui/src/main/resources/catalog/locales/fi-gnui.json index fe632025bd..0caf47a40b 100644 --- a/web-ui/src/main/resources/catalog/locales/fi-gnui.json +++ b/web-ui/src/main/resources/catalog/locales/fi-gnui.json @@ -1,4 +1,5 @@ { + "dropFile": "", "facets.block.title.OrgForResource": "Organisaatio", "facets.block.title.availableInServices": "Available for", "facets.block.title.cl_hierarchyLevel.key": "Resource type", diff --git a/web-ui/src/main/resources/catalog/locales/fi-search.json b/web-ui/src/main/resources/catalog/locales/fi-search.json index 5b61e44c78..309d7da4f3 100644 --- a/web-ui/src/main/resources/catalog/locales/fi-search.json +++ b/web-ui/src/main/resources/catalog/locales/fi-search.json @@ -540,5 +540,13 @@ "esriCapabilitiesNoValid": "The response is not a valid ESRI Rest capabilities document.", "seriesComposedOf": "Composed of", "seriesCoveringPeriod": "Covering period", - "approve": "Approve" + "approve": "Approve", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooLongMax": "The value is too long (max {{maxChar}} characters)", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "addLayerPrefix": "Add layer", + "addLayerPostfix": "to the map", + "submit": "Submit" } \ 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 02fa5e1c54..a6f09a3039 100644 --- a/web-ui/src/main/resources/catalog/locales/fi-v4.json +++ b/web-ui/src/main/resources/catalog/locales/fi-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "load more results...", "rating": "arvostelu", "popularity": "suosio", + "alternateTitle": "Also named: ", "isHarvested-true": "Harvestoitu", "isHarvested-false": "Paikallinen", "sortBy-popularity": "suosio", @@ -129,6 +130,7 @@ "facet-valid_inspire": "INSPIRE validation status", "valid_inspire-1": "Läpäissyt validoinnin", "valid_inspire-0": "Ei läpäissyt validointia", + "valid_inspire-3": "No rule applies", "valid_inspire--1": "Tuntematon", "facet-OrgForResource": "Organisaatiot", "facet-sourceCatalogue": "Catalogues", @@ -267,10 +269,12 @@ "ui/chooseAnOption-help": "Current user configuration is empty. Choose one or more option above or create a full configuration.", "uiConfigForm": "Configuration form", "uiConfigJsonForm": "JSON form", + "uiCurrentConfig": "Current configuration", "uiBasicConfig": "Full configuration", "uiRemoveDefaultOptions": "Remove default options", "preferredOptions": "Preferred options", - "ui-full-configuration": "All options", + "ui-full-configuration": "All default options (reset all current options)", + "ui-full-current-configuration": "All current configuration", "ui-hitsPerPage": "Default number of records per page", "ui-queryTitle": "Query for title only search", "ui-related": "Results / Type of related records to search for", @@ -302,6 +306,8 @@ "searchAndReplace": "Etsi ja korvaa", "xpathEdits": "XPath editing", "batchEdits": "Form editing", + "addXpathCondition": "an optional condition", + "condition": "Condition", "searchAndReplaceEditsHelp": "Use the database to run a search and replace operation.", "addSearchAndReplace-help": "", "searchValue": "Arvo", @@ -331,6 +337,7 @@ "copyToClipboard": "Copy to clipboard.", "copyUrlToClipboard": "Copy URL to clipboard.", "copyHarvesterConfig": "Copy harvester config", + "copyListOfUuids": "Copy list of UUIDs", "addHarvesterFromClipboard": "Paste harvester config", "harvesterConfigIsNotJson": "The harvester config must be a JSON configuration.", "harvesterConfigIsNotValid": "The harvester config does not look to be a valid configuration.", @@ -365,5 +372,6 @@ "mimeType": "Muoto", "uploadedResourceAlreadyExistException": "File {{file}} already exist in this record data store. Remove it first.", "switchPortals": "Switch to another Portal", - "dataPreview": "Discover data" + "dataPreview": "Discover data", + "tableOfContents": "Table of Contents" } 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 c76ef4165f..3b012973f7 100644 --- a/web-ui/src/main/resources/catalog/locales/fr-admin.json +++ b/web-ui/src/main/resources/catalog/locales/fr-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "Utiliser la date de mise à jour pour détecter les changements sur le serveur distant. Cela ne mettra pas à jour les changements mineures, mais améliorera les performances.", "geonetwork-xslfilter": "Filtre XSL à appliquer", "geonetwork-xslfilterHelp": "La transformation XSL correspondante est appliquée à chaque fiche récupérée", + "simpleurl-urlHelp": "URL vers un document JSON ou XML. Pour moissonner plusieurs URL, ajouter autant de lignes que nécessaire.", + "loopElement": "Élément de boucle", + "simpleurl-configHelper": "Exemples de configurations pouvant aider à configurer le moissonneur :", + "simpleurl-configHelper-help": "En fonction de l'URL cible et du type de documents à récolter, chaque configuration illustre comment configurer le moissonneur pour extraire les enregistrements de métadonnées du document distant.", + "simpleurl-loopElementHelp": "Pour chaque élément, une fiche est crée. Pour le format JSON, pointez vers une propriété. Pour le XML, utilisez un XPath. eg. '.' pour cibler la racine du document XML.", + "simpleurl-pagination": "Paramètres de pagination (optionels)", + "numberOfRecordPath": "Élément indiquant le nombre de fiches à collecter", + "simpleurl-numberOfRecordPathHelp": "Propriété JSON ou XPath de l'élément indiquant le nombre de fiches. Cette information est nécessaire pour calculer le nombre de page en cas de pagination.", + "recordIdPath": "Élément pour l'identifiant de la fiche", + "simpleurl-recordIdPathHelp": "Propriété JSON ou XPath ciblant l'UUID. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' pour un document XML en ISO19115-3.", + "pageFromParam": "Paramètre de départ pour la pagination", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Paramètre de taille de page", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "Erreur lors de la suppression du groupe", "groupDeleteConfirm": "Voulez-vous vraiment supprimer le groupe ?", "userDeleteError": "Erreur lors de la suppression de l'utilisateur", @@ -345,8 +359,10 @@ "indexingInProgress": "Indexation en cours ...", "indexingRecordsRelatedToTheThesaurus": "Les fiches utilisant des mots clés de ce thésaurus sont en cours d'indexation ...", "thesaurusCreationError": "Erreur lors de la création du thésaurus", + "thesaurusUpdateError": "Erreur lors de l'ajout du thésaurus", "thesaurusUploadError": "Erreur lors de l'importation du thésaurus", "thesaurusDeleteError": "Erreur sur la suppression du thésaurus", + "thesaurusTitleRequired": "Le titre du thésaurus est requis", "information": "Information", "inspireatom-errors": "Erreurs:", "inspireatom-harvestedfeeds": "Harvested feeds:", @@ -776,6 +792,13 @@ "system/server/port": "Port", "system/server/protocol": "Protocole préféré", "system/server/log": "Niveau de log", + "system/index": "Options d'indexation", + "metadata/url": "Lien vers la fiche", + "metadata/url/sitemapDoiFirst": "Utiliser le DOI s'il existe pour les URLs de la sitemap", + "metadata/url/sitemapLinkUrl": "Sitemap et permalink modèle d'URL", + "metadata/url/sitemapLinkUrl-help": "Le modèle d'URL pour construire les liens vers les fiches dans le sitemap du cataloguet. Le texte
  • \\{\\{UUID\\}\\} sera remplacé par l'UUID de la fiche
  • \\{\\{LANG\\}\\} par la langue de la requête
  • \\{\\{RESOURCEID\\}\\} par l'identifiant de la ressource
Par exemple, pour l'URL http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} l'URL générée sera http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. S'il n'est pas défini, l'URL par défaut est utilisée.", + "metadata/url/dynamicAppLinkUrl": "Modèle d'URL du portail", + "metadata/url/dynamicAppLinkUrl-help": "Lien dans la landing page pour ouvrir le catalogue. S'il n'est pas défini, l'application par défaut est utilisée.", "system/server/timeZone": "Fuseau horaire", "system/server/timeZone-help": "Sets the timezone used to store dates in the database and interpret the time in cron expression specified in the harvesters Frequency field. If not set the JVM default timezone will be used. GeoNetwork uses the timezone definitions available in the JVM. Time zones definitions can change frequently. Please keep updated your JVM to get the latest timezones definition or use the tzupdater tool available for download from the Java SE Download Page.", "system/site": "Catalogue", @@ -1208,7 +1231,7 @@ "fromRegistry": "Depuis un registre.", "registry-help": "Le logiciel Re3gistry est un outil de publication de registres. Les registres permettent de gérer des listes (dans différentes langues). Le registre INSPIRE fournit un point d'accès central à un certain nombre de registres INSPIRE gérés de manière centralisée.", "registryChooseLanguages": "Choisissez une langue ou plus", - "registryChooseLanguages-help": "Choisissez les langues dont vous avez besoin en fonction des langues que vous utilisez dans vos fiches. En fonction du nombre de langues selectionnées, un thésaurus multilingue sera créé.", + "registryChooseLanguages-help": "Choisissez les langues dont vous avez besoin en fonction des langues que vous utilisez dans vos fiches. En fonction du nombre de langues sélectionnées, un thésaurus multilingue sera créé.", "registryUrl": "L'URL du registre", "registryChooseType": "Choisissez la classe d'élément de registre", "registryChooseItem": "Choisissez la collection de registre", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Voulez-vous vraiment supprimer ce modèle d'identifiant ?", "uiConfigDeleteError": "Érreur lors de la suppression de la configuration de l'interface utilisateur", "sourceRemoved": "Portail supprimé", - "sourceRemovedError": "Érreur lors de la suppression du portail" + "sourceRemovedError": "Érreur lors de la suppression du portail", + "saveThesaurus": "Enregistrer" } \ 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 7e65df99d6..4c1872522b 100644 --- a/web-ui/src/main/resources/catalog/locales/fr-core.json +++ b/web-ui/src/main/resources/catalog/locales/fr-core.json @@ -259,6 +259,7 @@ "signIn": "S'identifier", "signedInAs": "Connecté en tant que", "signout": "Se déconnecter", + "signoutDescription": "Vous êtes déjà connecté. Cliquer pour vous déconnecter.", "somethingWrong": "Quelque chose s'est mal déroulé!", "south": "Sud", "siblings": "Ressources associées", @@ -293,8 +294,8 @@ "downloads": "Télécharger", "maps": "Cartes", "resetOps": "Annuler l'opération", - "addThoseOperations": "Fusionner les catégories", - "replaceByThoseOperations": "Mise à jour de", + "addThoseOperations": "Fusionner", + "replaceByThoseOperations": "Remplacer", "spatialExtent": "Étendue spatiale", "sessionIsAboutToBeCancelled": "Votre session va expirer!", "sessionAlertMsg": "Dernière activité enregistrée {{startedAt}}. Votre session expirera dans {{willBeCancelledIn}}s (le temps d'inactivité maximum est de {{length}}s). Vous devriez enregistrer votre travail si vous avez des modifications non enregistrées ! Sinon, vous serez déconnecté bientôt.", 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 63a4858683..f66494a72c 100644 --- a/web-ui/src/main/resources/catalog/locales/fr-editor.json +++ b/web-ui/src/main/resources/catalog/locales/fr-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Rechercher une étendue ...", "searchAresourceConstraints": "Rechercher une contrainte ...", "searchAconstraint": "Rechercher une contrainte ...", - "searchAcontact": "Rechercher un contact ...", + "searchAcontact": "Rechercher une organisation ou un contact ...", "searchAnOrganisation": "Rechercher un organisme ...", "searchAformat": "Rechercher un format ...", "setAndReplaceExtent": "Remplacer les étendues existantes", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "Métadonnées associées", "directoryEntryEditor": "Editeur d'élément", "directoryEntryEditing": "Elément en cours d'édition :", + "directoryEntry-removeError-referenced": "Cet élément ne peut pas être supprimé car il est utilisé dans des fiches.", "directoryManagerMode-newEntry": "nouvel élément", "directoryManagerMode-editEntry": "édition d'élément", "directoryManagerMode-newTemplate": "nouveau gabarit", diff --git a/web-ui/src/main/resources/catalog/locales/fr-gnui.json b/web-ui/src/main/resources/catalog/locales/fr-gnui.json index 33eafd5c20..379b0f118b 100644 --- a/web-ui/src/main/resources/catalog/locales/fr-gnui.json +++ b/web-ui/src/main/resources/catalog/locales/fr-gnui.json @@ -1,4 +1,5 @@ { + "dropFile": "", "facets.block.title.OrgForResource": "Organisation", "facets.block.title.availableInServices": "Accessible via", "facets.block.title.cl_hierarchyLevel.key": "Type de ressource", 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 dcfd4a15cf..d60e518823 100644 --- a/web-ui/src/main/resources/catalog/locales/fr-v4.json +++ b/web-ui/src/main/resources/catalog/locales/fr-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "plus de résultats...", "rating": "note", "popularity": "popularité", + "alternateTitle": "Aussi nommé :", "isHarvested-true": "Moissonnée", "isHarvested-false": "Local", "sortBy-popularity": "popularité", @@ -305,6 +306,8 @@ "searchAndReplace": "Chercher et remplacer", "xpathEdits": "Editer avec XPath", "batchEdits": "Formulaire", + "addXpathCondition": "une condition facultative", + "condition": "Condition", "searchAndReplaceEditsHelp": "Utilise la base de données pour effectuer les opérations de rechercher/remplacer", "addSearchAndReplace-help": "", "searchValue": "Value", @@ -334,6 +337,7 @@ "copyToClipboard": "Copier", "copyUrlToClipboard": "Copier l'URL.", "copyHarvesterConfig": "Copier la configuration", + "copyListOfUuids": "Copier la liste d'identifiants", "addHarvesterFromClipboard": "Coller la configuration du moissonneur", "harvesterConfigIsNotJson": "La configuration du moissonneur doit être au format JSON.", "harvesterConfigIsNotValid": "Cette configuration ne semble pas être une configuration valide.", 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 5da8f9cb7b..a28d467620 100644 --- a/web-ui/src/main/resources/catalog/locales/is-admin.json +++ b/web-ui/src/main/resources/catalog/locales/is-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "Nota breytingardagsetningu til að finna breytingar á ytri miðlara. Þetta uppfærir ekki minni breytingar en bætir hraða í safni.", "geonetwork-xslfilter": "XSL síu nafn til notkunar", "geonetwork-xslfilterHelp": "XSL síunni er bætt við hverja lýsigagnaskrá", + "simpleurl-urlHelp": "URL pointing to JSON or XML documents. If harvesting more than one URL, add one line for each.", + "loopElement": "Element to loop on", + "simpleurl-configHelper": "Sample configurations which can help setting up the harvester:", + "simpleurl-configHelper-help": "Depending on the target URL and the type of documents to harvest each configuration illustrate of to configure the harvester to extract the metadata records from the remote document.", + "simpleurl-loopElementHelp": "For each element, one metadata record is created. For JSON document, points to a property. For XML document, points using XPath. eg. '.' if the element at the root of the XML document is a metadata document like 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Pagination parameters (optional)", + "numberOfRecordPath": "Element for the number of records to collect", + "simpleurl-numberOfRecordPathHelp": "JSON property or XPath to the element containing the number of records to collect. This information is used to compute the number of pages in case pagination is needed to collect all records.", + "recordIdPath": "Element for the UUID of each record", + "simpleurl-recordIdPathHelp": "JSON property or XPath to the UUID of the record. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' for XML document in ISO19115-3.", + "pageFromParam": "From URL parameter", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Size URL parameter", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "Villa þegar hópi er eytt", "groupDeleteConfirm": "Ertu viss um að þú viljir eyða hópnum?", "userDeleteError": "Villa þegar notanda er eytt", @@ -345,8 +359,10 @@ "indexingInProgress": "Lyklun í gangi...", "indexingRecordsRelatedToTheThesaurus": "Verið er að lykla skrár sem tengjast þessari hugtakamöppu...", "thesaurusCreationError": "Villa við að búa til hugtakaorðabók", + "thesaurusUpdateError": "Error on updating the thesaurus", "thesaurusUploadError": "Villa við að hlaða upp hugtakaorðabók", "thesaurusDeleteError": "Villa við að eyða hugtakaorðabók", + "thesaurusTitleRequired": "The thesaurus title is required", "information": "Upplýsingar", "inspireatom-errors": "Villur:", "inspireatom-harvestedfeeds": "Miðlanir sem hefur verið safnað saman:", @@ -776,6 +792,13 @@ "system/server/port": "Gátt", "system/server/protocol": "Valdar Samskiptareglur", "system/server/log": "Ferlistig", + "system/index": "Index options", + "metadata/url": "Link to metadata", + "metadata/url/sitemapDoiFirst": "Use DOI for sitemap URL if present", + "metadata/url/sitemapLinkUrl": "Sitemap and permalink URL template", + "metadata/url/sitemapLinkUrl-help": "URL template to build the links to metadata document in the catalogue sitemap. String
  • \\{\\{UUID\\}\\} will be replaced by the metadata UUID
  • \\{\\{LANG\\}\\} will be replaced by the request language
  • \\{\\{RESOURCEID\\}\\} will be replaced by the resource identifier
For example, for the template http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} the resulting URL in sitemap document would be http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. If not set, the default URL is used.", + "metadata/url/dynamicAppLinkUrl": "Portal URL template", + "metadata/url/dynamicAppLinkUrl-help": "Link in the landing page to open the catalogue application. If not set, the default app is used.", "system/server/timeZone": "Timezone", "system/server/timeZone-help": "Sets the timezone used to store dates in the database and interpret the time in cron expression specified in the harvesters Frequency field. If not set the JVM default timezone will be used. GeoNetwork uses the timezone definitions available in the JVM. Time zones definitions can change frequently. Please keep updated your JVM to get the latest timezones definition or use the tzupdater tool available for download from the Java SE Download Page.", "system/site": "Efnisskrá lýsing", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Are you sure you want to delete this metadata identifier template?", "uiConfigDeleteError": "Error deleting user interface configuration", "sourceRemoved": "Source removed", - "sourceRemovedError": "Error while removing the source" + "sourceRemovedError": "Error while removing the source", + "saveThesaurus": "Vista" } \ 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 d199aeb072..5947bfe65d 100644 --- a/web-ui/src/main/resources/catalog/locales/is-core.json +++ b/web-ui/src/main/resources/catalog/locales/is-core.json @@ -259,6 +259,7 @@ "signIn": "Innskráning", "signedInAs": "Skráður inn sem", "signout": "Skrá út", + "signoutDescription": "You are already logged in, click the button to logout.", "somethingWrong": "Eitthvað fór úrskeiðis!", "south": "Suður", "siblings": "Tengd gögn", @@ -574,9 +575,12 @@ "copyToClipboard": "Copy the text to the clipboard", "textCopied": "Text has been copied to the clipboard.", "metadataApproved": "Metadata approved.", + "metadataSubmitted": "Metadata submitted.", "batchApproveTitle": "Batch metadata approval", "batchApproveInfo": "This option approves the selected metadata owned by the user. By default, only the metadata in submitted status is approved, select the option below to approve directly the metadata that is not in submitted status.", "batchApproveDirect": "Approve the metadata without requiring to be in submitted status", "facet-mdStatus": "Vinnuferli framvinda", - "skipLink": "Skip and go to the content" + "skipLink": "Skip and go to the content", + "batchSubmitTitle": "Batch metadata submission", + "batchSubmitInfo": "This option submits the selected metadata owned by the user." } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/is-editor.json b/web-ui/src/main/resources/catalog/locales/is-editor.json index a262823562..e85339f48f 100644 --- a/web-ui/src/main/resources/catalog/locales/is-editor.json +++ b/web-ui/src/main/resources/catalog/locales/is-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Search for an extent ...", "searchAresourceConstraints": "Search for a constraint statement ...", "searchAconstraint": "Leita að hömlum ...", - "searchAcontact": "Leita að tengilið ...", + "searchAcontact": "Search for organisation or contact ...", "searchAnOrganisation": "Leita að stofnun ...", "searchAformat": "Leita að gagnasniði ...", "setAndReplaceExtent": "Skipta um núverandi umfang", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "Tengd Lýsigögn", "directoryEntryEditor": "Færsluritill", "directoryEntryEditing": "Er að breyta", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "Ný Færsla", "directoryManagerMode-editEntry": "Breyta Færslu", "directoryManagerMode-newTemplate": "Nýtt Sniðmát", diff --git a/web-ui/src/main/resources/catalog/locales/is-gnui.json b/web-ui/src/main/resources/catalog/locales/is-gnui.json index 556935716e..ab13c8132a 100644 --- a/web-ui/src/main/resources/catalog/locales/is-gnui.json +++ b/web-ui/src/main/resources/catalog/locales/is-gnui.json @@ -1,4 +1,5 @@ { + "dropFile": "", "facets.block.title.OrgForResource": "Stofnun", "facets.block.title.availableInServices": "Available for", "facets.block.title.cl_hierarchyLevel.key": "Resource type", 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 a8b92d2c62..03dc09b53e 100644 --- a/web-ui/src/main/resources/catalog/locales/is-v4.json +++ b/web-ui/src/main/resources/catalog/locales/is-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "load more results...", "rating": "stigagjöf", "popularity": "vinsældir", + "alternateTitle": "Also named: ", "isHarvested-true": "Safnað", "isHarvested-false": "Staðtengdur", "sortBy-popularity": "vinsældir", @@ -129,6 +130,7 @@ "facet-valid_inspire": "INSPIRE validation status", "valid_inspire-1": "Gildur", "valid_inspire-0": "Ógildur", + "valid_inspire-3": "No rule applies", "valid_inspire--1": "Óþekkt", "facet-OrgForResource": "Stofnanir", "facet-sourceCatalogue": "Catalogues", @@ -267,10 +269,12 @@ "ui/chooseAnOption-help": "Current user configuration is empty. Choose one or more option above or create a full configuration.", "uiConfigForm": "Configuration form", "uiConfigJsonForm": "JSON form", + "uiCurrentConfig": "Current configuration", "uiBasicConfig": "Full configuration", "uiRemoveDefaultOptions": "Remove default options", "preferredOptions": "Preferred options", - "ui-full-configuration": "All options", + "ui-full-configuration": "All default options (reset all current options)", + "ui-full-current-configuration": "All current configuration", "ui-hitsPerPage": "Sjálfgefinn fjöldi færsla á hverri síðu", "ui-queryTitle": "Query for title only search", "ui-related": "Results / Type of related records to search for", @@ -302,6 +306,8 @@ "searchAndReplace": "Leita og skipta um", "xpathEdits": "XPath editing", "batchEdits": "Form editing", + "addXpathCondition": "an optional condition", + "condition": "Skilyrði", "searchAndReplaceEditsHelp": "Use the database to run a search and replace operation.", "addSearchAndReplace-help": "", "searchValue": "Gildi", @@ -331,6 +337,7 @@ "copyToClipboard": "Copy to clipboard.", "copyUrlToClipboard": "Copy URL to clipboard.", "copyHarvesterConfig": "Copy harvester config", + "copyListOfUuids": "Copy list of UUIDs", "addHarvesterFromClipboard": "Paste harvester config", "harvesterConfigIsNotJson": "The harvester config must be a JSON configuration.", "harvesterConfigIsNotValid": "The harvester config does not look to be a valid configuration.", @@ -365,5 +372,6 @@ "mimeType": "Snið", "uploadedResourceAlreadyExistException": "File {{file}} already exist in this record data store. Remove it first.", "switchPortals": "Switch to another Portal", - "dataPreview": "Discover data" + "dataPreview": "Discover data", + "tableOfContents": "Table of Contents" } 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 b751cb0d12..b1c44dcbde 100644 --- a/web-ui/src/main/resources/catalog/locales/it-admin.json +++ b/web-ui/src/main/resources/catalog/locales/it-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "Usa la data di modifica per rilevare le modifiche sul server remoto. Ciò non aggiornerà le modifiche minori ma migliorerà la velocità del harvester.", "geonetwork-xslfilter": "Nome del filtro XSL da applicare", "geonetwork-xslfilterHelp": "Il filtro XSL viene applicato a ogni record di metadati", + "simpleurl-urlHelp": "URL pointing to JSON or XML documents. If harvesting more than one URL, add one line for each.", + "loopElement": "Element to loop on", + "simpleurl-configHelper": "Sample configurations which can help setting up the harvester:", + "simpleurl-configHelper-help": "Depending on the target URL and the type of documents to harvest each configuration illustrate of to configure the harvester to extract the metadata records from the remote document.", + "simpleurl-loopElementHelp": "For each element, one metadata record is created. For JSON document, points to a property. For XML document, points using XPath. eg. '.' if the element at the root of the XML document is a metadata document like 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Pagination parameters (optional)", + "numberOfRecordPath": "Element for the number of records to collect", + "simpleurl-numberOfRecordPathHelp": "JSON property or XPath to the element containing the number of records to collect. This information is used to compute the number of pages in case pagination is needed to collect all records.", + "recordIdPath": "Element for the UUID of each record", + "simpleurl-recordIdPathHelp": "JSON property or XPath to the UUID of the record. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' for XML document in ISO19115-3.", + "pageFromParam": "From URL parameter", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Size URL parameter", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "Errore durante l'eliminazione del gruppo", "groupDeleteConfirm": "Vuoi veramente eliminare il gruppo?", "userDeleteError": "Errore durante l'eliminazione dell'utente", @@ -345,8 +359,10 @@ "indexingInProgress": "Indicizzazione in corso ...", "indexingRecordsRelatedToTheThesaurus": "I record relativi a questo thesaurus vengono indicizzati ...", "thesaurusCreationError": "Errore nella creazione del thesaurus", + "thesaurusUpdateError": "Error on updating the thesaurus", "thesaurusUploadError": "Errore nel caricamento del thesaurus", "thesaurusDeleteError": "Errore durante l'eliminazione del thesaurus", + "thesaurusTitleRequired": "The thesaurus title is required", "information": "Informazione", "inspireatom-errors": "Errori:", "inspireatom-harvestedfeeds": "Feed acquisiti:", @@ -776,6 +792,13 @@ "system/server/port": "Porta", "system/server/protocol": "Protocollo preferito", "system/server/log": "Livello di log", + "system/index": "Index options", + "metadata/url": "Link to metadata", + "metadata/url/sitemapDoiFirst": "Use DOI for sitemap URL if present", + "metadata/url/sitemapLinkUrl": "Sitemap and permalink URL template", + "metadata/url/sitemapLinkUrl-help": "URL template to build the links to metadata document in the catalogue sitemap. String
  • \\{\\{UUID\\}\\} will be replaced by the metadata UUID
  • \\{\\{LANG\\}\\} will be replaced by the request language
  • \\{\\{RESOURCEID\\}\\} will be replaced by the resource identifier
For example, for the template http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} the resulting URL in sitemap document would be http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. If not set, the default URL is used.", + "metadata/url/dynamicAppLinkUrl": "Portal URL template", + "metadata/url/dynamicAppLinkUrl-help": "Link in the landing page to open the catalogue application. If not set, the default app is used.", "system/server/timeZone": "Timezone", "system/server/timeZone-help": "Sets the timezone used to store dates in the database and interpret the time in cron expression specified in the harvesters Frequency field. If not set the JVM default timezone will be used. GeoNetwork uses the timezone definitions available in the JVM. Time zones definitions can change frequently. Please keep updated your JVM to get the latest timezones definition or use the tzupdater tool available for download from the Java SE Download Page.", "system/site": "Descrizione del catalogo", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Are you sure you want to delete this metadata identifier template?", "uiConfigDeleteError": "Error deleting user interface configuration", "sourceRemoved": "Source removed", - "sourceRemovedError": "Error while removing the source" + "sourceRemovedError": "Error while removing the source", + "saveThesaurus": "Salva" } \ 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 e5b4d4c24b..6b640f9b48 100644 --- a/web-ui/src/main/resources/catalog/locales/it-core.json +++ b/web-ui/src/main/resources/catalog/locales/it-core.json @@ -259,6 +259,7 @@ "signIn": "Accedi", "signedInAs": "Identificato come", "signout": "Esci", + "signoutDescription": "You are already logged in, click the button to logout.", "somethingWrong": "Qualcosa è andato storto!", "south": "Sud", "siblings": "Risorse associate", @@ -574,9 +575,12 @@ "copyToClipboard": "Copy the text to the clipboard", "textCopied": "Text has been copied to the clipboard.", "metadataApproved": "Metadata approved.", + "metadataSubmitted": "Metadata submitted.", "batchApproveTitle": "Batch metadata approval", "batchApproveInfo": "This option approves the selected metadata owned by the user. By default, only the metadata in submitted status is approved, select the option below to approve directly the metadata that is not in submitted status.", "batchApproveDirect": "Approve the metadata without requiring to be in submitted status", "facet-mdStatus": "Progresso del flusso di lavoro", - "skipLink": "Skip and go to the content" + "skipLink": "Skip and go to the content", + "batchSubmitTitle": "Batch metadata submission", + "batchSubmitInfo": "This option submits the selected metadata owned by the user." } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/it-editor.json b/web-ui/src/main/resources/catalog/locales/it-editor.json index f2c4ff4ead..152d946086 100644 --- a/web-ui/src/main/resources/catalog/locales/it-editor.json +++ b/web-ui/src/main/resources/catalog/locales/it-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Search for an extent ...", "searchAresourceConstraints": "Search for a constraint statement ...", "searchAconstraint": "Cerca un vincolo ...", - "searchAcontact": "Cerca un contatto ...", + "searchAcontact": "Search for organisation or contact ...", "searchAnOrganisation": "Cerca un'organizzazione ...", "searchAformat": "Cerca un formato ...", "setAndReplaceExtent": "Sostituisci l'estensione esistente", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "Metadati associati", "directoryEntryEditor": "Editor di voci", "directoryEntryEditing": "Modifica in corso:", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "Nuova voce", "directoryManagerMode-editEntry": "Modifica voce", "directoryManagerMode-newTemplate": "Nuovo modello", diff --git a/web-ui/src/main/resources/catalog/locales/it-gnui.json b/web-ui/src/main/resources/catalog/locales/it-gnui.json index 5edad74cba..e6f561c097 100644 --- a/web-ui/src/main/resources/catalog/locales/it-gnui.json +++ b/web-ui/src/main/resources/catalog/locales/it-gnui.json @@ -1,4 +1,5 @@ { + "dropFile": "", "facets.block.title.OrgForResource": "Organizzazione", "facets.block.title.availableInServices": "Available for", "facets.block.title.cl_hierarchyLevel.key": "Resource type", diff --git a/web-ui/src/main/resources/catalog/locales/it-search.json b/web-ui/src/main/resources/catalog/locales/it-search.json index defacfbca5..7b3349d06e 100644 --- a/web-ui/src/main/resources/catalog/locales/it-search.json +++ b/web-ui/src/main/resources/catalog/locales/it-search.json @@ -540,5 +540,13 @@ "esriCapabilitiesNoValid": "The response is not a valid ESRI Rest capabilities document.", "seriesComposedOf": "Composed of", "seriesCoveringPeriod": "Covering period", - "approve": "Approve" + "approve": "Approve", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooLongMax": "The value is too long (max {{maxChar}} characters)", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "addLayerPrefix": "Add layer", + "addLayerPostfix": "to the map", + "submit": "Submit" } \ 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 286c3c7c48..d4f5df34d1 100644 --- a/web-ui/src/main/resources/catalog/locales/it-v4.json +++ b/web-ui/src/main/resources/catalog/locales/it-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "load more results...", "rating": "valutazione", "popularity": "popolarità", + "alternateTitle": "Also named: ", "isHarvested-true": "Harvested", "isHarvested-false": "Locale", "sortBy-popularity": "popolarità", @@ -129,6 +130,7 @@ "facet-valid_inspire": "INSPIRE validation status", "valid_inspire-1": "Valido", "valid_inspire-0": "Non valido", + "valid_inspire-3": "No rule applies", "valid_inspire--1": "Sconosciuto", "facet-OrgForResource": "Organizzazioni", "facet-sourceCatalogue": "Catalogues", @@ -267,10 +269,12 @@ "ui/chooseAnOption-help": "Current user configuration is empty. Choose one or more option above or create a full configuration.", "uiConfigForm": "Configuration form", "uiConfigJsonForm": "JSON form", + "uiCurrentConfig": "Current configuration", "uiBasicConfig": "Full configuration", "uiRemoveDefaultOptions": "Remove default options", "preferredOptions": "Preferred options", - "ui-full-configuration": "All options", + "ui-full-configuration": "All default options (reset all current options)", + "ui-full-current-configuration": "All current configuration", "ui-hitsPerPage": "Numero predefinito di record per pagina", "ui-queryTitle": "Query for title only search", "ui-related": "Results / Type of related records to search for", @@ -302,6 +306,8 @@ "searchAndReplace": "Cerca e sostituisci", "xpathEdits": "XPath editing", "batchEdits": "Form editing", + "addXpathCondition": "an optional condition", + "condition": "Condition", "searchAndReplaceEditsHelp": "Use the database to run a search and replace operation.", "addSearchAndReplace-help": "", "searchValue": "Valore", @@ -331,6 +337,7 @@ "copyToClipboard": "Copy to clipboard.", "copyUrlToClipboard": "Copy URL to clipboard.", "copyHarvesterConfig": "Copy harvester config", + "copyListOfUuids": "Copy list of UUIDs", "addHarvesterFromClipboard": "Paste harvester config", "harvesterConfigIsNotJson": "The harvester config must be a JSON configuration.", "harvesterConfigIsNotValid": "The harvester config does not look to be a valid configuration.", @@ -365,5 +372,6 @@ "mimeType": "Formato", "uploadedResourceAlreadyExistException": "File {{file}} already exist in this record data store. Remove it first.", "switchPortals": "Switch to another Portal", - "dataPreview": "Discover data" + "dataPreview": "Discover data", + "tableOfContents": "Table of Contents" } 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 568564274c..376bd07589 100644 --- a/web-ui/src/main/resources/catalog/locales/ko-admin.json +++ b/web-ui/src/main/resources/catalog/locales/ko-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "원격 서버의 변경을 감지하기 위해 변경 데이터를 사용하십시오. 이는 사소한 변경에 대해서는 업데이트하지고 속도를 향상시킵니다.", "geonetwork-xslfilter": "적용할 XSL 필터 이름", "geonetwork-xslfilterHelp": "XSL 필터는 각각의 메타데이터 레코드에 적용됩니다", + "simpleurl-urlHelp": "URL pointing to JSON or XML documents. If harvesting more than one URL, add one line for each.", + "loopElement": "Element to loop on", + "simpleurl-configHelper": "Sample configurations which can help setting up the harvester:", + "simpleurl-configHelper-help": "Depending on the target URL and the type of documents to harvest each configuration illustrate of to configure the harvester to extract the metadata records from the remote document.", + "simpleurl-loopElementHelp": "For each element, one metadata record is created. For JSON document, points to a property. For XML document, points using XPath. eg. '.' if the element at the root of the XML document is a metadata document like 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Pagination parameters (optional)", + "numberOfRecordPath": "Element for the number of records to collect", + "simpleurl-numberOfRecordPathHelp": "JSON property or XPath to the element containing the number of records to collect. This information is used to compute the number of pages in case pagination is needed to collect all records.", + "recordIdPath": "Element for the UUID of each record", + "simpleurl-recordIdPathHelp": "JSON property or XPath to the UUID of the record. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' for XML document in ISO19115-3.", + "pageFromParam": "From URL parameter", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Size URL parameter", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "그룹을 삭제하는 중 오류가 발생했습니다", "groupDeleteConfirm": "이 그룹을 정말로 삭제하시겠습니까?", "userDeleteError": "사용자를 삭제하는 중 오류가 발생했습니다", @@ -345,8 +359,10 @@ "indexingInProgress": "인덱싱 수행중 ...", "indexingRecordsRelatedToTheThesaurus": "인덱싱되는 시소러스와 관계된 레코드", "thesaurusCreationError": "시소러스 생성 중 오류가 발생했습니다", + "thesaurusUpdateError": "Error on updating the thesaurus", "thesaurusUploadError": "시소러스 업로드 중 오류가 발생했습니다", "thesaurusDeleteError": "시소러스 삭제 중 오류가 발생했습니다", + "thesaurusTitleRequired": "The thesaurus title is required", "information": "정보", "inspireatom-errors": "오류:", "inspireatom-harvestedfeeds": "수집된 결과:", @@ -776,6 +792,13 @@ "system/server/port": "포트", "system/server/protocol": "선호하는 프로토콜", "system/server/log": "로그 수준", + "system/index": "Index options", + "metadata/url": "Link to metadata", + "metadata/url/sitemapDoiFirst": "Use DOI for sitemap URL if present", + "metadata/url/sitemapLinkUrl": "Sitemap and permalink URL template", + "metadata/url/sitemapLinkUrl-help": "URL template to build the links to metadata document in the catalogue sitemap. String
  • \\{\\{UUID\\}\\} will be replaced by the metadata UUID
  • \\{\\{LANG\\}\\} will be replaced by the request language
  • \\{\\{RESOURCEID\\}\\} will be replaced by the resource identifier
For example, for the template http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} the resulting URL in sitemap document would be http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. If not set, the default URL is used.", + "metadata/url/dynamicAppLinkUrl": "Portal URL template", + "metadata/url/dynamicAppLinkUrl-help": "Link in the landing page to open the catalogue application. If not set, the default app is used.", "system/server/timeZone": "Timezone", "system/server/timeZone-help": "Sets the timezone used to store dates in the database and interpret the time in cron expression specified in the harvesters Frequency field. If not set the JVM default timezone will be used. GeoNetwork uses the timezone definitions available in the JVM. Time zones definitions can change frequently. Please keep updated your JVM to get the latest timezones definition or use the tzupdater tool available for download from the Java SE Download Page.", "system/site": "카탈로그 설명", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Are you sure you want to delete this metadata identifier template?", "uiConfigDeleteError": "Error deleting user interface configuration", "sourceRemoved": "Source removed", - "sourceRemovedError": "Error while removing the source" + "sourceRemovedError": "Error while removing the source", + "saveThesaurus": "저장" } \ 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 cd10ca641e..c6a9b0e795 100644 --- a/web-ui/src/main/resources/catalog/locales/ko-core.json +++ b/web-ui/src/main/resources/catalog/locales/ko-core.json @@ -259,6 +259,7 @@ "signIn": "로그인", "signedInAs": "로그인", "signout": "로그아웃", + "signoutDescription": "You are already logged in, click the button to logout.", "somethingWrong": "문제가 발생했습니다!", "south": "남", "siblings": "연관 자원", @@ -574,9 +575,12 @@ "copyToClipboard": "Copy the text to the clipboard", "textCopied": "Text has been copied to the clipboard.", "metadataApproved": "Metadata approved.", + "metadataSubmitted": "Metadata submitted.", "batchApproveTitle": "Batch metadata approval", "batchApproveInfo": "This option approves the selected metadata owned by the user. By default, only the metadata in submitted status is approved, select the option below to approve directly the metadata that is not in submitted status.", "batchApproveDirect": "Approve the metadata without requiring to be in submitted status", "facet-mdStatus": "워크플로우 진행", - "skipLink": "Skip and go to the content" + "skipLink": "Skip and go to the content", + "batchSubmitTitle": "Batch metadata submission", + "batchSubmitInfo": "This option submits the selected metadata owned by the user." } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/ko-editor.json b/web-ui/src/main/resources/catalog/locales/ko-editor.json index 2cc2f93921..34e2625c39 100644 --- a/web-ui/src/main/resources/catalog/locales/ko-editor.json +++ b/web-ui/src/main/resources/catalog/locales/ko-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Search for an extent ...", "searchAresourceConstraints": "Search for a constraint statement ...", "searchAconstraint": "제약조건 검색 ...", - "searchAcontact": "연락처 검색 ...", + "searchAcontact": "Search for organisation or contact ...", "searchAnOrganisation": "기관 검색 ...", "searchAformat": "포맷 검색 ...", "setAndReplaceExtent": "현재 범위 교체", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "연관된 메타데이터", "directoryEntryEditor": "항목 편집기", "directoryEntryEditing": "현재 편집중:", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "새로운 항목", "directoryManagerMode-editEntry": "항목 편집", "directoryManagerMode-newTemplate": "새로운 템플릿", diff --git a/web-ui/src/main/resources/catalog/locales/ko-search.json b/web-ui/src/main/resources/catalog/locales/ko-search.json index 3879f6f524..a0a09d7926 100644 --- a/web-ui/src/main/resources/catalog/locales/ko-search.json +++ b/web-ui/src/main/resources/catalog/locales/ko-search.json @@ -540,5 +540,13 @@ "esriCapabilitiesNoValid": "The response is not a valid ESRI Rest capabilities document.", "seriesComposedOf": "Composed of", "seriesCoveringPeriod": "Covering period", - "approve": "Approve" + "approve": "Approve", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooLongMax": "The value is too long (max {{maxChar}} characters)", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "addLayerPrefix": "Add layer", + "addLayerPostfix": "to the map", + "submit": "Submit" } \ 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 50679ba58f..318b06207d 100644 --- a/web-ui/src/main/resources/catalog/locales/ko-v4.json +++ b/web-ui/src/main/resources/catalog/locales/ko-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "load more results...", "rating": "평점", "popularity": "인기", + "alternateTitle": "Also named: ", "isHarvested-true": "Harvested", "isHarvested-false": "로컬", "sortBy-popularity": "인기", @@ -129,6 +130,7 @@ "facet-valid_inspire": "INSPIRE validation status", "valid_inspire-1": "유효한", "valid_inspire-0": "잘못된", + "valid_inspire-3": "No rule applies", "valid_inspire--1": "Unknown", "facet-OrgForResource": "조직", "facet-sourceCatalogue": "Catalogues", @@ -267,10 +269,12 @@ "ui/chooseAnOption-help": "Current user configuration is empty. Choose one or more option above or create a full configuration.", "uiConfigForm": "Configuration form", "uiConfigJsonForm": "JSON form", + "uiCurrentConfig": "Current configuration", "uiBasicConfig": "Full configuration", "uiRemoveDefaultOptions": "Remove default options", "preferredOptions": "Preferred options", - "ui-full-configuration": "All options", + "ui-full-configuration": "All default options (reset all current options)", + "ui-full-current-configuration": "All current configuration", "ui-hitsPerPage": "페이지당 기본 레코드 수", "ui-queryTitle": "Query for title only search", "ui-related": "Results / Type of related records to search for", @@ -302,6 +306,8 @@ "searchAndReplace": "검색 및 교체", "xpathEdits": "XPath editing", "batchEdits": "Form editing", + "addXpathCondition": "an optional condition", + "condition": "조건", "searchAndReplaceEditsHelp": "Use the database to run a search and replace operation.", "addSearchAndReplace-help": "", "searchValue": "값", @@ -331,6 +337,7 @@ "copyToClipboard": "Copy to clipboard.", "copyUrlToClipboard": "Copy URL to clipboard.", "copyHarvesterConfig": "Copy harvester config", + "copyListOfUuids": "Copy list of UUIDs", "addHarvesterFromClipboard": "Paste harvester config", "harvesterConfigIsNotJson": "The harvester config must be a JSON configuration.", "harvesterConfigIsNotValid": "The harvester config does not look to be a valid configuration.", @@ -365,5 +372,6 @@ "mimeType": "포맷", "uploadedResourceAlreadyExistException": "File {{file}} already exist in this record data store. Remove it first.", "switchPortals": "Switch to another Portal", - "dataPreview": "Discover data" + "dataPreview": "Discover data", + "tableOfContents": "Table of Contents" } 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 7af986a0af..42d412e5cd 100644 --- a/web-ui/src/main/resources/catalog/locales/nl-admin.json +++ b/web-ui/src/main/resources/catalog/locales/nl-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "Gebruik wijzigingsdatum om wijzigingen op de externe server te detecteren. Dit zal geen kleine veranderingen bijwerken maar maakt het harvesten wel sneller.", "geonetwork-xslfilter": "Naam toe te passen XSL filter", "geonetwork-xslfilterHelp": "De XSL-filter wordt toegepast op elk metadata bestand", + "simpleurl-urlHelp": "URL pointing to JSON or XML documents. If harvesting more than one URL, add one line for each.", + "loopElement": "Element to loop on", + "simpleurl-configHelper": "Sample configurations which can help setting up the harvester:", + "simpleurl-configHelper-help": "Depending on the target URL and the type of documents to harvest each configuration illustrate of to configure the harvester to extract the metadata records from the remote document.", + "simpleurl-loopElementHelp": "For each element, one metadata record is created. For JSON document, points to a property. For XML document, points using XPath. eg. '.' if the element at the root of the XML document is a metadata document like 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Pagination parameters (optional)", + "numberOfRecordPath": "Element for the number of records to collect", + "simpleurl-numberOfRecordPathHelp": "JSON property or XPath to the element containing the number of records to collect. This information is used to compute the number of pages in case pagination is needed to collect all records.", + "recordIdPath": "Element for the UUID of each record", + "simpleurl-recordIdPathHelp": "JSON property or XPath to the UUID of the record. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' for XML document in ISO19115-3.", + "pageFromParam": "From URL parameter", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Size URL parameter", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "Fout bij het verwijderen van de groep", "groupDeleteConfirm": "Wilt u de groep verwijderen?", "userDeleteError": "Er is een probleem opgetreden bij het verwijderen van een gebruiker", @@ -345,8 +359,10 @@ "indexingInProgress": "Indexering in progress ...", "indexingRecordsRelatedToTheThesaurus": "Items die in verband met deze woordenlijst worden geïndexeerd ...", "thesaurusCreationError": "Probleem bij het aanmaken van de woordenlijst", + "thesaurusUpdateError": "Error on updating the thesaurus", "thesaurusUploadError": "Probleem bij het uploaden van de woordenlijst", "thesaurusDeleteError": "Probleem bij het verwijderen van de woordenlijst", + "thesaurusTitleRequired": "The thesaurus title is required", "information": "informatie", "inspireatom-errors": "Fouten:", "inspireatom-harvestedfeeds": "Harvested feeds:", @@ -772,10 +788,17 @@ "system/selectionmanager/maxrecords": "Maximum geselecteerde items", "system/server": "Catalog server", "system/server/host": "Host", - "system/server/host-help": "Host en poort van de server worden gebruikt om URL's naar de GeoNetwork server. Zo worden ze tijdens het bewerken van metadata aan middelen links te maken en bij terugkeer mogelijkheden van de server in een CS / W aanvraag.", + "system/server/host-help": "Host en poort van de server worden gebruikt om URL's te maken die naar de GeoNetwork server wijzen. Deze worden bijvoorbeeld gebruikt tijdens het editeren van metadata om links naar resources te maken, of wanneer de mogelijkheden van een server worden opgevraagd met een CS/W aanvraag.", "system/server/port": "Poort", "system/server/protocol": "voorkeur Protocol", "system/server/log": "Log level", + "system/index": "Index options", + "metadata/url": "Link to metadata", + "metadata/url/sitemapDoiFirst": "Use DOI for sitemap URL if present", + "metadata/url/sitemapLinkUrl": "Sitemap and permalink URL template", + "metadata/url/sitemapLinkUrl-help": "URL template to build the links to metadata document in the catalogue sitemap. String
  • \\{\\{UUID\\}\\} will be replaced by the metadata UUID
  • \\{\\{LANG\\}\\} will be replaced by the request language
  • \\{\\{RESOURCEID\\}\\} will be replaced by the resource identifier
For example, for the template http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} the resulting URL in sitemap document would be http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. If not set, the default URL is used.", + "metadata/url/dynamicAppLinkUrl": "Portal URL template", + "metadata/url/dynamicAppLinkUrl-help": "Link in the landing page to open the catalogue application. If not set, the default app is used.", "system/server/timeZone": "Tijdzone", "system/server/timeZone-help": "Stelt de tijdzone in die wordt gebruikt om datums in de database op te slaan en de tijd te interpreteren in cron-expressies die worden opgegeven in het veld Frequentie van harvesting. Als dit niet is ingesteld, wordt de standaard JVM-tijdzone gebruikt. GeoNetwork gebruikt de tijdzonedefinities die beschikbaar zijn in de JVM. Tijdzonedefinities kunnen vaak veranderen. Houd uw JVM bijgewerkt om de laatste tijdzonedefinitie te krijgen of gebruik de tzupdater-tool die beschikbaar is om te downloaden van de Java SE-downloadpagina .", "system/site": "catalogusbeschrijving", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Are you sure you want to delete this metadata identifier template?", "uiConfigDeleteError": "Error deleting user interface configuration", "sourceRemoved": "Source removed", - "sourceRemovedError": "Error while removing the source" + "sourceRemovedError": "Error while removing the source", + "saveThesaurus": "Opslaan" } \ 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 61797cec42..f340350387 100644 --- a/web-ui/src/main/resources/catalog/locales/nl-core.json +++ b/web-ui/src/main/resources/catalog/locales/nl-core.json @@ -259,6 +259,7 @@ "signIn": "Inloggen", "signedInAs": "Ingelogd als", "signout": "Uitloggen", + "signoutDescription": "Je bent al ingelogd, klik op de knop om uit te loggen.", "somethingWrong": "Er ging iets mis!", "south": "Zuid", "siblings": "Downloads, views en links", @@ -574,9 +575,12 @@ "copyToClipboard": "Kopieer de tekst naar het klembord", "textCopied": "Tekst is gekopieerd naar het klembord.", "metadataApproved": "Metadata goedgekeurd.", + "metadataSubmitted": "Metadata submitted.", "batchApproveTitle": "Goedkeuring van batch-metagegevens", "batchApproveInfo": "Deze optie keurt de geselecteerde metagegevens goed die eigendom zijn van de gebruiker. Standaard worden alleen de metadata in de ingediende status goedgekeurd, selecteer de onderstaande optie om de metadata die niet de ingediende status hebben direct goed te keuren.", "batchApproveDirect": "Keur de metadata goed zonder de status 'Ingediend' te hebben", "facet-mdStatus": "Voortgang in de workflow", - "skipLink": "Skip and go to the content" + "skipLink": "Skip and go to the content", + "batchSubmitTitle": "Batch metadata submission", + "batchSubmitInfo": "This option submits the selected metadata owned by the user." } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/nl-editor.json b/web-ui/src/main/resources/catalog/locales/nl-editor.json index 64aec95f79..569fba940e 100644 --- a/web-ui/src/main/resources/catalog/locales/nl-editor.json +++ b/web-ui/src/main/resources/catalog/locales/nl-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Zoek een bounding box", "searchAresourceConstraints": "Zoek een beperking", "searchAconstraint": "Zoek een beperking ...", - "searchAcontact": "Zoek contactgegevens ...", + "searchAcontact": "Search for organisation or contact ...", "searchAnOrganisation": "Zoek een organisatie ...", "searchAformat": "Zoek naar een formaat ...", "setAndReplaceExtent": "Vervang huidige geografische dekking", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "Geassocieerde metadata", "directoryEntryEditor": "Xml fragment editor", "directoryEntryEditing": "Nu aan het bewerken:", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "Nieuw xml fragment", "directoryManagerMode-editEntry": "Wijzig xml fragment", "directoryManagerMode-newTemplate": "Nieuwe template", 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 08cc4b56d6..4993486156 100644 --- a/web-ui/src/main/resources/catalog/locales/nl-v4.json +++ b/web-ui/src/main/resources/catalog/locales/nl-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "Laad meer resultaten", "rating": "beoordeling", "popularity": "populariteit", + "alternateTitle": "Also named: ", "isHarvested-true": "Geharvest", "isHarvested-false": "Lokaal", "sortBy-popularity": "populariteit", @@ -305,6 +306,8 @@ "searchAndReplace": "Zoek en vervang", "xpathEdits": "XPath editing", "batchEdits": "Form editing", + "addXpathCondition": "an optional condition", + "condition": "Condition", "searchAndReplaceEditsHelp": "Use the database to run a search and replace operation.", "addSearchAndReplace-help": "", "searchValue": "Value", @@ -334,6 +337,7 @@ "copyToClipboard": "Copy to clipboard.", "copyUrlToClipboard": "Copy URL to clipboard.", "copyHarvesterConfig": "Copy harvester config", + "copyListOfUuids": "Copy list of UUIDs", "addHarvesterFromClipboard": "Paste harvester config", "harvesterConfigIsNotJson": "The harvester config must be a JSON configuration.", "harvesterConfigIsNotValid": "The harvester config does not look to be a valid configuration.", 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 726bbb588e..c4d835b83e 100644 --- a/web-ui/src/main/resources/catalog/locales/pt-admin.json +++ b/web-ui/src/main/resources/catalog/locales/pt-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "Utilize a data de modificação para detectar mudanças no servidor remoto. Isso não irá atualizar modificações menores mas melhora a velocidade no processo de coleta de metadados.", "geonetwork-xslfilter": "Nome do filtro XSL a aplicar", "geonetwork-xslfilterHelp": "O filtro XSL é aplicado a cada registro de metadado", + "simpleurl-urlHelp": "URL pointing to JSON or XML documents. If harvesting more than one URL, add one line for each.", + "loopElement": "Element to loop on", + "simpleurl-configHelper": "Sample configurations which can help setting up the harvester:", + "simpleurl-configHelper-help": "Depending on the target URL and the type of documents to harvest each configuration illustrate of to configure the harvester to extract the metadata records from the remote document.", + "simpleurl-loopElementHelp": "For each element, one metadata record is created. For JSON document, points to a property. For XML document, points using XPath. eg. '.' if the element at the root of the XML document is a metadata document like 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Pagination parameters (optional)", + "numberOfRecordPath": "Element for the number of records to collect", + "simpleurl-numberOfRecordPathHelp": "JSON property or XPath to the element containing the number of records to collect. This information is used to compute the number of pages in case pagination is needed to collect all records.", + "recordIdPath": "Element for the UUID of each record", + "simpleurl-recordIdPathHelp": "JSON property or XPath to the UUID of the record. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' for XML document in ISO19115-3.", + "pageFromParam": "From URL parameter", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Size URL parameter", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "Erro ao apagar grupo", "groupDeleteConfirm": "Você realmente deseja excluir o grupo?", "userDeleteError": "Erro ao excluir o usuário", @@ -345,8 +359,10 @@ "indexingInProgress": "Indexação em progresso ...", "indexingRecordsRelatedToTheThesaurus": "Registros relacionados a este dicionário estão sendo indexados ...", "thesaurusCreationError": "Erro na criação do tesauro", + "thesaurusUpdateError": "Error on updating the thesaurus", "thesaurusUploadError": "Erro ao carregar o dicionário de sinônimos", "thesaurusDeleteError": "Erro ao excluir o dicionário de sinônimos", + "thesaurusTitleRequired": "The thesaurus title is required", "information": "Informação", "inspireatom-errors": "Erros:", "inspireatom-harvestedfeeds": "Notícias da Coleta de Dados", @@ -776,6 +792,13 @@ "system/server/port": "Porta", "system/server/protocol": "Protocolo preferido", "system/server/log": "Nível de Log", + "system/index": "Index options", + "metadata/url": "Link to metadata", + "metadata/url/sitemapDoiFirst": "Use DOI for sitemap URL if present", + "metadata/url/sitemapLinkUrl": "Sitemap and permalink URL template", + "metadata/url/sitemapLinkUrl-help": "URL template to build the links to metadata document in the catalogue sitemap. String
  • \\{\\{UUID\\}\\} will be replaced by the metadata UUID
  • \\{\\{LANG\\}\\} will be replaced by the request language
  • \\{\\{RESOURCEID\\}\\} will be replaced by the resource identifier
For example, for the template http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} the resulting URL in sitemap document would be http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. If not set, the default URL is used.", + "metadata/url/dynamicAppLinkUrl": "Portal URL template", + "metadata/url/dynamicAppLinkUrl-help": "Link in the landing page to open the catalogue application. If not set, the default app is used.", "system/server/timeZone": "Timezone", "system/server/timeZone-help": "Sets the timezone used to store dates in the database and interpret the time in cron expression specified in the harvesters Frequency field. If not set the JVM default timezone will be used. GeoNetwork uses the timezone definitions available in the JVM. Time zones definitions can change frequently. Please keep updated your JVM to get the latest timezones definition or use the tzupdater tool available for download from the Java SE Download Page.", "system/site": "Descrição do catálogo", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Are you sure you want to delete this metadata identifier template?", "uiConfigDeleteError": "Error deleting user interface configuration", "sourceRemoved": "Source removed", - "sourceRemovedError": "Error while removing the source" + "sourceRemovedError": "Error while removing the source", + "saveThesaurus": "Gravar" } \ 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 03c17850d0..4b3126d8af 100644 --- a/web-ui/src/main/resources/catalog/locales/pt-core.json +++ b/web-ui/src/main/resources/catalog/locales/pt-core.json @@ -259,6 +259,7 @@ "signIn": "Entrar", "signedInAs": "Entrou como", "signout": "Sair", + "signoutDescription": "You are already logged in, click the button to logout.", "somethingWrong": "Algo deu errado!", "south": "Sul", "siblings": "Recursos associados", @@ -574,9 +575,12 @@ "copyToClipboard": "Copy the text to the clipboard", "textCopied": "Text has been copied to the clipboard.", "metadataApproved": "Metadata approved.", + "metadataSubmitted": "Metadata submitted.", "batchApproveTitle": "Batch metadata approval", "batchApproveInfo": "This option approves the selected metadata owned by the user. By default, only the metadata in submitted status is approved, select the option below to approve directly the metadata that is not in submitted status.", "batchApproveDirect": "Approve the metadata without requiring to be in submitted status", "facet-mdStatus": "Progresso do fluxo de trabalho", - "skipLink": "Skip and go to the content" + "skipLink": "Skip and go to the content", + "batchSubmitTitle": "Batch metadata submission", + "batchSubmitInfo": "This option submits the selected metadata owned by the user." } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/pt-editor.json b/web-ui/src/main/resources/catalog/locales/pt-editor.json index d1b18a6157..6694b053a5 100644 --- a/web-ui/src/main/resources/catalog/locales/pt-editor.json +++ b/web-ui/src/main/resources/catalog/locales/pt-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Search for an extent ...", "searchAresourceConstraints": "Search for a constraint statement ...", "searchAconstraint": "Procurar uma restrição ...", - "searchAcontact": "Procurar um contato", + "searchAcontact": "Search for organisation or contact ...", "searchAnOrganisation": "Procurar uma organização", "searchAformat": "Procurar por um formato", "setAndReplaceExtent": "Trocar a extensão existente", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "Metadados Associados", "directoryEntryEditor": "Editor de Entrada", "directoryEntryEditing": "Atualmente editando:", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "Nova Entrada", "directoryManagerMode-editEntry": "Editar Entrada", "directoryManagerMode-newTemplate": "Novo Modelo", diff --git a/web-ui/src/main/resources/catalog/locales/pt-gnui.json b/web-ui/src/main/resources/catalog/locales/pt-gnui.json index 9e180dde43..8bafe19480 100644 --- a/web-ui/src/main/resources/catalog/locales/pt-gnui.json +++ b/web-ui/src/main/resources/catalog/locales/pt-gnui.json @@ -1,4 +1,5 @@ { + "dropFile": "", "facets.block.title.OrgForResource": "Organização", "facets.block.title.availableInServices": "Disponível para", "facets.block.title.cl_hierarchyLevel.key": "Tipo de recurso", 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 75e6193983..d9b091f885 100644 --- a/web-ui/src/main/resources/catalog/locales/pt-v4.json +++ b/web-ui/src/main/resources/catalog/locales/pt-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "carregar mais resultados...", "rating": "avaliação", "popularity": "popularidade", + "alternateTitle": "Also named: ", "isHarvested-true": "Dados coletados", "isHarvested-false": "Local", "sortBy-popularity": "popularidade", @@ -129,6 +130,7 @@ "facet-valid_inspire": "INSPIRE validation status", "valid_inspire-1": "Válido", "valid_inspire-0": "Inválido", + "valid_inspire-3": "No rule applies", "valid_inspire--1": "Desconhecido", "facet-OrgForResource": "Organizações", "facet-sourceCatalogue": "Catalogues", @@ -267,10 +269,12 @@ "ui/chooseAnOption-help": "Current user configuration is empty. Choose one or more option above or create a full configuration.", "uiConfigForm": "Configuration form", "uiConfigJsonForm": "JSON form", + "uiCurrentConfig": "Current configuration", "uiBasicConfig": "Full configuration", "uiRemoveDefaultOptions": "Remove default options", "preferredOptions": "Preferred options", - "ui-full-configuration": "All options", + "ui-full-configuration": "All default options (reset all current options)", + "ui-full-current-configuration": "All current configuration", "ui-hitsPerPage": "Número padrão de registros por página", "ui-queryTitle": "Query for title only search", "ui-related": "Results / Type of related records to search for", @@ -302,6 +306,8 @@ "searchAndReplace": "Procurar e substituir", "xpathEdits": "XPath editing", "batchEdits": "Form editing", + "addXpathCondition": "an optional condition", + "condition": "Condição", "searchAndReplaceEditsHelp": "Use the database to run a search and replace operation.", "addSearchAndReplace-help": "", "searchValue": "Valor", @@ -331,6 +337,7 @@ "copyToClipboard": "Copy to clipboard.", "copyUrlToClipboard": "Copy URL to clipboard.", "copyHarvesterConfig": "Copy harvester config", + "copyListOfUuids": "Copy list of UUIDs", "addHarvesterFromClipboard": "Paste harvester config", "harvesterConfigIsNotJson": "The harvester config must be a JSON configuration.", "harvesterConfigIsNotValid": "The harvester config does not look to be a valid configuration.", @@ -365,5 +372,6 @@ "mimeType": "Formato", "uploadedResourceAlreadyExistException": "File {{file}} already exist in this record data store. Remove it first.", "switchPortals": "Switch to another Portal", - "dataPreview": "Discover data" + "dataPreview": "Discover data", + "tableOfContents": "Table of Contents" } 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 dd590cb0f8..5dd5625c31 100644 --- a/web-ui/src/main/resources/catalog/locales/ru-admin.json +++ b/web-ui/src/main/resources/catalog/locales/ru-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "Use change date to detect changes on remote server. This will not update minor changes but improves speed on harvester.", "geonetwork-xslfilter": "XSL filter name to apply", "geonetwork-xslfilterHelp": "The XSL filter is applied to each metadata record", + "simpleurl-urlHelp": "URL pointing to JSON or XML documents. If harvesting more than one URL, add one line for each.", + "loopElement": "Element to loop on", + "simpleurl-configHelper": "Sample configurations which can help setting up the harvester:", + "simpleurl-configHelper-help": "Depending on the target URL and the type of documents to harvest each configuration illustrate of to configure the harvester to extract the metadata records from the remote document.", + "simpleurl-loopElementHelp": "For each element, one metadata record is created. For JSON document, points to a property. For XML document, points using XPath. eg. '.' if the element at the root of the XML document is a metadata document like 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Pagination parameters (optional)", + "numberOfRecordPath": "Element for the number of records to collect", + "simpleurl-numberOfRecordPathHelp": "JSON property or XPath to the element containing the number of records to collect. This information is used to compute the number of pages in case pagination is needed to collect all records.", + "recordIdPath": "Element for the UUID of each record", + "simpleurl-recordIdPathHelp": "JSON property or XPath to the UUID of the record. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' for XML document in ISO19115-3.", + "pageFromParam": "From URL parameter", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Size URL parameter", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "Error when deleting group", "groupDeleteConfirm": "Do you really want to delete the group?", "userDeleteError": "Error when deleting user", @@ -345,8 +359,10 @@ "indexingInProgress": "Выполняется индексирование ...", "indexingRecordsRelatedToTheThesaurus": "Records related to this thesaurus are being indexed ...", "thesaurusCreationError": "Error on creation of the thesaurus", + "thesaurusUpdateError": "Error on updating the thesaurus", "thesaurusUploadError": "Error on upload of the thesaurus", "thesaurusDeleteError": "Error on deleting the thesaurus", + "thesaurusTitleRequired": "The thesaurus title is required", "information": "Information", "inspireatom-errors": "Errors:", "inspireatom-harvestedfeeds": "Harvested feeds:", @@ -623,13 +639,6 @@ "system/csw/metadataPublic-help": "When a transaction insert a new record via the CSW-T protocol, automatically publish the record to all users.", "system/csw/transactionUpdateCreateXPath": "Create element if it does not exist when using XPath in CSW transaction.", "system/csw/transactionUpdateCreateXPath-help": "If not checked, only existing elements can be updated.", - "system/downloadservice": "Download service", - "system/downloadservice/leave": "Use metadata linkage as is - no changes to linkage", - "system/downloadservice/leave-help": "Selecting this option means that GeoNetwork will not handle file downloads.", - "system/downloadservice/simple": "Use GeoNetwork simple file download service (resources.get)", - "system/downloadservice/simple-help": "If metadata protocol is 'Data for download' then this service lets the user download the resource from GeoNetwork with no further user input - it is the simplest download interface", - "system/downloadservice/withdisclaimer": "Use GeoNetwork disclaimer and constraints service (file.disclaimer)", - "system/downloadservice/withdisclaimer-help": "If metadata protocol is 'Data for download' then this service lets the user download the resource from GeoNetwork after they have agreed to accept any metadata constraints/generic disclaimer. The resource is bundled into a zip archive with an html description of the metadata constraints and a snapshot of the metadata record (as a MEF).", "system/feedback": "Обратная связь", "system/feedback/email": "Электронная почта", "system/feedback/email-help": "This is the administrator's email address used to send feedback.", @@ -695,6 +704,8 @@ "system/localrating": "Metadata rating", "system/localrating/enable": "Local rating", "system/localrating/enable-help": "If set, GeoNetwork will calculate user ratings for metadata from this node only (not distributed among other GeoNetwork nodes).", + "system/localrating/notificationGroups": "Groups to notify in case of rating", + "system/localrating/notificationGroups-help": "List of groups, separated by the char |, to notify in case of rating (for 'Notify the group(s) emails' notification level)", "system/metadata": "Metadata configuration", "system/metadata/prefergrouplogo": "Prefer Group Logo", "system/users": "Groups & users", @@ -712,6 +723,10 @@ "system/metadataprivs/usergrouponly": "Only set privileges to user's groups", "system/metadataprivs/publicationbyrevieweringroupowneronly": "Publication by users reviewer in record group only", "system/metadataprivs/publicationbyrevieweringroupowneronly-help": "Allow publication by administrator and reviewer member of record group. If false, then also all users reviewer in group with editing rights can publish/unpublish a record.", + "system/metadataprivs/publication/notificationLevel": "Notification level when a metadata is published / unpublished", + "system/metadataprivs/publication/notificationLevel-help": "Define which users to alert when a metadata is published / unpublished", + "system/metadataprivs/publication/notificationGroups": "Groups to notify when a metadata is published / unpublished", + "system/metadataprivs/publication/notificationGroups-help": "List of groups, separated by the char |, to notify when a metadata is published / unpublished (for 'Notify the group(s) emails' notification level)", "system/metadatacreate": "Metadata create", "system/metadatacreate/generateUuid": "Generate UUID", "system/metadatacreate/generateUuid-help": "GeoNetwork assigns a random metadata UUID to the metadata created by a user (default). To assign the metadata UUID manually disable this option and fill the metadata UUID prefix.", @@ -777,6 +792,13 @@ "system/server/port": "Порт", "system/server/protocol": "Preferred Protocol", "system/server/log": "Log level", + "system/index": "Index options", + "metadata/url": "Link to metadata", + "metadata/url/sitemapDoiFirst": "Use DOI for sitemap URL if present", + "metadata/url/sitemapLinkUrl": "Sitemap and permalink URL template", + "metadata/url/sitemapLinkUrl-help": "URL template to build the links to metadata document in the catalogue sitemap. String
  • \\{\\{UUID\\}\\} will be replaced by the metadata UUID
  • \\{\\{LANG\\}\\} will be replaced by the request language
  • \\{\\{RESOURCEID\\}\\} will be replaced by the resource identifier
For example, for the template http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} the resulting URL in sitemap document would be http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. If not set, the default URL is used.", + "metadata/url/dynamicAppLinkUrl": "Portal URL template", + "metadata/url/dynamicAppLinkUrl-help": "Link in the landing page to open the catalogue application. If not set, the default app is used.", "system/server/timeZone": "Timezone", "system/server/timeZone-help": "Sets the timezone used to store dates in the database and interpret the time in cron expression specified in the harvesters Frequency field. If not set the JVM default timezone will be used. GeoNetwork uses the timezone definitions available in the JVM. Time zones definitions can change frequently. Please keep updated your JVM to get the latest timezones definition or use the tzupdater tool available for download from the Java SE Download Page.", "system/site": "Catalog description", @@ -1002,7 +1024,7 @@ "metadata/backuparchive": "Backup archive", "metadata/backuparchive/enable": "Enable", "metadata/backuparchive/enable-help": "Activate nightly backup archive on server. Add a download archive button in admin/tools interface.", - "downloadBackupArchive": "Download backup archive.", + "downloadBackupArchive": "Download backup archive", "downloadBackupArchiveHelp": "Download a MEF file containing all inner metadatas of the catalog (non harvested including templates).", "APITest": "API doc & test", "APIHelp": "Documentation and testing page for the GeoNetwork API. Learn how to use the REST API.", @@ -1294,6 +1316,8 @@ "sourceName-help": "Portal short name. MUST be composed of letters, numbers, '-' and '_' only. Once created, use the translations to define labels to be displayed in the toolbar.", "sourceFilter": "Search filter", "sourceFilter-help": "Additional search criteria to be added to any searches made in the portal. This is a lucene expression. eg. +keyword:inspire", + "displayInHeaderSwitcher": "Display in the portal switcher", + "displayInHeaderSwitcher-help": "If enabled the portal will displayed on the list of available portals in the site header portal selector", "sourceLogo": "Логотип", "sourceLogo-help": "Portal logo to be displayed in the toolbar.", "sourceUiConfig": "User interface configuration", @@ -1381,5 +1405,23 @@ "ui-searchResultContact-help": "Select the default type of contacts to display in the search results. If the metadata doesn't have contacts of the selected type, the contact organisation for the resource is displayed (if available).", "Org": "Contact organisation for the metadata", "OrgForResource": "Contact organisation for the resource", - "OrgForDistribution": "Contact organisation for distribution" + "OrgForDistribution": "Contact organisation for distribution", + "notificationLevel-statusUserOwner": "Notify the status owner user", + "notificationLevel-catalogueAdministrator": "Notify catalogue administrator mail address defined in the Settings > Feedback", + "notificationLevel-catalogueProfileAdministrator": "Notify the catalogue administrators", + "notificationLevel-catalogueProfileUserAdmin": "Notify the catalogue user administrators", + "notificationLevel-catalogueProfileReviewer": "Notify the catalogue reviewers", + "notificationLevel-catalogueProfileEditor": "Notify the catalogue editors", + "notificationLevel-catalogueProfileRegisteredUser": "Notify the catalogue registered user", + "notificationLevel-catalogueProfileGuest": "Notify the catalogue guest", + "notificationLevel-recordProfileReviewer": "Notify the reviewers part of the record group owner", + "notificationLevel-recordUserAuthor": "Notify the record author", + "notificationLevel-recordGroupEmail": "Notify the group(s) emails", + "confirmMapserverDelete": "Are you sure you want to delete this Map server?", + "confirmSourceDelete": "Are you sure you want to delete this portal?", + "confirmMetadataIdentifierTemplateDelete": "Are you sure you want to delete this metadata identifier template?", + "uiConfigDeleteError": "Error deleting user interface configuration", + "sourceRemoved": "Source removed", + "sourceRemovedError": "Error while removing the source", + "saveThesaurus": "Сохранить" } \ 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 1ba90a3c6d..e2f9061746 100644 --- a/web-ui/src/main/resources/catalog/locales/ru-core.json +++ b/web-ui/src/main/resources/catalog/locales/ru-core.json @@ -259,6 +259,7 @@ "signIn": "Войти", "signedInAs": "Вошли как", "signout": "Выйти", + "signoutDescription": "You are already logged in, click the button to logout.", "somethingWrong": "Что-то пошло не так!", "south": "Юг", "siblings": "Связанные ресурсы", @@ -430,7 +431,7 @@ "link-fcats": "Каталог функций", "link-associated": "Связанные ресурсы", "indexAccessError": "Error during index access.", - "applyFilter": "Apply Filter", + "applyFilter": "Apply current filter to the map (build a SLD to apply to the WMS layer).", "confirm": "OK", "confirmDialogTitle": "Подтвердить Действие", "close": "Закрыть", @@ -574,8 +575,12 @@ "copyToClipboard": "Copy the text to the clipboard", "textCopied": "Text has been copied to the clipboard.", "metadataApproved": "Metadata approved.", + "metadataSubmitted": "Metadata submitted.", "batchApproveTitle": "Batch metadata approval", "batchApproveInfo": "This option approves the selected metadata owned by the user. By default, only the metadata in submitted status is approved, select the option below to approve directly the metadata that is not in submitted status.", "batchApproveDirect": "Approve the metadata without requiring to be in submitted status", - "facet-mdStatus": "Ход рабочего процесса" + "facet-mdStatus": "Ход рабочего процесса", + "skipLink": "Skip and go to the content", + "batchSubmitTitle": "Batch metadata submission", + "batchSubmitInfo": "This option submits the selected metadata owned by the user." } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/ru-editor.json b/web-ui/src/main/resources/catalog/locales/ru-editor.json index 4538ce4b3f..52cf3f2676 100644 --- a/web-ui/src/main/resources/catalog/locales/ru-editor.json +++ b/web-ui/src/main/resources/catalog/locales/ru-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Search for an extent ...", "searchAresourceConstraints": "Search for a constraint statement ...", "searchAconstraint": "Search for a constraint ...", - "searchAcontact": "Search for a contact ...", + "searchAcontact": "Search for organisation or contact ...", "searchAnOrganisation": "Search for an organisation ...", "searchAformat": "Search for a format ...", "setAndReplaceExtent": "Replace existing extent", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "Associated Metadata", "directoryEntryEditor": "Entry Editor", "directoryEntryEditing": "Currently editing:", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "New Entry", "directoryManagerMode-editEntry": "Edit Entry", "directoryManagerMode-newTemplate": "New Template", diff --git a/web-ui/src/main/resources/catalog/locales/ru-gnui.json b/web-ui/src/main/resources/catalog/locales/ru-gnui.json index 3b21c6bd4c..36369f1c94 100644 --- a/web-ui/src/main/resources/catalog/locales/ru-gnui.json +++ b/web-ui/src/main/resources/catalog/locales/ru-gnui.json @@ -1,4 +1,5 @@ { + "dropFile": "", "facets.block.title.OrgForResource": "Организация", "facets.block.title.availableInServices": "Available for", "facets.block.title.cl_hierarchyLevel.key": "Resource type", diff --git a/web-ui/src/main/resources/catalog/locales/ru-search.json b/web-ui/src/main/resources/catalog/locales/ru-search.json index f285f63eed..2e469ab088 100644 --- a/web-ui/src/main/resources/catalog/locales/ru-search.json +++ b/web-ui/src/main/resources/catalog/locales/ru-search.json @@ -540,5 +540,13 @@ "esriCapabilitiesNoValid": "The response is not a valid ESRI Rest capabilities document.", "seriesComposedOf": "Composed of", "seriesCoveringPeriod": "Covering period", - "approve": "Approve" + "approve": "Approve", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooLongMax": "The value is too long (max {{maxChar}} characters)", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "addLayerPrefix": "Add layer", + "addLayerPostfix": "to the map", + "submit": "Submit" } \ 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 80bdd0c09e..52f299ffed 100644 --- a/web-ui/src/main/resources/catalog/locales/ru-v4.json +++ b/web-ui/src/main/resources/catalog/locales/ru-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "загрузить больше результатов...", "rating": "рейтинг", "popularity": "популярность", + "alternateTitle": "Also named: ", "isHarvested-true": "Заготовлено", "isHarvested-false": "Локальный", "sortBy-popularity": "популярность", @@ -129,6 +130,7 @@ "facet-valid_inspire": "INSPIRE validation status", "valid_inspire-1": "Действителен", "valid_inspire-0": "Недействителен", + "valid_inspire-3": "No rule applies", "valid_inspire--1": "Unknown", "facet-OrgForResource": "Организации", "facet-sourceCatalogue": "Catalogues", @@ -267,10 +269,12 @@ "ui/chooseAnOption-help": "Current user configuration is empty. Choose one or more option above or create a full configuration.", "uiConfigForm": "Configuration form", "uiConfigJsonForm": "JSON form", + "uiCurrentConfig": "Current configuration", "uiBasicConfig": "Full configuration", "uiRemoveDefaultOptions": "Remove default options", "preferredOptions": "Preferred options", - "ui-full-configuration": "All options", + "ui-full-configuration": "All default options (reset all current options)", + "ui-full-current-configuration": "All current configuration", "ui-hitsPerPage": "Default number of records per page", "ui-queryTitle": "Query for title only search", "ui-related": "Results / Type of related records to search for", @@ -302,6 +306,8 @@ "searchAndReplace": "Поиск и замена", "xpathEdits": "XPath editing", "batchEdits": "Form editing", + "addXpathCondition": "an optional condition", + "condition": "Condition", "searchAndReplaceEditsHelp": "Use the database to run a search and replace operation.", "addSearchAndReplace-help": "", "searchValue": "Значение", @@ -331,6 +337,7 @@ "copyToClipboard": "Copy to clipboard.", "copyUrlToClipboard": "Copy URL to clipboard.", "copyHarvesterConfig": "Copy harvester config", + "copyListOfUuids": "Copy list of UUIDs", "addHarvesterFromClipboard": "Paste harvester config", "harvesterConfigIsNotJson": "The harvester config must be a JSON configuration.", "harvesterConfigIsNotValid": "The harvester config does not look to be a valid configuration.", @@ -365,5 +372,6 @@ "mimeType": "Формат", "uploadedResourceAlreadyExistException": "File {{file}} already exist in this record data store. Remove it first.", "switchPortals": "Switch to another Portal", - "dataPreview": "Discover data" + "dataPreview": "Discover data", + "tableOfContents": "Table of Contents" } 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 a0994e3062..ffa5d107aa 100644 --- a/web-ui/src/main/resources/catalog/locales/sk-admin.json +++ b/web-ui/src/main/resources/catalog/locales/sk-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "Použiť dátum zmeny k vyhľadaniu zmien na vzdialenom serveri. Výsledkom nebude aktualizácia drobných zmien, ale zlepšenie rýchlosti na zberači údajov.", "geonetwork-xslfilter": "Použiť názov filtera XSL", "geonetwork-xslfilterHelp": "Filter XSL sa použije na každý metaúdajový záznam", + "simpleurl-urlHelp": "URL pointing to JSON or XML documents. If harvesting more than one URL, add one line for each.", + "loopElement": "Element to loop on", + "simpleurl-configHelper": "Sample configurations which can help setting up the harvester:", + "simpleurl-configHelper-help": "Depending on the target URL and the type of documents to harvest each configuration illustrate of to configure the harvester to extract the metadata records from the remote document.", + "simpleurl-loopElementHelp": "For each element, one metadata record is created. For JSON document, points to a property. For XML document, points using XPath. eg. '.' if the element at the root of the XML document is a metadata document like 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Pagination parameters (optional)", + "numberOfRecordPath": "Element for the number of records to collect", + "simpleurl-numberOfRecordPathHelp": "JSON property or XPath to the element containing the number of records to collect. This information is used to compute the number of pages in case pagination is needed to collect all records.", + "recordIdPath": "Element for the UUID of each record", + "simpleurl-recordIdPathHelp": "JSON property or XPath to the UUID of the record. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' for XML document in ISO19115-3.", + "pageFromParam": "From URL parameter", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Size URL parameter", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "Pri mazaní skupiny došlo k chybe", "groupDeleteConfirm": "Do you really want to delete the group?", "userDeleteError": "Error when deleting user", @@ -345,8 +359,10 @@ "indexingInProgress": "prebieha indexovanie ...", "indexingRecordsRelatedToTheThesaurus": "prebieha indexovanie záznamov súvisiacich s týmto tezaurom ...", "thesaurusCreationError": "Error on creation of the thesaurus", + "thesaurusUpdateError": "Error on updating the thesaurus", "thesaurusUploadError": "Error on upload of the thesaurus", "thesaurusDeleteError": "Error on deleting the thesaurus", + "thesaurusTitleRequired": "The thesaurus title is required", "information": "Informácia", "inspireatom-errors": "Chyby:", "inspireatom-harvestedfeeds": "Získané vstupy údajov:", @@ -776,6 +792,13 @@ "system/server/port": "Port", "system/server/protocol": "Preferovaný protokol", "system/server/log": "Úroveň protokolu", + "system/index": "Index options", + "metadata/url": "Link to metadata", + "metadata/url/sitemapDoiFirst": "Use DOI for sitemap URL if present", + "metadata/url/sitemapLinkUrl": "Sitemap and permalink URL template", + "metadata/url/sitemapLinkUrl-help": "URL template to build the links to metadata document in the catalogue sitemap. String
  • \\{\\{UUID\\}\\} will be replaced by the metadata UUID
  • \\{\\{LANG\\}\\} will be replaced by the request language
  • \\{\\{RESOURCEID\\}\\} will be replaced by the resource identifier
For example, for the template http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} the resulting URL in sitemap document would be http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. If not set, the default URL is used.", + "metadata/url/dynamicAppLinkUrl": "Portal URL template", + "metadata/url/dynamicAppLinkUrl-help": "Link in the landing page to open the catalogue application. If not set, the default app is used.", "system/server/timeZone": "Timezone", "system/server/timeZone-help": "Sets the timezone used to store dates in the database and interpret the time in cron expression specified in the harvesters Frequency field. If not set the JVM default timezone will be used. GeoNetwork uses the timezone definitions available in the JVM. Time zones definitions can change frequently. Please keep updated your JVM to get the latest timezones definition or use the tzupdater tool available for download from the Java SE Download Page.", "system/site": "Popis katalógu", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Are you sure you want to delete this metadata identifier template?", "uiConfigDeleteError": "Error deleting user interface configuration", "sourceRemoved": "Source removed", - "sourceRemovedError": "Error while removing the source" + "sourceRemovedError": "Error while removing the source", + "saveThesaurus": "Uložit" } \ 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 24cc10c9e2..507f0982d1 100644 --- a/web-ui/src/main/resources/catalog/locales/sk-core.json +++ b/web-ui/src/main/resources/catalog/locales/sk-core.json @@ -259,6 +259,7 @@ "signIn": "Prihlásiť sa", "signedInAs": "Přihlásen(ý) ako", "signout": "Odhlásiť sa", + "signoutDescription": "You are already logged in, click the button to logout.", "somethingWrong": "Niečo se nepodarilo!", "south": "Juh", "siblings": "Pridružené zdroje", @@ -430,7 +431,7 @@ "link-fcats": "Katalóg prvkov", "link-associated": "Pridružené zdroje", "indexAccessError": "Error during index access.", - "applyFilter": "Apply Filter", + "applyFilter": "Apply current filter to the map (build a SLD to apply to the WMS layer).", "confirm": "OK", "confirmDialogTitle": "Potvrdiť tento krok", "close": "Zavrieť", @@ -574,8 +575,12 @@ "copyToClipboard": "Copy the text to the clipboard", "textCopied": "Text has been copied to the clipboard.", "metadataApproved": "Metadata approved.", + "metadataSubmitted": "Metadata submitted.", "batchApproveTitle": "Batch metadata approval", "batchApproveInfo": "This option approves the selected metadata owned by the user. By default, only the metadata in submitted status is approved, select the option below to approve directly the metadata that is not in submitted status.", "batchApproveDirect": "Approve the metadata without requiring to be in submitted status", - "facet-mdStatus": "Vývoj v postupe prác" + "facet-mdStatus": "Vývoj v postupe prác", + "skipLink": "Skip and go to the content", + "batchSubmitTitle": "Batch metadata submission", + "batchSubmitInfo": "This option submits the selected metadata owned by the user." } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/sk-editor.json b/web-ui/src/main/resources/catalog/locales/sk-editor.json index 1b17d35807..749b2c2cd1 100644 --- a/web-ui/src/main/resources/catalog/locales/sk-editor.json +++ b/web-ui/src/main/resources/catalog/locales/sk-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Search for an extent ...", "searchAresourceConstraints": "Search for a constraint statement ...", "searchAconstraint": "Vyhľadaj obmedzenia ...", - "searchAcontact": "Hľadaj kontakt ...", + "searchAcontact": "Search for organisation or contact ...", "searchAnOrganisation": "Hľadaj organizáciu ...", "searchAformat": "Search for a format ...", "setAndReplaceExtent": "Nahradit stávající rozlohu", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "Associated Metadata", "directoryEntryEditor": "Entry Editor", "directoryEntryEditing": "Currently editing:", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "New Entry", "directoryManagerMode-editEntry": "Edit Entry", "directoryManagerMode-newTemplate": "New Template", diff --git a/web-ui/src/main/resources/catalog/locales/sk-gnui.json b/web-ui/src/main/resources/catalog/locales/sk-gnui.json index 31b8732d62..1f6c2d89bd 100644 --- a/web-ui/src/main/resources/catalog/locales/sk-gnui.json +++ b/web-ui/src/main/resources/catalog/locales/sk-gnui.json @@ -1,4 +1,5 @@ { + "dropFile": "", "facets.block.title.OrgForResource": "Organizácia", "facets.block.title.availableInServices": "Available for", "facets.block.title.cl_hierarchyLevel.key": "Resource type", diff --git a/web-ui/src/main/resources/catalog/locales/sk-search.json b/web-ui/src/main/resources/catalog/locales/sk-search.json index 8c425077df..174c8a95e5 100644 --- a/web-ui/src/main/resources/catalog/locales/sk-search.json +++ b/web-ui/src/main/resources/catalog/locales/sk-search.json @@ -540,5 +540,13 @@ "esriCapabilitiesNoValid": "The response is not a valid ESRI Rest capabilities document.", "seriesComposedOf": "Composed of", "seriesCoveringPeriod": "Covering period", - "approve": "Approve" + "approve": "Approve", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooLongMax": "The value is too long (max {{maxChar}} characters)", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "addLayerPrefix": "Add layer", + "addLayerPostfix": "to the map", + "submit": "Submit" } \ 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 205c66a8f3..0aeffbcbef 100644 --- a/web-ui/src/main/resources/catalog/locales/sk-v4.json +++ b/web-ui/src/main/resources/catalog/locales/sk-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "load more results...", "rating": "hodnotenia", "popularity": "popularity", + "alternateTitle": "Also named: ", "isHarvested-true": "Naharvestované", "isHarvested-false": "Miestny", "sortBy-popularity": "popularity", @@ -129,6 +130,7 @@ "facet-valid_inspire": "INSPIRE validation status", "valid_inspire-1": "Platné", "valid_inspire-0": "Neplatný", + "valid_inspire-3": "No rule applies", "valid_inspire--1": "Unknown", "facet-OrgForResource": "Organizácia", "facet-sourceCatalogue": "Catalogues", @@ -267,10 +269,12 @@ "ui/chooseAnOption-help": "Current user configuration is empty. Choose one or more option above or create a full configuration.", "uiConfigForm": "Configuration form", "uiConfigJsonForm": "JSON form", + "uiCurrentConfig": "Current configuration", "uiBasicConfig": "Full configuration", "uiRemoveDefaultOptions": "Remove default options", "preferredOptions": "Preferred options", - "ui-full-configuration": "All options", + "ui-full-configuration": "All default options (reset all current options)", + "ui-full-current-configuration": "All current configuration", "ui-hitsPerPage": "Prednastavený počet záznamov na stránku", "ui-queryTitle": "Query for title only search", "ui-related": "Results / Type of related records to search for", @@ -302,6 +306,8 @@ "searchAndReplace": "Nájst a zameniť", "xpathEdits": "XPath editing", "batchEdits": "Form editing", + "addXpathCondition": "an optional condition", + "condition": "Condition", "searchAndReplaceEditsHelp": "Use the database to run a search and replace operation.", "addSearchAndReplace-help": "", "searchValue": "hodnota", @@ -331,6 +337,7 @@ "copyToClipboard": "Copy to clipboard.", "copyUrlToClipboard": "Copy URL to clipboard.", "copyHarvesterConfig": "Copy harvester config", + "copyListOfUuids": "Copy list of UUIDs", "addHarvesterFromClipboard": "Paste harvester config", "harvesterConfigIsNotJson": "The harvester config must be a JSON configuration.", "harvesterConfigIsNotValid": "The harvester config does not look to be a valid configuration.", @@ -365,5 +372,6 @@ "mimeType": "Formát", "uploadedResourceAlreadyExistException": "File {{file}} already exist in this record data store. Remove it first.", "switchPortals": "Switch to another Portal", - "dataPreview": "Discover data" + "dataPreview": "Discover data", + "tableOfContents": "Table of Contents" } 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 ae3f26fc21..bbb61af590 100644 --- a/web-ui/src/main/resources/catalog/locales/sv-admin.json +++ b/web-ui/src/main/resources/catalog/locales/sv-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "Använd ändringsdatum för att upptäcka förändringar på fjärrservern. Detta uppdaterar inte mindre ändringar men förbättrar skördarens prestanda.", "geonetwork-xslfilter": "Namn på XSL-filter att använda", "geonetwork-xslfilterHelp": "XSL-filtret används för varje metadatapost", + "simpleurl-urlHelp": "URL pointing to JSON or XML documents. If harvesting more than one URL, add one line for each.", + "loopElement": "Element to loop on", + "simpleurl-configHelper": "Sample configurations which can help setting up the harvester:", + "simpleurl-configHelper-help": "Depending on the target URL and the type of documents to harvest each configuration illustrate of to configure the harvester to extract the metadata records from the remote document.", + "simpleurl-loopElementHelp": "For each element, one metadata record is created. For JSON document, points to a property. For XML document, points using XPath. eg. '.' if the element at the root of the XML document is a metadata document like 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Pagination parameters (optional)", + "numberOfRecordPath": "Element for the number of records to collect", + "simpleurl-numberOfRecordPathHelp": "JSON property or XPath to the element containing the number of records to collect. This information is used to compute the number of pages in case pagination is needed to collect all records.", + "recordIdPath": "Element for the UUID of each record", + "simpleurl-recordIdPathHelp": "JSON property or XPath to the UUID of the record. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' for XML document in ISO19115-3.", + "pageFromParam": "From URL parameter", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Size URL parameter", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "Ett fel uppstod vid borttagning av grupp", "groupDeleteConfirm": "Vill du verkligen ta bort gruppen?", "userDeleteError": "Fel vid borttagning av användare", @@ -345,8 +359,10 @@ "indexingInProgress": "Registrering pågår ...", "indexingRecordsRelatedToTheThesaurus": "Poster relaterade till denna synonymordlista indexeras ...", "thesaurusCreationError": "Fel vid skapandet av ordlista", + "thesaurusUpdateError": "Error on updating the thesaurus", "thesaurusUploadError": "Fel vid uppladdning av ordlista", "thesaurusDeleteError": "Fel vid radering av ordlistan", + "thesaurusTitleRequired": "The thesaurus title is required", "information": "Information", "inspireatom-errors": "Fel:", "inspireatom-harvestedfeeds": "Skördade feeds:", @@ -776,6 +792,13 @@ "system/server/port": "Port", "system/server/protocol": "Föredraget protokoll", "system/server/log": "Loggningsnivå", + "system/index": "Index options", + "metadata/url": "Link to metadata", + "metadata/url/sitemapDoiFirst": "Use DOI for sitemap URL if present", + "metadata/url/sitemapLinkUrl": "Sitemap and permalink URL template", + "metadata/url/sitemapLinkUrl-help": "URL template to build the links to metadata document in the catalogue sitemap. String
  • \\{\\{UUID\\}\\} will be replaced by the metadata UUID
  • \\{\\{LANG\\}\\} will be replaced by the request language
  • \\{\\{RESOURCEID\\}\\} will be replaced by the resource identifier
For example, for the template http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} the resulting URL in sitemap document would be http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. If not set, the default URL is used.", + "metadata/url/dynamicAppLinkUrl": "Portal URL template", + "metadata/url/dynamicAppLinkUrl-help": "Link in the landing page to open the catalogue application. If not set, the default app is used.", "system/server/timeZone": "Tidszon", "system/server/timeZone-help": "Ställer in den tidszon som används för att lagra datum i databasen och tolka tiden i cron-uttryck som anges i fältet Frekvens för skördare. Om den inte är inställd används JVM-standardtidzonen. GeoNetwork använder de tidszoner som finns tillgängliga i JVM. Definitioner av tidszoner kan ändras över tid. Håll dig uppdaterad med din JVM för den senaste definitionen av tidszoner eller använd tzupdater-verktyget som kan laddas ner från Java SE-hämtningssidan .", "system/site": "Beskrivning av katalog", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Are you sure you want to delete this metadata identifier template?", "uiConfigDeleteError": "Error deleting user interface configuration", "sourceRemoved": "Source removed", - "sourceRemovedError": "Error while removing the source" + "sourceRemovedError": "Error while removing the source", + "saveThesaurus": "Spara" } \ 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 c7f2c74ffd..4823c7abd5 100644 --- a/web-ui/src/main/resources/catalog/locales/sv-core.json +++ b/web-ui/src/main/resources/catalog/locales/sv-core.json @@ -259,6 +259,7 @@ "signIn": "Logga in", "signedInAs": "Inloggad som", "signout": "Logga ut", + "signoutDescription": "Du är redan inloggad, klicka på knappen för att logga ut.", "somethingWrong": "Något gick fel!", "south": "Söder", "siblings": "Associerade resurser", @@ -574,9 +575,12 @@ "copyToClipboard": "Copy the text to the clipboard", "textCopied": "Text has been copied to the clipboard.", "metadataApproved": "Metadata godkända.", + "metadataSubmitted": "Metadata submitted.", "batchApproveTitle": "Satsvis godkännande av metadata", "batchApproveInfo": "Det här alternativet godkänner de valda metadata som ägs av användaren. Som standard godkänns endast metadata med status inskickad. Välj alternativet nedan för att direkt godkänna metadata som inte har status inskickad.", "batchApproveDirect": "Godkänn metadata utan att de behöver ha status inskickad", "facet-mdStatus": "Status i arbetsflödet", - "skipLink": "Skip and go to the content" + "skipLink": "Skip and go to the content", + "batchSubmitTitle": "Batch metadata submission", + "batchSubmitInfo": "This option submits the selected metadata owned by the user." } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/sv-editor.json b/web-ui/src/main/resources/catalog/locales/sv-editor.json index 55ccc7923d..5e448715a2 100644 --- a/web-ui/src/main/resources/catalog/locales/sv-editor.json +++ b/web-ui/src/main/resources/catalog/locales/sv-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Search an extent ...", "searchAresourceConstraints": "Search a constraint statement ...", "searchAconstraint": "Search for a constraint ...", - "searchAcontact": "Search for a contact ...", + "searchAcontact": "Search for organisation or contact ...", "searchAnOrganisation": "Search for an organisation ...", "searchAformat": "Search for a format ...", "setAndReplaceExtent": "Replace existing extent", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "Associerade metadata", "directoryEntryEditor": "Post Editor", "directoryEntryEditing": "Redigerar för närvarande:", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "Nytt inlägg", "directoryManagerMode-editEntry": "Radigera inlägg", "directoryManagerMode-newTemplate": "Ny mall", diff --git a/web-ui/src/main/resources/catalog/locales/sv-gnui.json b/web-ui/src/main/resources/catalog/locales/sv-gnui.json index 270352f376..c37d1e3a91 100644 --- a/web-ui/src/main/resources/catalog/locales/sv-gnui.json +++ b/web-ui/src/main/resources/catalog/locales/sv-gnui.json @@ -1,4 +1,5 @@ { + "dropFile": "", "facets.block.title.OrgForResource": "Organisation", "facets.block.title.availableInServices": "Tillgänglig för", "facets.block.title.cl_hierarchyLevel.key": "Resurstyp", 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 6947970aa9..927876a1b4 100644 --- a/web-ui/src/main/resources/catalog/locales/sv-v4.json +++ b/web-ui/src/main/resources/catalog/locales/sv-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "ladda fler resultat ...", "rating": "betyg", "popularity": "popularitet", + "alternateTitle": "Also named: ", "isHarvested-true": "Skördad", "isHarvested-false": "Lokal", "sortBy-popularity": "popularitet", @@ -129,6 +130,7 @@ "facet-valid_inspire": "INSPIRE valideringsstatus", "valid_inspire-1": "Giltig", "valid_inspire-0": "Ogiltig", + "valid_inspire-3": "No rule applies", "valid_inspire--1": "Okänd", "facet-OrgForResource": "Organisationer", "facet-sourceCatalogue": "Kataloger", @@ -267,10 +269,12 @@ "ui/chooseAnOption-help": "Current user configuration is empty. Choose one or more option above or create a full configuration.", "uiConfigForm": "Configuration form", "uiConfigJsonForm": "JSON form", + "uiCurrentConfig": "Current configuration", "uiBasicConfig": "Full configuration", "uiRemoveDefaultOptions": "Remove default options", "preferredOptions": "Preferred options", - "ui-full-configuration": "All options", + "ui-full-configuration": "All default options (reset all current options)", + "ui-full-current-configuration": "All current configuration", "ui-hitsPerPage": "Standardantal poster per sida", "ui-queryTitle": "Query for title only search", "ui-related": "Results / Type of related records to search for", @@ -302,6 +306,8 @@ "searchAndReplace": "Sök och ersätt", "xpathEdits": "XPath editing", "batchEdits": "Form editing", + "addXpathCondition": "an optional condition", + "condition": "Condition", "searchAndReplaceEditsHelp": "Use the database to run a search and replace operation.", "addSearchAndReplace-help": "", "searchValue": "Värde", @@ -331,6 +337,7 @@ "copyToClipboard": "Copy to clipboard.", "copyUrlToClipboard": "Copy URL to clipboard.", "copyHarvesterConfig": "Copy harvester config", + "copyListOfUuids": "Copy list of UUIDs", "addHarvesterFromClipboard": "Paste harvester config", "harvesterConfigIsNotJson": "The harvester config must be a JSON configuration.", "harvesterConfigIsNotValid": "The harvester config does not look to be a valid configuration.", @@ -365,5 +372,6 @@ "mimeType": "Dataformat", "uploadedResourceAlreadyExistException": "File {{file}} already exist in this record data store. Remove it first.", "switchPortals": "Switch to another Portal", - "dataPreview": "Discover data" + "dataPreview": "Discover data", + "tableOfContents": "Table of Contents" } 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 e57cbba6e2..d087d69f89 100644 --- a/web-ui/src/main/resources/catalog/locales/zh-admin.json +++ b/web-ui/src/main/resources/catalog/locales/zh-admin.json @@ -259,6 +259,20 @@ "geonetwork-useChangeDateForUpdateHelp": "使用更改日期来检测远程服务器上的更改。这不会更新微小的变化,但可以提高收割的速度。", "geonetwork-xslfilter": "要应用的XSL过滤器名称", "geonetwork-xslfilterHelp": "XSL过滤器应用于每个元数据记录", + "simpleurl-urlHelp": "URL pointing to JSON or XML documents. If harvesting more than one URL, add one line for each.", + "loopElement": "Element to loop on", + "simpleurl-configHelper": "Sample configurations which can help setting up the harvester:", + "simpleurl-configHelper-help": "Depending on the target URL and the type of documents to harvest each configuration illustrate of to configure the harvester to extract the metadata records from the remote document.", + "simpleurl-loopElementHelp": "For each element, one metadata record is created. For JSON document, points to a property. For XML document, points using XPath. eg. '.' if the element at the root of the XML document is a metadata document like 'mdb:MD_Metadata'.", + "simpleurl-pagination": "Pagination parameters (optional)", + "numberOfRecordPath": "Element for the number of records to collect", + "simpleurl-numberOfRecordPathHelp": "JSON property or XPath to the element containing the number of records to collect. This information is used to compute the number of pages in case pagination is needed to collect all records.", + "recordIdPath": "Element for the UUID of each record", + "simpleurl-recordIdPathHelp": "JSON property or XPath to the UUID of the record. eg. 'mdb:metadataIdentifier/*/mcc:code/*/text()' for XML document in ISO19115-3.", + "pageFromParam": "From URL parameter", + "simpleurl-pageFromParamHelp": "", + "pageSizeParam": "Size URL parameter", + "simpleurl-pageSizeParamHelp": "", "groupDeleteError": "删除组时出错", "groupDeleteConfirm": "确定要删除群组?", "userDeleteError": "删除用户出错", @@ -345,8 +359,10 @@ "indexingInProgress": "索引正在进行中...", "indexingRecordsRelatedToTheThesaurus": "与此词典相关的记录正在索引...", "thesaurusCreationError": "创建词库出错", + "thesaurusUpdateError": "Error on updating the thesaurus", "thesaurusUploadError": "上传词库出错", "thesaurusDeleteError": "删除词库出错", + "thesaurusTitleRequired": "The thesaurus title is required", "information": "信息", "inspireatom-errors": "错误:", "inspireatom-harvestedfeeds": "收集反馈:", @@ -776,6 +792,13 @@ "system/server/port": "端口", "system/server/protocol": "Preferred Protocol", "system/server/log": "Log level", + "system/index": "Index options", + "metadata/url": "Link to metadata", + "metadata/url/sitemapDoiFirst": "Use DOI for sitemap URL if present", + "metadata/url/sitemapLinkUrl": "Sitemap and permalink URL template", + "metadata/url/sitemapLinkUrl-help": "URL template to build the links to metadata document in the catalogue sitemap. String
  • \\{\\{UUID\\}\\} will be replaced by the metadata UUID
  • \\{\\{LANG\\}\\} will be replaced by the request language
  • \\{\\{RESOURCEID\\}\\} will be replaced by the resource identifier
For example, for the template http://www.example.com/external/metadata/html?uuid=\\{\\{UUID\\}\\} the resulting URL in sitemap document would be http://www.example.com/external/metadata/html?uuid=this-is-the-actual-uuid. If not set, the default URL is used.", + "metadata/url/dynamicAppLinkUrl": "Portal URL template", + "metadata/url/dynamicAppLinkUrl-help": "Link in the landing page to open the catalogue application. If not set, the default app is used.", "system/server/timeZone": "Timezone", "system/server/timeZone-help": "Sets the timezone used to store dates in the database and interpret the time in cron expression specified in the harvesters Frequency field. If not set the JVM default timezone will be used. GeoNetwork uses the timezone definitions available in the JVM. Time zones definitions can change frequently. Please keep updated your JVM to get the latest timezones definition or use the tzupdater tool available for download from the Java SE Download Page.", "system/site": "Catalog description", @@ -1399,5 +1422,6 @@ "confirmMetadataIdentifierTemplateDelete": "Are you sure you want to delete this metadata identifier template?", "uiConfigDeleteError": "Error deleting user interface configuration", "sourceRemoved": "Source removed", - "sourceRemovedError": "Error while removing the source" + "sourceRemovedError": "Error while removing the source", + "saveThesaurus": "保存" } \ 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 d60ceae261..79ee919adc 100644 --- a/web-ui/src/main/resources/catalog/locales/zh-core.json +++ b/web-ui/src/main/resources/catalog/locales/zh-core.json @@ -259,6 +259,7 @@ "signIn": "登录", "signedInAs": "登录为", "signout": "登出", + "signoutDescription": "You are already logged in, click the button to logout.", "somethingWrong": "出了些问题!", "south": "南", "siblings": "相关资源", @@ -574,9 +575,12 @@ "copyToClipboard": "Copy the text to the clipboard", "textCopied": "Text has been copied to the clipboard.", "metadataApproved": "Metadata approved.", + "metadataSubmitted": "Metadata submitted.", "batchApproveTitle": "Batch metadata approval", "batchApproveInfo": "This option approves the selected metadata owned by the user. By default, only the metadata in submitted status is approved, select the option below to approve directly the metadata that is not in submitted status.", "batchApproveDirect": "Approve the metadata without requiring to be in submitted status", "facet-mdStatus": "工作流程进度", - "skipLink": "Skip and go to the content" + "skipLink": "Skip and go to the content", + "batchSubmitTitle": "Batch metadata submission", + "batchSubmitInfo": "This option submits the selected metadata owned by the user." } \ No newline at end of file diff --git a/web-ui/src/main/resources/catalog/locales/zh-editor.json b/web-ui/src/main/resources/catalog/locales/zh-editor.json index daba7292df..cc0f429d44 100644 --- a/web-ui/src/main/resources/catalog/locales/zh-editor.json +++ b/web-ui/src/main/resources/catalog/locales/zh-editor.json @@ -292,7 +292,7 @@ "searchAextent": "Search for an extent ...", "searchAresourceConstraints": "Search for a constraint statement ...", "searchAconstraint": "搜索约束...", - "searchAcontact": "搜索联系人...", + "searchAcontact": "Search for organisation or contact ...", "searchAnOrganisation": "搜索组织...", "searchAformat": "搜索格式...", "setAndReplaceExtent": "替换现有范围", @@ -387,6 +387,7 @@ "directoryEntryAssociatedMetadata": "关联的元数据", "directoryEntryEditor": "条目编辑器", "directoryEntryEditing": "正在编辑:", + "directoryEntry-removeError-referenced": "You can't remove this subtemplate cause it is used in some records.", "directoryManagerMode-newEntry": "新条目", "directoryManagerMode-editEntry": "编辑条目", "directoryManagerMode-newTemplate": "新的模板", diff --git a/web-ui/src/main/resources/catalog/locales/zh-gnui.json b/web-ui/src/main/resources/catalog/locales/zh-gnui.json index 7cafd7c041..b1437f99ca 100644 --- a/web-ui/src/main/resources/catalog/locales/zh-gnui.json +++ b/web-ui/src/main/resources/catalog/locales/zh-gnui.json @@ -1,4 +1,5 @@ { + "dropFile": "", "facets.block.title.OrgForResource": "组织", "facets.block.title.availableInServices": "Available for", "facets.block.title.cl_hierarchyLevel.key": "Resource type", diff --git a/web-ui/src/main/resources/catalog/locales/zh-search.json b/web-ui/src/main/resources/catalog/locales/zh-search.json index 71c9802bda..359f08c6cc 100644 --- a/web-ui/src/main/resources/catalog/locales/zh-search.json +++ b/web-ui/src/main/resources/catalog/locales/zh-search.json @@ -540,5 +540,13 @@ "esriCapabilitiesNoValid": "The response is not a valid ESRI Rest capabilities document.", "seriesComposedOf": "Composed of", "seriesCoveringPeriod": "Covering period", - "approve": "Approve" + "approve": "Approve", + "fieldRequired": "The value is required", + "fieldTooLong": "The value is too long", + "fieldTooLongMax": "The value is too long (max {{maxChar}} characters)", + "fieldTooShort": "The value is too short", + "fieldEmailNotValid": "A valid email address is required", + "addLayerPrefix": "Add layer", + "addLayerPostfix": "to the map", + "submit": "Submit" } \ 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 98a2e92168..8876649287 100644 --- a/web-ui/src/main/resources/catalog/locales/zh-v4.json +++ b/web-ui/src/main/resources/catalog/locales/zh-v4.json @@ -87,6 +87,7 @@ "loadMoreResults": "load more results...", "rating": "评分", "popularity": "受欢迎度", + "alternateTitle": "Also named: ", "isHarvested-true": "已收割", "isHarvested-false": "Local", "sortBy-popularity": "受欢迎度", @@ -129,6 +130,7 @@ "facet-valid_inspire": "INSPIRE validation status", "valid_inspire-1": "有效", "valid_inspire-0": "无效", + "valid_inspire-3": "No rule applies", "valid_inspire--1": "Unknown", "facet-OrgForResource": "组织", "facet-sourceCatalogue": "Catalogues", @@ -267,10 +269,12 @@ "ui/chooseAnOption-help": "Current user configuration is empty. Choose one or more option above or create a full configuration.", "uiConfigForm": "Configuration form", "uiConfigJsonForm": "JSON form", + "uiCurrentConfig": "Current configuration", "uiBasicConfig": "Full configuration", "uiRemoveDefaultOptions": "Remove default options", "preferredOptions": "Preferred options", - "ui-full-configuration": "All options", + "ui-full-configuration": "All default options (reset all current options)", + "ui-full-current-configuration": "All current configuration", "ui-hitsPerPage": "Default number of records per page", "ui-queryTitle": "Query for title only search", "ui-related": "Results / Type of related records to search for", @@ -302,6 +306,8 @@ "searchAndReplace": "搜索并替换", "xpathEdits": "XPath editing", "batchEdits": "Form editing", + "addXpathCondition": "an optional condition", + "condition": "Condition", "searchAndReplaceEditsHelp": "Use the database to run a search and replace operation.", "addSearchAndReplace-help": "", "searchValue": "值", @@ -331,6 +337,7 @@ "copyToClipboard": "Copy to clipboard.", "copyUrlToClipboard": "Copy URL to clipboard.", "copyHarvesterConfig": "Copy harvester config", + "copyListOfUuids": "Copy list of UUIDs", "addHarvesterFromClipboard": "Paste harvester config", "harvesterConfigIsNotJson": "The harvester config must be a JSON configuration.", "harvesterConfigIsNotValid": "The harvester config does not look to be a valid configuration.", @@ -365,5 +372,6 @@ "mimeType": "格式", "uploadedResourceAlreadyExistException": "File {{file}} already exist in this record data store. Remove it first.", "switchPortals": "Switch to another Portal", - "dataPreview": "Discover data" + "dataPreview": "Discover data", + "tableOfContents": "Table of Contents" }