Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 56 additions & 3 deletions web-ui/src/main/resources/catalog/locales/ca-admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,30 @@
"arcsde-oracle": "Oracle",
"arcsde-sqlserver": "SQL Server / Servidor",
"arcsde-postgres": "Postgres",
"database-database": "Database name",
"database-databaseHelp": "The database name to connect",
"database-port": "Port",
"database-portHelp": "The database port",
"database-server": "Servidor",
"database-serverHelp": "The database server hostname",
"database-tableName": "Table name",
"database-tableNameHelp": "Table name with the metadata. The name must begin with a letter (a-z) or underscore (_). Subsequent characters in a name can be letters, digits (0-9), or underscores.",
"database-metadataField": "Metadata field name",
"database-metadataFieldHelp": "Table field name that contains the metadata. The name must begin with a letter (a-z) or underscore (_). Subsequent characters in a name can be letters, digits (0-9), or underscores.",
"database-filterField": "Filter field",
"database-filterFieldHelp": "Table field name used to filter the results. The name must begin with a letter (a-z) or underscore (_). Subsequent characters in a name can be letters, digits (0-9), or underscores.",
"database-filterValue": "Filter value",
"database-filterValueHelp": "Value to filter the results. It can contain wildcards (%).",
"database-filterOperator": "Filter operator",
"database-filterOperatorHelp": "Filter operator. LIKE: the field value must match the filter, NOT LIKE: the field value must NOT match the filter",
"database-like": "LIKE",
"database-notlike": "NOT LIKE",
"database-connection": "Tipus de base de dades",
"database-connectionHelp": "Select the database type to harvest.",
"database-oracle": "Oracle",
"database-postgres": "Postgres",
"database-xslfilter": "Nom del filtre XSL a aplicar",
"database-xslfilterHelp": "The XSL filter is applied to each metadata record. The filter is a process which depends on the metadata schema (see the <strong>process</strong> folder of the metadata schemas)",
"asKeywordIdentifier": "com a identificador de paraula clau",
"availableStandards": "Estàndards disponibles",
"avgSearchesPerDay": "Recerques per dia",
Expand Down Expand Up @@ -322,7 +346,9 @@
"harvester-geonetwork": "GeoNetwork (from 2.1 to 3.x)",
"harvester-geonetwork20": "GeoNetwork (2.0)",
"harvester-geonetwork20Help": "Recol·lectar a partir d'un node GeoNetwork versió 2.0 o inferior. Tingueu en compte que fer recol·lecció sobre nodes GeoNetwork antics és perillós. Els nodes antics no disposen d'identificadors únic, cosa que pot provocar resultats impredictibles (com per ejemple, eliminar nodes d'altres recol·leccions).",
"harvester-geonetworkHelp": "Fer harvest d'un altre catàleg GeoNetwork.",
"harvester-geonetworkHelp": "Fer harvest d'un altre catàleg GeoNetwork 3.x catalog.",
"harvester-geonetwork40": "GeoNetwork (4.0)",
"harvester-geonetwork40Help": "Fer harvest d'un altre catàleg GeoNetwork GeoNetwork catalog (from 4.x)",
"harvester-oaipmh": "OAI / PMH",
"harvester-oaipmhHelp": "Fer harvest usant el protocol OAI per metadata harvesting 2.0",
"harvester-ogcwxs": "Serveis Web OGC",
Expand All @@ -333,6 +359,10 @@
"harvester-webdavHelp": "Importa per harvest des d'un WebDAV remot o servidor WAF",
"harvester-wfsfeatures": "OGC WFS GetFeature",
"harvester-wfsfeaturesHelp": "Crear registres de metadades, o entrades de directori, a partir d'objectes geogràfics WFS.",
"harvester-sftp": "SFTP",
"harvester-sftpHelp": "Harvest from a remote SFTP server",
"harvester-database": "Base de Dades",
"harvester-databaseHelp": "Harvest metadata records from an Database database.",
"harvesterResponseProcessing": "Configure response processing for",
"harvesterError": "Error de harvest",
"harvesterFilter": "Filtre de cerca",
Expand Down Expand Up @@ -492,6 +522,20 @@
"ogcwxs-outputSchema": "Esquema de sortida",
"ogcwxs-serviceCategory": "Categoria per a les metadades de serveis.",
"ogcwxs-topicCategory": "Categoria ISO",
"sftp-server": "SFTP host address",
"sftp-serverHelp": "The SFTP host address (e.g. IP or URL) to connect to. The 'sftp://' prefix should be omitted.",
"sftp-port": "SFTP port",
"sftp-portHelp": "SFTP port to connect to. Defaults to 22.",
"sftp-folder": "SFTP home directory",
"sftp-folderHelp": "Directory path in which to start the record search. Set this to '/' if you wish to start searching from the root directory.",
"sftp-recurse": "Recurse subfolders",
"sftp-recurseHelp": "If checked, the harvester will recursively search metadata records in all subfolders. Otherwise, only the home directory itself will be scanned.",
"sftp-useAuthKey": "Use SSH key",
"sftp-useAuthKeyHelp": "When checked, an SSH key will be used to connect to the SFTP server instead of a password (recommended).",
"sftp-typeAuthKey": "SSH key type",
"sftp-typeAuthKeyHelp": "The algorithm to use for generating the SSH key.",
"sftp-publicKey": "SSH Public Key",
"sftp-publicKeyHelp": "The public key that must be added on your SFTP server so the harvester can connect to it using SSH.",
"oneRunOnly": "Només una execució",
"oneRunOnlyHelp": "Aquest recol·lector s'executarà una vegada al dia.",
"os.arch": "Arquitectura del sistema",
Expand Down Expand Up @@ -627,7 +671,7 @@
"system/clickablehyperlinks/enable-help": "Si s'habilita, GeoNetwork mostrarà els hiperenllaços clickables a la metadada.",
"system/documentation": "Documentation configuration",
"system/documentation/url": "Base manual url",
"system/documentation/url-help": "Base application manual url. Defaults to the official manual page (https://docs.geonetwork-opensource.org/{version}/{lang}) and can be customised to use a self hosted documentation with a custom branding. The url can contain \\{\\{lang\\}\\} placeholder, to display the manual in different languages when available, and \\{\\{version\\}\\} placeholder to use the application version.",
"system/documentation/url-help": "Base application manual url. Defaults to the official manual page (https://docs.geonetwork-opensource.org/{version}/{lang}) and can be customised to use a self hosted documentation with a custom branding. The url can contain \\{\\{lang\\}\\} placeholder, to display the manual in different languages when available, \\{\\{version\\}\\} placeholder to use the application version, and \\{\\{section\\}\\} placeholder to parse sub section url from manual.json of the current page. When the \\{\\{section\\}\\} placeholder is not provided, the sub section value is automatically appended to the end of the url.",
"system/publication": "Publicació",
"system/publication/doi/doienabled": "Permetre la creació de Digital Object Identifier (DOI)",
"system/publication/doi/doipattern": "DOI pattern",
Expand Down Expand Up @@ -890,6 +934,10 @@
"metadata/delete": "Metadata delete",
"metadata/delete/profilePublishedMetadata": "Minimum user profile allowed to delete published metadata",
"metadata/delete/profilePublishedMetadata-help": "Minimum user profile allowed to delete published metadata (Editor, Reviewer or Administrator). The default value is Editor.",
"metadata/delete/enablebackup": "Enable Backup",
"metadata/delete/enablebackup-help": "Backup metadata on the server before deleting process.",
"metadata/delete/backupOptions": "Backup Options",
"metadata/delete/backupOptions-help": "Set to override backup option from the API client parameter during deletion process. Force backup: always makes a backup. Ignores the API parameter; Force no backup: never makes a backup. Ignores the API parameter; Use API parameter: If provided, uses the value provided. If not provided, it makes a backup (current default behaviour).",
"metadata/batchediting": "Metadata Batch Editing",
"metadata/batchediting/accesslevel": "Select the minimum user profile allowed to access batch editing",
"metadata/batchediting/accesslevel-help": "Select the minimum user profile allowed to access batch editing (Editor, Reviewer or Administrator). The default value is Editor.",
Expand Down Expand Up @@ -1343,6 +1391,8 @@
"ui-mod-recordview": "Record View",
"ui-isSocialbarEnabled": "Show Social bar",
"ui-isSocialbarEnabled-help": "Show the button bar with all the social buttons (facebook, twitter, etc.)",
"ui-isDefaultContactViewEnabled": "Show Full Contact Details View",
"ui-isDefaultContactViewEnabled-help": "Show the Full Contact details instead of icon view",
"ui-showStatusWatermarkFor": "Show a watermark",
"ui-showStatusWatermarkFor-help": "List of codelist values (eg. completed,historicalArchive,obsolete,superseded) for which the record status as a watermark displayed through the text",
"ui-showStatusTopBarFor": "Show status bar",
Expand Down Expand Up @@ -1476,6 +1526,7 @@
"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-recordProfileUserAdmin": "Notify the user administrators 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?",
Expand Down Expand Up @@ -1505,6 +1556,8 @@
"es.index": "Index name",
"systemPropertiesProxyConfiguration": "Using http proxy settings in system properties.",
"NoTranslationProvider": "No translation provider",
"ForceBackup": "Force Backup",
"ForceNoBackup": "Force No Backup",
"UseAPIParameter": "Use API Parameter",
"LibreTranslate": "Libretranslate"
}

3 changes: 2 additions & 1 deletion web-ui/src/main/resources/catalog/locales/ca-core.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"addToSelection": "Afegir a...",
"removeFromSelection": "Remove from ...",
"AnonymousUserlist": "Preferred records",
"MapLayerlist": "Add to map list",
"MapLayerlist": "Map list",
"basket": "Basket",
"emptyBasket": "Nothing in basket",
"searchSelectedRecord": "Search records",
Expand Down Expand Up @@ -104,6 +104,7 @@
"createAnAccount": "Crea un compte",
"createDateYear": "Any de creació",
"createDateYears": "Anys",
"dan": "Dansk",
"dataset": "Conjunt de dades",
"day": "Dia",
"deleteRecordConfirm": "Do you really want to remove '{{resourceTitle}}'?",
Expand Down
14 changes: 11 additions & 3 deletions web-ui/src/main/resources/catalog/locales/ca-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,11 @@
"directory": "Ruta de la carpeta",
"directoryEntries": "Entrades",
"error": "Error",
"errors": "Error(s)",
"errors": "errors",
"success": "success",
"successes": "successes",
"warning": "warning",
"warnings": "warnings",
"serviceDetachedToCurrentRecord": "Service detached from current record",
"featureCatalog": "Catàleg d'Objectes Geogràfics",
"file": "Fitxer",
Expand Down Expand Up @@ -332,7 +336,8 @@
"validationReport": "Validació",
"runValidation": "Executar validació",
"validationServiceError": "Server error",
"validationServiceErrorDetail": "Please check server's log files for more information.",
"validationServiceErrorHeader": "Schematron error occurred, rules could not be verified.",
"validationServiceErrorDetail": "More information about this issue can be found in the server logs.",
"fixedOnTop": "Always on top",
"whoCanAccess": "Qui hi té accés",
"wmsServiceUrl": "URL del servei",
Expand Down Expand Up @@ -432,5 +437,8 @@
"validationErrorLabel": "errors",
"metadataDuplicatedField-title": "The metadata title is used in another metadata record.",
"metadataDuplicatedField-altTitle": "The metadata alternate title is used in another metadata record.",
"metadataDuplicatedField-identifier": "The metadata resource identifier is used in another metadata record."
"metadataDuplicatedField-identifier": "The metadata resource identifier is used in another metadata record.",
"indexingIssues": "Indexing issues",
"indexingErrors": "Errors",
"indexingWarnings": "Warnings"
}
9 changes: 8 additions & 1 deletion web-ui/src/main/resources/catalog/locales/ca-search.json
Original file line number Diff line number Diff line change
Expand Up @@ -547,5 +547,12 @@
"addLayerPrefix": "Add layer",
"addLayerPostfix": "to the map",
"submit": "Submit",
"additionalLinks": "Additional Links"
"additionalLinks": "Additional Links",
"indexingErrorMsg-invalidBounds": "Warning / Field resourceTemporalDateRange / Lower and upper bounds empty or not valid dates. Date range not indexed.",
"indexingErrorMsg-invalidDateFormat": "Warning / Date {{dateType}} with value '{{date}}' was not a valid date format.",
"indexingErrorMsg-keywordNotFoundInThesaurus": "Warning / Keyword {{keyword}} not found in {{thesaurus}}.",
"indexingErrorMsg-temporalDateRangeLowerGreaterThanUpper": "Warning / Field resourceTemporalDateRange / Lower range bound {{lowerBound}} can not be greater than upper bound {{upperBound}}. Date range not indexed.",
"indexingErrorMsg-temporalRangeLowerGreaterThanUpper": "Warning / Field resourceTemporalDateRange / Lower range bound {{lowerBound}} can not be greater than upper bound {{upperBound}}.",
"indexingErrorMsg-schemaNotRegistered": "Record {{record}} / Schema '{{schema}}' is not registered in this catalog. Install it or remove those records. Record is indexed indexing error flag.",
"indexingErrorMsg-indexingStyleSheetError": "Indexing stylesheet contains errors: {{message}} \n Marking the metadata as _indexingError=1 in index."
}
4 changes: 4 additions & 0 deletions web-ui/src/main/resources/catalog/locales/ca-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
"valid_inspire-0": "Invàlid",
"valid_inspire-3": "No rule applies",
"valid_inspire--1": "Desconegut",
"facet-indexingErrorMsg.type": "Index status",
"indexingErrorMsg.type-warning": "Warning",
"indexingErrorMsg.type-error": "Error",
"facet-OrgForResource": "Organitzacions",
"facet-sourceCatalogue": "Catalogues",
"facet-groupOwner": "Record groups",
Expand Down Expand Up @@ -398,6 +401,7 @@
"dataPreview": "Discover data",
"tableOfContents": "Table of Contents",
"staticPageFormat-LINK": "Web link",
"staticPageFormat-EMAILLINK": "Email address link",
"staticPageFormat-HTML": "HTML content displayed embedded in the app",
"staticPageFormat-HTMLPAGE": "HTML content displayed in a new browser tab",
"staticPageFormat-TEXT": "Plain text content",
Expand Down
Loading
Loading