diff --git a/deployment/.env b/deployment/.env index 4a53f9913..ea5232293 100644 --- a/deployment/.env +++ b/deployment/.env @@ -18,7 +18,7 @@ GOTENBERG_TAG=8.4.0 #Application configuration DOCKER_REGISTRY=crepo.cite.gr/ -PROFILE=staging +PROFILE=test #port speficiations SERVER_PORT=8080 diff --git a/deployment/docker-compose.override.yml b/deployment/docker-compose.override.yml index e4450fe73..3cc3491af 100644 --- a/deployment/docker-compose.override.yml +++ b/deployment/docker-compose.override.yml @@ -17,140 +17,141 @@ services: - opendmp-proxy-network ############################## OPENDMP APP ################################# -# opendmp.backend: -# restart: unless-stopped -# cpus: 1 -# mem_limit: 2048m -# environment: -# - PROFILE=${PROFILE} -# ports: -# - "8080" -# volumes: -# - opendmp/backend/config:/config -# - opendmp/backend/certificates:/certificates -# - opendmp/backend/i18n:/i18n -# - opendmp/backend/material:/material -# - opendmp/backend/Semantics.json:/Semantics.json -# - storage/backend:/storage -# - logs/backend:/logs -# networks: -# - opendmp-proxy-network -# - opendmp-backend-network -# - opendmp-plugins-network -# - opendmp-gotenberg-shared-network -# - opendmp-elastic-shared-network -# - opendmp-keycloak-shared-network -# - opendmp-postgres-shared-network -# - opendmp-rabbitmq-shared-network + opendmp.backend: + restart: unless-stopped + cpus: 1 + mem_limit: 2048m + environment: + - PROFILE=${PROFILE} + ports: + - "8080" + volumes: + - ./opendmp/backend/config:/config + - ./opendmp/backend/certificates:/certificates + - ./opendmp/backend/i18n:/i18n + - ./opendmp/backend/material:/material + - ./opendmp/backend/Semantics.json:/Semantics.json + - ./storage/opendmp/backend:/storage + - ./logs/opendmp/backend:/logs + networks: + - opendmp-proxy-network + - opendmp-backend-network + - opendmp-plugins-network + - opendmp-gotenberg-shared-network + - opendmp-elastic-shared-network + - opendmp-keycloak-shared-network + - opendmp-postgres-shared-network + - opendmp-rabbitmq-shared-network -# opendmp.frontend: -# restart: unless-stopped -# cpus: 1 -# mem_limit: 2048m -# ports: -# - "8080" -# volumes: -# - opendmp/webapp/config.json:/usr/share/nginx/html/assets/config/config.json -# - opendmp/webapp/nginx.conf:/etc/nginx/nginx.conf -# - opendmp/webapp/WebAppNginx.conf:/etc/nginx/conf.d/default.conf -# networks: -# - opendmp-proxy-network + opendmp.frontend: + restart: unless-stopped + cpus: 1 + mem_limit: 2048m + ports: + - "8080" + volumes: + - ./opendmp/frontend/config.json:/usr/share/nginx/html/assets/config/config.json + - ./opendmp/frontend/nginx.conf:/etc/nginx/nginx.conf + - ./opendmp/frontend/WebAppNginx.conf:/etc/nginx/conf.d/default.conf + networks: + - opendmp-proxy-network -# opendmp.notification: -# cpus: 1 -# mem_limit: 1024m -# restart: unless-stopped -# ports: -# - "8080" -# environment: -# - PROFILE=${PROFILE} -# volumes: -# - opendmp/notification-api/config:/config -# - opendmp/notification-api/messages:/messages -# - opendmp/notification-api/notification_templates:/notification_templates -# - logs/notification-api:/logs -# networks: -# - opendmp-proxy-network -# - opendmp-backend-network -# - opendmp-plugins-network -# - opendmp-rabbitmq-shared-network -# - opendmp-keycloak-shared-network -# - opendmp-postgres-shared-network + opendmp.notification: + cpus: 1 + mem_limit: 1024m + restart: unless-stopped + ports: + - "8080" + environment: + - PROFILE=${PROFILE} + volumes: + - ./opendmp/notification/config:/config + - ./opendmp/notification/messages:/messages + - ./opendmp/notification/notification_templates:/notification_templates + - ./logs/opendmp/notification-api:/logs + networks: + - opendmp-proxy-network + - opendmp-backend-network + - opendmp-plugins-network + - opendmp-rabbitmq-shared-network + - opendmp-keycloak-shared-network + - opendmp-postgres-shared-network -# opendmp.annotation: -# cpus: 1 -# mem_limit: 1024m -# restart: unless-stopped -# ports: -# - "8080" -# environment: -# - PROFILE=${PROFILE} -# volumes: -# - opendmp/annotation-api/config:/config -# - opendmp/annotation-api/messages:/messages -# - logs/annotation-api:/logs -# networks: -# - opendmp-proxy-network -# - opendmp-backend-network -# - opendmp-plugins-network -# - opendmp-rabbitmq-shared-network -# - opendmp-keycloak-shared-network -# - opendmp-postgres-shared-network + opendmp.annotation: + cpus: 1 + mem_limit: 1024m + restart: unless-stopped + ports: + - "8080" + environment: + - PROFILE=${PROFILE} + volumes: + - ./opendmp/annotation/config:/config + - ./opendmp/annotation/messages:/messages + - ./logs/opendmp/annotation-api:/logs + networks: + - opendmp-proxy-network + - opendmp-backend-network + - opendmp-plugins-network + - opendmp-rabbitmq-shared-network + - opendmp-keycloak-shared-network + - opendmp-postgres-shared-network # ############################## FILE-TRANSFORMER ################################# -# opendmp.file.transformer.docx: -# restart: unless-stopped -# cpus: 1 -# mem_limit: 1024m -# expose: -# - "8080" -# environment: -# - SERVER_PORT=${SERVER_PORT} -# - PROFILE=${PROFILE} -# volumes: -# - opendmp/file-transformer-docx/config:/config -# - logs/file-transformer-docx:/logs -# - storage/file-transformer-docx:/storage -# networks: -# - opendmp-backend-network -# - opendmp-plugins-network -# - opendmp-gotenberg-shared-network + opendmp.file.transformer.docx: + restart: unless-stopped + cpus: 1 + mem_limit: 1024m + expose: + - "8080" + environment: + - SERVER_PORT=${SERVER_PORT} + - PROFILE=${PROFILE} + volumes: + - ./opendmp/file-transformer-docx/config:/config + - ./logs/opendmp/file-transformer-docx:/logs + - ./storage/opendmp/file-transformer-docx:/storage + networks: + - opendmp-backend-network + - opendmp-plugins-network + - opendmp-gotenberg-shared-network -# opendmp.file.transformer.rdajson: -# restart: unless-stopped -# cpus: 1 -# mem_limit: 1024m -# expose: -# - "8080" -# environment: -# - SERVER_PORT=${SERVER_PORT} -# - PROFILE=${PROFILE} -# volumes: -# - opendmp/file-transformer-rda-json/config:/config -# - opendmp/file-transformer-rda-json/internal:/internal -# - logs/file-transformer-rda-json:/logs -# - storage/file-transformer-rda-json:/storage -# networks: -# - opendmp-backend-network -# - opendmp-plugins-network + opendmp.file.transformer.rdajson: + restart: unless-stopped + cpus: 1 + mem_limit: 1024m + expose: + - "8080" + environment: + - SERVER_PORT=${SERVER_PORT} + - PROFILE=${PROFILE} + volumes: + - ./opendmp/file-transformer-rda-json/config:/config + - ./opendmp/file-transformer-rda-json/internal:/internal + - ./logs/opendmp/file-transformer-rda-json:/logs + - ./storage/opendmp/file-transformer-rda-json:/storage + networks: + - opendmp-backend-network + - opendmp-plugins-network ############################## ZENODO ####################################### - # opendmp.zenodo: - # restart: unless-stopped - # cpus: 1 - # mem_limit: 1024m - # expose: - # - "8080" - # environment: - # - PROFILE=${PROFILE} - # volumes: - # - /opendmp/zenodo/config:/config - # - /opendmp/zenodo/zenodo.jpg:/zenodo.jpg - # - /logs/zenodo:/logs - # networks: - # - opendmp-plugins-network - # - opendmp-keycloak-shared-network + opendmp.zenodo: + restart: unless-stopped + cpus: 1 + mem_limit: 1024m + expose: + - "8080" + environment: + - PROFILE=${PROFILE} + volumes: + - ./opendmp/zenodo/config:/config + - ./opendmp/zenodo/zenodo.jpg:/zenodo.jpg + - ./storage/opendmp/zenodo:/storage + - ./logs/opendmp/zenodo:/logs + networks: + - opendmp-plugins-network + - opendmp-keycloak-shared-network ############################## POSTGRES 16 ################################# @@ -175,155 +176,56 @@ services: retries: 5 -################################# ELK ################################################# - # elk.setup: - # profiles: - # - setup - # build: - # context: ./elk/setup/ - # args: - # ELASTIC_VERSION: ${ELASTIC_VERSION} - # init: true - # env_file: - # - elk/elk.env - # volumes: - # - ./setup/entrypoint.sh:/entrypoint.sh:ro,Z - # - ./setup/lib.sh:/lib.sh:ro,Z - # - ./setup/roles:/roles:ro,Z - # environment: - # ELASTIC_PASSWORD: ${ELASTIC_PASSWORD:-} - # LOGSTASH_INTERNAL_PASSWORD: ${LOGSTASH_INTERNAL_PASSWORD:-} - # KIBANA_SYSTEM_PASSWORD: ${KIBANA_SYSTEM_PASSWORD:-} - # METRICBEAT_INTERNAL_PASSWORD: ${METRICBEAT_INTERNAL_PASSWORD:-} - # FILEBEAT_INTERNAL_PASSWORD: ${FILEBEAT_INTERNAL_PASSWORD:-} - # HEARTBEAT_INTERNAL_PASSWORD: ${HEARTBEAT_INTERNAL_PASSWORD:-} - # MONITORING_INTERNAL_PASSWORD: ${MONITORING_INTERNAL_PASSWORD:-} - # BEATS_SYSTEM_PASSWORD: ${BEATS_SYSTEM_PASSWORD:-} - # networks: - # - opendmp-elastic-network - - # opendmp.elasticsearch: - # restart: unless-stopped - # cpus: 2 - # mem_limit: 1024m - # init: true - # env_file: - # - elk/elk.env - # environment: - # ES_JAVA_OPTS: -Xmx512m -Xms512m - # node.name: elasticsearch - # ELASTIC_PASSWORD: ${ELASTIC_PASSWORD:-} - # ulimits: - # nproc: 65535 - # memlock: - # soft: -1 - # hard: -1 - # volumes: - # - ./elk/config-elk/elasticsearch/config/log4j2.properties:/usr/share/elasticsearch/config/log4j2.properties:ro - # - ./elk/config-elk/elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml:ro - # - ./elk/data-elk/elasticsearch-data:/usr/share/elasticsearch/data - # - ./elk/data-elk/elasticsearch-log:/usr/share/elasticsearch/logs - # expose: - # - "9200" - # - "9300" - # networks: - # - opendmp-elastic-network - # - opendmp-elastic-shared-network - # healthcheck: - # test: curl --cacert /usr/share/elasticsearch/config/certificates/ca/ca.crt -s https://localhost:9200 >/dev/null; if [[ $$? == 52 ]]; then echo 0; else echo 1; fi - # interval: 30s - # timeout: 10s - # retries: 5 - - # opendmp.kibana: - # restart: unless-stopped - # cpus: 2 - # mem_limit: 1024m - # ulimits: - # memlock: - # soft: -1 - # hard: -1 - # environment: - # - xpack.license.self_generated.type=basic - # - xpack.security.enabled=true - # volumes: - # - ./elk/config-elk/kibana/config:/usr/share/kibana/config:ro - # expose: - # - "5601" - # networks: - # - opendmp-elastic-network - - # logstash: - # build: - # context: logstash/ - # args: - # ELASTIC_VERSION: ${ELASTIC_VERSION} - # volumes: - # - ./logstash/config/logstash.yml:/usr/share/logstash/config/logstash.yml:ro,Z - # - ./logstash/pipeline:/usr/share/logstash/pipeline:ro,Z - # ports: - # - 5044:5044 - # - 50000:50000/tcp - # - 50000:50000/udp - # - 9600:9600 - # environment: - # LS_JAVA_OPTS: -Xms256m -Xmx256m - # LOGSTASH_INTERNAL_PASSWORD: ${LOGSTASH_INTERNAL_PASSWORD:-} - # networks: - # - elk - # depends_on: - # - elasticsearch - # restart: unless-stopped - # # - /elk/data-elk/logstash-log:/usr/share/logstash/logs - - # opendmp.filebeat: - # restart: unless-stopped - # cpus: 1 - # mem_limit: 1024m - # ulimits: - # memlock: - # soft: -1 - # hard: -1 - # volumes: - # - /var/run/docker.sock:/host_docker/docker.sock - # - /var/lib/docker:/host_docker/var/lib/docker - # - ./filebeat.yml:/usr/share/filebeat/filebeat.yml - # command: ["--strict.perms=false"] - # ulimits: - # memlock: - # soft: -1 - # hard: -1 - # stdin_open: true - # tty: true - # network_mode: bridge - # deploy: - # mode: global - # logging: - # driver: "json-file" - # options: - # max-size: "10m" - # max-file: "50" - +################################# ELASTICSEARCH ################################################# + opendmp.elasticsearch: + restart: unless-stopped + cpus: 2 + mem_limit: 1024m + env_file: + - elk/elk.env + environment: + ES_JAVA_OPTS: -Xmx512m -Xms512m + ulimits: + nproc: 65535 + memlock: + soft: -1 + hard: -1 + volumes: + - ./elk/elasticsearch/index_init.sh:/usr/share/elasticsearch/config/index_init.sh + - ./elk/elasticsearch/log4j2.properties:/usr/share/elasticsearch/config/log4j2.properties:ro + - ./elk/elasticsearch/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml:ro + - ./storage/elasticsearch:/usr/share/elasticsearch/data + - ./logs/elasticsearch:/usr/share/elasticsearch/logs + expose: + - "9200" + - "9300" + networks: + - opendmp-elastic-shared-network + healthcheck: + test: curl -s http://localhost:9200 >/dev/null; if [[ $$? == 52 ]]; then echo 0; else echo 1; fi + interval: 30s + timeout: 10s + retries: 5 ############################## KEYCLOAK ############################################### - opendmp.keycloak: - restart: unless-stopped - command: ["start-dev", "--log=console,file", "--log-file=/tmp/logs/keycloak.log", "--import-realm"] - cpus: 1 - mem_limit: 1024M - env_file: - - keycloak/keycloak.env - environment: - - JAVA_OPTS_APPEND="-Djava.net.preferIPv4Stack=true" - volumes: - - ./logs/keycloak:/tmp/logs - - ./keycloak/imports/opendmp-realm.json:/opt/keycloak/data/import/opendmp-realm.json - expose: - - "8080" - networks: - - opendmp-proxy-network - - opendmp-postgres-shared-network - - opendmp-keycloak-shared-network + # opendmp.keycloak: + # restart: unless-stopped + # command: ["start-dev", "--log=console,file", "--log-file=/tmp/logs/keycloak.log", "--import-realm"] + # cpus: 2 + # mem_limit: 2048M + # env_file: + # - keycloak/keycloak.env + # environment: + # - JAVA_OPTS_APPEND="-Djava.net.preferIPv4Stack=true" + # volumes: + # - ./logs/keycloak:/tmp/logs + # - ./keycloak/imports/opendmp-realm.json:/opt/keycloak/data/import/opendmp-realm.json + # expose: + # - "8080" + # networks: + # - opendmp-proxy-network + # - opendmp-postgres-shared-network + # - opendmp-keycloak-shared-network ############################## RABBITMQ ############################################### opendmp.rabbitmq: @@ -345,6 +247,7 @@ services: ############################## GOTENBERG ############################################## opendmp.gotenberg: + cpus: 2 mem_limit: 2048m restart: unless-stopped expose: @@ -356,8 +259,6 @@ services: - opendmp-gotenberg-shared-network networks: - opendmp-elastic-network: - name: opendmp-elastic-network opendmp-proxy-network: name: opendmp-proxy-network opendmp-backend-network: diff --git a/deployment/docker-compose.yml b/deployment/docker-compose.yml index bf8a8e402..c36dc5aa5 100644 --- a/deployment/docker-compose.yml +++ b/deployment/docker-compose.yml @@ -3,100 +3,75 @@ services: opendmp.proxy: container_name: opendmp.proxy image: nginx:${PROXY_TAG} - depends_on: - - opendmp.keycloak - # - opendmp.kibana + # depends_on: + # - opendmp.keycloak -# ############################## OPENDMP APP ################################# +############################## OPENDMP APP ################################# -# opendmp.frontend: -# container_name: opendmp.frontend -# image: ${DOCKER_REGISTRY}open-dmp-webapp:${MAIN_APP_TAG} -# depends_on: -# - opendmp.backend -# - opendmp.notification -# - opendmp.annotation + opendmp.frontend: + container_name: opendmp.frontend + image: ${DOCKER_REGISTRY}open-dmp-webapp:${MAIN_APP_TAG} + depends_on: + - opendmp.backend + - opendmp.notification + - opendmp.annotation -# opendmp.backend: -# container_name: opendmp.backend -# image: ${DOCKER_REGISTRY}open-dmp-api:${MAIN_APP_TAG} -# depends_on: -# - opendmp.postgres + opendmp.backend: + container_name: opendmp.backend + image: ${DOCKER_REGISTRY}open-dmp-api:${MAIN_APP_TAG} + depends_on: + - opendmp.postgres -# opendmp.notification: -# container_name: opendmp.notification -# image: ${DOCKER_REGISTRY}open-dmp-notification-api:${NOTIFICATION_APP_TAG} -# depends_on: -# - opendmp.postgres + opendmp.notification: + container_name: opendmp.notification + image: ${DOCKER_REGISTRY}open-dmp-notification-api:${NOTIFICATION_APP_TAG} + depends_on: + - opendmp.postgres -# opendmp.annotation: -# container_name: opendmp.annotation -# image: ${DOCKER_REGISTRY}open-dmp-annotation-api:${ANNOTATION_APP_TAG} -# depends_on: -# - opendmp.postgres + opendmp.annotation: + container_name: opendmp.annotation + image: ${DOCKER_REGISTRY}open-dmp-annotation-api:${ANNOTATION_APP_TAG} + depends_on: + - opendmp.postgres # ############################## FILE-TRANSFORMERS ####################################### -# opendmp.file.transformer.docx: -# container_name: opendmp.file.transformer.docx -# image: ${DOCKER_REGISTRY}file-transformation-docx-api:${DOCX_APP_TAG} -# depends_on: -# - opendmp.backend + opendmp.file.transformer.docx: + container_name: opendmp.file.transformer.docx + image: ${DOCKER_REGISTRY}file-transformation-docx-api:${DOCX_APP_TAG} + depends_on: + - opendmp.backend -# opendmp.file.transformer.rdajson: -# container_name: opendmp.file.transformer.rdajson -# image: ${DOCKER_REGISTRY}file-transformation-rda-json-api:${JSON_APP_TAG} -# depends_on: -# - opendmp.backend + opendmp.file.transformer.rdajson: + container_name: opendmp.file.transformer.rdajson + image: ${DOCKER_REGISTRY}file-transformation-rda-json-api:${JSON_APP_TAG} + depends_on: + - opendmp.backend ################################ ZENODO ############################################### - # opendmp.zenodo: - # container_name: opendmp.zenodo - # image: ${DOCKER_REGISTRY}repository-deposit-zenodo:${ZENODO_APP_TAG} - # depends_on: - # - opendmp.backend + opendmp.zenodo: + container_name: opendmp.zenodo + image: ${DOCKER_REGISTRY}repository-deposit-zenodo:${ZENODO_APP_TAG} + depends_on: + - opendmp.backend ############################## POSTGRES 16 ############################################ opendmp.postgres: container_name: opendmp.postgres image: postgres:${POSTGRES_TAG} -################################# ELK ################################################# - # elk.setup: - # container_name: elk.setup - # depends_on: - # - opendmp.elasticsearch - - # opendmp.elasticsearch: - # container_name: opendmp.elasticsearch - # image: docker.elastic.co/elasticsearch/elasticsearch:${ELK_TAG} - - # opendmp.kibana: - # container_name: opendmp.kibana - # image: docker.elastic.co/kibana/kibana:${ELK_TAG} - # depends_on: - # - opendmp.elasticsearch - - # opendmp.logstash: - # container_name: opendmp.logstash - # image: docker.elastic.co/beats/filebeat:${ELK_TAG} - # depends_on: - # - opendmp.elasticsearch - - # opendmp.filebeat: - # container_name: opendmp.filebeat - # image: docker.elastic.co/logstash/logstash:${ELK_TAG} - # depends_on: - # - opendmp.elasticsearch - # - opendmp.logstash +################################# ELASTICSEARCH ################################################# + opendmp.elasticsearch: + container_name: opendmp.elasticsearch + image: docker.elastic.co/elasticsearch/elasticsearch:${ELK_TAG} ############################## KEYCLOAK ############################################### - opendmp.keycloak: - container_name: opendmp.keycloak - image: quay.io/keycloak/keycloak:${KEYCLOAK_TAG} - depends_on: - opendmp.postgres: - condition: service_healthy + # opendmp.keycloak: + # container_name: opendmp.keycloak + # image: quay.io/keycloak/keycloak:${KEYCLOAK_TAG} + # depends_on: + # opendmp.postgres: + # condition: service_healthy ############################## RABBITMQ ############################################### opendmp.rabbitmq: diff --git a/deployment/elk/elasticsearch/elasticsearch.yml b/deployment/elk/elasticsearch/elasticsearch.yml index 431fa2040..b64a4b56d 100644 --- a/deployment/elk/elasticsearch/elasticsearch.yml +++ b/deployment/elk/elasticsearch/elasticsearch.yml @@ -2,4 +2,10 @@ cluster.name: opendmp-cluster network.host: 0.0.0.0 -discovery.type: single-node \ No newline at end of file +discovery.type: single-node +node.name: elasticsearch + +xpack.license.self_generated.type: trial +xpack.security.enabled: true +xpack.security.authc.api_key.enabled: true +xpack.monitoring.collection.enabled: true \ No newline at end of file diff --git a/deployment/elk/elasticsearch/index_init.sh b/deployment/elk/elasticsearch/index_init.sh new file mode 100644 index 000000000..3ed851b0f --- /dev/null +++ b/deployment/elk/elasticsearch/index_init.sh @@ -0,0 +1,50 @@ +#!/bin/bash +echo "Elasticsearch is now available. Proceeding with initialization..." + +echo "Creating Elasticsearch indexes, roles, and users..." + +# Command to create the "plans" index +curl -XPUT "http://localhost:9200/plans" -u elastic:elastic -H 'Content-Type: application/json' -d '{ + "settings": { + "number_of_shards": 1, + "number_of_replicas": 1 + }, + "mappings": { + "properties": { + "title": { "type": "text" }, + "description": { "type": "text" }, + "price": { "type": "float" }, + "date_added": { "type": "date" } + } + } +}' + +# Command to create the "descriptions" index +curl -XPUT "http://localhost:9200/descriptions" -u elastic:elastic -H 'Content-Type: application/json' -d '{ + "settings": { + "number_of_shards": 1, + "number_of_replicas": 1 + }, + "mappings": { + "properties": { + "product_id": { "type": "keyword" }, + "description_text": { "type": "text" }, + "language": { "type": "keyword" } + } + } +}' + +curl -XPOST "localhost:9200/_security/role/opendmp-api-test" -u elastic:elastic -H 'Content-Type: application/json' -d '{ + "indices": [ + { + "names": [ "opendmp-*-test" ], + "privileges": [ "all" ] + } + ] +}' + +curl -XPOST "localhost:9200/_security/user/opendmp-api-test?pretty" -u elastic:elastic -H 'Content-Type: application/json' -d' +{ + "password" : "your_password_here", + "roles" : [ "opendmp-api-test" ] +}' \ No newline at end of file diff --git a/deployment/elk/elasticsearch/log4j2.properties b/deployment/elk/elasticsearch/log4j2.properties index b4e59ffb8..3b7b3cac1 100644 --- a/deployment/elk/elasticsearch/log4j2.properties +++ b/deployment/elk/elasticsearch/log4j2.properties @@ -1,4 +1,4 @@ -#https://github.com/elastic/elasticsearch/blob/7.4/distribution/src/config/log4j2.properties +#http://github.com/elastic/elasticsearch/blob/7.4/distribution/src/config/log4j2.properties status = error diff --git a/deployment/elk/elk.env b/deployment/elk/elk.env index 9876167f0..9cda7cf1e 100644 --- a/deployment/elk/elk.env +++ b/deployment/elk/elk.env @@ -1,8 +1 @@ -ELASTIC_PASSWORD= elastic -KIBANA_SYSTEM_PASSWORD= kibana -LOGSTASH_INTERNAL_PASSWORD= logstash -FILEBEAT_INTERNAL_PASSWORD= filebeat -METRICBEAT_INTERNAL_PASSWORD='' -HEARTBEAT_INTERNAL_PASSWORD='' -MONITORING_INTERNAL_PASSWORD='' -BEATS_SYSTEM_PASSWORD='' \ No newline at end of file +ELASTIC_PASSWORD= elastic \ No newline at end of file diff --git a/deployment/elk/kibana/kibana.yml b/deployment/elk/kibana/kibana.yml deleted file mode 100644 index c1291d838..000000000 --- a/deployment/elk/kibana/kibana.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -server.name: opendmp.kibana -server.host: 0.0.0.0 - -elasticsearch.hosts: [ "http://opendmp.elasticsearch:9200" ] - -elasticsearch.username: kibana -elasticsearch.password: ${KIBANA_SYSTEM_PASSWORD} \ No newline at end of file diff --git a/deployment/elk/logstash/logstash.yml b/deployment/elk/logstash/logstash.yml deleted file mode 100644 index 553825e77..000000000 --- a/deployment/elk/logstash/logstash.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -http.host: 0.0.0.0 - -node.name: logstash \ No newline at end of file diff --git a/deployment/elk/setup/entrypoint.sh b/deployment/elk/setup/entrypoint.sh deleted file mode 100644 index e560676f2..000000000 --- a/deployment/elk/setup/entrypoint.sh +++ /dev/null @@ -1,119 +0,0 @@ -#!/usr/bin/env bash - -set -eu -set -o pipefail - -source "${BASH_SOURCE[0]%/*}"/lib.sh - - -# -------------------------------------------------------- -# Users declarations - -declare -A users_passwords -users_passwords=( - [logstash_internal]="${LOGSTASH_INTERNAL_PASSWORD:-}" - [kibana_system]="${KIBANA_SYSTEM_PASSWORD:-}" - [metricbeat_internal]="${METRICBEAT_INTERNAL_PASSWORD:-}" - [filebeat_internal]="${FILEBEAT_INTERNAL_PASSWORD:-}" - [heartbeat_internal]="${HEARTBEAT_INTERNAL_PASSWORD:-}" - [monitoring_internal]="${MONITORING_INTERNAL_PASSWORD:-}" - [beats_system]="${BEATS_SYSTEM_PASSWORD=:-}" -) - -declare -A users_roles -users_roles=( - [logstash_internal]='logstash_writer' - [metricbeat_internal]='metricbeat_writer' - [filebeat_internal]='filebeat_writer' - [heartbeat_internal]='heartbeat_writer' - [monitoring_internal]='remote_monitoring_collector' -) - -# -------------------------------------------------------- -# Roles declarations - -declare -A roles_files -roles_files=( - [logstash_writer]='logstash_writer.json' - [metricbeat_writer]='metricbeat_writer.json' - [filebeat_writer]='filebeat_writer.json' - [heartbeat_writer]='heartbeat_writer.json' -) - -# -------------------------------------------------------- - - -log 'Waiting for availability of Elasticsearch. This can take several minutes.' - -declare -i exit_code=0 -wait_for_elasticsearch || exit_code=$? - -if ((exit_code)); then - case $exit_code in - 6) - suberr 'Could not resolve host. Is Elasticsearch running?' - ;; - 7) - suberr 'Failed to connect to host. Is Elasticsearch healthy?' - ;; - 28) - suberr 'Timeout connecting to host. Is Elasticsearch healthy?' - ;; - *) - suberr "Connection to Elasticsearch failed. Exit code: ${exit_code}" - ;; - esac - - exit $exit_code -fi - -sublog 'Elasticsearch is running' - -log 'Waiting for initialization of built-in users' - -wait_for_builtin_users || exit_code=$? - -if ((exit_code)); then - suberr 'Timed out waiting for condition' - exit $exit_code -fi - -sublog 'Built-in users were initialized' - -for role in "${!roles_files[@]}"; do - log "Role '$role'" - - declare body_file - body_file="${BASH_SOURCE[0]%/*}/roles/${roles_files[$role]:-}" - if [[ ! -f "${body_file:-}" ]]; then - sublog "No role body found at '${body_file}', skipping" - continue - fi - - sublog 'Creating/updating' - ensure_role "$role" "$(<"${body_file}")" -done - -for user in "${!users_passwords[@]}"; do - log "User '$user'" - if [[ -z "${users_passwords[$user]:-}" ]]; then - sublog 'No password defined, skipping' - continue - fi - - declare -i user_exists=0 - user_exists="$(check_user_exists "$user")" - - if ((user_exists)); then - sublog 'User exists, setting password' - set_user_password "$user" "${users_passwords[$user]}" - else - if [[ -z "${users_roles[$user]:-}" ]]; then - suberr ' No role defined, skipping creation' - continue - fi - - sublog 'User does not exist, creating' - create_user "$user" "${users_passwords[$user]}" "${users_roles[$user]}" - fi -done \ No newline at end of file diff --git a/deployment/elk/setup/lib.sh b/deployment/elk/setup/lib.sh deleted file mode 100644 index f13a8b300..000000000 --- a/deployment/elk/setup/lib.sh +++ /dev/null @@ -1,240 +0,0 @@ -#!/usr/bin/env bash - -# Log a message. -function log { - echo "[+] $1" -} - -# Log a message at a sub-level. -function sublog { - echo " ⠿ $1" -} - -# Log an error. -function err { - echo "[x] $1" >&2 -} - -# Log an error at a sub-level. -function suberr { - echo " ⠍ $1" >&2 -} - -# Poll the 'elasticsearch' service until it responds with HTTP code 200. -function wait_for_elasticsearch { - local elasticsearch_host="${ELASTICSEARCH_HOST:-elasticsearch}" - - local -a args=( '-s' '-D-' '-m15' '-w' '%{http_code}' "http://${elasticsearch_host}:9200/" ) - - if [[ -n "${ELASTIC_PASSWORD:-}" ]]; then - args+=( '-u' "elastic:${ELASTIC_PASSWORD}" ) - fi - - local -i result=1 - local output - - # retry for max 300s (60*5s) - for _ in $(seq 1 60); do - local -i exit_code=0 - output="$(curl "${args[@]}")" || exit_code=$? - - if ((exit_code)); then - result=$exit_code - fi - - if [[ "${output: -3}" -eq 200 ]]; then - result=0 - break - fi - - sleep 5 - done - - if ((result)) && [[ "${output: -3}" -ne 000 ]]; then - echo -e "\n${output::-3}" - fi - - return $result -} - -# Poll the Elasticsearch users API until it returns users. -function wait_for_builtin_users { - local elasticsearch_host="${ELASTICSEARCH_HOST:-elasticsearch}" - - local -a args=( '-s' '-D-' '-m15' "http://${elasticsearch_host}:9200/_security/user?pretty" ) - - if [[ -n "${ELASTIC_PASSWORD:-}" ]]; then - args+=( '-u' "elastic:${ELASTIC_PASSWORD}" ) - fi - - local -i result=1 - - local line - local -i exit_code - local -i num_users - - # retry for max 30s (30*1s) - for _ in $(seq 1 30); do - num_users=0 - - # read exits with a non-zero code if the last read input doesn't end - # with a newline character. The printf without newline that follows the - # curl command ensures that the final input not only contains curl's - # exit code, but causes read to fail so we can capture the return value. - # Ref. https://unix.stackexchange.com/a/176703/152409 - while IFS= read -r line || ! exit_code="$line"; do - if [[ "$line" =~ _reserved.+true ]]; then - (( num_users++ )) - fi - done < <(curl "${args[@]}"; printf '%s' "$?") - - if ((exit_code)); then - result=$exit_code - fi - - # we expect more than just the 'elastic' user in the result - if (( num_users > 1 )); then - result=0 - break - fi - - sleep 1 - done - - return $result -} - -# Verify that the given Elasticsearch user exists. -function check_user_exists { - local username=$1 - - local elasticsearch_host="${ELASTICSEARCH_HOST:-elasticsearch}" - - local -a args=( '-s' '-D-' '-m15' '-w' '%{http_code}' - "http://${elasticsearch_host}:9200/_security/user/${username}" - ) - - if [[ -n "${ELASTIC_PASSWORD:-}" ]]; then - args+=( '-u' "elastic:${ELASTIC_PASSWORD}" ) - fi - - local -i result=1 - local -i exists=0 - local output - - output="$(curl "${args[@]}")" - if [[ "${output: -3}" -eq 200 || "${output: -3}" -eq 404 ]]; then - result=0 - fi - if [[ "${output: -3}" -eq 200 ]]; then - exists=1 - fi - - if ((result)); then - echo -e "\n${output::-3}" - else - echo "$exists" - fi - - return $result -} - -# Set password of a given Elasticsearch user. -function set_user_password { - local username=$1 - local password=$2 - - local elasticsearch_host="${ELASTICSEARCH_HOST:-elasticsearch}" - - local -a args=( '-s' '-D-' '-m15' '-w' '%{http_code}' - "http://${elasticsearch_host}:9200/_security/user/${username}/_password" - '-X' 'POST' - '-H' 'Content-Type: application/json' - '-d' "{\"password\" : \"${password}\"}" - ) - - if [[ -n "${ELASTIC_PASSWORD:-}" ]]; then - args+=( '-u' "elastic:${ELASTIC_PASSWORD}" ) - fi - - local -i result=1 - local output - - output="$(curl "${args[@]}")" - if [[ "${output: -3}" -eq 200 ]]; then - result=0 - fi - - if ((result)); then - echo -e "\n${output::-3}\n" - fi - - return $result -} - -# Create the given Elasticsearch user. -function create_user { - local username=$1 - local password=$2 - local role=$3 - - local elasticsearch_host="${ELASTICSEARCH_HOST:-elasticsearch}" - - local -a args=( '-s' '-D-' '-m15' '-w' '%{http_code}' - "http://${elasticsearch_host}:9200/_security/user/${username}" - '-X' 'POST' - '-H' 'Content-Type: application/json' - '-d' "{\"password\":\"${password}\",\"roles\":[\"${role}\"]}" - ) - - if [[ -n "${ELASTIC_PASSWORD:-}" ]]; then - args+=( '-u' "elastic:${ELASTIC_PASSWORD}" ) - fi - - local -i result=1 - local output - - output="$(curl "${args[@]}")" - if [[ "${output: -3}" -eq 200 ]]; then - result=0 - fi - - if ((result)); then - echo -e "\n${output::-3}\n" - fi - - return $result -} - -# Ensure that the given Elasticsearch role is up-to-date, create it if required. -function ensure_role { - local name=$1 - local body=$2 - - local elasticsearch_host="${ELASTICSEARCH_HOST:-elasticsearch}" - - local -a args=( '-s' '-D-' '-m15' '-w' '%{http_code}' - "http://${elasticsearch_host}:9200/_security/role/${name}" - '-X' 'POST' - '-H' 'Content-Type: application/json' - '-d' "$body" - ) - - if [[ -n "${ELASTIC_PASSWORD:-}" ]]; then - args+=( '-u' "elastic:${ELASTIC_PASSWORD}" ) - fi - - local -i result=1 - local output - - output="$(curl "${args[@]}")" - if [[ "${output: -3}" -eq 200 ]]; then - result=0 - fi - - if ((result)); then - echo -e "\n${output::-3}\n" - fi - - return $result -} \ No newline at end of file diff --git a/deployment/elk/setup/roles/filebeat_writer.json b/deployment/elk/setup/roles/filebeat_writer.json deleted file mode 100644 index 0f06a39fd..000000000 --- a/deployment/elk/setup/roles/filebeat_writer.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "cluster": [ - "manage_ilm", - "manage_index_templates", - "manage_ingest_pipelines", - "monitor", - "read_pipeline" - ], - "indices": [ - { - "names": [ - "filebeat-*" - ], - "privileges": [ - "create_doc", - "manage" - ] - } - ] - } \ No newline at end of file diff --git a/deployment/elk/setup/roles/heartbeat_writer.json b/deployment/elk/setup/roles/heartbeat_writer.json deleted file mode 100644 index b21a2f9dc..000000000 --- a/deployment/elk/setup/roles/heartbeat_writer.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "cluster": [ - "manage_ilm", - "manage_index_templates", - "monitor" - ], - "indices": [ - { - "names": [ - "heartbeat-*" - ], - "privileges": [ - "create_doc", - "manage" - ] - } - ] - } \ No newline at end of file diff --git a/deployment/elk/setup/roles/logstash_writer.json b/deployment/elk/setup/roles/logstash_writer.json deleted file mode 100644 index dcb47bbb0..000000000 --- a/deployment/elk/setup/roles/logstash_writer.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "cluster": [ - "manage_index_templates", - "monitor", - "manage_ilm" - ], - "indices": [ - { - "names": [ - "logs-generic-default", - "logstash-*", - "ecs-logstash-*" - ], - "privileges": [ - "write", - "create", - "create_index", - "manage", - "manage_ilm" - ] - }, - { - "names": [ - "logstash", - "ecs-logstash" - ], - "privileges": [ - "write", - "manage" - ] - } - ] - } \ No newline at end of file diff --git a/deployment/elk/setup/roles/metricbeat_writer.json b/deployment/elk/setup/roles/metricbeat_writer.json deleted file mode 100644 index 072cbae09..000000000 --- a/deployment/elk/setup/roles/metricbeat_writer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "cluster": [ - "manage_ilm", - "manage_index_templates", - "monitor" - ], - "indices": [ - { - "names": [ - ".monitoring-*-mb", - "metricbeat-*" - ], - "privileges": [ - "create_doc", - "manage" - ] - } - ] - } \ No newline at end of file diff --git a/deployment/keycloak/certs/keycloak-selfsigned.crt b/deployment/keycloak/certs/keycloak-selfsigned.crt deleted file mode 100644 index 71b5cdf87..000000000 --- a/deployment/keycloak/certs/keycloak-selfsigned.crt +++ /dev/null @@ -1,23 +0,0 @@ ------BEGIN CERTIFICATE----- -MIIDvzCCAqegAwIBAgIUL9YHiVgQxrFPSGq4nMe6KbMznaowDQYJKoZIhvcNAQEL -BQAwbzELMAkGA1UEBhMCR1IxDzANBgNVBAgMBkF0dGljYTEPMA0GA1UEBwwGQXRo -ZW5zMQwwCgYDVQQKDANOTEcxDjAMBgNVBAsMBU9TRFlFMSAwHgYDVQQDDBdubGct -b3NkeWUubG9jYWwuY2l0ZS5ncjAeFw0yMDExMjcxODMzNTJaFw0yMTExMjcxODMz -NTJaMG8xCzAJBgNVBAYTAkdSMQ8wDQYDVQQIDAZBdHRpY2ExDzANBgNVBAcMBkF0 -aGVuczEMMAoGA1UECgwDTkxHMQ4wDAYDVQQLDAVPU0RZRTEgMB4GA1UEAwwXbmxn -LW9zZHllLmxvY2FsLmNpdGUuZ3IwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK -AoIBAQCYsoKFVSg67/NckladOuqFDeJWMYOYa1MhMTCpLL5UksoYM+BiKbWvXmRH -AGZAjIO2sGf6vTFO7SN6LdjCRRqJfS9zQVKHZKUdvfxkGnPaAIqWAwQkM4fFUlZF -e5jsGd7owCoEEFAirJpz53z27Xa0En5CLSI5eLGBqLNz31zi1Rdh5BPLAtgLGEoS -kOhlDXwgGtTmBAS82sXRr51J6DQr5stKsN68+DCwJiY6GU3Kun2Kyl+bepkEtHLM -SOxe5Du3F93kC4TwFckG+JSLrq8neXNbyoBOLYNxPzAGLg9vmD7nX02hFfONdX5p -zeGMD+0oyujL0HtH8nKkv9OtvYP1AgMBAAGjUzBRMB0GA1UdDgQWBBTrvPpWYBX6 -spVt2gpkpDW6yzrBZzAfBgNVHSMEGDAWgBTrvPpWYBX6spVt2gpkpDW6yzrBZzAP -BgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQAqfOJiorxiszfKKeD2 -eVda5pBU+qDnUOewRKizAktPm7V+cjM7bTEkmEHQ/oKlsT0FX5nsa8YfZCYgdotd -cDWC9KqYy9itXPESoJIZ/gMJ57v1BaVDly8tHedXEltob9ywrUyf7OF55eP0fWwb -AK90PfnRsxaurVYU5nfI9U/2jpi/LdsEYlJ7zUj7KM/Z2MwPA+be4EqjNcYLT/NB -bavhjLgZNoTkI7wYOJug+ouPn6xJJcj06RS1Q4FxtfrsnAuT+L33HemUludEUE00 -TJwYWJN9hOgbyzTf5EsHxxME1gIhcYLYPMeBr9VIyJxdAEuuDJbn87oOB094sCA+ -nvpp ------END CERTIFICATE----- diff --git a/deployment/keycloak/certs/keycloak-selfsigned.key b/deployment/keycloak/certs/keycloak-selfsigned.key deleted file mode 100644 index 649f42b0a..000000000 --- a/deployment/keycloak/certs/keycloak-selfsigned.key +++ /dev/null @@ -1,28 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCYsoKFVSg67/Nc -kladOuqFDeJWMYOYa1MhMTCpLL5UksoYM+BiKbWvXmRHAGZAjIO2sGf6vTFO7SN6 -LdjCRRqJfS9zQVKHZKUdvfxkGnPaAIqWAwQkM4fFUlZFe5jsGd7owCoEEFAirJpz -53z27Xa0En5CLSI5eLGBqLNz31zi1Rdh5BPLAtgLGEoSkOhlDXwgGtTmBAS82sXR -r51J6DQr5stKsN68+DCwJiY6GU3Kun2Kyl+bepkEtHLMSOxe5Du3F93kC4TwFckG -+JSLrq8neXNbyoBOLYNxPzAGLg9vmD7nX02hFfONdX5pzeGMD+0oyujL0HtH8nKk -v9OtvYP1AgMBAAECggEAajxoCpPAtaCT1GgL0sBWwdNzETzJrZWd9I3gqRL0KKsn -58bP6fvS5/voEG36thYM3WHGNfDDCYJ7GFolYKPrXpS2Gp3r6T7gkdzIaGzvBVEz -GkNm8jjX0TUDyLvBHSKyr4RitwkSd81WeCUqEDIOUCI9rZTxJsMN3IOetpNEcJt1 -xR2kVuTkQiIs5evQCQ2arqTf/VQFb7FuVTtmrOggsTn33FnrUDujTAAsbEoglgvw -w1A2AYtMdGcrFIsUMJFdECkQGPVeqzKHddi1k1hv3DmOx5Rf4xJCdTL9ZYzbU1lw -ydSAM88UA7MTZWNYCGb4HjqEeDRnMUN/Qbi4f80PgQKBgQDKWLxsCBBgFRoH6nlh -TmBwYOmdQkBE09txpcpAFVZVv3eq/syZnT5+pcyj7EUexhu/p78UHPPkXDfnIKKe -C+7VOEmSM9cPMZU6cqB1x4+YZkyiU1rPD2SG46ZxBBTKsPWauJNvtuhW3K6kwMCT -ECiwG1f9EAmf9q7YKqdXGgUL3QKBgQDBL5WDIRtqHBdIPgHMue/teM+fP8I0/GKV -D3oJjBLE+I7JNp0lpeVhDvqfAL0AgZ5023hjlPobUNtpWyuLufzY6S2Pv1scyM3A -xW/LVXtC7QzdPmhrPxZkHEmRFA1zXdYo0xH4O+KDXVmYuzpIPfgrQkzt1EvP5jxv -tbjY935C+QKBgHZhr+rsVNhBwDb9YQIi3p0gtcyBZCRgZjR5MHiJgzcri5GI/J6q -tlNWIQGOS2oTsUxRkaLsxWvG4BXirAEXLiWkhrZ4icuj0JCfW21M0Z/xycf2SFx3 -vvKD4W6hWqCzIx3f+rITKp8XAT32XzQq8gMGHFY7ucXShryFR93XpTgpAoGALaAF -WaDaDqdvwDoUxrsrNRSRRHUUctsglT/AfLy+OhLR9ieV2axijhexjRfpi1MRj1u+ -BRbMMuNXznwfvrJASyJXBloVNKkgHuUCUC1yHQ5LOX1hv+J4cVBU95Sa0KJaz+15 -kvzhtFC5tl6Rlzo7gEv6SzkWZpVjtKZgb62T/lECgYBr6PyDcGVGc8rbjxugnUnm -rShh7nMRUiTMLpWrucf7Mfr4cwFgejCoEMXPgxJF5Q1acppL0dKQzfmLVqazNX58 -0XM0+fNDIeGyYKAbqtnqfmyI7O/Lb1jXPFuCNujzDxfeJX0yxoo38US4ZCD2iUrW -ZK/FFkm5ncXTenBhpHOANQ== ------END PRIVATE KEY----- diff --git a/deployment/keycloak/imports/opendmp-realm.json b/deployment/keycloak/imports/opendmp-realm.json index dc82c9044..1f3c1d6cc 100644 --- a/deployment/keycloak/imports/opendmp-realm.json +++ b/deployment/keycloak/imports/opendmp-realm.json @@ -1003,7 +1003,7 @@ "enabled": true, "alwaysDisplayInConsole": false, "clientAuthenticatorType": "client-secret", - "secret": "**********", + "secret": "annotation_secret", "redirectUris": [ "/*" ], @@ -1104,7 +1104,7 @@ "enabled": true, "alwaysDisplayInConsole": false, "clientAuthenticatorType": "client-secret", - "secret": "**********", + "secret": "notification_secret", "redirectUris": [ "/*" ], @@ -1212,7 +1212,7 @@ "enabled": true, "alwaysDisplayInConsole": false, "clientAuthenticatorType": "client-secret", - "secret": "**********", + "secret": "plugins_secret", "redirectUris": [ "/*" ], @@ -1312,7 +1312,7 @@ "enabled": true, "alwaysDisplayInConsole": false, "clientAuthenticatorType": "client-secret", - "secret": "**********", + "secret": "web_secret", "redirectUris": [ "/*" ], @@ -1414,18 +1414,18 @@ "clientId": "dmp_webapp", "name": "dmp_webapp", "description": "", - "rootUrl": "http://localhost:8081/home", + "rootUrl": "http://localhost:8082/home", "adminUrl": "", - "baseUrl": "http://localhost:8081/home", + "baseUrl": "http://localhost:8082/home", "surrogateAuthRequired": false, "enabled": true, "alwaysDisplayInConsole": false, "clientAuthenticatorType": "client-secret", "redirectUris": [ - "http://localhost:8081/*" + "http://localhost:8082/*" ], "webOrigins": [ - "http://localhost:8081" + "http://localhost:8082" ], "notBefore": 0, "bearerOnly": false, diff --git a/deployment/opendmp/annotation/config/app.env b/deployment/opendmp/annotation/config/app.env new file mode 100644 index 000000000..18c688789 --- /dev/null +++ b/deployment/opendmp/annotation/config/app.env @@ -0,0 +1,33 @@ +#DB +DB_CONNECTION_STRING=jdbc:postgresql://opendmp.postgres:5432/opendmp +DB_USER=opendmp-psql +DB_PASSWORD=opendmp-admin + +#Server +WEB_PORT=8087 + +#Security +IDP_APIKEY_CLIENT_ID=dmp_annotation +IDP_APIKEY_CLIENT_SECRET=annotation_secret +IDP_APIKEY_SCOPE=dmp_annotation-dedicated + +IDP_OPAQUE_CLIENT_ID= +IDP_OPAQUE_CLIENT_SECRET= + +IDP_ISSUER_URI=http://localhost:8082/keycloak/realms/OpenDMP +QUEUE_APP_ID=opendmp-annotation-staging + +#RABBITMQ +RABBIT_HOST=opendmp.rabbitmq +RABBIT_PORT=5672 +RABBIT_USER=guest +RABBIT_PASS=guest + +#EMAIL +MAIL_HOST=smtp.office365.com +MAIL_PORT=587 +MAIL_USERNAME= +MAIL_PASSWORD= +MAIL_AUTH=false +MAIL_TLS=true +MAIL_ADDRESS=dmp_annotation@admin.gr \ No newline at end of file diff --git a/deployment/opendmp/annotation/config/cipher-test.yml b/deployment/opendmp/annotation/config/cipher-test.yml new file mode 100644 index 000000000..dcf9d5b5a --- /dev/null +++ b/deployment/opendmp/annotation/config/cipher-test.yml @@ -0,0 +1,12 @@ +cipher: + symetric-encryption: + default-o: null + options: + configuration: + aes: + key: ${CIPHER_SYMETRIC_ENCRYPTION_CONFIGURATION_AES_KEY:} + iv: ${CIPHER_SYMETRIC_ENCRYPTION_CONFIGURATION_AES_IV:} + queue: + aes: + key: ${CIPHER_SYMETRIC_ENCRYPTION_QUEUE_AES_KEY:} + iv: ${CIPHER_SYMETRIC_ENCRYPTION_QUEUE_AES_IV:} \ No newline at end of file diff --git a/deployment/opendmp/annotation/config/cors-test.yml b/deployment/opendmp/annotation/config/cors-test.yml new file mode 100644 index 000000000..c4702bd97 --- /dev/null +++ b/deployment/opendmp/annotation/config/cors-test.yml @@ -0,0 +1,3 @@ +web: + cors: + allowed-origins: [ http://localhost:8081 ] diff --git a/deployment/opendmp/annotation/config/db-test.yml b/deployment/opendmp/annotation/config/db-test.yml new file mode 100644 index 000000000..17c722a5d --- /dev/null +++ b/deployment/opendmp/annotation/config/db-test.yml @@ -0,0 +1,15 @@ +spring: + jpa: + show-sql: true + properties: + hibernate: + show_sql: true + format_sql: false + datasource: + maxIdle: 10 + minIdle: 5 + maxActive: 10 + url: ${DB_CONNECTION_STRING} + username: ${DB_USER} + password: ${DB_PASSWORD} + driver-class-name: org.postgresql.Driver \ No newline at end of file diff --git a/deployment/opendmp/annotation/config/email-test.yml b/deployment/opendmp/annotation/config/email-test.yml new file mode 100644 index 000000000..fb7c94ba0 --- /dev/null +++ b/deployment/opendmp/annotation/config/email-test.yml @@ -0,0 +1,14 @@ +spring: + mail: + host: ${MAIL_HOST:} + port: ${MAIL_PORT:} + username: ${MAIL_USERNAME:} + password: ${MAIL_PASSWORD:} + properties: + mail: + smtp: + auth: ${MAIL_AUTH:} + starttls: + enable: ${MAIL_TLS:} +email: + address: ${MAIL_ADDRESS:} \ No newline at end of file diff --git a/deployment/opendmp/annotation/config/logging-test.yml b/deployment/opendmp/annotation/config/logging-test.yml new file mode 100644 index 000000000..e877dceba --- /dev/null +++ b/deployment/opendmp/annotation/config/logging-test.yml @@ -0,0 +1,2 @@ +logging: + config: /config/logging/logback-${spring.profiles.active}.xml diff --git a/deployment/opendmp/annotation/config/logging/logback-test.xml b/deployment/opendmp/annotation/config/logging/logback-test.xml new file mode 100644 index 000000000..c1392fea0 --- /dev/null +++ b/deployment/opendmp/annotation/config/logging/logback-test.xml @@ -0,0 +1,61 @@ + + + + + %date{ISO8601} [%thread] %-5level %logger{36} [%X{req.id}] - %message%n + + + + + /logs/logging.log + + logs/logging.%d{yyyy-MM-dd}.%i.log + + 100MB + + 15 + + + %date{ISO8601} [%thread] %-5level %logger{36} [%X{req.id}] - %message%n + + + + + /logs/auditing.log + + logs/auditing.%d{yyyy-MM-dd}.%i.log + + 100MB + + 15 + + + %date{ISO8601} - %X{req.id} - %message%n + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/deployment/opendmp/annotation/config/queue-test.yml b/deployment/opendmp/annotation/config/queue-test.yml new file mode 100644 index 000000000..fa2fcb97f --- /dev/null +++ b/deployment/opendmp/annotation/config/queue-test.yml @@ -0,0 +1,25 @@ +queue: + rabbitmq: + host: ${RABBIT_HOST} + port: ${RABBIT_PORT} + username: ${RABBIT_USER} + password: ${RABBIT_PASS} + enable: true + durable: true + queue: cite_dmp_test_annotation_inbox_queue + exchange: cite_dmp_test_queue + listenerEnabled: true + publisherEnabled: true + task: + publisher: + enable: true + options: + exchange: cite_dmp_test_queue + rabbitmq: + enable: true + listener: + enable: true + options: + exchange: cite_dmp_test_queue + rabbitmq: + enable: true diff --git a/deployment/opendmp/annotation/config/security-test.yml b/deployment/opendmp/annotation/config/security-test.yml new file mode 100644 index 000000000..61b8ae049 --- /dev/null +++ b/deployment/opendmp/annotation/config/security-test.yml @@ -0,0 +1,21 @@ +web: + security: + enabled: true + authorized-endpoints: [ api ] + allowed-endpoints: [ health ] + idp: + api-key: + enabled: true + authorization-header: Authorization + client-id: ${IDP_APIKEY_CLIENT_ID:} + client-secret: ${IDP_APIKEY_CLIENT_SECRET:} + scope: ${IDP_APIKEY_SCOPE:} + resource: + token-type: JWT #| opaque + opaque: + client-id: ${IDP_OPAQUE_CLIENT_ID:} + client-secret: ${IDP_OPAQUE_CLIENT_SECRET:} + jwt: + claims: [ role, x-role ] + issuer-uri: ${IDP_ISSUER_URI:} + audiences: [ "dmp_annotation" ] \ No newline at end of file diff --git a/deployment/opendmp/annotation/config/server-test.yml b/deployment/opendmp/annotation/config/server-test.yml new file mode 100644 index 000000000..4974bc055 --- /dev/null +++ b/deployment/opendmp/annotation/config/server-test.yml @@ -0,0 +1,3 @@ +server: + port: ${WEB_PORT} + forward-headers-strategy: FRAMEWORK \ No newline at end of file diff --git a/deployment/opendmp/annotation/config/tenant-test.yml b/deployment/opendmp/annotation/config/tenant-test.yml new file mode 100644 index 000000000..f2149021a --- /dev/null +++ b/deployment/opendmp/annotation/config/tenant-test.yml @@ -0,0 +1,7 @@ +tenant: + multitenancy: + is-multitenant: true + default-tenant-code: default + interceptor: + client-claims-prefix: client_ + enforce-trusted-tenant: false \ No newline at end of file diff --git a/deployment/opendmp/annotation/messages/messages.properties b/deployment/opendmp/annotation/messages/messages.properties new file mode 100644 index 000000000..93d6cd27a --- /dev/null +++ b/deployment/opendmp/annotation/messages/messages.properties @@ -0,0 +1,10 @@ +validation.empty=Value cannot be empty +validation.hashempty=Hash must be set +validation.lowerthanmin=Value must be larger than {value} +validation.largerthanmax=Value must be less than {value} +validation.invalidid=Not valid id +General_ItemNotFound=Item {0} of type {1} not found +Validation_Required={0} is required +Validation_OverPosting=Too much info +Validation_MaxLength={0} too long +Validation_UnexpectedValue=Unexpected value in field {0} \ No newline at end of file diff --git a/deployment/opendmp/annotation/messages/messages_el.properties b/deployment/opendmp/annotation/messages/messages_el.properties new file mode 100644 index 000000000..4d060cc58 --- /dev/null +++ b/deployment/opendmp/annotation/messages/messages_el.properties @@ -0,0 +1,6 @@ +validation.empty=el-Value cannot be empty +validation.hashempty=el-Hash must be set +validation.lowerthanmin=el-Value must be larger than {value} +validation.largerthanmax=el-Value must be less than {value} +validation.invalidid=el-Not valid id +General_ItemNotFound=el-Item {0} of type {1} not found \ No newline at end of file diff --git a/deployment/opendmp/backend/Semantics.json b/deployment/opendmp/backend/Semantics.json new file mode 100644 index 000000000..39034c3a7 --- /dev/null +++ b/deployment/opendmp/backend/Semantics.json @@ -0,0 +1,458 @@ +[ + { + "category": "rda", + "name": "rda.dataset.data_quality_assurance" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.access_url" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.available_until" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.byte_size" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.data_access" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.description" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.download_url" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.format" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.availability" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.backup_frequency" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.backup_type" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.certified_with" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.description" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.geo_location" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.pid_system" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.storage_type" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.supports_versioning" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.title" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.url" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.license.license_ref" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.license.start_date" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.title" + }, + { + "category": "rda", + "name": "rda.dataset.keyword" + }, + { + "category": "rda", + "name": "rda.dataset.language" + }, + { + "category": "rda", + "name": "rda.dataset.metadata.description" + }, + { + "category": "rda", + "name": "rda.dataset.metadata.language" + }, + { + "category": "rda", + "name": "rda.dataset.metadata.metadata_standard_id" + }, + { + "category": "rda", + "name": "rda.dataset.metadata.metadata_standard_id.identifier" + }, + { + "category": "rda", + "name": "rda.dataset.metadata.metadata_standard_id.type" + }, + { + "category": "rda", + "name": "rda.dataset.personal_data" + }, + { + "category": "rda", + "name": "rda.dataset.preservation_statement" + }, + { + "category": "rda", + "name": "rda.dataset.security_and_privacy" + }, + { + "category": "rda", + "name": "rda.dataset.security_and_privacy.description" + }, + { + "category": "rda", + "name": "rda.dataset.security_and_privacy.title" + }, + { + "category": "rda", + "name": "rda.dataset.sensitive_data" + }, + { + "category": "rda", + "name": "rda.dataset.technical_resource.description" + }, + { + "category": "rda", + "name": "rda.dataset.technical_resource.name" + }, + { + "category": "rda", + "name": "rda.dataset.title" + }, + { + "category": "rda", + "name": "rda.dataset.type" + }, + { + "category": "rda", + "name": "rda.dataset.issued" + }, + { + "category": "rda", + "name": "rda.dataset.dataset_id" + }, + { + "category": "rda", + "name": "rda.dataset.dataset_id.identifier" + }, + { + "category": "rda", + "name": "rda.dataset.dataset_id.type" + }, + { + "category": "rda", + "name": "rda.dataset.description" + }, + { + "category": "rda", + "name": "rda.dmp.contact" + }, + { + "category": "rda", + "name": "rda.dmp.contact.contact_id.identifier" + }, + { + "category": "rda", + "name": "rda.dmp.contact.contact_id.type" + }, + { + "category": "rda", + "name": "rda.dmp.contact.mbox" + }, + { + "category": "rda", + "name": "rda.dmp.contact.name" + }, + { + "category": "rda", + "name": "rda.dmp.contributor" + }, + { + "category": "rda", + "name": "rda.dmp.contributor.contributor_id.identifier" + }, + { + "category": "rda", + "name": "rda.dmp.contributor.contributor_id.type" + }, + { + "category": "rda", + "name": "rda.dmp.contributor.mbox" + }, + { + "category": "rda", + "name": "rda.dmp.contributor.name" + }, + { + "category": "rda", + "name": "rda.dmp.contributor.role" + }, + { + "category": "rda", + "name": "rda.dmp.cost" + }, + { + "category": "rda", + "name": "rda.dmp.cost.currency_code" + }, + { + "category": "rda", + "name": "rda.dmp.cost.description" + }, + { + "category": "rda", + "name": "rda.dmp.cost.title" + }, + { + "category": "rda", + "name": "rda.dmp.cost.value" + }, + { + "category": "rda", + "name": "rda.dmp.created" + }, + { + "category": "rda", + "name": "rda.dmp.description" + }, + { + "category": "rda", + "name": "rda.dmp.dmp_id" + }, + { + "category": "rda", + "name": "rda.dmp.dmp_id.identifier" + }, + { + "category": "rda", + "name": "rda.dmp.dmp_id.type" + }, + { + "category": "rda", + "name": "rda.dmp.ethical_issues_description" + }, + { + "category": "rda", + "name": "rda.dmp.ethical_issues_exist" + }, + { + "category": "rda", + "name": "rda.dmp.ethical_issues_report" + }, + { + "category": "rda", + "name": "rda.dmp.language" + }, + { + "category": "rda", + "name": "rda.dmp.modified" + }, + { + "category": "rda", + "name": "rda.dmp.project" + }, + { + "category": "rda", + "name": "rda.dmp.project.description" + }, + { + "category": "rda", + "name": "rda.dmp.project.end" + }, + { + "category": "rda", + "name": "rda.dmp.project.funding" + }, + { + "category": "rda", + "name": "rda.dmp.project.funding.funder_id.identifier" + }, + { + "category": "rda", + "name": "rda.dmp.project.funding.funder_id.type" + }, + { + "category": "rda", + "name": "rda.dmp.project.funding.funding_status" + }, + { + "category": "rda", + "name": "rda.dmp.project.funding.grant_id.identifier" + }, + { + "category": "rda", + "name": "rda.dmp.project.funding.grant_id.type" + }, + { + "category": "rda", + "name": "rda.dmp.project.start" + }, + { + "category": "rda", + "name": "rda.dmp.dmp.project.title" + }, + { + "category": "rda", + "name": "rda.dmp.title" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isCitedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.cites" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isSupplementTo" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isSupplementedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isContinuedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.continues" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isDescribedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.describes" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.hasMetadata" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isMetadataFor" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isNewVersionOf" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isPreviousVersionOf" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isPartOf" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.hasPart" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isReferencedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.references" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isDocumentedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.documents" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isCompiledBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.compiles" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isVariantFormOf" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isOriginalFormof" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isIdenticalTo" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isAlternateIdentifier" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isReviewedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.reviews" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isDerivedFrom" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isSourceOf" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.requires" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isRequiredBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isObsoletedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.obsoletes" + } +] \ No newline at end of file diff --git a/deployment/opendmp/backend/certificates/client-identity.p12 b/deployment/opendmp/backend/certificates/client-identity.p12 new file mode 100644 index 000000000..0225d4e31 Binary files /dev/null and b/deployment/opendmp/backend/certificates/client-identity.p12 differ diff --git a/deployment/opendmp/backend/certificates/elasticsearch_dev04.crt b/deployment/opendmp/backend/certificates/elasticsearch_dev04.crt new file mode 100644 index 000000000..ebce955cd --- /dev/null +++ b/deployment/opendmp/backend/certificates/elasticsearch_dev04.crt @@ -0,0 +1,20 @@ +-----BEGIN CERTIFICATE----- +MIIDXDCCAkSgAwIBAgIUK8FEbNAIdyPoRF/pTyqNuL3kP54wDQYJKoZIhvcNAQEL +BQAwRzELMAkGA1UEBhMCR1IxDTALBgNVBAgMBENJVEUxDDAKBgNVBAcMA0FUSDEN +MAsGA1UECgwEQ0lURTEMMAoGA1UEAwwDZWxrMCAXDTIyMDkwODA4MjgxM1oYDzIx +MjIwODE1MDgyODEzWjAYMRYwFAYDVQQDDA1lbGFzdGljc2VhcmNoMIIBIjANBgkq +hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoC6DoPC1kesTH0cKs1blVW8ddsQ3VmFO +ROJiUorhDIHB3sXJhCSw0hxZFNZtqgG35CTa5w3XiQMT1fr6Ar/ztOQmARg9CMQa +mOf8gR+tMTSwP7zr7WBR/1Q+GseeOnthFOfvfq7LLpRs8VNb/mhcSIjJsT9kMNXN +5iHIyEuGhQSwPZDUYx+6Ag4belQLvic+QYDhwvujtPFWj8qLSG7kTpbBK5ahH/5E +mvT5mpOYTR10f3LG4DKw7t6qG9tzh4WkwR0JYmlgxpAA/HBSa/QjS7CGxLrA4Sop +gQF8KQPEP/0w98EbYpBUPS5jqbkBr6093M7Epksi86oRjtbcXAT0qwIDAQABo20w +azApBgNVHREEIjAggg1lbGFzdGljc2VhcmNogglsb2NhbGhvc3SHBH8AAAEwHQYD +VR0OBBYEFC/cKMOAVbx8bwyoKdg2Oiej9xoSMB8GA1UdIwQYMBaAFBIAjWDf6ACx +PkEdV9pY+U0XL0iCMA0GCSqGSIb3DQEBCwUAA4IBAQBo42FOuxIMeIiMaKa347gc +WsHpkazYOA6iHK5xXPsVUU1xSCLKp5HLCC04FU5P9njCDyZo1e/SR6rirQJJHEtT +SAn7iabREE+vy0oN3JnyV+eJPmKWxlqeFr9Cs9uIXQbgjwyyj9rxT06eLr3M1MA1 +IsARV2eyxcgS5sCC8JBCEpKR4jLRrpAs0tGJOeIh1cmf/1id+NQaDa14sLFKHBH1 +3+6TfBPrhJoGqFz92jV2airr7dppyCXgmWymVc66iD00Nak6Bvchg6ARTkqJnfoZ +2/Tz7asHV2V052ZLiow7Si34nS/9Hp8F8vUaj+FYXowvGwQUXLQIg/53KXh7piuW +-----END CERTIFICATE----- diff --git a/deployment/opendmp/backend/config/app.env b/deployment/opendmp/backend/config/app.env new file mode 100644 index 000000000..3ac94c0f7 --- /dev/null +++ b/deployment/opendmp/backend/config/app.env @@ -0,0 +1,57 @@ +#DB +DB_URL=jdbc:postgresql://opendmp.postgres:5432/opendmp +DB_USER=opendmp-psql +DB_PASS=opendmp-admin + +#ELASTICSEARCH +ELASTIC_ENABLED=true +ELASTIC_USE_SSL=false +ELASTIC_HOST=opendmp.elasticsearch:9200 +ELASTIC_USER= opendmp-api-test +ELASTIC_PASS=your_password_here +ELASTIC_DMP_INDEX=plans +ELASTIC_DESCRIPTION_INDEX=descriptions + +#SERVER +WEB_PORT=8081 + +#GOTENBERG +PDF_CONVERTER_URL=http://opendmp.gotenberg:3000/ + +#STORAGE +FILE_STORAGE=/storage + +#RABBITMQ +RABBIT_HOST=opendmp.rabbitmq +RABBIT_PORT=5672 +RABBIT_USER=guest +RABBIT_PASS=guest + +#KEYCLOAK +KEYCLOAK_API_SERVER_URL=http://localhost:8082/keycloak/ +KEYCLOAK_API_REALM=OpenDMP +KEYCLOAK_API_USERNAME=keycloak-admin +KEYCLOAK_API_PASSWORD=admin +KEYCLOAK_API_CLIENT_ID=dmp_web +KEYCLOAK_API_CLIENT_SECRET=VNK5kd01faV8Fp9BZgKcthOPo1eXdodK + +#SECURITY +IDP_ISSUER_URI=http://localhost:8082/keycloak/realms/OpenDMP +IDP_ISSUER_URI_TOKEN=http://localhost:8082/keycloak/realms/OpenDMP/protocol/openid-connect/token +IDP_APIKEY_CLIENT_ID=dmp_web +IDP_APIKEY_CLIENT_SECRET=VNK5kd01faV8Fp9BZgKcthOPo1eXdodK +IDP_APIKEY_SCOPE=dmp_plugins + +#METRICS +IDP_APIKEY_CLIENT_ID_UUID=c82150e9-a9e5-4a5f-bd0f-5f25460b3e08 + +QUEUE_APP_ID=opendmp-web-staging + +#EMAIL +MAIL_HOST=smtp.office365.com +MAIL_PORT=587 +MAIL_USERNAME= +MAIL_PASSWORD= +MAIL_AUTH=false +MAIL_TLS=true +MAIL_ADDRESS=dmp_web@admin.gr \ No newline at end of file diff --git a/deployment/opendmp/backend/config/cors-test.yml b/deployment/opendmp/backend/config/cors-test.yml new file mode 100644 index 000000000..41387330e --- /dev/null +++ b/deployment/opendmp/backend/config/cors-test.yml @@ -0,0 +1,3 @@ +web: + cors: + allowed-origins: [ http://localhost, http://localhost:8082, http://localhost:8081 ] diff --git a/deployment/opendmp/backend/config/db-test.yml b/deployment/opendmp/backend/config/db-test.yml new file mode 100644 index 000000000..2130e8d28 --- /dev/null +++ b/deployment/opendmp/backend/config/db-test.yml @@ -0,0 +1,14 @@ +spring: + jpa: + show-sql: true + properties: + hibernate: + format_sql: false + datasource: + maxIdle: 10 + minIdle: 5 + maxActive: 10 + url: ${DB_URL:} + username: ${DB_USER:} + password: ${DB_PASS:} + \ No newline at end of file diff --git a/deployment/opendmp/backend/config/deposit-test.yml b/deployment/opendmp/backend/config/deposit-test.yml new file mode 100644 index 000000000..6fb009ed0 --- /dev/null +++ b/deployment/opendmp/backend/config/deposit-test.yml @@ -0,0 +1,10 @@ +deposit: + sources: + - url: http://opendmp.zenodo:8080 + repositoryId: Zenodo + pdfTransformerId: docx-file-transformer + rdaTransformerId: rda-file-transformer + issuer-url: ${IDP_ISSUER_URI_TOKEN} + client-id: ${IDP_APIKEY_CLIENT_ID} + client-secret: ${IDP_APIKEY_CLIENT_SECRET} + scope: ${IDP_APIKEY_SCOPE} \ No newline at end of file diff --git a/deployment/opendmp/backend/config/elasticsearch-test.yml b/deployment/opendmp/backend/config/elasticsearch-test.yml new file mode 100644 index 000000000..f5d517967 --- /dev/null +++ b/deployment/opendmp/backend/config/elasticsearch-test.yml @@ -0,0 +1,23 @@ +elastic: + enabled: ${ELASTIC_ENABLED:} + disableHostnameVerifier: true + serverCertificatePaths: + - /certificates/elasticsearch_dev04.crt + hosts: + - ${ELASTIC_HOST:} + username: ${ELASTIC_USER:} + password: ${ELASTIC_PASS:} + useSSL: ${ELASTIC_USE_SSL:} + socketTimeoutMillis: 30000 + connectTimeoutMillis: 30000 + defaultResultSize: 100 + defaultCollectAllResultSize: 1000 + defaultScrollSize: 100 + defaultScrollSeconds: 120 + defaultCompositeAggregationResultSize: 200000 +app-elastic: + enableIcuAnalysisPlugin: true + enabled: ${ELASTIC_ENABLED:} + dmpIndexName: ${ELASTIC_DMP_INDEX:} + descriptionIndexName: ${ELASTIC_DESCRIPTION_INDEX:} + resetBatchSize: 1000 \ No newline at end of file diff --git a/deployment/opendmp/backend/config/file-transformer-test.yml b/deployment/opendmp/backend/config/file-transformer-test.yml new file mode 100644 index 000000000..eae71718e --- /dev/null +++ b/deployment/opendmp/backend/config/file-transformer-test.yml @@ -0,0 +1,14 @@ +file-transformer: + sources: + - url: http://opendmp.file.transformer.docx:8080 + transformerId: docx-file-transformer + issuer-url: ${IDP_ISSUER_URI_TOKEN} + client-id: ${IDP_APIKEY_CLIENT_ID} + client-secret: ${IDP_APIKEY_CLIENT_SECRET} + scope: ${IDP_APIKEY_SCOPE} + - url: http://opendmp.file.transformer.rdajson:8080 + transformerId: rda-file-transformer + issuer-url: ${IDP_ISSUER_URI_TOKEN} + client-id: ${IDP_APIKEY_CLIENT_ID} + client-secret: ${IDP_APIKEY_CLIENT_SECRET} + scope: ${IDP_APIKEY_SCOPE} \ No newline at end of file diff --git a/deployment/opendmp/backend/config/keycloak-test.yml b/deployment/opendmp/backend/config/keycloak-test.yml new file mode 100644 index 000000000..a08f10b91 --- /dev/null +++ b/deployment/opendmp/backend/config/keycloak-test.yml @@ -0,0 +1,21 @@ +keycloak-resources: + tenantGroupsNamingStrategy: 'tenant-{tenantCode}' + tenantRoleAttributeName: 'tenant_role' + authorities: + User: + groupId: 011269bd-9eec-445f-926d-1ebd1f45b5aa + Admin: + groupId: 935ab34d-700a-407f-bb7b-8a00ddcef1d8 + tenantAuthorities: + TenantAdmin: + parent: 01195be1-f754-415b-8225-3cc470744d62 + roleAttributeValueStrategy: 'TenantAdmin:{tenantCode}' + TenantUser: + parent: 64c07220-0d92-44e5-be6e-d9edf6c10a56 + roleAttributeValueStrategy: 'TenantUser:{tenantCode}' + TenantManager: + parent: 35f22f1-a0cc-4afd-af4c-dba6bb2e7415 + roleAttributeValueStrategy: 'TenantManager:{tenantCode}' + TenantDescriptionTemplateEditor: + parent: 1bfe8064-4e44-4ec1-a69e-836364a36e37 + roleAttributeValueStrategy: 'TenantDescriptionTemplateEditor:{tenantCode}' \ No newline at end of file diff --git a/deployment/opendmp/backend/config/logging-test.yml b/deployment/opendmp/backend/config/logging-test.yml new file mode 100644 index 000000000..e877dceba --- /dev/null +++ b/deployment/opendmp/backend/config/logging-test.yml @@ -0,0 +1,2 @@ +logging: + config: /config/logging/logback-${spring.profiles.active}.xml diff --git a/deployment/opendmp/backend/config/logging/logback-test.xml b/deployment/opendmp/backend/config/logging/logback-test.xml new file mode 100644 index 000000000..a90075d1e --- /dev/null +++ b/deployment/opendmp/backend/config/logging/logback-test.xml @@ -0,0 +1,67 @@ + + + + + %date{ISO8601} [%thread] %-5level %logger{36} [%X{req.id}] - %message%n + + + + + /logs/logging.log + + logs/logging.%d{yyyy-MM-dd}.%i.log + + 100MB + + 15 + + + %date{ISO8601} [%thread] %-5level %logger{36} [%X{req.id}] - %message%n + + + + + /logs/auditing.log + + logs/auditing.%d{yyyy-MM-dd}.%i.log + + 100MB + + 15 + + + %date{ISO8601} - %X{req.id} - %message%n + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/deployment/opendmp/backend/config/metrics-test.yml b/deployment/opendmp/backend/config/metrics-test.yml new file mode 100644 index 000000000..5e9147e8f --- /dev/null +++ b/deployment/opendmp/backend/config/metrics-test.yml @@ -0,0 +1,14 @@ +metrics: + task: + enable: true + intervalSeconds: 600 + nexusDate: "2021-01-01T00:00:00.00Z" + usersLoginClient: ${IDP_APIKEY_CLIENT_ID_UUID:} + referenceTypes: + funderIds: ["538928bb-c7c6-452e-b66d-08e539f5f082"] + grantIds: ["5b9c284f-f041-4995-96cc-fad7ad13289c"] + projectIds: ["3d372db5-a456-45e6-a845-e41e1a8311f8"] + researcherIds: ["5a2112e7-ea99-4cfe-98a1-68665e26726e"] +endpoints: + prometheus: + sensitive: false diff --git a/deployment/opendmp/backend/config/queue-test.yml b/deployment/opendmp/backend/config/queue-test.yml new file mode 100644 index 000000000..5f0e31ec6 --- /dev/null +++ b/deployment/opendmp/backend/config/queue-test.yml @@ -0,0 +1,19 @@ +queue: + rabbitmq: + enable: true + durable: true + queue: cite_dmp_test_web_inbox_queue + exchange: cite_dmp_test_queue + listenerEnabled: true + publisherEnabled: true + task: + publisher: + options: + exchange: cite_dmp_test_queue + rabbitmq: + enable: true + listener: + options: + exchange: cite_dmp_test_queue + rabbitmq: + enable: true diff --git a/deployment/opendmp/backend/config/security-test.yml b/deployment/opendmp/backend/config/security-test.yml new file mode 100644 index 000000000..583d5267a --- /dev/null +++ b/deployment/opendmp/backend/config/security-test.yml @@ -0,0 +1,15 @@ +web: + security: + enabled: true + authorized-endpoints: [ api ] + allowed-endpoints: [ api/public, api/dmp/public, api/description/public, api/supportive-material/public, api/language/public, api/contact-support/public, api/dashboard/public ] + idp: + api-key: + enabled: false + resource: + token-type: JWT #| opaque + jwt: + claims: [ role, x-role ] + issuer-uri: ${IDP_ISSUER_URI:} + audiences: [ "dmp_web" ] + validIssuer: ${IDP_ISSUER_URI:} \ No newline at end of file diff --git a/deployment/opendmp/backend/config/server-test.yml b/deployment/opendmp/backend/config/server-test.yml new file mode 100644 index 000000000..951e78534 --- /dev/null +++ b/deployment/opendmp/backend/config/server-test.yml @@ -0,0 +1,2 @@ +server: + max-http-request-header-size: 16KB diff --git a/deployment/opendmp/backend/config/storage-test.yml b/deployment/opendmp/backend/config/storage-test.yml new file mode 100644 index 000000000..00b5b196f --- /dev/null +++ b/deployment/opendmp/backend/config/storage-test.yml @@ -0,0 +1,21 @@ +storage: + service: + defaultLanguage: en + storages: + - type: Temp + basePath: ${FILE_STORAGE}/temp + - type: Main + basePath: ${FILE_STORAGE}/main + - type: Transformer + basePath: ${FILE_STORAGE}/transformer + - type: Deposit + basePath: ${FILE_STORAGE}/deposit + static-files: + semantics: /Semantics.json + material-files: + userGuide: /material/user-guide/ + about: /material/about/ + termsOfService: /material/terms-of-service/ + glossary: /material/glossary/ + faq: /material/faq/ + language: /i18n/ diff --git a/deployment/opendmp/backend/config/tenant-test.yml b/deployment/opendmp/backend/config/tenant-test.yml new file mode 100644 index 000000000..9f42782a8 --- /dev/null +++ b/deployment/opendmp/backend/config/tenant-test.yml @@ -0,0 +1,10 @@ +tenant: + configEncryptionAesKey: rmpTvZnRWzyisUtFADBcZCn0q7Z75Xdz + configEncryptionAesIv: ec05d521a23f80ad + multitenancy: + is-multitenant: true + default-tenant-code: default + interceptor: + client-claims-prefix: client_ + enforce-trusted-tenant: false + auto-create-tenant-user: true \ No newline at end of file diff --git a/deployment/opendmp/backend/i18n/de.json b/deployment/opendmp/backend/i18n/de.json new file mode 100644 index 000000000..df7c192d0 --- /dev/null +++ b/deployment/opendmp/backend/i18n/de.json @@ -0,0 +1,1987 @@ +{ + "APP_NAME": "Argos", + "APP_NAME_CAPS": "ARGOS", + "GENERAL": { + "VALIDATION": { + "REQUIRED": "Pflichtfeld", + "GRANT-START-AFTER-END": "Anfangsdatum der Förderung kann nicht nach dem Laufzeitende liegen", + "PATTERN-_": "Schriftzeichen \"_\" ist nicht erlaubt", + "URL": { + "LABEL": "URL", + "MESSAGE": "Please provide a valid URL" + } + }, + "DELETE-CONFIRMATION": { + "TITLE": "Warnung", + "MESSAGE": "Sind Sie sicher, dass Sie dieses Element löschen möchten?", + "POSITIVE": "Ja", + "NEGATIVE": "Abbrechen" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Erstellung erfolgreich", + "SUCCESSFUL-UPDATE": "Aktualisierung erfolgreich", + "SUCCESSFUL-LOGIN": "Anmeldung erfolgreich", + "SUCCESSFUL-LOGOUT": "Abmeldung erfolgreich", + "SUCCESSFUL-EMAIL-SEND": "E-Mail erfolgreich versendet", + "SUCCESSFUL-COPY-TO-CLIPBOARD": "Copied to Clipboard", + "UNSUCCESSFUL-LOGOUT": "Abmeldung fehlgeschlagen", + "UNSUCCESSFUL-LOGIN": "Anmeldung fehlgeschlagen", + "SUCCESSFUL-DATASET-PROFILE-DELETE": "Erfolgreich gelöscht", + "UNSUCCESSFUL-DATASET-PROFILE-DELETE": "Diese Vorlage kann nicht gelöscht werden, da Datensatzbeschreibungen noch damit verbunden sind", + "SUCCESSFUL-DMP-BLUEPRINT-DELETE": "Successful Delete", + "UNSUCCESSFUL-DMP-BLUEPRINT-DELETE": "This blueprint can not deleted, because DMPs are associated with it", + "SUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "Successful Delete", + "UNSUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "This type can not deleted, because Descriptions are associated with it", + "SUCCESSFUL-DELETE": "Erfolgreich gelöscht", + "UNSUCCESSFUL-DELETE": "Löschen fehlgeschlagen", + "UNSUCCESSFUL-EMAIL-SEND": "E-Mail versenden fehlgeschlagen", + "UNSUCCESSFUL-REMOVE-TEMPLATE": "Failed to remove template, one or more datasets of this DMP use this template" + }, + "ERRORS": { + "HTTP-REQUEST-ERROR": "Ein unerwarteter Fehler ist aufgetreten" + }, + "NAMES": { + "DATASET": "Datensatzbeschreibung" + }, + "STATUSES": { + "EDIT": "Bearbeitet", + "FINALISED": "Fertiggestellt" + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "WARNING": "Warnung!", + "THIS-FIELD": "Feld", + "HAS-ERROR": "hat einen Fehler", + "REQUIRED": "Pflichtfeld", + "EMAIL": "Ungültige E-Mail", + "MIN-VALUE": "Mindestwert sollte sein {{min}}", + "MAX-VALUE": "Höchstwert sollte sein {{max}}", + "ACTIONS": { + "CANCEL": "Schließen" + } + }, + "CONFIRMATION-DIALOG": { + "DELETE-ITEM": "Dieses Element löschen?", + "DELETE-USER": "Diesen Mitwirkenden entfernen?", + "FINALIZE-ITEM": "Dieses Element fertigstellen?", + "UNFINALIZE-ITEM": "Undo Finalization?", + "PUBLISH-ITEM": "Dieses Element veröffentlichen?", + "ADD-DATASET": "Wollen Sie fortfahren, indem Sie eine Datensatzbeschreibung zu Ihrem DMP hinzufügen? Sie können jederzeit weitere Datensatzbeschreibungen hinzufügen, indem Sie \"Hinzufügen von Datensatzbeschreibung (Assistent)\" Menü benutzen.", + "ZENODO-DOI": "Möchten Sie einen digitalen Objektbezeichner (Digital Object Identifier - DOI) für den DMP erstellen?", + "LEAVE-PAGE": "Wenn Sie die Seite verlassen, gehen Ihre Änderungen verloren.", + "LEAVE-WARNING": "Sie haben nicht gespeicherte Änderungen!", + "PRIVACY-POLICY-NAMES": "Die Namen aller an diesem DMP beteiligten Personen werden öffentlich sichtbar sein. Sind Sie damit einverstanden?", + "ACTIONS": { + "CONFIRM": "Ja", + "NO": "Nein", + "DELETE": "Löschen", + "REMOVE": "Entfernen", + "CANCEL": "Rückgängig machen", + "LEAVE": "Verlassen", + "POLICY-AGREE": "Namen öffentlich sichtbar machen.", + "REQUIRED": "Anklicken des Kontrollkästchens ist erforderlich." + } + }, + "NOTIFICATION-DIALOG": { + "POPUP": { + "TITLE": "Fehlender Datensatz", + "MESSAGE": "Mindestens ein Datensatz muss erstellt werden, um mit dem Speichern des DMP fortzufahren.", + "CLOSE": "Schließen" + } + }, + "START-NEW-DMP-DIALOG": { + "IMPORT": "Import", + "FUNCTION-SUPPORTS": "function supports", + "JSON-FILES": ".json files", + "PRODUCED": "produced", + "RDA-SPECIFICATIONS": "according to RDA specifications", + "MACHINE-ACTIONABLE": "for machine-actionable DMPs", + "UPLOAD-FILE": "Upload File", + "REPLACE-FILE": "Replace File" + }, + "INVITATION-DIALOG": { + "HINT": "Press comma or enter between authors", + "SUCCESS": "Invitation successfully sent", + "ERROR": "Invitation sent failed" + }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "You have successfully created your", + "DMP": "DMP", + "TO-DATASET": "You will be transferred to the", + "DATASET": "Dataset", + "EDITOR": "editor", + "START": "let's start" + }, + "ACTIONS": { + "VIEW-ALL": "Alles anzeigen", + "SHOW-MORE": "Mehr anzeigen", + "LOAD-MORE": "Load more", + "LOAD-LESS": "Load less", + "SHOW-LESS": "Weniger anzeigen", + "LOG-IN": "Einloggen", + "TAKE-A-TOUR": "Do you need help? Take a tour..", + "NO-MORE-AVAILABLE": "No more results available" + }, + "PREPOSITIONS": { + "OF": "von" + }, + "TITLES": { + "PREFIX": "Öffne DMP - ", + "GENERAL": "Ersteller von Daten-Management-Plänen", + "ABOUT": "Über", + "PRIVACY": "Datenschutzrichtlinie", + "OPENSOURCE-LICENCES": "Opensource Licences", + "TERMS": "Nutzungsbedingungen", + "COOKIES-POLICY": "Cookies Policy", + "PLANS": "Meine DMPs", + "EXPLORE-PLANS": "Veröffentlichte DMPs", + "QUICK-WIZARD": "Neuer DMP (Assistent)", + "PLANS-NEW": "Neuer DMP (Experte)", + "DMP-NEW": "Neuer DMP", + "DESCRIPTIONS": "My Descriptions", + "EXPLORE": "Published Descriptions", + "DATASETCREATEWIZARD": "Datensatzbeschreibung hinzufügen (Assistent)", + "GRANTS": "Meine Förderungen", + "DMP-BLUEPRINTS": "DMP Blueprints", + "DATASET-PROFILES": "Vorlagen für Datensatzbeschreibungen", + "DESCRIPTION-TYPES": "Description Types", + "USERS": "Benutzer", + "PROFILE": "Mein Profil", + "LOGIN": "Anmeldung", + "DMP-OVERVIEW": "DMP Überblick", + "DMP-EDIT": "DMP bearbeiten", + "DATASET-OVERVIEW": "Dataset Overview", + "DATASET-EDIT": "Datensatz anzeigen/bearbeiten", + "DMP-NEW-VERSION": "Neue DMP Version", + "DMP-CLONE": "DMP klonen", + "DATASET-NEW": "Neue Datensatzbeschreibung", + "GRANT-NEW": "Neue Förderung", + "GRANT-EDIT": "Förderung anzeigen/bearbeiten", + "DMP-BLUEPRINT-NEW": "New DMP Blueprint", + "DMP-BLUEPRINT-CLONE": "New Clone of DMP Blueprint", + "DMP-BLUEPRINT-EDIT": "Edit DMP Blueprint", + "DATASET-PROFILES-NEW": "Neue Vorlage für Datensatzbeschreibung", + "DATASET-PROFILES-EDIT": "Vorlage der Datensatzbeschreibung bearbeiten", + "DESCRIPTION-TYPE-NEW": "New Description Type", + "DESCRIPTION-TYPE-EDIT": "Edit Description Type", + "EXPLORE-PLANS-OVERVIEW": "Übersicht über veröffentlichte DMP", + "DATASET-PUBLIC-EDIT": "Veröffentlichten Datensatz anzeigen", + "DMP-PUBLIC-EDIT": "Veröffentlichten DMP anzeigen", + "DATASET-COPY": "Datensatzbeschreibung kopieren", + "DATASET-UPDATE": "Datensatzbeschreibung aktualisieren", + "DATASET-PROFILES-NEW-VERSION": "Neue Version der Vorlage zur Datensatzbeschreibung", + "DATASET-PROFILES-CLONE": "Neuer Klon der Vorlage zur Datensatzbeschreibung", + "LANGUAGE-EDITOR": "Spracheditor", + "GUIDE-EDITOR": "Benutzerhandbuch Editor", + "LANGUAGE": "Sprache", + "SIGN-IN": "Sign in to account" + }, + "FILE-TRANSFOMER": { + "PDF": "PDF", + "XML": "XML", + "JSON": "JSON", + "DOC": "Dokument" + }, + "LANGUAGES": { + "en": "Englisch", + "gr": "Griechisch", + "es": "Spanisch", + "de": "German", + "tr": "Turkish", + "sk": "Slovak", + "sr": "Serbian", + "pt": "Portuguese", + "hr": "Croatian", + "pl": "Polish" + } + }, + "COOKIE": { + "MESSAGE": "Diese Webseite verwendet Cookies, um die Benutzererfahrung zu verbessern.", + "DISMISS": "Akzeptieren", + "DENY": "Cookies ablehnen", + "LINK": "Mehr erfahren", + "POLICY": "Cookie-Richtlinie" + }, + "EMAIL-CONFIRMATION": { + "EXPIRED-EMAIL": "Mail-Einladung abgelaufen", + "CARD-TITLE": "E-Mail", + "REQUEST-EMAIL-HEADER": "Gleich ist es geschafft! Bitte geben Sie Ihre E-Mail-Adresse ein.", + "REQUEST-EMAIL-TEXT": "Um die Anwendung zu nutzen, müssen Sie sie bestätigen.", + "SUBMIT": "Abschicken", + "SENT-EMAIL-HEADER": "E-Mail wurde verschickt!", + "EMAIL-FOUND": "E-Mail ist bereits bestätigt" + }, + "HOME": { + "DMPS": "DMPs", + "DATASETS": "Datensatzbeschreibungen", + "LOGIN": { + "TITLE": "Anmeldung", + "TEXT": "Sie müssen kein speziell für {{ APP_NAME_CAPS }} registriertes Benutzerkonto haben" + } + }, + "NAV-BAR": { + "BREADCRUMB-ROOT": "Dashboard", + "TITLE": "{{ APP_NAME_CAPS }}", + "GRANTS": "Förderungen", + "GRANT": "Förderung", + "DMP": "DMP", + "DMPS": "DMPs", + "MY-DMPS": "MEINE DMPs", + "DATASETS": "Datensatzbeschreibungen", + "DESCRIPTION": "Description", + "PUBLIC-DATASETS": "Erkunde {{ APP_NAME_CAPS }}", + "USERS": "Nutzer", + "DATASETS-ADMIN": "Datensatzvorlagen", + "DMP-BLUEPRINTS": "DMP Blueprints", + "ABOUT": "Über", + "MY-DATASET-DESCRIPTIONS": "MEINE DATENSATZBESCHREIBUNGEN", + "DATASET-DESCRIPTION-WIZARD": "Datensatzbeschreibungsassistent", + "PUBLIC DATASETS": "VERÖFFENTLICHTE DATENSATZBESCHREIBUNGEN", + "PUBLIC-DMPS": "VERÖFFENTLICHTE DMPS", + "HOME": "STARTSEITE", + "DMP-WIZARD": "DMP ASSISTENT", + "DATASET-TEMPLATES": "DATENSATZVORLAGEN", + "TEMPLATE": "VORLAGE", + "DMP-BLUEPRINTS-CAPS": "DMP BLUEPRINTS", + "USERS-BREADCRUMB": "BENUTZER", + "START-NEW-DMP": "Start new DMP", + "START-NEW-DMP-TXT": "Start fresh or continue work in {{ APP_NAME }}! Create a new DMP or upload an existing DMP to {{ APP_NAME }}", + "START-WIZARD": "Start wizard", + "IMPORT-FROM-FILE": "Import from file", + "SEARCH": { + "DATASET": "Datensatzbeschreibung", + "DMP": "DMP", + "GRANT": "Förderung", + "PUBLISHED": "Veröffentlicht" + } + }, + "SIDE-BAR": { + "GENERAL": "ALLGEMEINES", + "ABOUT": "Über", + "DASHBOARD": "Startseite", + "DMP": "DATENMANAGEMENTPLÄNE", + "MY-DMPS": "Meine DMPs", + "DATASETS": "DATENSATZBESCHREIBUNG", + "GRANTS": "FÖRDERUNGEN", + "NEW DATASET": "Neue Datensatzbeschreibung", + "QUICK-WIZARD": "Neuer DMP (Assistent)", + "QUICK-WIZARD-DATASET": "Füge Datensatzbeschreibung hinzu (Assistent)", + "ADD-EXPERT": "Neuer DMP (Experte)", + "MY-DATASET-DESC": "Meine Datensatzbeschreibungen", + "MY-DESCRIPTIONS": "My Descriptions", + "MY-GRANTS": "Meine Förderungen", + "HISTORY": "CHRONIK", + "HISTORY-VISITED": "ZULETZT BESUCHT", + "HISTORY-EDITED": "ZULETZT BEARBEITET", + "PUBLIC": "VERÖFFENTLICHT", + "PUBLIC-DMPS": "Veröffentlichte DMPs", + "PUBLIC-DESC": "Public Descriptions", + "ACCOUNT": "KONTO", + "ADMIN": "ADMINISTRATOR", + "DESCRIPTION-TEMPLATES": "Description Templates", + "DESCRIPTION-TEMPLATE-TYPES": "Description Types", + "DMP-BLUEPRINTS": "DMP Blueprints", + "USERS": "Benutzer", + "LANGUAGE-EDITOR": "Sprachbearbeitung", + "GUIDE-EDITOR": "Benutzerhandbuch bearbeiten", + "CO-BRANDING": "Co-Branding", + "SUPPORT": "Support", + "FEEDBACK": "Send feedback", + "SUPPORTIVE-MATERIAL": "Unterstützendes Material" + }, + "DATASET-PROFILE-EDITOR": { + "TITLE": { + "NEW": "New API Client", + "NEW-PROFILE": "New Description Template", + "NEW-PROFILE-VERSION": "New Version Of ", + "NEW-PROFILE-CLONE": "New Clone Of " + }, + "FIELDS": { + "DATASET-TITLE": "Description Template Name", + "DATASET-DESCRIPTION": "Description", + "ROLES": "Roles" + }, + "STEPS": { + "GENERAL-INFO": { + "TITLE": "General Info", + "DATASET-TEMPLATE-NAME": "Description template name", + "DATASET-TEMPLATE-NAME-HINT": "A title that determines the Description template.", + "DATASET-TEMPLATE-DESCRIPTION": "Description", + "DATASET-TEMPLATE-DESCRIPTION-HINT": "A brief description of what the Dataset is about, it's scope and objectives.", + "DESCRIPTION-TEMPLATE-TYPE": "Description template type", + "DESCRIPTION-TEMPLATE-SELECT-TYPE": "Select a type", + "DATASET-TEMPLATE-LANGUAGE": "Description template language", + "DATASET-TEMPLATE-SELECT-LANGUAGE": "Select a language", + "DATASET-TEMPLATE-USERS": "Editors", + "DATASET-TEMPLATE-USERS-HINT": "Add editors and save changes to notify them.", + "DATASET-TEMPLATE-REMOVE-USER": "Remove Editor", + "DATASET-TEMPLATE-NO-USERS-YET": "... No editors yet", + "DATASET-TEMPLATE-VALIDATE-AND-ADD-USER": "Validate and Add Editor", + "DATASET-TEMPLATE-DESCRIPTION-PLACEHOLDER": "Dataset template description", + "UNTITLED": "Untitled", + "QUESTION": "Question", + "TEMPLATE-OUTLINE": "Template outline", + "ERRORS":{ + "USER-NOT-FOUND":"User not found." + } + }, + "PAGE-INFO": { + "PAGE-NAME": "Chapter Name", + "PAGE-NAME-HINT": "Set a name for the desciption chapter.", + "PAGE-DESCRIPTION": "Description", + "PAGE-DESCRIPTION-HINT": "Write a brief desciption of what the chapter is about.", + "ACTIONS": { + "CREATE-FIRST-PAGE": "Create the first chapter", + "CREATE-NEW-SUBSECTION": "Section", + "CREATE-NEW-SECTION": "Chapter", + "CREATE-FIRST-SECTION": "Create the first chapter", + "NOTHING-HERE-HINT": "Nothing here yet.", + "START-CREATING-PAGE-START": "Start by ", + "START-CREATING-PAGE-END": "creating the first chapter.", + "CREATE-SECTION": "Create section" + }, + "PAGE": "Chapter" + }, + "SECTION-INFO": { + "SECTION-NAME": "Section Name", + "SECTION-NAME-HINT": "Set a name for the section.", + "SECTION-DESCRIPTION": "Description", + "SECTION-DESCRIPTION-HINT": "Write a brief desciption of what the section is about.", + "SECTION": "Section" + }, + "PAGES": { + "TITLE": "Chapter Description", + "PAGE-PREFIX": "Chapter", + "PAGE-INPUT-TITLE": "Chapter Title", + "DATASET-DETAILS": "Dataset Details", + "EXTERNAL-REFERENCES": "External References", + "DESCRIPTION": "Description" + }, + "FORM": { + "TITLE": "Form Description", + "SECTION": { + "TITLE": "Section Information", + "FIELDS": { + "ID": "Section Unique Identifier", + "TITLE": "Section Name", + "PAGE": "Page to appear", + "ORDER": "Order", + "DESCRIPTION": "Description", + "FIELDS-TITLE": "Fields", + "SUB-SECTIONS-TITLE": "Sub-Sections" + }, + "ACTIONS": { + "ADD-SUB-SECTION": "Add Sub-Section +", + "ADD-FIELD": "Add Field +" + } + }, + "COMPOSITE-FIELD": { + "TITLE": "Composite Field Information", + "SIMPLE-FIELD-TITLE": "Field Information", + "SUB-FIELDS-TITLE": "Child Fields", + "FIELDS": { + "COMPOSITE-CHECKBOX": "Composite Field", + "MULTIPLICITY-CHECKBOX": "Multiplicity", + "COMMENT-CHECKBOX": "Include Comment Field", + "COMPOSITE-TITLE": "Composite Field Name", + "FIELD-TITLE": "Field Name", + "DESCRIPTION": "Description", + "EXTENDED-DESCRIPTION": "Extended Description", + "ADDITIONAL-INFORMATION": "Additional Information", + "MULTIPLICITY-MIN": "Multiplicity Min", + "MULTIPLICITY-MAX": "Multiplicity Max", + "MULTIPLICITY-PLACEHOLDER": "Multiplicity Placeholder Text", + "MULTIPLICITY-TABLEVIEW": "View inputs in table", + "MULTIPLICITY-ADD-ONE-FIELD": "Add more", + "MULTIPLICITY-ADD-ONE-FIELD-TABLEVIEW": "Add row", + "ORDER": "Order", + "COMMENT-PLACEHOLDER": "Please Specify", + "COMMENT-HINT": "Provide additional information or justification about your selection", + "SEMANTICS": "Semantics", + "EXPORT": "Include in Export" + }, + "ACTIONS": { + "ADD-CHILD-FIELD": "Add Child Field +" + } + }, + "FIELD": { + "FIELDS": { + "RULES-TITLE": "Conditional Questions", + "FIELD-RULES-VALUE": "Value", + "ID": "Section Unique Identifier", + "VIEW-STYLE": "Type", + "MULTIPLICITY-MIN": "Multiplicity Min", + "MULTIPLICITY-MAX": "Multiplicity Max", + "ORDER": "Order", + "DEFAULT-VALUE": "Default Value", + "VALIDATION": "Validation", + "MULTIPLICITY-CHECKBOX": "Multiplicity", + "FIELD-TEXT-AREA-TITLE": "Text Area Data", + "FIELD-TEXT-AREA-PLACEHOLDER": "Input Placeholder Text", + "FIELD-RICH-TEXT-AREA-TITLE": "Rich Text Area Data", + "FIELD-RICH-TEXT-AREA-PLACEHOLDER": "Input Placeholder Text", + "FIELD-UPLOAD-TITLE": "Upload", + "FIELD-UPLOAD-PLACEHOLDER": "Upload Placeholder Text", + "FIELD-UPLOAD-MAX-FILE-SIZE": "Max File Size (up to {{maxfilesize}} Megabytes)", + "FIELD-UPLOAD-CUSTOM-FILETYPE": "Other file types", + "FIELD-UPLOAD-SELECT-FILETYPE": "Select file types", + "FIELD-UPLOAD-LABEL": "media type name", + "FIELD-UPLOAD-VALUE": "media type value", + "FIELD-BOOLEAN-DECISION-TITLE": "Boolean Decision Data", + "FIELD-BOOLEAN-DECISION-PLACEHOLDER": "Input Placeholder", + "FIELD-CHECKBOX-TITLE": "Checkbox Data", + "FIELD-CHECKBOX-PLACEHOLDER": "Input Placeholder Text", + "FIELD-FREE-TEXT-TITLE": "Free Text Data", + "FIELD-FREE-TEXT-PLACEHOLDER": "Input Placeholder Text", + "FIELD-COMBO-BOX-TYPE": "Type of Combo Box", + "FIELD-WORD-LIST-TITLE": "Word List Data", + "FIELD-WORD-LIST-PLACEHOLDER": "Input Placeholder Text", + "FIELD-WORD-LIST-LABEL": "Label", + "FIELD-WORD-LIST-VALUE": "Value", + "FIELD-INTERNAL-DMP-ENTITIES-TYPE": "Type of Internal DMP Entity", + "FIELD-RESEARCHERS-TITLE": "Researchers Autocomplete", + "FIELD-RESEARCHERS-PLACEHOLDER": "Input Placeholder Text", + "FIELD-DATASETS-PLACEHOLDER": "Input Placeholder Text", + "FIELD-DMPS-PLACEHOLDER": "Input Placeholder Text", + "FIELD-RADIO-BOX-TITLE": "Radio Box Data", + "FIELD-RADIO-BOX-PLACEHOLDER": "Input Placeholder Text", + "FIELD-RADIO-BOX-LABEL": "Label", + "FIELD-RADIO-BOX-VALUE": "Value", + "FIELD-AUTOCOMPLETE-TITLE": "Autocomplete Data", + "FIELD-AUTOCOMPLETE-PLACEHOLDER": "Input Placeholder Text", + "FIELD-AUTOCOMPLETE-SOURCE-TITLE": "Sources", + "FIELD-AUTOCOMPLETE-ADD_SOURCE": "Add Source", + "FIELD-AUTOCOMPLETE-TYPE": "Source Type", + "FIELD-AUTOCOMPLETE-TYPE-UNCACHED": "Uncached", + "FIELD-AUTOCOMPLETE-TYPE-CACHED": "Cached", + "FIELD-AUTOCOMPLETE-LABEL": "Label", + "FIELD-AUTOCOMPLETE-VALUE": "Value", + "FIELD-AUTOCOMPLETE-SOURCE": "Source", + "FIELD-AUTOCOMPLETE-URL": "Url", + "FIELD-AUTOCOMPLETE-OPTIONS-ROOT": "Options Root", + "FIELD-AUTOCOMPLETE-HAS-AUTH": "Has Authentication", + "FIELD-AUTOCOMPLETE-AUTH-METHOD": "Method", + "FIELD-AUTOCOMPLETE-AUTH-BODY": "Request Body", + "FIELD-AUTOCOMPLETE-AUTH-TYPE": "Authentication Type", + "FIELD-DATE-PICKER-TITLE": "Date Picker", + "FIELD-DATE-PICKER-PLACEHOLDER": "Input Placeholder Text", + "FIELD-DATE-PICKER-LABEL": "Label", + "FIELD-DATE-PICKER-VALUE": "Value", + "FIELD-MULTIPLE-AUTOCOMPLETE": "Multiple Autocomplete", + "FIELD-MULTIPLE-WORDLIST": "Multiple Selection", + "FIELD-CURRENCY-TITLE": "Currency Data", + "FIELD-CURRENCY-PLACEHOLDER": "Input Placeholder Text", + "FIELD-REGISTRIES-TITLE": "Metadata", + "FIELD-REGISTRIES-PLACEHOLDER": "Input Placeholder Text", + "FIELD-SERVICES-TITLE": "Services Data", + "FIELD-SERVICES-PLACEHOLDER": "Input Placeholder Text", + "FIELD-ORGANIZATIONS-TITLE": "Organizations Data", + "FIELD-ORGANIZATIONS-PLACEHOLDER": "Input placeholder Text", + "FIELD-EXTERNAL-DATASETS-TITLE": "External Datasets Data", + "FIELD-EXTERNAL-DATASETS-PLACEHOLDER": "Input placeholder", + "FIELD-DATA-REPOSITORIES-TITLE": "Data Repositories Data Text", + "FIELD-DATA-REPOSITORIES-PLACEHOLDER": "Input placeholder", + "FIELD-PUB-REPOSITORIES-TITLE": "Publication repositories", + "FIELD-PUB-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-JOURNALS-REPOSITORIES-TITLE": "Journals", + "FIELD-JOURNALS-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-TAXONOMIES-TITLE": "Taxonomies Data", + "FIELD-TAXONOMIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-LICENSES-TITLE": "Licenses Data", + "FIELD-LICENSES-PLACEHOLDER": "Input placeholder Text", + "FIELD-PUBLICATIONS-TITLE": "Publications Data", + "FIELD-PUBLICATIONS-PLACEHOLDER": "Input placeholder Text", + "FIELD-TAGS-TITLE": "Tags Data", + "FIELD-TAGS-PLACEHOLDER": "Input placeholder Text", + "FIELD-DATASET-IDENTIFIER-TITLE": "Dataset Identifier Data", + "FIELD-DATASET-IDENTIFIER-PLACEHOLDER": "Input placeholder", + "FIELD-VALIDATOR-TITLE": "Validator Data", + "FIELD-VALIDATOR-PLACEHOLDER": "Input placeholder Text", + "EXTERNAL-DATASET-TYPE-NAME": "Type", + "EXTERNAL-DATASET-TYPES":{ + "PRODUCED": "Produced dataset", + "REUSED": "Reused dataset", + "OTHER": "Other" + } + }, + "ERROR-MESSAGES": { + "FIELD-OTHER-SOURCES-REQUIRED": "At least one source must be provided.", + "FIELD-RADIO-AT-LEAST-ONE-REQUIRED": "There must be at least one option provided.", + "FIELD-SELECT-AT-LEAST-ONE-REQUIRED": "There must be at least one option provided." + }, + "DEFAULT-VALUES": { + "NONE": "Keine", + "BOOLEAN-DECISION": { + "YES": "Ja", + "NO": "Nein" + }, + "CHECK-BOX": { + "CHECKED": "Checked", + "UNCHECKED": "Unchecked" + } + }, + "ACTIONS": { + "ADD-RULE": "Add Visibility Rule +" + }, + "STATUS":{ + "CALCULATING-PREVIEW":"... calculating preview", + "PREVIEW-UPDATED":"Preview updated!" + } + }, + "RULE": { + "FIELDS": { + "RULE-TYPE": "Rule Type", + "TARGET": "Target Field Id", + "VALUE": "Required Value", + "RULE-IF": "If Value is", + "RULE-THEN": "then show Question", + "FIELDSETS": "Questions", + "FIELDS": "Inputs" + }, + "HINTS": { + "ELEMENT-CHILD-OF-TARGET": "This element is parent of selected input.", + "ELEMENT-HIDDEN-FROM-ELEMENT": "This element hides the element or a parent element of the input you are trying to apply visibility rule from." + } + }, + "FORM-VALIDATION": { + "ERROR-MESSAGES": { + "PAGE-MUST-HAVE-SECTION": "Each chapter must have at least one section.", + "NEEDS-MORE-INFORMATION": " needs more information.", + "MUST-HAVE-SECTION-OR-FIELDSET": " must have either section or question.", + "MISSING": "Missing", + "PROVIDE-PAGE-AND-SECTION": "Make sure you provide a chapter and at least one section per chapter." + } + }, + "TABLE-OF-CONTENTS": { + "ERROR-MESSAGES": { + "FIELDSET-MUST-HAVE-PARENT-SECTION": "Question can only be child of section.", + "INPUT-SECTION-SAME-LEVEL": "Cannot have question and section on the same level.", + "DRAG-NOT-SUPPORTED": "Drag n drop of section not supported to target container.", + "PAGE-ELEMENT-ONLY-TOP-LEVEL": "Chapter elements can only be at top level" + } + } + }, + "TOOLKIT": { + "GENERAL-TOOLS": "Questions tools", + "NEW-INPUT-SET": "Add Question", + "CLONE": "Clone", + "DELETE": "Delete" + } + }, + "ACTIONS": { + "SAVE": "Save", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-CLOSE": "Save & Close", + "FINALIZE": "Finalize", + "UPDATE": "Update", + "UPDATE-AND-CONTINUE": "Update & Continue", + "UPDATE-AND-CLOSE": "Update & Close", + "CANCEL": "Cancel", + "DELETE": "Delete", + "ADD-PAGE": "Add Page +", + "ADD-SECTION": "Add Section +", + "VALIDATE": "Validate", + "PREVIEW-AND-FINALIZE": "Preview and finalize", + "BACK-TO-TOP": "Back to top", + "FIELD": { + "MAKE-IT-REQUIRED": "Make input required", + "ADD-VISIBILITY-RULE": "Add Conditional Question", + "DELETE-INPUT": "Delete this input", + "PREVIEW": "Preview", + "NOT-INITIALIZED": "Not initialized yet", + "MOVE-UP": "Move this input above", + "MOVE-DOWN": "Move this input below" + }, + "FIELDSET": { + "ADD-INPUT": "Add input", + "COMMENT-FIELD": "Comment field", + "INCLUDE-COMMENT-FIELD": "A comment field input is appended to the given question.", + "ENABLE-MULTIPLICITY": "User may provide more than one answer to the given question.", + "MULTIPLICITY": "Multiplicity", + "MORE": "More.." + } + }, + "FEEDBACK-MESSAGES": { + "SAVE-SUCCESS": "Changes were saved successfully." + }, + "ERRORS": { + "INVALID-VISIBILITY-RULES": { + "MESSAGE-START": "There were invalid visibilty rules detected in ", + "MESSAGE-END": ". Would you like to fix them?", + "CONFIRM-YES": "Yes, remove invalid rules", + "CONFIRM-NO": "No, keep them.", + "REMOVE-SUCCESS": "Invalid visibility rules were removed successfully." + } + } + }, + "GRANT-LISTING": { + "TITLE": "Förderungen", + "SUBTITLE": "Förderung Untertitel", + "ACTIONS": { + "NEW": "Neue Förderung" + } + }, + "DMP-LISTING": { + "DMP": "DMP", + "GRANT": "Grant", + "TITLE": "Datenmanagementpläne", + "OWNER": "Besitzer", + "MEMBER": "Mitglied", + "CREATOR": "Ersteller", + "EDITED": "Edited", + "FINALIZED": "Finalized", + "PUBLISHED": "Published", + "VERSION": "Version", + "CONTAINED-DESCRIPTIONS": "Contained Descriptions", + "TEXT-INFO": "Information in a DMP show how datasets have been collected and/or generated, how they have been processed and analysed, i.e. using which tools, standards, methodologies etc, but also where and how datasets are backed up, published and preserved, including any costs associated with personnel dedicated for data curation/ stewardship activities or costs for acquiring or building data management services.", + "TEXT-INFO-QUESTION": "Not sure how a DMP looks in practice? Browse Public DMPs and", + "LINK-ZENODO": "LIBER community in Zenodo", + "GET-IDEA": "to get an idea!", + "SORT-BY": "Sort by", + "COLUMNS": { + "NAME": "Name", + "GRANT": "Förderung", + "PROFILE": "Vorlage", + "CREATION-TIME": "Erstellungszeitpunkt", + "ORGANISATIONS": "Organisationen", + "LATEST_VERSION": "Aktuelle Version", + "ACTIONS": "Aktionen", + "DATASETS": "Datensatzbeschreibungen", + "STATUS": "Status", + "PEOPLE": "Personen", + "VERSION": "Version" + }, + "ACTIONS": { + "NEW": "Neuer DMP", + "NEW-WITH-WIZARD": "Neuer DMP unter Verwendung des Assistenten", + "EDIT": "Bearbeiten", + "INVITE": "Mitwirkende einladen", + "INVITE-AUTHORS": "Invite authors", + "INVITE-SHORT": "Invite", + "ADD-DATASET": "Datensatzbeschreibung zum DMP hinzufügen", + "ADD-DESCRIPTION-SHORT": "Add Description", + "ADD-DESCRIPTION-FOR-SECTION": "Add Description", + "DATASETS": "Alle DMP-Datensatzbeschreibungen auflisten", + "NEW-VERSION": "Neue Version", + "START-NEW-VERSION": "Start New Version", + "VIEW-VERSION": "Alle DMP-Versionen", + "CLONE": "Klonen", + "COPY": "Kopieren", + "DELETE": "Löschen", + "DEPOSIT": "Deposit", + "EXPORT": "Exportieren", + "MAKE-PUBLIC": "Make public", + "PUBLISH": "Veröffentlichen", + "FINALIZE": "Fertigstellen", + "UNFINALIZE": "Undo Finalization", + "ADV-EXP": "Erweiterter Export", + "EXP-AS": "Exportieren Als", + "DOWNLOAD-XML": "XML Herunterladen", + "DOWNLOAD-DOCX": "Dokument herunterladen", + "DOWNLOAD-PDF": "PDF Herunterladen", + "SETTINGS": "Einstellungen", + "GETDOI": "DOI beziehen" + }, + "TOOLTIP": { + "DMP-STATUS": { + "DRAFT": "Privater Zugriff - Bearbeitbarer DMP", + "FINALIZED": "Privater Zugriff - DMP geschlossen", + "PUBLISHED": "Öffentlicher Zugriff - DMP geschlossen" + }, + "LEVEL-OF-ACCESS": "Zugriffsebene", + "INVOLVED-DATASETS": "Beteiligte Datensatzbeschreibungen", + "TEMPLATES-INVOLVED": "Datensatzbeschreibung: beteiligte Vorlagen" + }, + "VIEW-ALL-VERSIONS": "Alle Versionen von", + "EMPTY-LIST": "Nothing here yet." + }, + "DMP-PUBLIC-LISTING": { + "TITLE": "Veröffentlichte Datenmanagementpläne", + "OWNER": "Besitzer", + "MEMBER": "Mitglied", + "CREATOR": "Ersteller", + "VIEW-ONLY": "Nur ansehen", + "TOOLTIP": { + "PUBLISHED": "Öffentlicher Zugriff - DMP geschlossen", + "INVOLVED-DATASETS": "Beteiligte Datensatzbeschreibungen", + "TEMPLATES-INVOLVED": "Datensatzbeschreibung: beteiligte Vorlagen" + }, + "EMPTY-LIST": "Nothing here yet." + }, + "DMP-UPLOAD": { + "TITLE": "Datenmanagementplan importieren", + "UPLOAD-BUTTON": "Hochladen", + "UPLOAD-SUCCESS": "Import war erfolgreich", + "ACTIONS": { + "IMPORT": "Import", + "CANCEL": "Abbrechen" + }, + "PLACEHOLDER": "DMP Titel" + }, + "DATASET-WIZARD": { + "TITLE": { + "NEW": "Neue Datensatzbeschreibung" + }, + "EDITOR": { + "FIELDS": { + "EXTERNAL-DATASET-TYPE": "Art", + "EXTERNAL-AUTOCOMPLETE-SUBTITLE": "Quelle: ", + "EXTERNAL-AUTOCOMPLETE-NO-SOURCE": "Quelle nicht angegeben" + } + }, + "FIRST-STEP": { + "TITLE": "Informationen zur Datensatzbeschreibung", + "DMP": "Datenmanagementplan", + "PROFILE": "Vorlage für Datensatzbeschreibung", + "SUB-TITLE": "Erstellt am: " + }, + "SECOND-STEP": { + "TITLE": "Externe Referenzen", + "EXTERNAL-HINT": "Liste der Werte, die von externer(n) Quelle(n) stammen" + }, + "THIRD-STEP": { + "TITLE": "Beschreibung" + }, + "ACTIONS": { + "NEXT": "Weiter", + "BACK": "Zurück", + "CLOSE": "Schließen", + "BACK-TO": "Back to", + "DELETE": "Löschen", + "GO-TO-GRANT": "Gehe zu Datansatzbeschreibung Förderung", + "GO-TO-DMP": "Gehe zu Datensatzbeschreibung DMP", + "SAVE": "Speichern", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-ADD": "Save & Add New", + "SAVE-AND-CLOSE": "Save & Close", + "SAVE-AND-FINALISE": "Speichern und Fertigstellen", + "FINALIZE": "Fertigstellen", + "REVERSE": "Fertigstellung rückgängig machen", + "INFO": "Datensätze von fertiggestellten DMPs können nicht auf 'offen' zurückgesetzt werden", + "LOCK": "Datensatz ist durch einen anderen Benutzer gesperrt", + "DOWNLOAD-PDF": "PDF herunterladen", + "DOWNLOAD-XML": "XML herunterladen", + "DOWNLOAD-DOCX": "DOCX herunterladen", + "COPY-DESCRIPTION": "Copy Description", + "UPDATE-DATASET-PROFILE": "Vorlage aktualisieren", + "VALIDATE":"Validate", + "UNDO-FINALIZATION-QUESTION" :"Undo finalization?", + "CONFIRM" : "Yes", + "REJECT": "No" + }, + "MESSAGES": { + "DATASET-NOT-FOUND": "Datensatzbeschreibung ist nicht vorhanden", + "DATASET-NOT-ALLOWED": "Sie haben keinen Zugriff auf diese Datensatzbeschreibung", + "SUCCESS-UPDATE-DATASET-PROFILE": "Vorlage der Datensatzbeschreibung erfolgreich aktualisiert", + "MISSING-FIELDS": "There are some required fields left unfilled. Please check the DMP and make sure that all required questions are answered and URLs are provided with valid input. (Missing fields are marked in red color)", + "NO-FILES-SELECTED": "There is no selected file to upload", + "LARGE-FILE-OR-UNACCEPTED-TYPE": "The file is too large or its type is not supported.", + "MAX-FILE-SIZE": "Uploaded files should be up to {{maxfilesize}} MB.", + "ACCEPTED-FILE-TRANSFOMER": "Supported media types are: " + }, + "UPLOAD": { + "UPLOAD-XML": "Importieren", + "UPLOAD-XML-FILE-TITLE": "Vorlage der Datensatzbeschreibung importieren", + "UPLOAD-XML-NAME": "Name der Datensatzbeschreibungsvorlage", + "UPLOAD-XML-IMPORT": "Datei", + "UPLOAD-XML-FILE-CANCEL": "Abbrechen" + }, + "NEW-VERSION-FROM-FILE": { + "NEW-VERSION-XML": "Import", + "NEW-VERSION-XML-FILE-TITLE": "New Version from File for {{datasetName}}", + "NEW-VERSION-XML-FILE-CANCEL": "Cancel", + "NEW-VERSION-XML-SUCCESSFUL": "New Version successfully uploaded" + }, + "DIALOGUE": { + "TITLE": "Kopieren der Datensatzbeschreibung in den DMP", + "DMP-SEARCH": { + "PLACEHOLDER": "Suche DMP" + }, + "COPY": "Kopieren", + "CANCEL": "Abbrechen", + "NEXT": "Next", + "ERROR-MESSAGE": "Diese Vorlage der Datensatzbeschreibung ist nicht enthalten" + }, + "LOCKED":{ + "TITLE":"Dataset is locked", + "MESSAGE": "Somebody else is modifying the dataset at this moment. You may view the dataset but you cannot make any changes. If you would like to modify it please come back later." + } + }, + "DMP-OVERVIEW": { + "GRANT": "Förderung", + "DMP-AUTHORS": "DΜP Authors", + "RESEARCHERS": "Forschende", + "DESCRIPTIONS-USED": "Descriptions used", + "COLLABORATORS": "Mitwirkende", + "PUBLIC": "Public", + "PRIVATE": "Private", + "LOCKED": "Locked", + "UNLOCKED": "Unlocked", + "YOU": "you", + "LOCK": "Lock", + "TOOLTIP": { + "LEVEL-OF-ACCESS": "Zugriffsebene", + "INVOLVED-DATASETS": "Beteiligte Datensatzbeschreibungen", + "TEMPLATES-INVOLVED": "Datensatzbeschreibung: beteiligte Vorlagen" + }, + "ERROR": { + "DELETED-DMP": "Der angeforderte DMP ist gelöscht", + "FORBIDEN-DMP": "Sie sind nicht berechtigt auf diesen DMP zuzugreifen" + }, + "MULTIPLE-DIALOG": { + "ZENODO-LOGIN": "Login with Zenodo", + "USE-DEFAULT": "Use Default Token" + }, + "DEPOSIT": { + "ACCOUNT-LOGIN": "Which account would you like to use?", + "LOGIN": "Login with {{repository}}", + "NO-REPOSITORIES": "No publishing repositories", + "SELECT-REPOSITORIES": "Select repositories to deposit", + "AUTHORIZE": "Proceed to authorization", + "CANCEL": "Cancel" + }, + "LOCKED-DIALOG":{ + "TITLE": "DMP is locked", + "MESSAGE":"Somebody else is modifying the DMP at this moment. If you would like to modify or view it, please come back later." + }, + "MIN-DESCRIPTIONS-DIALOG": { + "TITLE": "Min({{minMultiplicity}}) datasets needed using this template.", + "MESSAGE": "Add dataset." + } + }, + "DATASET-OVERVIEW": { + "DESCRIPTION-AUTHORS": "Description authors", + "ERROR": { + "DELETED-DATASET": "The requested dataset is deleted", + "FORBIDEN-DATASET": "You are not allowed to access this dataset" + }, + "LOCKED":{ + "TITLE": "Dataset is locked", + "MESSAGE": "Somebody else is modifying the dataset at this moment. If you would like to modify or view it, please come back later." + }, + "FINALISE-POPUP":{ + "MESSAGE":"You will be directed to Dataset Editor where you can finalize the selected dataset. Would you like to proceed?", + "CONFIRM":"OK", + "CANCEL":"Cancel" + } + }, + "DATASET-LISTING": { + "TITLE": "Datensatzbeschreibungen", + "DESCRIPTION": "Description", + "SELECT-DESCRIPTIONS-TO-CLONE": "Select which descriptions to include in the new DMP. Selected descriptions will be editable.", + "SELECT-DESCRIPTIONS-NONE": "Not available Descriptions for this DMP.", + "TEXT-INFO": "Datasets are documented following pre-defined templates which set the content of dataset descriptions. In {{ APP_NAME }}, a DMP can contain as many dataset descriptions as the datasets it documents. Browse ", + "TEXT-INFO-REST": " for a look at datasets described in {{ APP_NAME }} DMPs", + "LINK-PUBLIC-DATASETS": "Public Datasets", + "TEXT-INFO-PAR": "New datasets can be added to existing DMPs at any time and be described with more than one template. Datasets can also be cloned and re-used in other DMPs as well as be deleted without negatively affecting the DMP as a whole.", + "COLUMNS": { + "NAME": "Name", + "REFERNCE": "Referenz", + "GRANT": "Förderung", + "URI": "URI", + "STATUS": "Status", + "DESCRIPTION": "Beschreibung", + "CREATED": "Erstellt", + "PUBLISHED": "Veröffentlicht", + "FINALIZED": "Fertiggestellt", + "LAST-EDITED": "Zuletzt bearbeitet", + "ACTIONS": "Aktionen", + "DMP": "DMP", + "PROFILE": "Vorlage", + "DATAREPOSITORIES": "Datenrepositorien", + "REGISTRIES": "Verzeichnisse", + "SERVICES": "Dienste" + }, + "ACTIONS": { + "EDIT": "Bearbeiten", + "MAKE-IT-PUBLIC": "Veröffentlichen", + "VIEW": "Ansehen", + "NEW": "Neue Datensatzbeschreibung", + "CREATE-NEW": "Neue Datensatzbeschreibung erstellen", + "EXPORT": "Export", + "INVITE-COLLABORATORS": "Invite collaborators", + "INVITE-SHORT": "Invite" + }, + "STATES": { + "EDITED": "Edited", + "PUBLIC": "Public", + "FINALIZED": "Finalized", + "PUBLISHED": "Published" + }, + "TOOLTIP": { + "DATASET-STATUS": { + "DRAFT": "Privater Zugriff - Datensatzbeschreibung bearbeitbar", + "FINALIZED": "Privater Zugriff - Datensatzbeschreibung geschlossen" + }, + "DMP": "DMP", + "GRANT": "Förderung", + "TEMPLATES-INVOLVED": "Vorlage für Datensatzbeschreibung", + "VERSION": "DMP Version", + "PART-OF": "Part of", + "TO-DMP": "To DMP", + "DMP-FOR": "DMP for" + }, + "EMPTY-LIST": "Nothing here yet." + }, + "DATASET-PUBLIC-LISTING": { + "TITLE": "Veröffentlichte Datensatzbeschreibungen", + "TOOLTIP": { + "FINALIZED": "Privater Zugriff - Datensatzbeschreibung geschlossen", + "DMP": "DMP", + "GRANT": "Förderung", + "TEMPLATES-INVOLVED": "Vorlage für Datensatzbeschreibung" + }, + "EMPTY-LIST": "Nothing here yet." + }, + "DATASET-PROFILE-LISTING": { + "TITLE": "Description Templates", + "COLUMNS": { + "NAME": "Name", + "REFERNCE": "Referenz", + "GRANT": "Förderung", + "URI": "URI", + "ROLE": "Rolle", + "TEMPLATE": "Vorlage", + "ORGANIZATION": "Organisation", + "STATUS": "Status", + "VISITED": "Besucht", + "EDITED": "Bearbeitet", + "DESCRIPTION": "Beschreibung", + "CREATED": "Erstellt", + "ACTIONS": "Aktionen", + "DMP": "DMP", + "PROFILE": "Vorlage", + "DATAREPOSITORIES": "Datenrepositorien", + "REGISTRIES": "Verzeichnisse", + "SERVICES": "Dienste" + }, + "ACTIONS": { + "EDIT": "Bearbeiten", + "MAKE-IT-PUBLIC": "Veröffentlichen", + "VIEW": "Ansehen", + "CLONE": "Klon", + "NEW-VERSION": "Neue Version", + "NEW-VERSION-FROM-FILE": "New Version from File", + "VIEW-VERSIONS": "All Description Template Versions", + "DELETE": "Delete", + "CREATE-DESCRIPTION-TEMPLATE": "Create Description Template" + } + }, + "DESCRIPTION-TYPES-LISTING": { + "TITLE": "Description Types", + "CREATE-TYPE": "Create Description Type", + "COLUMNS": { + "NAME": "Name", + "STATUS": "Status" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "ACTIONS": { + "DELETE": "Delete" + } + }, + "DATASET-UPLOAD": { + "TITLE": "Datensatzbeschreibung importieren", + "UPLOAD-BUTTON": "Hochladen", + "ACTIONS": { + "IMPORT": "Importieren", + "CANCEL": "Abbrechen" + }, + "PLACEHOLDER": "Titel der Datensatzbeschreibung", + "DATASET-PROFILE": { + "SELECT": "Vorlage für Datensatzbeschreibung auswählen" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Erfolgreich importiert", + "UNSUCCESSFUL": "Etwas ist schief gelaufen" + } + }, + "DESCRIPTION-TYPE-EDITOR": { + "NEW": "New Description Type", + "FIELDS": { + "LABEL": "Name" + }, + "ACTIONS": { + "SAVE": "Save", + "FINALIZE": "Finalize", + "CANCEL": "Cancel" + } + }, + "DMP-BLUEPRINT-EDITOR": { + "TITLE": { + "NEW": "New DMP Blueprint", + "NEW-PROFILE-CLONE": "New Clone Of ", + "EDIT": "Edit" + }, + "FIELDS": { + "TITLE": "Fields", + "LABEL": "Name", + "TYPE": "Type", + "DATATYPE": "Data Type", + "REQUIRED": "Pflichtfeld", + "FIELD-MULTIPLE-SELECT": "Multiple", + "EXTERNAL-AUTOCOMPLETE": { + "TITLE": "Autocomplete Data", + "MULTIPLE-AUTOCOMPLETE": "Multiple Autocomplete", + "PLACEHOLDER": "Input Placeholder", + "URL": "Url", + "OPTIONS-ROOT": "Options Root", + "LABEL": "Label", + "VALUE": "Value" + } + }, + "ACTIONS": { + "SAVE": "Save", + "CANCEL": "Abbrechen", + "DELETE": "Löschen", + "FINALIZE": "Finalize", + "DOWNLOAD-XML": "Download XML" + }, + "CONFIRM-DELETE-DIALOG":{ + "MESSAGE": "Would you like to delete this DMP template?", + "CONFIRM-BUTTON": "Yes, delete", + "CANCEL-BUTTON": "No" + } + }, + "GRANT-EDITOR": { + "TITLE": { + "NEW": "Neue Förderung", + "EDIT": "Bearbeiten" + }, + "FIELDS": { + "LABEL": "Titel", + "ABBREVIATION": "Abkürzung", + "URI": "URL", + "START": "Beginn", + "END": "Ende", + "DESCRIPTION": "Beschreibung", + "LOGO": "Logo der Förderung" + }, + "ACTIONS": { + "SAVE": "Speichern", + "CANCEL": "Abbrechen", + "DELETE": "Löschen", + "GO-TO-DMPS": "Gehe zu DMPs", + "VISIT-WEBSITE": "Website besuchen" + } + }, + "DMP-EDITOR": { + "TITLE": { + "NEW": "Neuer Datenmanagementplan", + "EDIT": "Bearbeiten", + "EDIT-DMP": "Editing DMP", + "ADD-DATASET": "Adding dataset", + "EDIT-DESCRIPTION": "Editing Description", + "CLONE-DMP": "Clone", + "NEW-VERSION": "New Version", + "CREATE-DATASET": "Creating Dataset Description", + "SUBTITLE": "DOI", + "PREVIEW-DATASET": "Previewing Dataset" + }, + "FIELDS": { + "NAME": "Titel", + "RELATED-GRANT": "Zugehörige Förderung", + "DESCRIPTION": "Beschreibung", + "DESCRIPTION-HINT": "Briefly describe the context and purpose of the DMP", + "ORGANISATIONS": "Organizations", + "ORGANISATIONS-HINT": "Nennen Sie hier die Namen der Organisationen, die an der Erstellung und Überarbeitung der DMPs beteiligt waren", + "RESEARCHERS": "Forschende", + "RESEARCHERS-HINT": "Add here the names of people that have produced, processed, analysed the data described in the DMP. ", + "AUTHORS": "Authors", + "TEMPLATES": "Vorlagen", + "TEMPLATE": "DMP Vorlage", + "DATASET-TEMPLATES": "Zugehörige Vorlagen für Datensatzbeschreibungen", + "SELECT-TEMPLATE": "Select a template to describe your descriptions", + "PROFILE": "DMP Vorlage", + "PROJECT": "Projekt", + "GRANT": "Förderung", + "GRANTS": "Grants", + "GRANTS-HINT": "Find the grant of your research or add new", + "FUNDER": "Fördergeber", + "FUNDER-HINT": "Select a funder of your research or add new", + "FUNDING-ORGANIZATIONS": "Funding organizations", + "PROJECT-HINT": "Projects in {{ APP_NAME }} are perceived as distinct activities falling under a grant or common activities under different grants in collaborative schemas, eg open call for contributions. Please complete it for the grant associated to your organization if your project falls under this category. In all other cases, please leave blank and it will be autocompleted.", + "STATUS": "DMP Status", + "EXTERNAL-SOURCE-HINT": "Liste der Werte, die von externer(n) Quelle(n) stammen", + "COLLABORATORS": "Mitwirkende", + "LANGUAGE": "Language", + "LANGUAGE-HINT": "Select the language of your DMP", + "LICENSE": "License", + "VISIBILITY": "Visibility", + "VISIBILITY-HINT": "Choose how the DMP is displayed in {{ APP_NAME }}. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.", + "PUBLICATION": "Publication Date", + "CONTACT": "Contact", + "COST": "Costs", + "DESCRIPTIONS": "Descriptions" + }, + "ACTIONS": { + "GO-TO-GRANT": "Gehe zu DMP Förderung", + "GO-TO-DATASETS": "Gehe zu Datensatzbeschreibungen", + "SAVE-CHANGES": "Änderungen speichern", + "SAVE": "Speichern", + "CANCEL": "Abbrechen", + "DELETE": "Löschen", + "DELETE-DATASET": "Delete Dataset", + "DISCARD": "Discard", + "FINALISE": "Fertigstellen", + "LOCK": "DMP ist durch einen anderen Benutzer gesperrt", + "PERMISSION": "Sie sind nicht berechtigt, diesen DMP zu bearbeiten", + "INSERT-MANUALLY": "Insert it manually", + "CREATE-DATASET": "Create new one", + "DISABLED-EXPORT": "Please save your changes to export this DMP" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Fill with description", + "ORGANIZATION": "Select organization", + "AUTHORS": "Select authors", + "RESEARCHERS": "Select researchers" + }, + "SNACK-BAR": { + "UNSUCCESSFUL-DOI": "DOI Erstellung fehlgeschlagen", + "SUCCESSFUL-DOI": "DOI Erstellung erfolgreich", + "UNSUCCESSFUL-FINALIZE": "Fertigstellung des DMP fehlgeschlagen" + }, + "DESCRIPTION-TEMPLATE-LIST": { + "TITLE": "Available Description Templates", + "TEXT": "Descriptions selected: ", + "OK": "OK" + }, + "VISIBILITY": { + "PUBLIC": "Public", + "RESTRICTED": "Restricted" + }, + "STEPPER": { + "USER-GUIDE": "Guide steps", + "MAIN-INFO": "Main info", + "FUNDING-INFO": "Funding info", + "DATASET-SELECTION": "Dataset selection", + "DESCRIPTION-INFO": "Description info", + "LICENSE-INFO": "License info", + "DATASET": "Dataset", + "PREVIOUS": "Previous", + "NEXT": "Next" + }, + "MAIN-INFO": { + "INTRO": "A DMP in {{ APP_NAME }} consists of key information about research, such as purpose, objectives and researchers involved, but also about documentation of research datasets, namely dataset descriptions, that highlight the steps followed and the means used across data management activities.", + "HINT": "A brief description of what the DMP is about, it’s scope and objectives.", + "TYPING": "Type more letters of the name so its more possible to find the correct one.", + "UNIQUE-IDENTIFIER": "Unique Identifier", + "RESEARCHER-IDENTIFIER-EXISTS": "Researcher identifier already exists.", + "ORGANISATION-IDENTIFIER-EXSTS": "Organisation identifier already exists.", + "IDENTIFIER-EXISTS-RESEARCHER-LIST": "This identifier is already used by a researcher in the researchers list.", + "IDENTIFIER-EXISTS-ORGANISATION-LIST": "This identifier is already used by an organisation in the organisations list.", + "SAVE":"Save", + "CANCEL": "Cancel" + }, + "FUNDING-INFO": { + "INTRO": "You are using the DMP editor. Add here information about the scope, funding, actors of your DMP and decide on access and re-use issues for the DMP output that you are creating.", + "FIND": "Couldn't find the correct one?", + "UNIQUE-IDENTIFIER": "Unique Identifier", + "IDENTIFIER-FUNDER-EXISTS": "A funder with the given identifier exists.", + "IDENTIFIER-GRANT-EXISTS": "A grant with the given identifier exists.", + "IDENTIFIER-PROJECT-EXISTS": "A project with the given identifier exists." + }, + "DATASET-INFO": { + "INTRO": "A DMP in {{ APP_NAME }} consists of key information about research, such as purpose, objectives and researchers involved, but also about documentation of research datasets, namely dataset descriptions, that highlight the steps followed and the means used across data management activities.", + "SECOND-INTRO": "Datasets are documented following pre-defined templates which set the content of dataset descriptions. In {{ APP_NAME }}, a DMP can contain as many dataset descriptions as the datasets it documents.", + "FIND": "Couldn't find a suitable one?", + "HINT": "Select a template to describe your descriptions. You may select more than one template." + }, + "LICENSE-INFO": { + "INTRO": "Each DMP can contain specific license informatation over how much open and available it is, that way you can determine who can see your dataset and for how long that data will be private", + "HINT": "A brief description of what license the DMP is using, it’s type and when it will open.", + "TYPING": "Type more letters of the name so its more possible to find the correct one." + }, + "DATASET-DESCRIPTION": { + "INTRO": "Ιn general terms, your research data should be 'fair', that is findable, accessible, interoperable and re-usable. these principles precede implementation choices and do not necessarily suggest any specific technology, standard, or implementation-solution. this template is not intended as a strict technical implementation of the fair principles, it is rather inspired by fair as a general concept." + }, + "CHANGES": "unsaved changes", + "CLONE-DIALOG": { + "CLONE": "Clone", + "SAVE": "Save", + "CANCEL": "Cancel" + }, + "LOCKED":{ + "TITLE":"DMP is locked", + "MESSAGE":"Somebody else is modifying the DMP at this moment. You may view the dataset but you cannot make any changes." + } + }, + "DMP-BLUEPRINT-LISTING": { + "TITLE": "DMP Blueprints", + "CREATE-DMP-BLUEPRINT": "Create DMP Blueprint", + "COLUMNS": { + "NAME": "Name", + "STATUS": "Status", + "CREATED": "Erstellt", + "PUBLISHED": "Veröffentlicht", + "LAST-EDITED": "Zuletzt bearbeitet" + }, + "ACTIONS": { + "CLONE": "Clone", + "DOWNLOAD-XML":"Download XML", + "DELETE": "Delete" + }, + "UPLOAD": { + "UPLOAD-XML": "Importieren", + "UPLOAD-XML-FILE-TITLE": "Vorlage des Datenmanagementplans importieren", + "UPLOAD-XML-NAME": "Name der DMP Vorlage", + "UPLOAD-XML-IMPORT": "Datei", + "UPLOAD-XML-FILE-CANCEL": "Abbrechen" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "MESSAGES":{ + "TEMPLATE-UPLOAD-SUCCESS":"Template successfully uploaded" + } + }, + "DYNAMIC-FORM": { + "FIELDS": { + "LABEL": "Label" + }, + "ACTIONS": { + "PREVIEW": "Preview", + "ADD-PAGE": "Add Page +", + "ADD-SECTION": "Add Section +" + } + }, + "CRITERIA": { + "FILTERS": "Filters", + "GRANTS": { + "LIKE": "Suchen", + "PERIOD-FROM": "Beginn der Förderung", + "PERIOD-TO": "Ende der Förderung", + "GRANT-STATE-TYPE": "Status der Förderung", + "TYPES": { + "NONE": "-", + "ON-GOING": "Laufend", + "FINISHED": "Beendet" + } + }, + "DATASET-PROFILE": { + "LIKE": "Suchen", + "STATUS": "Status" + }, + "DATA-SETS": { + "PERIOD-FROM": "Beginn", + "PERIOD-TO": "Ende", + "STATUS": "Status", + "NONE": "-", + "TAGS": "Tags", + "SELECT-TAGS": "Tags auswählen", + "LIKE": "Search Descriptions", + "DRAFT-LIKE": "Search Draft Descriptions", + "SELECT-GRANTS": "Förderung auswählen", + "ROLE": "Rolle", + "ORGANIZATION": "Organisation", + "SELECT-ORGANIZATIONS": "Organisationen auswählen", + "SELECT-SPEC": "Datensatzbeschreibung Spezifikation auswählen", + "RELATED-GRANT": "Zugehörige Förderung", + "SELECT-DMP": "DMP auswählen", + "RELATED-DMP": "Zugehörige DMPs", + "SELECT-COLLABORATORS": "Mitwirkende auswählen", + "RELATED-COLLABORATORS": "Zugehörige Mitwirkende", + "SELECT-DATASET-TEMPLATES": "Vorlagen für Datensatzbeschreibung auswählen", + "RELATED-DATASET-TEMPLATES": "Zugehörige Vorlagen für Datensatzbeschreibung", + "ALL-VERSIONS": "Aus allen Versionen" + }, + "DMP": { + "LIKE": "Suche DMPs", + "GRANTS": "Förderungen", + "SELECT-GRANTS": "Förderungen auswählen", + "SELECT-COLLABORATORS": "Mitwirkende auswählen", + "RELATED-COLLABORATORS": "Zugehörige Mitwirkende", + "SELECT-DATASET-TEMPLATES": "Vorlagen für Datensatzbeschreibung auswählen", + "RELATED-DATASET-TEMPLATES": "Zugehörige Vorlagen für Datensatzbeschreibung" + }, + "BLUEPRINT": { + "LIKE": "Search", + "STATUS": "Status" + }, + "USERS": { + "LABEL": "Suche", + "ROLE": "Rolle", + "SHOW": "Show" + }, + "SELECT": "Option wählen", + "LIKE": "Search" + }, + "DATASET-EDITOR": { + "TITLE": { + "NEW": "Neuer Datenmanagementplan", + "EDIT": "Bearbeiten", + "INTRO": "You are using the Description editor. Answer here questions that describe your data management activities.", + "INTRO-TIP": "Tip: Add new descriptions to describe different types of data or disciplinary data to avoid mixing information." + }, + "FIELDS": { + "NAME": "Name der Datensatzbeschreibung", + "TITLE": "Title of Description", + "DESCRIPTION": "Beschreibung", + "PROFILE": "Vorlage", + "URI": "URI", + "DMP": "DMP", + "SELECT-DMP": "Select DMP", + "DATAREPOSITORIES": "Datenrepositorien", + "REGISTRIES": "Verzeichnisse", + "SERVICES": "Dienste", + "EXTERNAL-DATASETS": "Externe Datensätze", + "EXTERNAL-DATASETS-DESCRIPTION": "Datensätze, die sich auf den im DMP beschriebenen Datensatz beziehen und entweder für dessen Herstellung verwendet wurden oder ein Derivat oder Nebenprodukt seiner Nutzung sind", + "EXTERNAL-DATASET-TYPE": "Art des externen Datensatzes", + "EXTERNAL-DATASET-INFO": "Information zum externen Datensatz", + "DATAREPOSITORIES-INFO": "Information zu Datenrepositorien", + "EXTERNAL-LINK": "External link", + "TAGS": "Tags", + "CREATE": "Neuen erstellen" + }, + "ACTIONS": { + "SAVE": "Speichern", + "CANCEL": "Abbrechen", + "DELETE": "Löschen", + "UPDATE": "Update", + "DISCARD": { + "DISCARD-NEW-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-NEW-CONFIRM": "Yes, revert changes.", + "DISCARD-NEW-DENY": "No.", + "DISCARD-EDITED-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-EDITED-CONFIRM": "Yes, revert changes and go back.", + "DISCARD-EDITED-DENY": "No." + }, + "DISABLED-EXPORT": "Please save your changes to export this Dataset" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Fill with description", + "EXTERNAL-LINK": "Provide an external URL link" + }, + "HINT": { + "DESCRIPTION": "Briefly describe the context and purpose of the Description", + "TITLE": "A brief description of what the ", + "TITLE-REST": " is about it’s scope and objectives." + }, + "VERSION-DIALOG": { + "ABOUT": "Die Versionierung ist automatisiert.", + "QUESTION": "Es scheint, dass Ihre Vorlage der Datensatzbeschreibung veraltet ist. Möchten Sie sie auf die neueste Version aktualisieren?" + }, + "ERRORS":{ + "ERROR-OCCURED": "An error occured.", + "MESSAGE": "Message: " + }, + "QUESTION": { + "EXTENDED-DESCRIPTION": { + "VIEW-MORE": "View more", + "VIEW-LESS": "View less" + } + }, + "MAX-DESCRIPTION-DIALOG": { + "TITLE": "Max datasets using this template.", + "MESSAGE": "Select another profile." + } + }, + "DATASET-CREATE-WIZARD": { + "ACTIONS": { + "NEXT": "Weiter", + "BACK": "Zurück", + "SAVE": "Speichern" + }, + "FIRST-STEP": { + "TITLE": "DMP", + "PLACEHOLDER": "Bestehenden DMP auswählen" + }, + "PREFILL-STEP": { + "TITLE": "Initialize your Dataset", + "PREFILL": "Prefill", + "OR": "OR", + "HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.", + "MANUALLY": "Manually", + "PROFILE": "Dataset Template", + "PREFILLED-DATASET": "Prefilled Dataset", + "SEARCH": "Start typing to search for a dataset or software", + "NEXT": "Next" + } + }, + "INVITATION-EDITOR": { + "TITLE": "Einladungen verschicken an ", + "AUTOCOMPLETE-USER": "Benutzer", + "AUTOCOMPLETE-EMAIL": "E-Mail", + "AUTOCOMPLETE-USER-EMAIL": "Kat or kat@example.com", + "ACTIONS": { + "SEND-INVITATION": "Einladungen verschicken", + "CANCEL": "Abbrechen" + } + }, + "USERS": { + "LISTING": { + "TITLE": "Benutzer", + "EMAIL": "E-Mail", + "LAST-LOGGED-IN": "Zuletzt eingeloggt", + "LABEL": "Label", + "ROLES": "Rollen", + "NAME": "Name", + "PERMISSIONS": "Berechtigungen", + "EXPORT": "Export users" + }, + "ACTIONS": { + "EDIT": "Edit", + "SAVE": "Save" + } + }, + "TYPES": { + "APP-ROLE": { + "ADMIN": "Administrator", + "USER": "Benutzer", + "TENANT-ADMIN": "Tenant Administrator", + "TENANT-USER": "Tenant Benutzer", + "TENANT-MANAGER": "Manager", + "TENANT-DESCRIPTION-TEMPLATE-EDITOR": "Description Template Editor" + }, + "DMP-PROFILE-FIELD": { + "DATA-TYPE": { + "DATE": "Datum", + "NUMBER": "Nummer", + "TEXT": "Text", + "EXTERNAL-AUTOCOMPLETE": "Externe Autovervollständigung" + }, + "TYPE": { + "INPUT": "Eingabe" + } + }, + "DATASET-STATUS": { + "DRAFT": "Entwurf", + "FINALISED": "Fertiggestellt", + "ANY": "Beliebig", + "DRAFT-DESC": "Entwurf Registrierungen" + }, + "DATASET-ROLE": { + "OWNER": "Besitzer", + "MEMBER": "Mitglied", + "ANY": "Beliebig" + }, + "EXTERNAL-DATASET-TYPE": { + "SOURCE": "Quelle", + "SOURCES": "Quellen", + "SOURCE:": "Quelle: ", + "NO-SOURCE": "Nicht mit Quelle verknüpfen", + "OUTPUT": "Output", + "SELECT": "Select" + }, + "DMP": { + "FINALISED": "Fertiggestellt", + "DRAFT": "Entwurf" + }, + "DMP-VISIBILITY": { + "VISIBILITY": "Sichtbarkeit", + "PUBLIC": "Veröffentlicht", + "FINALIZED": "Fertiggestellt", + "DRAFT": "Entwurf", + "ANY": "Beliebig" + }, + "DATASET-PROFILE-FIELD-VALIDATION-TYPE": { + "NONE": "Keine", + "REQUIRED": "Pflichtfeld" + }, + "DATASET-PROFILE-FIELD-VIEW-STYLE": { + "BOOLEAN-DECISION": "Boolean Decision", + "CHECKBOX": "Checkbox", + "COMBO-BOX": "Combo Box", + "INTERNAL-DMP-ENTITIES": "Internal DMP Entities", + "FREE-TEXT": "Free Text", + "RADIO-BOX": "Radio Box", + "TEXT-AREA": "Text Area", + "RICH-TEXT-AREA": "Rich Text Area", + "UPLOAD": "Upload", + "DATE-PICKER": "Date Picker", + "EXTERNAL-DATASETS": "External Datasets", + "DATA-REPOSITORIES": "Data Repositories", + "PUB-REPOSITORIES": "Publication Repositories", + "JOURNALS-REPOSITORIES": "Journals", + "TAXONOMIES": "Taxonomies", + "LICENSES": "Licenses", + "PUBLICATIONS": "Publications", + "REGISTRIES": "Metadata", + "SERVICES": "Services", + "TAGS": "Tags", + "RESEARCHERS": "Researchers", + "ORGANIZATIONS": "Organizations", + "DATASET-IDENTIFIER": "Dataset Identifier", + "CURRENCY": "Currency", + "VALIDATION": "Validator", + "OTHER": "Other", + "SELECT": "Select" + }, + "DATASET-PROFILE-UPLOAD-TYPE": { + "DOWNLOAD": "Download file" + }, + "DATASET-PROFILE-COMBO-BOX-TYPE": { + "WORD-LIST": "Word List", + "AUTOCOMPLETE": "Autocomplete", + "EXTERNAL-SOURCE-HINT": "List of values provided by external source(s)", + "ACTIONS": { + "YES": "Ja", + "NO": "Nein" + } + }, + "DATASET-PROFILE-INTERNAL-DMP-ENTITIES-TYPE": { + "RESEARCHERS": "Forschende", + "DMPS": "DMPs", + "DATASETS": "Datensatzbeschreibungen", + "EXTERNAL-SOURCE-HINT": "Liste jener Werte, die von externer(n) Quelle(n) stammen" + }, + "DATASET-PROFILE-VALIDATOR": { + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER": { + "IDENTIFIER-TYPE": "Identifier Type" + }, + "RECENT-ACTIVITY-ORDER": { + "CREATED": "Created", + "LABEL": "Label", + "MODIFIED": "Modified", + "FINALIZED": "Finalized", + "PUBLISHED": "Published", + "STATUS": "Status" + } + }, + "ADDRESEARCHERS-EDITOR": { + "TITLE": "Forschenden hinzufügen", + "FIRST_NAME": "Vorname", + "LAST_NAME": "Nachname", + "ACTIONS": { + "SAVE": "Speichern", + "CANCEL": "Abbrechen" + } + }, + "ADDORGANIZATION-EDITOR": { + "TITLE": "Add an Organization", + "NAME": "Name", + "ACTIONS": { + "SAVE": "Save", + "CANCEL": "Cancel" + } + }, + "ADDEDITCOST-EDITOR": { + "ADD-TITLE": "Add a Cost", + "EDIT-TITLE": "Edit the Cost", + "CODE": "Code", + "DESCRIPTION": "Description", + "TITLE": "Title", + "VALUE": "Value", + "ACTIONS": { + "SAVE": "Save", + "CANCEL": "Cancel" + } + }, + "DMP-WIZARD": { + "FIRST-STEP": { + "DMP": "DMP Editor", + "DATASETS": "Datensatzbeschreibungen" + }, + "ACTIONS": { + "NEXT": "Weiter", + "BACK": "Zurück", + "SAVE": "Speichern" + } + }, + "DMP-RELATED-GRANT": { + "RELATED-GRANT": "Zugehörige Förderung" + }, + "DMP-RELATED-COLLABORATOR": { + "RELATED-COLLABORATOR": "Zugehörige Mitwirkende", + "SELECT-COLLABORATORS": "Mitwirkende auswählen" + }, + "DMP-RELATED-ORGANIZATION": { + "RELATED-ORGANIZATION": "Organisation", + "SELECT-ORGANIZATIONS": "Organisation auswählen" + }, + "DATASET-PROFILE": { + "PREVIEW": "Vorschau", + "FORM-DESCRIPTION": "Formularbeschreibung", + "PAGES-DESCRIPTION": "Seitenbeschreibung" + }, + "RECENT-ACTIVITY": { + "MY-TITLE-GRANT": "Meine letzte Förder-Aktivität", + "MY-TITLE-DMP": "Meine letzte DMP Aktivität", + "MY-TITLE-DATASET": "Meine letzte Aktivität der Datensatzbeschreibung", + "LAST-VISITED-DMP": "Datenmanagementplan zuletzt aufgerufen", + "LAST-EDITED-DMP": "Zuletzt bearbeiteter Datenmanagementplan", + "LICENSE": "Die unten angeführten DMPs sind öffentlich unter der ##-Lizenz von" + }, + "FILE-UPLOADER": { + "DEFAULT": "Datei auswählen", + "GRANT": "", + "UPLOAD": "Hochladen" + }, + "URL-LISTING-COMPONENT": { + "SHOW-MORE": "Mehr anzeigen" + }, + "HOMEPAGE": { + "OPEN-DMPS": { + "STATS": "{{ APP_NAME_CAPS }} Dashboard" + }, + "MY-DMPS": { + "STATS": "My Dashboard" + } + }, + "ABOUT": { + "TITLE-DASHED": "-Über-", + "TITLE": "Über", + "MAIN-CONTENT": "Unser Ziel ist es, Ihre Forschungsdaten FAIR zu machen, d.h. auffindbar, zugänglich, interoperabel und wiederverwendbar. Diese Prinzipien gehen der Wahl der Implementierungsart voraus und schlagen nicht zwangsläufig eine spezifische Technologie, Standard oder Implementierungslösung vor.", + "CONTRIBUTORS": "Mitwirkende", + "WELCOME": "Willkommen bei {{ APP_NAME_CAPS }}", + "WELCOME-MESSAGE": "Erstellen, Verlinken, Teilen von Datenmanagementplänen" + }, + "FOOTER": { + "CONTACT-SUPPORT": "Support kontaktieren", + "FAQ": "FAQ", + "GUIDE": "Benutzerhandbuch", + "GLOSSARY": "Glossar", + "TERMS-OF-SERVICE": "Nutzungsbedingungen", + "ABOUT": "About", + "COOKIES-POLICY": "Cookies Policy", + "PRIVACY-POLICY": "Datenschutzrichtlinie" + }, + "GLOSSARY": { + "TITLE": "Glossar", + "TITLE-DASHED": "-Glossar-", + "CLOSE": "Schließen" + }, + "FAQ": { + "TITLE": "FAQ", + "TITLE-DASHED": "-FAQ-", + "CLOSE": "Schließen" + }, + "GUIDE": { + "TITLE": "Benutzerhandbuch", + "TITLE-DASHED": "-Benutzerhandbuch-", + "CLOSE": "Schließen", + "SAVE": "Speichern" + }, + "PRIVACY-POLICY": { + "TITLE": "-Datenschutzrichtlinie-", + "MAIN-CONTENT": "" + }, + "OPENSOURCE-LICENCES": { + "TITLE": "Opensource licences", + "MAIN-CONTENT": "" + }, + "TERMS-OF-SERVICE": { + "TITLE": "-Nutzungsbedingungen-", + "MAIN-CONTENT": "" + }, + "COOKIES-POLICY": { + "TITLE": "Cookies Policy" + }, + "CONTACT": { + "SUPPORT": { + "TITLE": "Support kontaktieren", + "SUBTITLE": "Wie können wir Ihnen weiterhelfen?", + "SUBJECT": "Betreff", + "DESCRIPTION": "Beschreibung", + "CANCEL": "Abbrechen", + "SEND": "Senden" + }, + "TITLE-DASHED": "-Support kontaktieren-", + "GUIDE": "Leitfaden", + "HELP": "Hilfe", + "GLOSSARY": "Glossar" + }, + "LANGUAGE": { + "TITLE": "Sprache", + "TITLE-DASHED": "-Sprache-", + "CLOSE": "Schließen" + }, + "DASHBOARD": { + "MY-GRANTS": "Meine Förderungen", + "GRANTS": "Förderungen", + "MY-DMPS": "Meine DMPs", + "TITLE": "Was ist {{ APP_NAME_CAPS }}?", + "DMP-QUESTION": "What is a DMP in {{ APP_NAME_CAPS }}?", + "INFO-TEXT": "{{ APP_NAME_CAPS }} ist ein offener, erweiterbarer Dienst, der die Verwaltung, Validierung, Überwachung und Aktualisierung von Datenmanagementplänen vereinfacht. Er ermöglicht es Akteuren (Forschern, Managern, Betreuern usw.), praktisch umsetzbare DMPs zu erstellen, die uneingeschränkt zwischen Infrastruktursystemen ausgetauscht werden können, um bestimmte Aspekte des Datenmanagementprozesses in Übereinstimmung mit den Absichten und dem Engagement der Dateneigentümer durchzuführen.", + "INFO-DMP-TEXT": "A Data Management Plan (DMP) is a living document describing the datasets that are generated and/ or re-used during and after a research lifetime. DMPs aim to provide researchers with essential information to re-produce, re-distribute and re-purpose research results thus assuring for their validity and exploitation.", + "NEW-QUESTION": "New with DMPs? Visit", + "START-YOUR-FIRST-DMP": "Start your first DMP", + "OPEN-AIR-GUIDE": "OpenAIRE’s Guide for Researchers", + "LEARN-MORE": "to learn more about how to create one!", + "ORGANIZATIONS": "Zugehörige Organisationen", + "DMPS": "DMPs", + "MY-DATASETS": "Meine Datensatzbeschreibungen", + "DATASETS": "Datensatzbeschreibungen", + "SEARCH": "SUCHE...", + "DATA-MANAGEMENT-PLANS": "DATENMANAGEMENTPLÄNE", + "PERSONAL-USAGE": "Personal Usage", + "PUBLIC-USAGE": "Public Usage", + "DESCRIPTIONS": "Descriptions", + "DATASET-DESCRIPTIONS-DASHBOARD-TEXT": "Datasets", + "PUBLIC-DMPS": "Public DMPs", + "PUBLIC-DATASETS": "Public Datasets", + "RELATED-ORGANISATIONS": "Related Organisations", + "DRAFTS": "Drafts", + "ALL": "All", + "EMPTY-LIST": "Nothing here yet.", + "LATEST-ACTIVITY": "Latest Activity", + "DMP-ABOUT-BEG": "A DMP in {{ APP_NAME }} consists of key information about research, such as purpose, objectives and researchers involved, but also about documentation of research datasets, namely", + "DMP-ABOUT-END": ", that highlight the steps followed and the means used across data management activities.", + "SELECT-DMP": "Select a DMP for your Dataset", + "ACTIONS": { + "ADD-DESCRIPTION": "Add Description", + "ADD-DMP-DESCRIPTION": "Add DMP Description" + }, + "TOUR-GUIDE": { + "DMP": "This is your dashboard. You can view and edit all DMPs that you have either contributed to or created yourself.", + "START-NEW": "Create your DMP with Start new DMP.", + "IMPORT-DMP": "You can import a DMP", + "START-WIZARD": "or create new in {{ APP_NAME }}.", + "DATASET": "This is your dashboard. You can view and edit all Datasets that you have either contributed to or created yourself.", + "NEW-DATASET": "With Add Dataset you can describe new datasets anytime in the research process.", + "GOT-IT": "Got it!", + "LEAVE-TOUR": "Leave Tour" + }, + "ADD-NEW-DATASET": { + "OPTIONS-NOT-ENOUGH": "Are those options not enough?", + "START-NEW-DMP": "Start new DMP" + } + }, + "USER-DIALOG": { + "USER-PROFILE": "Mein Profil", + "USER-PROFILE-SETTINGS": "My Profile Settings...", + "EXIT": "Ausstieg ", + "LOG-OUT": "Abmeldung" + }, + "USER-PROFILE": { + "MERGING-SUCCESS": "Linking of the two profiles was successful.", + "MERGING-EMAILS-DIALOG": { + "TITLE": "Verify linked account", + "MESSAGE": "An email to verify this action has been sent to you. Once accepted, you will be able to see your accounts merged. The last email account that you merge will be the one containing all of your DMP records and activity in {{ APP_NAME }}." + }, + "UNLINK-ACCOUNT": { + "TITLE": "Verify account to be unlinked", + "MESSAGE": "An email to verify this action has been sent to your main account. Once accepted, {{accountToBeUnlinked}} will be no longer connected to your current ARGOS profile." + }, + "UNLINK-ACCOUNT-DIALOG": { + "MESSAGE": "By clicking \"Confirm\", you accept the transfer of your ARGOS activity performed from this account to your main ARGOS account, which is the one that is listed first. By logging in again with the unlinked account, you will be able to start your ARGOS experience from scratch, in an empty dashboard.", + "CONFIRM": "Confirm", + "CANCEL": "Cancel" + }, + "SETTINGS": { + "TITLE": "Einstellungen", + "TIMEZONE": "Zeitzone", + "CULTURE": "Kultur", + "LANGUAGE": "Sprache", + "CONNECTED-WITH": "Connected with", + "NAME": "Name", + "ORGANIZATION": "Organization", + "ROLE": "Rolle", + "SELECT-ROLE": "Select Role", + "ACCOUNTS": "Accounts", + "EMAILS": "Emails", + "YOUR-EMAIL": "Your Email" + }, + "ASSOCIATED-DMPS": "Zugehörige DMPs", + "DMPS": { + "SHOW-ALL": "Alle zeigen", + "CREATOR": "Ersteller", + "MEMBER": "Mitglied" + }, + "ZENODO": { + "LOGIN": "Login to Zenodo", + "LOGOUT": "Remove Zenodo", + "AUTHORIZE": "Authorize Zenodo", + "TITLE": "Zenodo Account", + "DESCRIPTION": "Linked Zenodo Account" + }, + "ROLE-ORGANIZATION": { + "FACULTY": "Faculty", + "LIBRARIAN": "Librarian", + "RESEARCHER": "Researcher", + "STUDENT": "Student (BA/BSc, MSc)", + "EARLY-CAREER-RESEARCHER": "Early Career Researcher (PhD candidate, post-graduate)", + "RESEARCH-ADMINISTRATOR": "Research Administrator", + "REPOSITORY-MANAGER": "Repository Manager", + "RESEARCH-INFRASTRUCTURE": "Research Infrastructure", + "SERVICE-PROVIDER": "Service Provider", + "PUBLISHER": "Publisher", + "RESEARCH-FUNDER": "Research Funder", + "POLICY-MAKER": "Policymaker", + "SME-INDUSTRY": "SME/ Industry", + "OTHER": "Other" + }, + "ACTIONS": { + "SAVE": "Save", + "LINK-NEW": "Link {{ APP_NAME_CAPS }} accounts", + "LINK-NEW-ACCOUNT": "Link new account", + "UNLINK-ACCOUNT": "Unlink", + "UNLINK-ACCOUNT-DISABLED": "You can't unlink your main profile's email", + "ADD": "Add", + "CANCEL": "Cancel" + } + }, + "DATASET-REFERENCED-MODELS": { + "SERVICES": { + "TITLE": "Neues Service hinzufügen", + "LABEL": "Label", + "ABBREVIATION": "Abkürzung", + "URI": "URI" + }, + "DATA-REPOSITORY": { + "TITLE": "Neues Datenrepositorium hinzufügen", + "LABEL": "Label", + "ABBREVIATION": "Abkürzung", + "URI": "URI" + }, + "EXTERNAL-DATASET": { + "TITLE": "Neue externe Datensatzbeschreibung hinzufügen", + "LABEL": "Label", + "ABBREVIATION": "Abkürzung" + }, + "REGISTRY": { + "TITLE": "Neues Verzeichnis hinzufügen", + "LABEL": "Label", + "ABBREVIATION": "Abkürzung", + "URI": "URI" + } + }, + "FACET-SEARCH": { + "FILTER": "Filter", + "GRANT-STATUS": { + "TITLE": "Förderstatus", + "OPTIONS": { + "ANY": "Beliebig", + "ACTIVE": "Aktiv", + "INACTIVE": "Ruhend" + } + }, + "GRANT": { + "TITLE": "Zugehörige Förderungen", + "FILTER": "Förderungen filtern" + }, + "PROFILES": { + "TITLE": "Präzisierung des Datensatzes" + }, + "ROLE": { + "TITLE": "Rolle", + "ANY": "Beliebig", + "OWNER": "Besitzer", + "MEMBER": "Mitglied" + }, + "DMP-ORGANISATIONS": { + "TITLE": "Organisation", + "FILTER": "Organisationen filtern" + } + }, + "DMP-FINALISE-DIALOG": { + "DMP": "DMP", + "DATASETS": "Datensatzbeschreibungen", + "EMPTY": "Bisher noch keine Datensatzbeschreibungen für diesen DMP", + "SUBMIT": "Abschicken", + "FINALISE-TITLE": "Möchten Sie einen der folgenden Entwürfe für Datensatzbeschreibungen fertigstellen?", + "ALREADY-FINALISED-DATASETS": "Bereits fertiggestellte Datensatzbeschreibungen", + "NONE": "Keine", + "VALIDATION": { + "AT-LEAST-ONE-DATASET-FINALISED": "Sie müssen mindestens eine Datensatzbeschreibung fertiggestellt haben" + }, + "IMPACT": "Mit dieser Aktion wird Ihr DMP fertiggestellt und Sie werden ihn nicht erneut bearbeiten können.", + "AFTER-FINALIZATION": "Nach der Fertigstellung Ihres DMP können Sie ihn veröffentlichen, wodurch er für das {{ APP_NAME_CAPS }} Programm öffentlich zugänglich sein wird.", + "INVALID": "Invalid" + }, + "DRAFTS": { + "FOR-DMP": "Für DMP:", + "FOR-GRANT": "Für Förderungen:" + }, + "QUICKWIZARD": { + "CREATE-ADD": { + "CREATE": { + "TITLE": "Neuen DMP erstellen", + "SUBTITLE": "Erstellen Sie einen neuen DMP und beschreiben Sie Ihre Datensatzbeschreibung(en), wobei unser Assistent Sie Schritt für Schritt durch die wichtigsten Elemente einer DMP Beschreibung führt.", + "QUICKWIZARD_CREATE": { + "TITLE": "DMP Assistent", + "POST-SELECTION-INFO": "Dieser Assistent ermöglicht es Ihnen, einen neuen DMP zu erstellen, wobei Sie nur die wichtigsten Informationen bereitstellen müssen. Anschließend beschreiben Sie eine oder mehrere Datensatzbeschreibungen, die im Rahmen dieses DMP verwaltet werden. Nachdem Sie unter der Verwendung des Assistenten die Erstellung eines neuen DMP abgeschlossen haben, können Sie den DMP weiter bearbeiten, auf seine erweiterten Funktionen über den vollständigen DMP-Editor zugreifen und sogar weitere Datensatzbeschreibungen hinzufügen oder die vorherigen bearbeiten.", + "ACTIONS": { + "DELETE": "Löschen", + "SAVE": "Speichern", + "SAVE-AND-FINALIZE": "Speichern und Fertigstellen", + "NEXT": "Weiter", + "BACK": "Zurück", + "CREATE-NEW-GRANT": "Förderung hinzufügen", + "EXIST-GRANT": "Bestehende Förderungen verwenden", + "CREATE-NEW-FUNDER": "Födergeber hinzufügen", + "EXIST-FUNDER": "Bestehenden Fördergeber verwenden", + "CREATE-NEW-PROJECT": "Projekt hinzufügen", + "EXIST-PROJECT": "Bestehendes Projekt verwenden" + }, + "FIRST-STEP": { + "TITLE": "Förderung", + "ABOUT-GRANT": "Finden Sie die Förderung, mit der Ihr DMP im Zusammenhang steht und verknüpfen Sie sie mit den Informationen der Fördergeber. Sollte die Förderung nicht aufgelistet sein oder Sie ein DMP für einen Fördermittelantrag oder für andere Zwecke erstellen, verwenden Sie \"Förderung Hinzufügen\"", + "ABOUT-NEW-GRANT": "Sollten Sie einen DMP für einen Fördermittelantrag, für die institutionelle Verwendung, Forschungsgemeinschaften oder für Schulungs- und Ausbildungszwecke erstellen, fügen Sie untenstehende Informationen hinzu, indem Sie ein neue Förderung erstellen.", + "ABOUT-FUNDER": "Wählen Sie jenen Fördergeber aus, welchen Sie mit dem zu erstellenden DMP verknüpfen möchten und suchen Sie anschließend eine Förderung aus, mit der der Fördergeber verknüpft ist. Sollte der Fördergeber nicht aufgelistet sein, verwenden Sie \"Fördergeber hinzufügen\"", + "ABOUT-NEW-FUNDER": "Sollten Sie ein DMP für einen Fördermittelantrag, für die institutionelle Verwendung, Forschungsgemeinschaften oder für Schulungs- und Ausbildungszwecke erstellen und diesen mit einem nicht aufgelisteten Fördergeber verknüpfen wollen, dann erstellen Sie einen neuen Fördergeber", + "ABOUT-PROJECT": "Finden Sie das Projekt, mit dem Ihr DMP verbunden ist. Sollte das Projekt nicht aufgelistet sein, benutzen Sie \"Projekt hinzufügen\"", + "ABOUT-NEW-PROJECT": "", + "OR": "oder", + "FIELDS": { + "SELECT-GRANT": "Förderung auswählen, mit der der DMP verknüpft ist", + "SELECT-FUNDER": "Fördergeber auswählen, mit dem der DMP verbunden ist", + "SELECT-PROJECT": "Projekt auswählen, mit dem der DMP verbunden ist", + "GRANT-LABEL": "Name der Förderung", + "FUNDER-LABEL": "Name des Fördergebers", + "PROJECT-LABEL": "Projektname", + "LABEL-HINT": "Fügen Sie den Namen der Förderung in jener Form hinzu, wie er in der Fördermittelausschreibung erscheint", + "DESCRIPTION": "Beschreibung", + "DESCRIPTION-HINT": "Erklären Sie kurz die Ziele und Absichten der Förderung" + } + }, + "SECOND-STEP": { + "TITLE": "DMP Profil", + "ABOUT": "Ein Datenmanagementplan besteht aus einer Reihe von Fragen, die Sie mit einem, der Förderungsart, angemessenen Genauigkeit oder Bezugnahme auf den Zweck, auf Grund dessen Sie das DMP anlegen, beantworten sollten. Der Inhalt jedes DMP variiert je nach der/den ausgewählten Datensatzbeschreibungsvorlage(n), die einen zugeschnittenen Fragenkatalog enthalten, welcher den Anforderungen von Fördergebern, Institutionen und Forschungsgemeinschaften Rechnung trägt.", + "NEW-TITLE": "", + "DMP-NAME": "DMP für Förderung : ", + "FIELDS": { + "NAME": "DMP Titel", + "DESCRIPTION": "Zusammenfassung", + "DESCRIPTION-HINT": "Beschreiben Sie kurz den Kontext und Zweck des DMP", + "PROFILE": "Vorlage für Datensatzbeschreibung", + "PROFILE-HINT": "Wählen Sie eine Vorlage zur Beschreibung Ihrer Datensatzbeschreibung(en). Wenn Sie mehrere Vorlagen für die Datensatzbeschreibung auswählen möchten, verwenden Sie \"Neuer DMP (Experte)\". Sie können auch jederzeit nach der DMP-Erstellung neue Datensatzbeschreibungen hinzufügen.", + "HELP": "Sollten Sie eine Vorlage nicht finden können oder eine personalisierte Vorlage für Ihre Institution, Forschungsgemeinschaft oder Schulungsanforderungen erstellen möchten, setzen Sie sich bitte mit uns in Verbindung." + } + }, + "THIRD-STEP": { + "TITLE": "Datensatz Beschreibung", + "NEW-TITLE": "", + "DATASET-LABEL": "Titel der Datensatz Beschreibung", + "DATASET-NAME": "Datensatz Beschreibung: ", + "DATASET-NAME-FOR": " Für den DMP: ", + "LIST-BUTTON-TOOLTIP": "Liste der Datensatzbeschreibungen", + "ADD-BUTTON-TOOLTIP": "Datensatzbeschreibung hinzufügen" + } + } + }, + "ADD": { + "TITLE": "Datensatzbeschreibung einem bestehenden DMP hinzufügen", + "DATASET-WIZARD": "Datensatzbeschreibungsassistent", + "POST-SELECTION-INFO": "Dieser Assistent vereinfacht den Hinzufügungsprozess neuer Datensatzbeschreibungen zu bereits vorhandenen DMPs, er führt Sie durch diesen Vorgang und erfordert nur die wesentlichsten Informationen für die Durchführung der Aufgabe. Der vollständige Zugriff auf die Kennzeichen einer Datensatzbeschreibung kann danach über die Auswahlmenüs für Datensatzbeschreibungen des Systems erfolgen.", + "SUBTITLE": "Dieser Assistent unterstützt Sie bei der Beschreibung zusätzlicher Datensatzbeschreibungen, die im Kontext eines DMP verwaltet werden und liefert nur die wesentlichen Informationen für deren Beschreibung.", + "CREATED": "Erstellt am" + } + }, + "SAVE-DIALOG": { + "TITLE": "Möchten Sie eine weitere Datensatzbeschreibung hinzufügen?", + "ACTIONS": { + "AFFIRMATIVE": "Ja", + "NEGATIVE": "Nein" + } + }, + "HINT": "(Vorgeschlagene Standardbezeichnung)" + }, + "DATASET-PROFILE-STATUS": { + "NONE": "None", + "DRAFT": "Draft", + "FINALIZED": "Finalized", + "DELETED": "Deleted" + }, + "BLUEPRINT-STATUS": { + "NONE": "None", + "DRAFT": "Draft", + "FINALIZED": "Finalized", + "DELETED": "Deleted" + } +} diff --git a/deployment/opendmp/backend/i18n/en.json b/deployment/opendmp/backend/i18n/en.json new file mode 100644 index 000000000..6ea037d4f --- /dev/null +++ b/deployment/opendmp/backend/i18n/en.json @@ -0,0 +1,2091 @@ +{ + "APP_NAME": "OpenCDMP", + "APP_NAME_CAPS": "OpenCDMP", + "GENERAL": { + "VALIDATION": { + "REQUIRED": "Required", + "INVALID-COLOR": "Invalid color", + "URL": { + "LABEL": "URL", + "MESSAGE": "Please provide a valid URL" + } + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Created Successfully", + "SUCCESSFUL-UPDATE": "Updated Successfully", + "SUCCESSFUL-LOGIN": "Successful Login", + "SUCCESSFUL-EMAIL-SEND": "Email sent successfully", + "SUCCESSFUL-COPY-TO-CLIPBOARD": "Copied to Clipboard", + "UNSUCCESSFUL-LOGIN": "Unsuccessful Login", + "SIGN-OUT-IN-PROGRESS": "Sign out in progress...", + "SUCCESSFUL-DELETE": "Successful Delete", + "UNSUCCESSFUL-DELETE": "Unsuccessful Delete", + "UNSUCCESSFUL-EMAIL-SEND": "Failed sending email", + "UNSUCCESSFUL-REMOVE-TEMPLATE": "Failed to remove template, one or more Descriptions of this Plan use this template", + "UNSUCCESSFUL-FINALIZE": "Unsuccessful Finalize", + "SUCCESSFUL-RESET": "Successful Reset" + }, + "ERRORS": { + "HTTP-REQUEST-ERROR": "An Unexpected Error Has Occurred" + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "WARNING": "Warning!", + "THIS-FIELD": "Field", + "HAS-ERROR": "has error", + "REQUIRED": "Required", + "EMAIL": "Invalid e-mail", + "MIN-VALUE": "Minimum value should be {{min}}", + "MAX-VALUE": "Maximum value should be {{max}}", + "ACTIONS": { + "CANCEL": "Close" + } + }, + "CONFIRMATION-DIALOG": { + "DELETE-ITEM": "Delete this item?", + "DELETE-USER": "Remove this collaborator?", + "LEAVE-PAGE": "If you leave, your changes will be lost.", + "LEAVE-WARNING": "You have unsaved changes!", + "ACTIONS": { + "CONFIRM": "Yes", + "DELETE": "Delete", + "REMOVE": "Remove", + "CANCEL": "Cancel", + "LEAVE": "Leave", + "POLICY-AGREE": "Make names publicly visible.", + "REQUIRED": "Click on checkbox is required." + } + }, + "NOTIFICATION-DIALOG": { + "POPUP": { + "CLOSE": "Close" + } + }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "You have successfully created your", + "DMP": "Plan", + "TO-DATASET": "You will be transferred to the", + "DATASET": "Description", + "EDITOR": "editor", + "START": "let's start" + }, + "ACTIONS": { + "SHOW-MORE": "Show more", + "LOAD-MORE": "Load more", + "LOAD-LESS": "Load less", + "LOG-IN": "Log in", + "TAKE-A-TOUR": "Do you need help? Take a tour..", + "NO-MORE-AVAILABLE": "No more results available" + }, + "PREPOSITIONS": { + "OF": "of" + }, + "TITLES": { + "PREFIX": "{{ APP_NAME }} - ", + "GENERAL": "Plans Creator", + "ABOUT": "About", + "PRIVACY": "Privacy Policy", + "OPENSOURCE-LICENCES": "Opensource Licenses", + "TERMS": "Terms Of Service", + "COOKIES-POLICY": "Cookies Policy", + "PLANS": "My Plans", + "EXPLORE-PLANS": "Published Plans", + "DESCRIPTIONS": "My Descriptions", + "EXPLORE": "Published Descriptions", + "USERS": "Users", + "PROFILE": "My Profile", + "LOGIN": "Login", + "PLAN-OVERVIEW": "Plan Overview", + "DATASET-OVERVIEW": "Description Overview", + "MAINTENANCE-TASKS": "Maintenance", + "HOME": "Home" + }, + "FILE-TRANSFORMER": { + "PDF": "PDF", + "XML": "XML", + "JSON": "RDA JSON", + "DOCX": "Document" + }, + "LANGUAGES": { + "en": "English", + "gr": "Greek", + "es": "Spanish", + "de": "German", + "tr": "Turkish", + "sk": "Slovak", + "sr": "Serbian", + "pt": "Portuguese", + "hr": "Croatian", + "pl": "Polish" + }, + "CRITERIA": { + "LIKE": "Search..." + }, + "START-NEW-DMP-DIALOG": { + "UPLOAD-FILE": "Upoad File", + "REPLACE-FILE": "Replace File" + } + }, + "HYBRID-LISTING": { + "ORDER-BY": "Order by", + "DISPLAY-SETTINGS": "Display settings", + "SELECTED": "selected", + "NO-DATA-TO-DISPLAY": "No data to display" + }, + "COMMONS": { + "ERRORS": { + "DEFAULT": "An Unexpected Error Has Occurred" + }, + "VALIDATION": { + "REQUIRED": "Required" + }, + "LISTING-COMPONENT": { + "SEARCH-FILTER-BTN": "Filter Results", + "CLEAR-ALL-FILTERS": "clear all filters", + "FILTERS-SAVE-AS": "Save as", + "MESSAGE": { + "EMPTY": "No data to display", + "TOTAL": "Total", + "SELECTED": "Selected" + } + }, + "PENDING-FORM-CHANGES-DIALOG": { + "TITLE": "You have unsaved changes!", + "MESSAGE": "If you leave, your changes will be lost.", + "ACTIONS": { + "CANCEL": "Cancel", + "LEAVE": "LEAVE" + } + } + }, + "SETTINGS-PICKER": { + "DRAFT-FILTERS": "Draft profile", + "RENAME": "Rename" + }, + "BREADCRUMBS": { + "HOME": "Board", + "DESCRIPTION-TEMPLATE-TYPES": "Description Types", + "DESCRIPTION-TEMPLATES": "Description Templates", + "NEW-DESCRIPTION-TEMPLATE-TYPE": "New", + "EDIT-DESCRIPTION-TEMPLATE-TYPE": "Edit", + "DMP-BLUEPRINTS": "Plan Blueprints", + "NEW-DMP-BLUEPRINT": "New", + "EDIT-DMP-BLUEPRINT": "Edit", + "NEW-DESCRIPTION-TEMPLATES": "New", + "EDIT-DESCRIPTION-TEMPLATES": "Edit", + "REFERENCE-TYPES": "Reference Types", + "NEW-REFERENCE-TYPE": "New", + "EDIT-REFERENCE-TYPE": "Edit", + "TENANTS": "Tenants", + "NEW-TENANT": "New", + "EDIT-TENANT": "Edit", + "REFERENCES": "References", + "NEW-REFERENCE": "New", + "EDIT-REFERENCE": "Edit", + "LANGUAGES": "Languages", + "NEW-LANGUAGE": "New", + "EDIT-LANGUAGE": "Edit", + "NOTIFICATION-TEMPLATES": "Notification Templates", + "INAPP-NOTIFICATIONS": "Notifications", + "NOTIFICATIONS": "Notifications", + "PREFILLING-SOURCES": "Prefilling Sources", + "NEW-PREFILLING-SOURCE": "New", + "EDIT-PREFILLING-SOURCE": "Edit", + "TENANT-CONFIGURATION": "Tenant Configuration", + "ENTITY-LOCKS": "Entity Locks" + }, + "COOKIE": { + "MESSAGE": "This website uses cookies to enhance the user experience.", + "DISMISS": "Accept", + "DENY": "Refuse cookies", + "LINK": "Learn more", + "POLICY": "Cookies Policy" + }, + "EMAIL-CONFIRMATION": { + "EXPIRED-EMAIL": "Mail invitation expired", + "EMAIL-FOUND": "Email is already confirmed" + }, + "HOME": { + "LOGIN": { + "TITLE": "Login", + "TEXT": "You don't need to have a registered account for {{ APP_NAME_CAPS }}" + } + }, + "START-NEW-PLAN-DIALOG": { + "TITLE": "Start new Plan", + "MESSAGE": "Start fresh or continue work in {{ APP_NAME }}! Create a new Plan or upload an existing Plan to {{ APP_NAME }}", + "IMPORT-FROM-FILE": "Import from file", + "OR": "OR", + "START-WIZARD": "Start wizard", + "IMPORT": "Import", + "FUNCTION-SUPPORTS": "function supports", + "JSON-FILES": ".json files", + "PRODUCED": "produced", + "RDA-SPECIFICATIONS": "according to RDA specifications", + "MACHINE-ACTIONABLE": "for machine-actionable DMPs" + }, + "NAV-BAR": { + "START-NEW-DMP": "Start new Plan", + "INAPP-NOTIFICATIONS": "All Notifications", + "READ-ALL-INAPP-NOTIFICATIONS": "Read All" + }, + "SIDE-BAR": { + "GENERAL": "GENERAL", + "DASHBOARD": "Home", + "DMP": "PLANS", + "MY-DMPS": "My Plans", + "DATASETS": "DATASETS", + "MY-DESCRIPTIONS": "My Descriptions", + "PUBLIC": "PUBLISHED", + "PUBLIC-DMPS": "Public Plans", + "PUBLIC-DESC": "Public Descriptions", + "ADMIN": "ADMIN", + "DESCRIPTION-TEMPLATES": "Description Templates", + "DESCRIPTION-TEMPLATE-TYPES": "Description Types", + "DMP-BLUEPRINTS": "Plan Blueprints", + "USERS": "Users", + "CO-BRANDING": "Co-Branding", + "SUPPORT": "Support", + "FEEDBACK": "Send feedback", + "SUPPORTIVE-MATERIAL": "Supportive Material", + "REFERENCE-TYPES": "Reference Types", + "TENANTS": "Tenants", + "REFERENCES": "References", + "LANGUAGES": "Languages", + "MAINTENANCE": "Maintenance", + "NOTIFICATION-TEMPLATES": "Notification Templates", + "NOTIFICATIONS": "Notifications", + "PREFILLING-SOURCES": "Prefilling Sources", + "TENANT-CONFIGURATION": "Tenant Configuration", + "ENTITY-LOCKS": "Entity Locks" + }, + "DESCRIPTION-TEMPLATE-PREVIEW": { + "TEMPLATE": "Template" + }, + "ANNOTATION-DIALOG": { + "TITLE": "Comments", + "SUCCESS": "Comment successfully saved", + "THREADS": { + "NEW-THREAD": "New comment", + "SEND": "Send", + "CANCEL": "Cancel", + "REPLY": "Reply", + "REPLIES": "Replies", + "PROTECTION": { + "TITLE": "Visibility" + } + }, + "PROTECTION": { + "ENTITY-ACCESSORS": "Visible", + "PRIVATE": "Hidden" + } + }, + "MAINTENANCE-TASKS": { + "SECTIONS": { + "INDEXES": { + "TITLE": "Manage indexes", + "DESCRIPTION": "From here you can manage the Elastic indexes", + "ACTIONS": { + "GENERATE-INDEX": "Generate Index", + "CLEAR-INDEX": "Clear Index" + } + }, + "EVENTS": { + "TITLE": "Manage events", + "DESCRIPTION": "From here you can manage the Message Queue events", + "ACTIONS": { + "SEND-USER-TOUCH": "Send user touch events", + "SEND-TENANT-TOUCH": "Send tenant touch events" + } + } + }, + "CONFIRMATION": { + "MESSAGE": "Are you sure you want to perform this action?" + } + }, + "TENANT-CONFIGURATION-EDITOR": { + "TITLE": "Tenant Configuration", + "DEFAULT-USER-LOCALE":{ + "TITLE": "Default Tenant Locale", + "HINT": "Default tenant locale" + }, + "CSS-COLORS":{ + "TITLE": "App Colors", + "HINT": "App color theme" + }, + "LOGO":{ + "TITLE": "Extra Logo", + "HINT": "Add extra logo" + }, + "DEPOSIT-PLUGINS":{ + "TITLE": "Deposit Plugins", + "HINT": "Change deposit plugins" + }, + "FILE-TRANSFORMER-PLUGINS":{ + "TITLE": "File Transformer Plugins", + "HINT": "Change file transformer plugins" + }, + "FIELDS": { + "TIMEZONE": "Timezone", + "CULTURE": "Culture", + "LANGUAGE": "Language", + "PRIMARY-COLOR": "Primary Color", + "PRIMARY-COLOR-2": "Primary Color 2", + "PRIMARY-COLOR-3": "Primary Color 2", + "SECONDARY-COLOR": "Secondary Color", + "DISABLE-SYSTEM-SOURCES": "Disable System Sources", + "DEPOSIT-PLUGINS": "Plugin", + "FILE-TRANSFORMER-PLUGINS": "Plugin", + "REPOSITORY-ID": "Repository Id", + "TRANSFORMER-ID": "Transformer Id", + "URL": "Url", + "ISSUER-URL": "Issuer Url", + "CLIENT-ID": "Client Id", + "CLIENT-SECRET": "Client Secret", + "SCOPE": "Scope", + "PDF-TRANSFORMER-ID": "Pdf Transformer Id", + "RDA-TRANSFORMER-ID": "Rda Transformer Id" + }, + "RESET-TO-DEFAULT-DIALOG":{ + "RESET-TO-DEFAULT": "Reset To Default" + }, + "ACTIONS": { + "SAVE": "Save", + "UPLOAD": "Upload", + "DOWNLOAD": "Download", + "ADD-SOURCE": "Add Source", + "RESET-TO-DEFAULT": "Reset To Default" + } + }, + "DESCRIPTION-TEMPLATE-EDITOR": { + "TITLE": { + "NEW": "New API Client", + "NEW-PROFILE": "New Description Template", + "NEW-PROFILE-VERSION": "New Version Of ", + "NEW-PROFILE-CLONE": "New Clone Of " + }, + "FIELDS": { + "DATASET-TITLE": "Description Template Name", + "DATASET-DESCRIPTION": "Description" + }, + "STEPS": { + "GENERAL-INFO": { + "TITLE": "General Info", + "DATASET-TEMPLATE-NAME": "Description template name", + "DATASET-TEMPLATE-NAME-HINT": "A title that determines the Description template.", + "DATASET-TEMPLATE-DESCRIPTION": "Description", + "DATASET-TEMPLATE-DESCRIPTION-HINT": "A brief description of what the Description is about, it's scope and objectives.", + "DESCRIPTION-TEMPLATE-TYPE": "Description template type", + "DESCRIPTION-TEMPLATE-SELECT-TYPE": "Select a type", + "DATASET-TEMPLATE-LANGUAGE-HINT": "", + "DATASET-TEMPLATE-TYPE-HINT": "", + "DATASET-TEMPLATE-LANGUAGE": "Description template language", + "DATASET-TEMPLATE-SELECT-LANGUAGE": "Select a language", + "DATASET-TEMPLATE-USERS": "Editors", + "DATASET-TEMPLATE-USERS-HINT": "Add editors and save changes to notify them.", + "DATASET-TEMPLATE-REMOVE-USER": "Remove Editor", + "DATASET-TEMPLATE-NO-USERS-YET": "... No editors yet", + "DATASET-TEMPLATE-VALIDATE-AND-ADD-USER": "Validate and Add Editor", + "DATASET-TEMPLATE-DESCRIPTION-PLACEHOLDER": "Template description", + "UNTITLED": "Untitled", + "QUESTION": "Question", + "TEMPLATE-OUTLINE": "Template outline", + "USERS": { + "NAME": "Name", + "ROLE": "Role" + }, + "ERRORS": {} + }, + "PAGE-INFO": { + "PAGE-NAME": "Chapter Name", + "PAGE-NAME-HINT": "Set a name for the description chapter.", + "ACTIONS": { + "CREATE-NEW-SUBSECTION": "Section", + "CREATE-NEW-SECTION": "Chapter", + "CREATE-FIRST-SECTION": "Create the first chapter", + "NOTHING-HERE-HINT": "Nothing here yet.", + "START-CREATING-PAGE-START": "Start by ", + "START-CREATING-PAGE-END": "creating the first chapter.", + "CREATE-SECTION": "Create section" + }, + "PAGE": "Chapter" + }, + "SECTION-INFO": { + "SECTION-NAME": "Section Name", + "SECTION-NAME-HINT": "Set a name for the section.", + "SECTION-DESCRIPTION": "Description", + "SECTION-DESCRIPTION-HINT": "Write a brief description of what the section is about.", + "SECTION": "Section" + }, + "PAGES": {}, + "FORM": { + "TITLE": "Form Description", + "SECTION": { + "FIELDS": { + "DESCRIPTION": "Description" + }, + "ACTIONS": {} + }, + "COMPOSITE-FIELD": { + "FIELDS": { + "DESCRIPTION": "Description", + "EXTENDED-DESCRIPTION": "Extended Description", + "ADDITIONAL-INFORMATION": "Additional Information", + "MULTIPLICITY-MIN": "Multiplicity Min", + "MULTIPLICITY-MAX": "Multiplicity Max", + "MULTIPLICITY-PLACEHOLDER": "Multiplicity Placeholder Text", + "MULTIPLICITY-TABLEVIEW": "View inputs in table", + "SEMANTICS": "Semantics", + "EXPORT": "Include in Export" + }, + "ACTIONS": {} + }, + "FIELD": { + "FIELDS": { + "FIELD-LABEL": "Label", + "REFERENCE-TYPE": "Reference Type", + "REFERENCE-TYPE-TITLE": "Reference Type", + "MULTIPLE-SELECT": "Multiple Select", + "RULES-TITLE": "Conditional Questions", + "VIEW-STYLE": "Type", + "DEFAULT-VALUE": "Default Value", + "FIELD-UPLOAD-TITLE": "Upload", + "FIELD-UPLOAD-PLACEHOLDER": "Upload Placeholder Text", + "FIELD-UPLOAD-MAX-FILE-SIZE": "Max File Size (up to {{maxfilesize}} Megabytes)", + "FIELD-UPLOAD-CUSTOM-FILETYPE": "Other file types", + "FIELD-UPLOAD-SELECT-FILETYPE": "Select file types", + "FIELD-UPLOAD-LABEL": "media type name", + "FIELD-UPLOAD-VALUE": "media type value", + "FIELD-FREE-TEXT-TITLE": "Free Text Data", + "FIELD-SELECT-TITLE": "Word List Data", + "FIELD-SELECT-PLACEHOLDER": "Input Placeholder Text", + "FIELD-SELECT-LABEL": "Label", + "FIELD-SELECT-VALUE": "Value", + "FIELD-RADIO-BOX-TITLE": "Radio Box Data", + "FIELD-RADIO-BOX-PLACEHOLDER": "Input Placeholder Text", + "FIELD-RADIO-BOX-LABEL": "Label", + "FIELD-RADIO-BOX-VALUE": "Value", + "FIELD-AUTOCOMPLETE-TITLE": "Autocomplete Data", + "FIELD-AUTOCOMPLETE-PLACEHOLDER": "Input Placeholder Text", + "FIELD-AUTOCOMPLETE-SOURCE-TITLE": "Sources", + "FIELD-AUTOCOMPLETE-ADD_SOURCE": "Add Source", + "FIELD-AUTOCOMPLETE-LABEL": "Label", + "FIELD-AUTOCOMPLETE-VALUE": "Value", + "FIELD-AUTOCOMPLETE-SOURCE": "Source", + "FIELD-AUTOCOMPLETE-URL": "Url", + "FIELD-AUTOCOMPLETE-OPTIONS-ROOT": "Options Root", + "FIELD-AUTOCOMPLETE-HAS-AUTH": "Has Authentication", + "FIELD-AUTOCOMPLETE-AUTH-METHOD": "Method", + "FIELD-AUTOCOMPLETE-AUTH-BODY": "Request Body", + "FIELD-AUTOCOMPLETE-AUTH-TYPE": "Authentication Type", + "FIELD-MULTIPLE-AUTOCOMPLETE": "Multiple Autocomplete", + "FIELD-MULTIPLE-WORDLIST": "Multiple Selection", + "FIELD-EXTERNAL-DATASETS-TITLE": "External Datasets Data", + "FIELD-EXTERNAL-DATASETS-PLACEHOLDER": "Input placeholder Text", + "FIELD-LICENSES-TITLE": "Licenses Data", + "EXTERNAL-DATASET-TYPE-NAME": "Type", + "EXTERNAL-DATASET-TYPES": {} + }, + "ERROR-MESSAGES": { + "FIELD-OTHER-SOURCES-REQUIRED": "At least one source must be provided.", + "FIELD-RADIO-AT-LEAST-ONE-REQUIRED": "There must be at least one option provided.", + "FIELD-SELECT-AT-LEAST-ONE-REQUIRED": "There must be at least one option provided." + }, + "DEFAULT-VALUES": { + "NONE": "None", + "BOOLEAN-DECISION": { + "YES": "Yes", + "NO": "No" + }, + "CHECK-BOX": { + "CHECKED": "Checked", + "UNCHECKED": "Unchecked" + } + }, + "ACTIONS": { + "ADD-RULE": "Add Visibility Rule +" + }, + "STATUS": { + "CALCULATING-PREVIEW": "... calculating preview", + "PREVIEW-UPDATED": "Preview updated!" + } + }, + "RULE": { + "FIELDS": { + "RULE-IF": "If Value is", + "RULE-THEN": "then show Question", + "FIELDSETS": "Questions", + "FIELDS": "Inputs" + }, + "HINTS": { + "ELEMENT-CHILD-OF-TARGET": "This element is parent of selected input.", + "ELEMENT-HIDDEN-FROM-ELEMENT": "This element hides the element or a parent element of the input you are trying to apply visibility rule from." + } + }, + "FORM-VALIDATION": { + "ERROR-MESSAGES": {} + }, + "TABLE-OF-CONTENTS": { + "ERROR-MESSAGES": { + "FIELDSET-MUST-HAVE-PARENT-SECTION": "Question can only be child of section.", + "INPUT-SECTION-SAME-LEVEL": "Cannot have question and section on the same level.", + "DRAG-NOT-SUPPORTED": "Drag n drop of section not supported to target container.", + "PAGE-ELEMENT-ONLY-TOP-LEVEL": "Chapter elements can only be at top level" + } + } + }, + "TOOLKIT": { + "GENERAL-TOOLS": "Questions tools", + "NEW-INPUT-SET": "Add Question", + "CLONE": "Clone", + "DELETE": "Delete" + } + }, + "ACTIONS": { + "SAVE": "Save", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-CLOSE": "Save & Close", + "FINALIZE": "Finalize", + "UPDATE": "Update", + "UPDATE-AND-CONTINUE": "Update & Continue", + "UPDATE-AND-CLOSE": "Update & Close", + "PREVIEW-AND-FINALIZE": "Preview & Finalize", + "BACK-TO-TOP": "Back to top", + "CLOSE": "Close", + "PREVIOUS": "Previous", + "NEXT": "Next", + "FIELD": { + "MAKE-IT-REQUIRED": "Make input required", + "ADD-VISIBILITY-RULE": "Make Conditional Question", + "DELETE-INPUT": "Delete this input", + "PREVIEW": "Preview", + "NOT-INITIALIZED": "Not initialized yet", + "MOVE-UP": "Move this input above", + "MOVE-DOWN": "Move this input below" + }, + "FIELDSET": { + "ADD-INPUT": "Add input", + "COMMENT-FIELD": "Comment field", + "INCLUDE-COMMENT-FIELD": "A comment field input is appended to the given question.", + "ENABLE-MULTIPLICITY": "User may provide more than one answer to the given question.", + "MULTIPLICITY": "Multiplicity", + "MORE": "More.." + } + }, + "FEEDBACK-MESSAGES": {}, + "ERRORS": { + "INVALID-VISIBILITY-RULES": { + "MESSAGE-START": "There were invalid visibility rules detected in ", + "MESSAGE-END": ". Would you like to fix them?", + "CONFIRM-YES": "Yes, remove invalid rules", + "CONFIRM-NO": "No, keep them.", + "REMOVE-SUCCESS": "Invalid visibility rules were removed successfully." + } + }, + "LOCKED-DIALOG": { + "TITLE": "Description Template is locked", + "MESSAGE": "Somebody else is modifying the description template at this moment. You may view the description template but you cannot make any changes. If you would like to modify it please come back later." + } + }, + "DMP-LISTING": { + "DMP": "Plan", + "GRANT": "Grant", + "EDITED": "Edited", + "PUBLISHED": "Published", + "VERSION": "Version", + "CONTAINED-DESCRIPTIONS": "Contained Descriptions", + "TEXT-INFO": "Information in a Plan show how Descriptions have been collected and/or generated, how they have been processed and analyzed, i.e. using which tools, standards, methodologies etc, but also where and how Descriptions are backed up, published and preserved, including any costs associated with personnel dedicated for data curation/ stewardship activities or costs for acquiring or building data management services.", + "TEXT-INFO-QUESTION": "Not sure how a Plan looks in practice? Browse Public Plans and", + "LINK-ZENODO": "LIBER community in Zenodo", + "GET-IDEA": "to get an idea!", + "SORT-BY": "Sort by", + "COLUMNS": { + "PROFILE": "Template" + }, + "ACTIONS": { + "NEW": "New Plan", + "INVITE": "Invite Contributors", + "INVITE-SHORT": "Invite", + "ADD-DESCRIPTION-SHORT": "Add Description", + "NEW-VERSION": "New Version", + "VIEW-VERSION": "All Plan Versions", + "CLONE": "Clone", + "DELETE": "Delete", + "DEPOSIT": "Deposit", + "EXPORT": "Export" + }, + "EMPTY-LIST": "Nothing here yet." + }, + "DMP-UPLOAD": { + "TITLE": "Import Plan", + "UPLOAD-SUCCESS": "Import was Successful", + "ACTIONS": { + "IMPORT": "Import", + "CANCEL": "Cancel" + }, + "PLACEHOLDER": "Plan title" + }, + "DMP-OVERVIEW": { + "TITLE": "Plan", + "PUBLIC": "Public", + "LOCKED": "Locked", + "VERSION": "Version", + "EDITED": "Edited", + "FINALISED": "Finalized", + "GRANT": "Grant", + "DESCRIPTION": "Description", + "DESCRIPTIONS": "Descriptions included", + "DOI-PROVIDED": "DOI provided by", + "DMP-AUTHORS": "Plan Authors", + "YOU": "you", + "ACTIONS": { + "BACK": "Back", + "EDIT": "Edit", + "CLONE": "Clone", + "DELETE": "Delete", + "ADD-DESCRIPTION": "Add Description", + "COPY": "Copy", + "FINALIZE": "Finalize", + "VISIT-WEBSITE": "Visit Website", + "REVERSE": "Undo Finalization", + "EXPORT": "Export", + "NEW-VERSION": "Start new version", + "INVITE-SHORT": "Invite", + "REMOVE-AUTHOR": "Remove" + }, + "UNDO-FINALIZATION-DIALOG": { + "TITLE": "Undo Finalization?", + "CONFIRM": "Yes", + "NEGATIVE": "No" + }, + "LOCK": "Lock", + "ERROR": { + "DELETED-DMP": "The requested Plan is deleted", + "FORBIDEN-DMP": "You are not allowed to access this Plan" + }, + "MULTIPLE-DIALOG": { + "USE-DEFAULT": "Use Default Token" + }, + "DEPOSIT": { + "ACCOUNT-LOGIN": "Which account would you like to use?", + "LOGIN": "Login with {{repository}}" + }, + "LOCKED-DIALOG": { + "TITLE": "Plan is locked", + "MESSAGE": "Somebody else is modifying the Plan at this moment. If you would like to modify or view it, please come back later." + }, + "MIN-DESCRIPTIONS-DIALOG": { + "TITLE": "Min({{minMultiplicity}}) Descriptions needed using this template.", + "MESSAGE": "Add Description." + } + }, + "DESCRIPTION-OVERVIEW": { + "TITLE": "Description", + "PUBLIC": "Public", + "LOCKED": "Locked", + "EDITED": "Edited", + "FINALISED": "Finalized", + "PART-OF": "Part of", + "GRANT": "Grant", + "RESEARCHERS": "Researchers", + "DESCRIPTION": "Description", + "DESCRIPTION-AUTHORS": "Description authors", + "YOU": "you", + "ERROR": {}, + "ACTIONS": { + "BACK": "Back", + "EDIT": "Edit", + "CLONE": "Clone", + "DELETE": "Delete", + "FINALIZE": "Finalize", + "REVERSE": "Undo Finalization", + "EXPORT": "Export", + "INVITE-SHORT": "Invite", + "REMOVE-AUTHOR": "Remove" + }, + "COPY-DIALOG": { + "COPY": "Copy", + "CANCEL": "Cancel" + }, + "FINALIZE-DIALOG": { + "TITLE": "Finalize this item?", + "CONFIRM": "Confirm", + "NEGATIVE": "Cancel" + }, + "UNDO-FINALIZATION-DIALOG": { + "TITLE": "Undo Finalization?", + "CONFIRM": "Yes", + "NEGATIVE": "No" + }, + "LOCKED-DIALOG": { + "TITLE": "Description is locked", + "MESSAGE": "Somebody else is modifying the description at this moment. If you would like to modify or view it, please come back later." + }, + "FINALISE-POPUP": {} + }, + "DESCRIPTION-LISTING": { + "TITLE": "My Descriptions", + "TITLE-EXPLORE": "Published Descriptions", + "TEXT-INFO": "Descriptions are documented following pre-defined templates which set the content of Plans. In {{ APP_NAME }}, a Plan can contain as many Descriptions as the items it documents. Browse ", + "TEXT-INFO-REST": " for a look at Descriptions in {{ APP_NAME }} Plans", + "LINK-PUBLIC-DATASETS": "Public Descriptions", + "TEXT-INFO-PAR": "New Descriptions can be added to existing Plans at any time and be described with more than one template. Descriptions can also be cloned and re-used in other Plans as well as be deleted without negatively affecting the Plan as a whole.", + "TEXT-INFO-QUESTION": "New descriptions can be added to existing DMPs at any time and be described with more than one template. ", + "GET-IDEA": " Descriptions can also be cloned and re-used in other DMPs as well as be deleted without negatively affecting the DMP as a whole.", + "DESCRIPTION": "Description", + "GRANT": "Grant", + "LOCKED": "Description is Locked by another user", + "ACTIONS": { + "ADD-DESCRIPTION": "Add Description", + "TAKE-A-TOUR": "Do you need help? Take a tour..", + "LOAD-MORE": "Load more", + "EXPORT": "Export", + "INVITE-SHORT": "Invite", + "DELETE": "Delete", + "COPY-DESCRIPTION": "Copy Description" + }, + "STATES": { + "EDITED": "Edited", + "PUBLIC": "Public", + "PUBLISHED": "Published" + }, + "COPY-DIALOG": { + "COPY": "Copy", + "CANCEL": "Cancel" + }, + "PART-OF": "Part of", + "DMP": "Plan", + "EMPTY-LIST": "Nothing here yet." + }, + "DESCRIPTION-EDITOR": { + "TITLE-NEW": "New Description", + "TITLE-ADD-DESCRIPTION": "Adding Description", + "TITLE-EDIT-DESCRIPTION": "Editing Description", + "TITLE-PREVIEW-DESCRIPTION": "Previewing Description", + "TO-DMP": "Previewing Description", + "UNSAVED-CHANGES": "(unsaved changes)", + "DMP": "Plan", + "TOC": { + "TITLE": "Guide steps", + "MAIN-INFO": "Main info", + "PREVIOUS": "Previous", + "NEXT": "Next" + }, + "BASE-INFO": { + "INTRO": "You are using the Description editor. Answer here questions that describe your data management activities.", + "INTRO-TIP": "Tip: Add new descriptions to describe different types of data or disciplinary data to avoid mixing information.", + "FIELDS": { + "TITLE": "Title of Description", + "DESCRIPTION": "Description", + "TAGS": "Tags", + "TAGS-PLACEHOLDER": "New Tag...", + "DESCRIPTION-HINT": "Briefly describe the context and purpose of the Description", + "DESCRIPTION-TEMPLATE": "Template", + "DESCRIPTION-TEMPLATE-PLACEHOLDER": "Description Template", + "DESCRIPTION-TEMPLATE-VERSION": "Version" + } + }, + "FIELDS": { + "COMMENT-PLACEHOLDER": "Please Specify" + }, + "ACTIONS": { + "BACK-TO": "Back to", + "EXPORT": "Export", + "SAVE": "Save", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-ADD-NEW": "Save & Add New", + "SAVE-AND-CLOSE": "Save & Close", + "FINALIZE": "Finalize", + "DISCARD": { + "DISCARD": "Discard", + "DISCARD-NEW-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-NEW-CONFIRM": "Yes, revert changes.", + "DISCARD-NEW-DENY": "No.", + "DISCARD-EDITED-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-EDITED-CONFIRM": "Yes, revert changes.", + "DISCARD-EDITED-DENY": "No." + }, + "REVERSE": "Undo Finalization", + "UNDO-FINALIZATION-QUESTION": "Undo finalization?", + "CONFIRM": "Yes", + "REJECT": "No", + "MULTIPLICITY-ADD-ONE-FIELD": "Add more", + "VIEW-MORE": "View more", + "VIEW-LESS": "View less" + }, + "MESSAGES": { + "MISSING-FIELDS": "There are some required fields left unfilled. Please check the Plan and make sure that all required questions are answered and URLs are provided with valid input. (Missing fields are marked in red color)" + }, + "LOCKED-DIALOG": { + "TITLE": "Description is locked", + "MESSAGE": "Somebody else is modifying the description at this moment. You may view the description but you cannot make any changes. If you would like to modify it please come back later." + }, + "DEPRECATED-DESCRIPTION-TEMPLATE": { + "TITLE": "Found a newer version of ", + "MESSAGE": "The selected description template has become obsolete. Would you like to update it?", + "ACTIONS": { + "CANCEL": "Cancel", + "UPDATE": "Update" + } + } + }, + "DESCRIPTION-COPY-DIALOG": { + "TITLE": "Copy Description to Plan", + "SELECT-DMP": "Select Plan", + "DMP-SECTION": "Select Section" + }, + "PREFILL-DESCRIPTION-DIALOG": { + "TITLE": "Initialize your Description", + "OR": "OR", + "HINT": "Select the item from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.", + "DESCRIPTION-TEMPLATE": "Description Template", + "PREFILLING-SOURCE": "Prefilling Source", + "SEARCH-HEADER": "Prefilled object", + "SEARCH": "Start typing to search for an entity to use for prefilling", + "ACTIONS": { + "NEXT": "Next", + "PREFILL": "Prefill", + "MANUALLY": "Manually" + } + }, + "DESCRIPTION-TEMPLATE-LISTING": { + "TITLE": "Description Templates", + "CREATE-DESCRIPTION-TEMPLATE": "Create Description Template", + "MESSAGES": { + "TEMPLATE-UPLOAD-SUCCESS": "Template successfully uploaded" + }, + "FIELDS": { + "NAME": "Name", + "DESCRIPTION": "Description", + "STATUS": "Status", + "VERSION": "Version", + "UPDATED-AT": "Updated", + "CREATED-AT": "Created", + "IS-ACTIVE": "Is Active" + }, + "FILTER": { + "TITLE": "Filters", + "IS-ACTIVE": "Is Active", + "STATUS": "Status", + "CANCEL": "Cancel", + "APPLY-FILTERS": "Apply filters" + }, + "CONFIRM-DELETE-DIALOG": {}, + "ACTIONS": { + "DELETE": "Delete", + "EDIT": "Edit", + "CLONE": "Clone", + "DOWNLOAD-XML": "Download XML", + "NEW-VERSION": "New Version", + "VIEW-VERSIONS": "All Description Template Versions" + }, + "IMPORT": { + "UPLOAD-XML": "Import", + "UPLOAD-XML-FILE-TITLE": "Import Description Template", + "UPLOAD-XML-NAME": "Name Of Description Template", + "UPLOAD-XML-FILE-CANCEL": "Cancel", + "UPLOAD-FILE": "Upload File", + "REPLACE-FILE": "Replace File" + } + }, + "DESCRIPTION-TEMPLATE-TYPE-LISTING": { + "TITLE": "Description Types", + "CREATE-TYPE": "Create Description Type", + "FIELDS": { + "NAME": "Name", + "STATUS": "Status", + "UPDATED-AT": "Updated", + "CREATED-AT": "Created", + "IS-ACTIVE": "Is Active" + }, + "FILTER": { + "TITLE": "Filters", + "IS-ACTIVE": "Is Active", + "STATUS": "Status", + "CANCEL": "Cancel", + "APPLY-FILTERS": "Apply filters", + "CLEAR-ALL-FILTERS": "clear all filters", + "SEARCH-FILTER-BTN": "Filter Results" + }, + "CONFIRM-DELETE-DIALOG": {}, + "ACTIONS": { + "DELETE": "Delete", + "EDIT": "Edit" + } + }, + "REFERENCE-TYPE-LISTING": { + "TITLE": "Reference Types", + "CREATE-TYPE": "Create Reference Type", + "FIELDS": { + "NAME": "Name", + "CODE": "Code", + "UPDATED-AT": "Updated", + "CREATED-AT": "Created", + "IS-ACTIVE": "Is Active" + }, + "FILTER": { + "TITLE": "Filters", + "IS-ACTIVE": "Is Active", + "CANCEL": "Cancel", + "APPLY-FILTERS": "Apply filters" + }, + "CONFIRM-DELETE-DIALOG": {}, + "ACTIONS": { + "DELETE": "Delete", + "EDIT": "Edit" + } + }, + "TENANT-LISTING": { + "TITLE": "Tenants", + "CREATE": "Create Tenant", + "FIELDS": { + "NAME": "Name", + "CODE": "Code", + "UPDATED-AT": "Updated", + "CREATED-AT": "Created", + "IS-ACTIVE": "Is Active" + }, + "FILTER": { + "TITLE": "Filters", + "IS-ACTIVE": "Is Active", + "CANCEL": "Cancel", + "APPLY-FILTERS": "Apply filters" + }, + "CONFIRM-DELETE-DIALOG": {}, + "ACTIONS": { + "DELETE": "Delete", + "EDIT": "Edit" + } + }, + "PREFILLING-SOURCE-LISTING": { + "TITLE": "Prefilling Sources", + "CREATE": "Create Prefilling Source", + "FIELDS": { + "LABEL": "Label", + "UPDATED-AT": "Updated", + "CREATED-AT": "Created", + "IS-ACTIVE": "Is Active" + }, + "FILTER": { + "TITLE": "Filters", + "IS-ACTIVE": "Is Active", + "CANCEL": "Cancel", + "APPLY-FILTERS": "Apply filters" + }, + "CONFIRM-DELETE-DIALOG": {}, + "ACTIONS": { + "DELETE": "Delete", + "EDIT": "Edit" + } + }, + "REFERENCE-LISTING": { + "TITLE": "References", + "CREATE": "Create Reference", + "FIELDS": { + "LABEL": "Label", + "SOURCE": "Source", + "SOURCE-TYPE": "Source Type", + "TYPE": "Reference Type", + "UPDATED-AT": "Updated", + "CREATED-AT": "Created", + "IS-ACTIVE": "Is Active" + }, + "FILTER": { + "TITLE": "Filters", + "IS-ACTIVE": "Is Active", + "TYPE": "Type", + "SOURCE-TYPE": "Source Type", + "CANCEL": "Cancel", + "APPLY-FILTERS": "Apply filters" + }, + "CONFIRM-DELETE-DIALOG": {}, + "ACTIONS": { + "DELETE": "Delete", + "EDIT": "Edit" + } + }, + "LOCK-LISTING": { + "TITLE": "Entity Locks", + "FIELDS": { + "TARGET": "Target", + "TARGET-TYPE": "Type", + "LOCKED-BY": "Locked By", + "LOCKED-AT": "Locked At", + "TOUCHED-AT": "Touched At" + }, + "FILTER": { + "TITLE": "Filters", + "TARGET-TYPE": "Type", + "USERS": "Users", + "CANCEL": "Cancel", + "APPLY-FILTERS": "Apply filters" + }, + "CONFIRM-DELETE-DIALOG": {}, + "ACTIONS": { + "DELETE": "Delete" + } + }, + "LANGUAGE-LISTING": { + "TITLE": "Languages", + "CREATE": "Create Language", + "FIELDS": { + "CODE": "Code", + "UPDATED-AT": "Updated", + "CREATED-AT": "Created", + "IS-ACTIVE": "Is Active" + }, + "FILTER": { + "TITLE": "Filters", + "IS-ACTIVE": "Is Active", + "CANCEL": "Cancel", + "APPLY-FILTERS": "Apply filters" + }, + "CONFIRM-DELETE-DIALOG": {}, + "ACTIONS": { + "DELETE": "Delete", + "EDIT": "Edit" + } + }, + "SUPPORTIVE-MATERIAL-EDITOR": { + "FIELDS": { + "MATERIAL-TYPE": "Material Type", + "LANGUAGE": "Language" + }, + "ACTIONS": { + "SAVE": "Save" + } + }, + "LANGUAGE-EDITOR": { + "NEW": "New Language", + "FIELDS": { + "CODE": "Code", + "PAYLOAD": "Payload", + "ORDINAL": "Ordinal", + "OVERRIDE": "Override from file" + }, + "ACTIONS": { + "SAVE": "Save", + "CANCEL": "Cancel", + "DELETE": "Delete" + }, + "CONFIRM-DELETE-DIALOG": {} + }, + "NOTIFICATION-SERVICE": { + "INAPP-NOTIFICATION-LISTING": { + "TITLE": "Notifications", + "FIELDS": { + "SUBJECT": "Subject", + "TRACKING-STATE": "State", + "NOTIFICATION-TYPE": "Type", + "CREATED-AT": "Created" + }, + "FILTER": { + "TITLE": "Filters", + "TRACKING-STATE": "State", + "NOTIFICATION-TYPE": "Type", + "CANCEL": "Cancel", + "APPLY-FILTERS": "Apply filters" + }, + "CONFIRM-DELETE-DIALOG": {}, + "ACTIONS": { + "DELETE": "Delete" + } + }, + "INAPP-NOTIFICATION-EDITOR": { + "ACTIONS": { + "CANCEL": "Cancel", + "DELETE": "Delete" + } + }, + "NOTIFICATION-TEMPLATE-LISTING": { + "TITLE": "Notification Templates", + "CREATE": "Create Notification Template", + "FIELDS": { + "NOTIFICATION-TYPE": "Type", + "KIND": "Kind", + "CHANNEL": "Channel", + "UPDATED-AT": "Updated", + "CREATED-AT": "Created", + "IS-ACTIVE": "Is Active" + }, + "FILTER": { + "TITLE": "Filters", + "NOTIFICATION-TYPE": "Type", + "IS-ACTIVE": "Is Active", + "KIND": "Kind", + "CHANNEL": "Channel", + "CANCEL": "Cancel", + "APPLY-FILTERS": "Apply filters" + }, + "CONFIRM-DELETE-DIALOG": {}, + "ACTIONS": { + "DELETE": "Delete", + "EDIT": "Edit" + } + }, + "NOTIFICATION-TEMPLATE-EDITOR": { + "NEW": "New Notification Template", + "FIELDS": { + "NOTIFICATION-TYPE": "Notification Type", + "LANGUAGE": "Language", + "CHANNEL": "Channel", + "KIND": "Kind", + "OPTIONAL-TITLE": "Optional Fields", + "KEY": "Key", + "DATA-TYPE": "Data Type", + "VALUE": "Value", + "SUBJECT-SECTION": "Subject Section", + "SUBJECT-TEXT": "Subject Text", + "SUBJECT-KEY": "Subject Key", + "SUBJECT-FIELD-OPTIONS": "Subject Field Options", + "BODY-SECTION": "Body Section", + "BODY-TEXT": "Body Text", + "BODY-KEY": "Body Key", + "BODY-FIELD-OPTIONS": "Body Field Options", + "MANDATORY": "Mandatory", + "MANDATORY-PLACEHOLDER": "New field..", + "EXTRA-OPTIONS": "Extra Options", + "PRIORITY-KEY": "Priority Key", + "ALLOW-ATTACHMENTS": "Allow Attachments", + "CC": "CC", + "CC-MODE": "CC Mode", + "BCC": "BCC", + "BCC-MODE": "BCC Mode", + "EXTRA-DATA-KEYS": "Extra Data Keys", + "FORMATTING": "Formatting" + }, + "ACTIONS": { + "SAVE": "Save", + "CANCEL": "Cancel", + "DELETE": "Delete" + } + }, + "NOTIFICATION-LISTING": { + "TITLE": "Notifications", + "FIELDS": { + "NOTIFICATION-TYPE": "Type", + "NOTIFY-STATE": "Notify State", + "NOTIFIED-WITH": "Notified With", + "CONTACT-TYPE": "Contact Type", + "TRACKING-STATE": "Tracking State", + "TRACKING-PROCESS": "Tracking Process", + "RETRY-COUNT": "Retry Count", + "NOTIFIED-AT": "Notified At", + "USER": "User", + "UPDATED-AT": "Updated", + "CREATED-AT": "Created", + "IS-ACTIVE": "Is Active" + }, + "FILTER": { + "TITLE": "Filters", + "NOTIFICATION-TYPE": "Type", + "IS-ACTIVE": "Is Active", + "NOTIFY-STATE": "Notify State", + "CONTACT-TYPE": "Contact Type", + "TRACKING-STATE": "Tracking State", + "TRACKING-PROCESS": "Tracking Process", + "USERS": "Users", + "CANCEL": "Cancel", + "APPLY-FILTERS": "Apply filters" + }, + "CONFIRM-DELETE-DIALOG": {}, + "ACTIONS": { + "DELETE": "Delete" + } + }, + "TYPES": { + "CONTACT-TYPE": { + "EMAIL": "Email", + "IN-APP": "In App" + }, + "IS-ACTIVE": { + "ACTIVE": "Active", + "INACTIVE": "Inactive" + }, + "NOTIFICATION-TYPE": { + "DMP-INVITATION-EXISTING-USER-TYPE": "DMP invitation on existing user", + "DMP-INVITATION-EXTERNAL-USER-TYPE": "DMP invitation on external user", + "DMP-MODIFIED-TYPE": "Modified a DMP", + "DMP-FINALISED-TYPE": "Finalised a DMP", + "DESCRIPTION-MODIFIED-TYPE": "Modified a Description", + "DESCRIPTION-FINALISED-TYPE": "Finalised a Description", + "MERGE-ACCOUNT-CONFIRMATION-TYPE": "Confirmation to merge an account", + "REMOVE-CREDENTIAL-CONFIRMATION-TYPE": "Confirmation to remove an account", + "DMP-DEPOSIT-TYPE": "Deposit a DMP", + "DESCRIPTION-TEMPLATE-INVITATION-TYPE": "Description Template invitation", + "CONTACT-SUPPORT-TYPE": "Contact Support", + "PUBLIC-CONTACT-SUPPORT-TYPE": "Public Contact Support" + }, + "NOTIFICATION-NOTIFY-STATE": { + "PENDING": "Pending", + "PROCESSING": "Processing", + "SUCCESSFUL": "Successful", + "ERROR": "Error", + "OMITTED": "Omitted" + } + }, + "USER-PROFILE": { + "TITLE": "Notification Preferences", + "NOTIFIER-LIST-EDITOR": { + "ACTIONS": { + "SAVE": "Save" + }, + "MESSAGES": { + "ERROR": "Something went wrong while trying to load your notification preferences." + } + } + } + }, + "DESCRIPTION-TEMPLATE-TYPE-EDITOR": { + "NEW": "New Description Type", + "FIELDS": { + "NAME": "Name" + }, + "ACTIONS": { + "SAVE": "Save", + "FINALIZE": "Finalize", + "CANCEL": "Cancel", + "DELETE": "Delete" + } + }, + "REFERENCE-TYPE-EDITOR": { + "NEW": "New Reference Type", + "SOURCES-REQUIRED": "Required", + "FIELDS": { + "SOURCE-CONFIGURATION": "Source Configuration", + "FIELDS": "Fields", + "SOURCES": "Sources", + "NAME": "Name", + "CODE": "Code", + "DATA-TYPE": "Data Type", + "KEY": "Key", + "LABEL": "Label", + "DESCRIPTION": "Description" + }, + "ACTIONS": { + "SAVE": "Save", + "CANCEL": "Cancel", + "DELETE": "Delete", + "ADD-FIELD": "Add Field", + "REMOVE-FIELD": "Remove Field", + "ADD-SOURCE": "Add Source", + "REMOVE-SOURCE": "Remove Source", + "SUBMIT-FIELDS": "Update Fields" + }, + "CONFIRM-DELETE-DIALOG": {} + }, + "EXTERNAL-FETCHER-SOURCE-EDITOR": { + "FIELDS": { + "RESULTS": "Results", + "FIELD-MAPPINGS": "Field Mappings", + "AUTHENTICATION": "Authentication", + "QUERIES": "Queries", + "QUERY": "Query", + "STATIC-ITEMS": "Static Items", + "STATIC-ITEM": "Item", + "NAME": "Name", + "CODE": "Code", + "VALUE": "Value", + "RESPONSE-PATH": "Response Path", + "KEY": "Key", + "LABEL": "Label", + "ORDINAL": "Ordinal", + "URL": "Url", + "SOURCE-TYPE": "Source Type", + "PAGINATION-PATH": "Pagination Path", + "CONTENT-TYPE": "Content Type", + "HTTP-METHOD": "HTTP Method", + "FIRST-PAGE": "First Page", + "REQUEST-BODY": "Request Body", + "FILTER-TYPE": "Filter Type", + "RESULTS-PATH": "Results Path", + "TOKEN-PATH": "Token Path", + "TYPE": "Type", + "SEPARATOR": "Separator", + "DEPENDENCIES": "Dependencies", + "DEPENDENCY": "Dependency", + "DEFAULT-VALUE": "Default Value", + "CASES": "Cases", + "LIKE-PATTERN": "Condition", + "SOURCE-KEY": "Source Key" + }, + "ACTIONS": { + "ADD-QUERY": "Add Query", + "REMOVE-QUERY": "Remove Query", + "ADD-CASE": "Add Case", + "REMOVE-CASE": "Remove Case", + "ADD-STATIC-ITEM": "Add Item", + "REMOVE-STATIC-ITEM": "Remove Item" + } + }, + "TENANT-EDITOR": { + "NEW": "New Tenant", + "FIELDS": { + "NAME": "Name", + "CODE": "Code", + "DESCRIPTION": "Description", + "DESCRIPTION-PLACEHOLDER": "Tenant description", + "DEPOSIT": "Deposit", + "SOURCE": "Source", + "URL": "Url", + "CODES": "Codes", + "CODES-PLACEHOLDER": "New code ..", + "ISSUER-URL": "Issuer Url", + "CLIENT-ID": "Client ID", + "CLIENT-SECRET": "Client Secret", + "SCOPE": "Scope", + "FILE-TRANSFORMERS": "File transformers" + }, + "ACTIONS": { + "SAVE": "Save", + "CANCEL": "Cancel", + "DELETE": "Delete", + "ADD-SOURCE": "Add Source", + "REMOVE-SOURCE": "Remove Source" + }, + "CONFIRM-DELETE-DIALOG": {} + }, + "PREFILLING-SOURCE-EDITOR": { + "NEW": "New Prefilling Source", + "FIELDS": { + "FIXED-VALUE-FIELDS": "Fixed Value Fields", + "FIELDS": "API Fields", + "SOURCE-CONFIGURATION": "Search Source Configuration", + "GET-SOURCE-CONFIGURATION": "Get Source Configuration", + "LABEL": "Label", + "FIELD": "Field", + "CODE": "Code", + "SYSTEM-TARGET": "System Target", + "SEMANTIC-TARGET": "Semantic Target", + "TRIM-REGEX": "Trim Regex", + "FIXED-VALUE": "Fixed Value" + }, + "ACTIONS": { + "SAVE": "Save", + "CANCEL": "Cancel", + "DELETE": "Delete", + "ADD-FIELD": "Add Field", + "REMOVE-FIELD": "Remove Field", + "SUBMIT-FIELDS": "Submit Fields" + }, + "CONFIRM-DELETE-DIALOG": {} + }, + "REFERENCE-EDITOR": { + "NEW": "New Reference", + "FIELDS": { + "LABEL": "Label", + "TYPE": "Type", + "DESCRIPTION-PLACEHOLDER": "Reference description", + "REFERENCE": "Reference", + "ABBREVIATION": "Abbreviation", + "SOURCE": "Source", + "SOURCE-TYPE": "Source Type", + "FIELDS": "Fields", + "CODE": "Code", + "DATA-TYPE": "Data Type", + "VALUE": "Value" + }, + "ACTIONS": { + "SAVE": "Save", + "CANCEL": "Cancel", + "DELETE": "Delete", + "ADD-FIELD": "Add Field", + "REMOVE-FIELD": "Remove Field" + }, + "CONFIRM-DELETE-DIALOG": {} + }, + "DMP-BLUEPRINT-EDITOR": { + "TITLE": { + "NEW": "New Plan Blueprint", + "CLONE": "Clone Plan Blueprint", + "NEW-VERSION": "Create New Version of Plan Blueprint" + }, + "SECTIONS-REQUIRED": "Required", + "FIELDS-REQUIRED": "Required", + "SYSTEM-FIELDS-REQUIRED": "Title, Description, Language and Access are required", + "FIELDS": { + "NAME": "Name", + "SECTIONS": "Sections", + "SECTION-PREFIX": "Section", + "SECTION-NAME": "Section Name", + "SECTION-DESCRIPTION": "Section Description", + "REFERENCE-TYPE": "Reference Type", + "SYSTEM-FIELD-TYPE": "System Field", + "FIELD-LABEL": "Label", + "FIELD-PLACEHOLDER": "Placeholder", + "FIELD-DESCRIPTION": "Description", + "DATA-TYPE": "Data Type", + "CATEGORY": "Field Type", + "FIELD-REQUIRED": "Required", + "FIELD-MULTIPLE-SELECT": "Multiple", + "SEMANTICS": "Semantics", + "DESCRIPTION-TEMPLATES": "Description Templates", + "DESCRIPTION-TEMPLATE": "Description Template", + "DESCRIPTION-TEMPLATE-LABEL": "Label", + "DESCRIPTION-TEMPLATE-MIN-MULTIPLICITY": "Min Multiplicity", + "DESCRIPTION-TEMPLATE-MAX-MULTIPLICITY": "Max Multiplicity", + "EXTERNAL-AUTOCOMPLETE": {}, + "PREFILLING-SOURCES": "Prefilling Sources" + }, + "ACTIONS": { + "ADD-FIELD": "Add Field", + "REMOVE-FIELD": "Delete", + "REMOVE-SECTION": "Remove Section", + "ADD-DESCRIPTION-TEMPLATE": "Add Description Template", + "REMOVE-DESCRIPTION-TEMPLATE": "Remove Description Template", + "ADD-SECTION": "Add Section", + "SAVE": "Save", + "CANCEL": "Cancel", + "DELETE": "Delete", + "FINALIZE": "Finalize", + "DOWNLOAD-XML": "Download XML" + }, + "CONFIRM-DELETE-DIALOG": { + "MESSAGE": "Would you like to delete this Plan Blueprint?", + "CONFIRM-BUTTON": "Yes, delete", + "CANCEL-BUTTON": "No" + }, + "LOCKED-DIALOG": { + "TITLE": "Plan Blueprint is locked", + "MESSAGE": "Somebody else is modifying the Plan Blueprint at this moment. You may view the Plan Blueprint but you cannot make any changes. If you would like to modify it please come back later." + } + }, + "DMP-EDITOR": { + "TITLE-NEW": "New Plan", + "TITLE-EDIT": "Editing Plan", + "TITLE": "Plan Blueprint", + "UNSAVED-CHANGES": "unsaved changes", + "LOCKED": "Locked", + "DESCRIPTION": "Description", + "NO-TEMPLATE-MESSAGE": "If you can't find a template or if you want to create a personalized template for your institution, research community or training needs, please contact us.", + "DESCRIPTION-TEMPLATES-MAX-MULTIPLICITY": "Description Templates has reached the maximun multiplicity", + "UNSUCCESSFUL-REMOVE-TEMPLATE": "Cannot remove template, because it's already being used by one or more Descriptions.", + "FIELDS": { + "TITLE": "Title of Plan", + "DESCRIPTION": "Description", + "BLUEPRINT": "Blueprint", + "ACCESS-TYPE": "Access Rights", + "LANGUAGE": "Language", + "DESCRIPTION-TEMPLATES": "Description templates", + "DESCRIPTION-TEMPLATES-HINT": "Select a template to describe your descriptions", + "FIRST-NAME": "First Name", + "LAST-NAME": "Last Name", + "EMAIL": "Email", + "USER": "User", + "USER-ROLE": "Role", + "SECTION": "Specific DMP Section", + "DMP-BLUEPRINT-VERSION": "Version" + }, + "ACTIONS": { + "DISCARD": { + "DISCARD": "Discard", + "DISCARD-NEW-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-NEW-CONFIRM": "Yes, revert changes.", + "DISCARD-NEW-DENY": "No.", + "DISCARD-EDITED-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-EDITED-CONFIRM": "Yes, revert changes.", + "DISCARD-EDITED-DENY": "No." + }, + "SAVE": "Save", + "DELETE": "Delete", + "ADD-DESCRIPTION-IN-SECTION": "Add Description", + "PREVIOUS-STEP": "Previous", + "NEXT-STEP": "Next", + "DEFAULT-BLUEPRINT": "Default Blueprint", + "OR-CONTINUE-WITH": "or continue with", + "REMOVE-CONTACT": "Remove Contact", + "REMOVE-USER": "Remove User" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Fill with description", + "ORGANIZATION": "Select organization", + "BLUEPRINT": "Select Blueprint" + }, + "SNACK-BAR": { + "UNSUCCESSFUL-DOI": "Unsuccessful DOI creation", + "SUCCESSFUL-DOI": "Successful DOI creation" + }, + "DESCRIPTION-TEMPLATE-LIST": { + "TITLE": "Available Description Templates", + "TEXT": "Descriptions selected: ", + "OK": "OK" + }, + "STEPPER": { + "DESCRIPTION-INFO": "Description info", + "NEXT": "Next" + }, + "MAIN-INFO": { + "HINT": "A brief description of what the Plan is about, it’s scope and objectives.", + "TYPING": "Type more letters of the name so its more possible to find the correct one." + }, + "DATASET-INFO": { + "SECOND-INTRO": "Descriptions are documented following pre-defined templates which set the content of Plans. In {{ APP_NAME }}, a Plan can contain as many Descriptions as the items it documents.", + "HINT": "Select a template to describe your descriptions. You may select more than one template." + }, + "CLONE-DIALOG": { + "SAVE": "Save", + "CANCEL": "Cancel" + }, + "LOCKED-DIALOG": { + "TITLE": "Plan is locked", + "MESSAGE": "Somebody else is modifying the Plan at this moment. You may view the Plan but you cannot make any changes." + } + }, + "REFERENCE-FIELD": { + "COULD-NOT-FIND-MESSAGE": "Couldn't find it?", + "ACTIONS": { + "INSERT-MANUALLY": "Insert it manually" + }, + "REFERENCE-DIALOG-EDITOR": { + "TITLE": "Add a", + "IDENTIFIER-EXISTS": "Reference Identifier Exists!" + } + }, + "DMP-CLONE-DIALOG": { + "TITLE": "Clone", + "FIELDS": { + "LABEL": "Title of Plan", + "DESCRIPTION": "Description", + "DESCRIPTION-HINT": "A brief description of what the Plan is about, it’s scope and objectives.", + "DESCRIPTION-PLACEHOLDER": "Fill with Description", + "DESCRIPTIONS": "Descriptions", + "DESCRIPTIONS-HINT": "Select which descriptions to include in the new Plan. Selected descriptions will be editable." + }, + "NO-DESCRIPTIONS": "Not available Descriptions for this Plan.", + "ACTIONS": { + "CANCEL": "Cancel", + "CLONE": "Clone" + } + }, + "DMP-NEW-VERSION-DIALOG": { + "TITLE": "New Version", + "FIELDS": { + "LABEL": "Title of Plan", + "DESCRIPTION": "Description", + "DESCRIPTION-HINT": "A brief description of what the Plan is about, it’s scope and objectives.", + "DESCRIPTION-PLACEHOLDER": "Fill with Description", + "DESCRIPTIONS": "Descriptions", + "DESCRIPTIONS-HINT": "Select which descriptions to include in the new Plan. Selected descriptions will be editable.", + "BLUEPRINT": "Plan Blueprint", + "BLUEPRINT-PLACEHOLDER": "Plan Blueprint" + }, + "NO-DESCRIPTIONS": "Not available Descriptions for this Plan.", + "ACTIONS": { + "CANCEL": "Cancel", + "NEW-VERSION": "Create New Version" + } + }, + "DMP-USER-INVITATION-DIALOG": { + "TITLE": "Invite authors", + "ACTIONS": { + "INVITE": "Invite" + }, + "SUCCESS": "Invitation Success", + "ERROR": "Invitation Error" + }, + "DMP-BLUEPRINT-LISTING": { + "TITLE": "Plan Blueprints", + "CREATE-DMP-BLUEPRINT": "Create Plan Blueprint", + "FIELDS": { + "NAME": "Name", + "STATUS": "Status", + "VERSION": "Version", + "UPDATED-AT": "Updated", + "CREATED-AT": "Created", + "IS-ACTIVE": "Is Active" + }, + "FILTER": { + "TITLE": "Filters", + "IS-ACTIVE": "Is Active", + "STATUS": "Status", + "CANCEL": "Cancel", + "APPLY-FILTERS": "Apply filters" + }, + "CONFIRM-DELETE-DIALOG": {}, + "ACTIONS": { + "DELETE": "Delete", + "EDIT": "Edit", + "CLONE": "Clone", + "NEW-VERSION": "New Version", + "DOWNLOAD-XML": "Download XML", + "VIEW-VERSIONS": "All Plan Blueprint Versions" + }, + "IMPORT": { + "UPLOAD-XML": "Import", + "UPLOAD-XML-FILE-TITLE": "Import Plan Blueprint", + "UPLOAD-XML-NAME": "Name Of Plan Blueprint", + "UPLOAD-XML-FILE-CANCEL": "Cancel" + }, + "MESSAGES": "Blueprint successfully uploaded" + }, + "USER-LISTING": { + "TITLE": "Users", + "FIELDS": { + "CONTACT-INFO": "Email", + "ROLES": "Roles", + "NAME": "Name", + "UPDATED-AT": "Updated", + "CREATED-AT": "Created", + "IS-ACTIVE": "Is Active" + }, + "FILTER": { + "TITLE": "Filters", + "IS-ACTIVE": "Is Active", + "ROLES": "Roles", + "CANCEL": "Cancel", + "APPLY-FILTERS": "Apply filters" + }, + "ACTIONS": { + "EDIT": "Edit", + "SAVE": "Save", + "EXPORT": "Export users" + } + }, + "REFERENCE-FIELD-COMPONENT": { + "EXTERNAL-SOURCE": "Source", + "INTERNAL-SOURCE": "Internal" + }, + "TENANT-CHOOSE-DIALOG": { + "TITLE": "Please select your Tenant", + "FIELDS": { + "TENANT-CODE": "Tenant" + }, + "ACTIONS": { + "BACK": "Back", + "SUBMIT": "Submit" + } + }, + "TYPES": { + "ANNOTATION-PROTECTION-TYPE": { + "PRIVATE": "Hidden", + "ENTITY-ACCESSORS": "Visible" + }, + "APP-ROLE": { + "ADMIN": "Admin", + "USER": "User", + "TENANT-ADMIN": "Tenant Admin", + "TENANT-USER": "Tenant User", + "TENANT-MANAGER": "Manager", + "TENANT-DESCRIPTION-TEMPLATE-EDITOR": "Description Template Editor" + }, + "IS-ACTIVE": { + "ACTIVE": "Active", + "INACTIVE": "Inactive" + }, + "DESCRIPTION-STATUS": { + "DRAFT": "Draft", + "FINALIZED": "Finalized", + "CANCELED": "Canceled" + }, + "DMP-USER-ROLE": { + "OWNER": "Owner", + "USER": "User", + "DESCRIPTION-CONTRIBUTOR": "Description Contributor", + "REVIEWER": "Reviewer" + }, + "EXTERNAL-DATASET-TYPE": { + "SOURCE": "Source", + "SOURCE:": "Source: ", + "NO-SOURCE": "Not bind with source", + "SELECT": "Select" + }, + "DMP": { + "FINALISED": "Finalized", + "DRAFT": "Draft" + }, + "DMP-VISIBILITY": { + "VISIBILITY": "Visibility", + "PUBLIC": "Published", + "FINALIZED": "Finalized", + "DRAFT": "Draft", + "ANY": "Any" + }, + "DATASET-PROFILE-FIELD-VALIDATION-TYPE": { + "NONE": "None", + "REQUIRED": "Required" + }, + "DESCRIPTION-TEMPLATE-FIELD-TYPE": { + "SELECT": "Select", + "BOOLEAN-DECISION": "Boolean Decision", + "RADIO-BOX": "Radio Box", + "INTERNAL-DMP-ENTITIES-DMPS": "Internal Plans", + "INTERNAL-DMP-ENTITIES-DATASETS": "Internal Descriptions", + "CHECKBOX": "Checkbox", + "FREE-TEXT": "Free Text", + "TEXT-AREA": "Text Area", + "RICH-TEXT-AREA": "Rich Text Area", + "UPLOAD": "Upload", + "DATE-PICKER": "Date Picker", + "EXTERNAL-DATASETS": "External Descriptions", + "REFERENCE-TYPES": "Reference Types", + "TAGS": "Tags", + "DATASET-IDENTIFIER": "Dataset Identifier", + "VALIDATION": "Validator" + }, + "USER-DESCRIPTION-TEMPLATE-ROLE": { + "OWNER": "Owner", + "MEMBER": "Member" + }, + "DATASET-PROFILE-UPLOAD-TYPE": { + "DOWNLOAD": "Download file" + }, + "DATASET-PROFILE-COMBO-BOX-TYPE": { + "EXTERNAL-SOURCE-HINT": "List of values provided by external source(s)", + "ACTIONS": { + "YES": "Yes", + "NO": "No" + } + }, + "DATASET-PROFILE-VALIDATOR": { + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER": { + "IDENTIFIER-TYPE": "Identifier Type" + }, + "RECENT-ACTIVITY-ORDER": { + "CREATED": "Created", + "LABEL": "Label", + "MODIFIED": "Modified", + "FINALIZED": "Finalized", + "PUBLISHED": "Published", + "STATUS": "Status" + }, + "DESCRIPTION-TEMPLATE-TYPE-STATUS": { + "FINALIZED": "Finalized", + "DRAFT": "Draft" + }, + "DESCRIPTION-TEMPLATE-STATUS": { + "FINALIZED": "Finalized", + "DRAFT": "Draft" + }, + "DMP-BLUEPRINT-STATUS": { + "FINALIZED": "Finalized", + "DRAFT": "Draft" + }, + "DMP-BLUEPRINT-SYSTEM-FIELD-TYPE": { + "TITLE": "Title", + "DESCRIPTION": "Description", + "LANGUAGE": "Language", + "CONTACT": "Contact", + "ACCESS_RIGHTS": "Access", + "USER": "User" + }, + "DMP-BLUEPRINT-EXTRA-FIELD-DATA-TYPE": { + "DATE": "Date", + "NUMBER": "Number", + "TEXT": "Text", + "RICH-TEXT": "Rich Text" + }, + "REFERENCE-FIELD-DATA-TYPE": { + "TEXT": "Text", + "DATE": "Date" + }, + "EXTERNAL-FETCHER-SOURCE-TYPE": { + "API": "API", + "STATIC": "Static" + }, + "EXTERNAL-FETCHER-API-HTTP-METHOD-TYPE": { + "GET": "GET", + "POST": "POST" + }, + "DESCRIPTION-TEMPLATE-EXTERNAL-SELECT-HTTP-METHOD-TYPE": { + "GET": "GET", + "POST": "POST" + }, + "DESCRIPTION-TEMPLATE-EXTERNAL-SELECT-AUTH-TYPE": { + "BEARER": "Bearer" + }, + "REFERENCE-SOURCE-TYPE": { + "INTERNAL": "Internal", + "EXTERNAL": "External" + }, + "NOTIFICATION-TEMPLATE-KIND": { + "DRAFT": "Draft", + "SECONDARY": "Secondary", + "PRIMARY": "Primary", + "DEFAULT": "Default" + }, + "NOTIFICATION-TEMPLATE-CHANNEL": { + "EMAIL": "Email", + "INAPP": "In App" + }, + "NOTIFICATION-TEMPLATE-DATA-TYPE": { + "INTEGER": "Integer", + "DEMICAL": "Demical", + "DOUBLE": "Double", + "DATE-TIME": "Date Time", + "STRING": "String" + }, + "NOTIFICATION-TEMPLATE-EMAIL-OVERRIDE-MODE": { + "NOT": "Not Override", + "ADDITIVE": "Additive", + "REPLACE": "Replace" + }, + "NOTIFICATION-TEMPLATE-NOTIFICATION-TYPE": { + "DMP-INVITATION-EXTERNAL-USER": "Plan Invitation External User", + "DMP-INVITATION-EXISTING-USER": "Plan Invitation Existing User", + "DMP-MODIFIED": "Plan Modified", + "DMP-FINALISED": "Plan Finalised", + "DESCRIPTION-MODIFIED": "Description Modified", + "DESCRIPTION-FINALISED": "Description Finalised", + "MERGE-ACCOUNT-CONFIRMATION": "Merge Account Confirmation", + "REMOVE-CREDENTIAL-CONFIRMATION": "Remove Credential Confirmation", + "DMP-DEPOSIT": "Plan Deposit", + "DESCRIPTION-TEMPLATE-INVITATION": "Description Template Invitation", + "CONTACT-SUPPORT": "Contact Support", + "PUBLIC-CONTACT-SUPPORT": "Public Contact Support" + }, + "NOTIFICATION-INAPP-TRACKING": { + "STORED": "Unread", + "DELIVERED": "Read" + }, + "NOTIFICATION-CONTACT-TYPE": { + "EMAIL": "Email", + "INAPP": "In App" + }, + "NOTIFICATION-TRACKING-STATE": { + "UNDEFINED": "Undefined", + "NA": "NA", + "QUEUED": "Queued", + "SENT": "Sent", + "DELIVERED": "Delivered", + "UNDELIVERED": "Undelivered", + "FAILED": "Failed", + "UNSENT": "Unsent" + }, + "NOTIFICATION-TRACKING-PROCESS": { + "PENDING": "Pending", + "PROCESSING": "Processing", + "SUCCESSFUL": "Successful", + "ERROR": "Error", + "OMITTED": "Omitted" + }, + "DMP-ACCESS-TYPE": { + "PUBLIC": "Public", + "RESTRICTED": "Restricted Access" + }, + "DESCRIPTION-TEMPLATE-FIELD-EXTERNAL-DATASET-TYPE": { + "PRODUCED": "Produced dataset", + "REUSED": "Reused dataset", + "OTHER": "Other" + }, + "DMP-CONTACT-TYPE": { + "INTERNAL": "Internal", + "EXTERNAL": "External" + }, + "DMP-USER-TYPE": { + "INTERNAL": "Internal", + "EXTERNAL": "External" + }, + "DMP-BLUEPRINT-FIELD-CATEGORY": { + "SYSTEM": "System", + "EXTRA": "Custom", + "REFERENCE-TYPE": "External Reference" + }, + "PREFILLING-SOURCE-SYSTEM-TARGET-TYPE": { + "LABEL": "Label", + "DESCRIPTION": "Description", + "TAGS": "Tags" + }, + "LOCK-TARGET-TYPE": { + "DMP": "Plan", + "DESCRIPTION": "Description", + "DMP-BLUEPRINT": "Plan Blueprint", + "DESCRIPTION-TEMPLATE": "Description Template" + } + }, + "FOOTER": { + "CONTACT-SUPPORT": "Contact Support", + "FAQ": "FAQ", + "GUIDE": "User Guide", + "GLOSSARY": "Glossary", + "TERMS-OF-SERVICE": "Terms Of Service", + "ABOUT": "About", + "PRIVACY-POLICY": "Privacy Policy" + }, + "GLOSSARY": { + "TITLE": "Glossary", + "CLOSE": "Close" + }, + "FAQ": { + "TITLE": "FAQ", + "CLOSE": "Close" + }, + "GUIDE": { + "TITLE": "User Guide", + "CLOSE": "Close" + }, + "PRIVACY-POLICY": { + "TITLE": "-Privacy Policy-", + "MAIN-CONTENT": "" + }, + "OPENSOURCE-LICENCES": { + "TITLE": "Opensource licenses" + }, + "TERMS-OF-SERVICE": {}, + "COOKIES-POLICY": { + "TITLE": "Cookies Policy" + }, + "CONTACT": { + "SUPPORT": { + "TITLE": "Contact Support", + "SUBTITLE": "How can we help you?", + "SUBJECT": "Subject", + "DESCRIPTION": "Description", + "CANCEL": "Cancel", + "SEND": "Send" + } + }, + "LANGUAGE": { + "TITLE": "Language", + "CLOSE": "Close" + }, + "DASHBOARD": { + "GRANTS": "Grants", + "TITLE": "What is {{ APP_NAME_CAPS }}?", + "DMP-QUESTION": "What is a Plan in {{ APP_NAME_CAPS }}?", + "INFO-TEXT": "{{ APP_NAME_CAPS }} is an open extensible service that simplifies the management, validation, monitoring and maintenance and of Plans. It allows actors (researchers, managers, supervisors etc) to create actionable Plans that may be freely exchanged among infrastructures for carrying out specific aspects of the Data management process in accordance with the intentions and commitment of Data owners.", + "INFO-DMP-TEXT": "A Plan (DMP) is a living document describing the items that are generated and/ or re-used during and after a research lifetime. Plans aim to provide researchers with essential information to re-produce, re-distribute and re-purpose research results thus assuring for their validity and exploitation.", + "NEW-QUESTION": "New with Plans? Visit", + "START-YOUR-FIRST-DMP": "Start your first Plan", + "OPEN-AIR-GUIDE": "OpenAIRE’s Guide for Researchers", + "LEARN-MORE": "to learn more about how to create one!", + "DMPS": "Plans", + "PERSONAL-USAGE": "Personal Usage", + "PUBLIC-USAGE": "Public Usage", + "DESCRIPTIONS": "Descriptions", + "DATASET-DESCRIPTIONS-DASHBOARD-TEXT": "Descriptions", + "PUBLIC-DMPS": "Public Plans", + "PUBLIC-DESCRIPTIONS": "Public Descriptions", + "RELATED-ORGANISATIONS": "Related Organizations", + "DRAFTS": "Drafts", + "ALL": "All", + "EMPTY-LIST": "Nothing here yet.", + "LATEST-ACTIVITY": "Latest Activity", + "DMP-ABOUT-BEG": "A Plan in {{ APP_NAME }} consists of key information about research, such as purpose, objectives and researchers involved, but also about documentation of research datasets, namely", + "DMP-ABOUT-END": ", that highlight the steps followed and the means used across data management activities.", + "SELECT-DMP": "Select a Plan for your Description", + "ACTIONS": { + "ADD-DESCRIPTION": "Add Description" + }, + "TOUR-GUIDE": { + "DMP": "This is your dashboard. You can view and edit all Plans that you have either contributed to or created yourself.", + "START-NEW": "Create your Plan with Start new Plan.", + "IMPORT-DMP": "You can import a Plan", + "START-WIZARD": "or create new in {{ APP_NAME }}.", + "DESCRIPTION": "This is your dashboard. You can view and edit all Descriptions that you have either contributed to or created yourself.", + "NEW-DESCRIPTION": "With Add Description you can describe new items anytime in the research process.", + "GOT-IT": "Got it!", + "LEAVE-TOUR": "Leave Tour" + }, + "ADD-NEW-DATASET": { + "OPTIONS-NOT-ENOUGH": "Are those options not enough?", + "START-NEW-DMP": "Start new Plan", + "OPTIONS": { + "CREATED-AT": "Created At:" + } + } + }, + "USER-DIALOG": { + "USER-PROFILE": "My Profile", + "USER-PROFILE-SETTINGS": "My Profile Settings...", + "LOG-OUT": "Log Out" + }, + "USER-PROFILE": { + "MERGING-SUCCESS": "Linking of the two profiles was successful.", + "MERGING-EMAILS-DIALOG": { + "TITLE": "Verify linked account", + "MESSAGE": "An email to verify this action has been sent to you. Once accepted, you will be able to see your accounts merged. The last email account that you merge will be the one containing all of your Plan records and activity in {{ APP_NAME }}." + }, + "UNLINK-ACCOUNT": { + "TITLE": "Verify account to be unlinked", + "MESSAGE": "An email to verify this action has been sent to your main account. Once accepted, {{accountToBeUnlinked}} will be no longer connected to your current {{ APP_NAME_CAPS }} profile." + }, + "UNLINK-ACCOUNT-DIALOG": { + "MESSAGE": "By clicking \"Confirm\", you accept the transfer of your {{ APP_NAME_CAPS }} activity performed from this account to your main {{ APP_NAME_CAPS }} account, which is the one that is listed first. By logging in again with the unlinked account, you will be able to start your {{ APP_NAME_CAPS }} experience from scratch, in an empty dashboard.", + "CONFIRM": "Confirm", + "CANCEL": "Cancel" + }, + "SETTINGS": { + "TIMEZONE": "Time Zone", + "CULTURE": "Culture", + "LANGUAGE": "Language", + "NAME": "Name", + "ORGANIZATION": "Organization", + "ROLE": "Role", + "SELECT-ROLE": "Select Role", + "ACCOUNTS": "Accounts", + "EMAILS": "Emails", + "YOUR-EMAIL": "Your Email" + }, + "ASSOCIATED-DMPS": "Associated Plans", + "ROLE-ORGANIZATION": { + "FACULTY": "Faculty", + "LIBRARIAN": "Librarian", + "RESEARCHER": "Researcher", + "STUDENT": "Student (BA/BSc, MSc)", + "EARLY-CAREER-RESEARCHER": "Early Career Researcher (PhD candidate, post-graduate)", + "RESEARCH-ADMINISTRATOR": "Research Administrator", + "REPOSITORY-MANAGER": "Repository Manager", + "RESEARCH-INFRASTRUCTURE": "Research Infrastructure", + "SERVICE-PROVIDER": "Service Provider", + "PUBLISHER": "Publisher", + "RESEARCH-FUNDER": "Research Funder", + "POLICY-MAKER": "Policymaker", + "SME-INDUSTRY": "SME/ Industry", + "OTHER": "Other" + }, + "ACTIONS": { + "SAVE": "Save", + "LINK-NEW": "Link {{ APP_NAME_CAPS }} accounts", + "LINK-NEW-ACCOUNT": "Link new account", + "UNLINK-ACCOUNT": "Unlink", + "UNLINK-ACCOUNT-DISABLED": "You can't unlink your main profile's email", + "ADD": "Add", + "CANCEL": "Cancel" + } + }, + "DMP-FINALISE-DIALOG": { + "TITLE": "Finalize this item?", + "DMP": "Plan", + "DESCRPIPTIONS": "Descriptions", + "EMPTY": "No Descriptions for this Plan so far", + "FINALISE-TITLE": "Do you want to finalize any of the following Draft Descriptions?", + "VALIDATION": { + "AT-LEAST-ONE-DESCRPIPTION-FINALISED": "You need to have at least one Description Finalized", + "INVALID-DMP": "This Plan can not be finalized " + }, + "IMPACT": "This action will finalize your Plan, and you won't be able to edit it again.", + "PUBLIC-DMP-MESSAGE": "After finalizing your Plan, it'll be published and be publicly available to the {{ APP_NAME_CAPS }} tool.", + "RESTRICTED-DMP-MESSAGE": "Your Plan can be published and be publicly available to the {{ APP_NAME_CAPS }} tool after finalization when its access rights are opened. Current access rights: restricted", + "INVALID": "Invalid", + "ACTIONS": { + "SUBMIT": "Submit", + "CANCEL": "Cancel" + } + }, + "START-NEW-DESCRIPTION-DIALOG": { + "SELECT-DMP": "Select Plan", + "ACTIONS": { + "NEXT": "Next", + "CANCEL": "Cancel" + } + }, + "NEW-RELEASE-NOTIFICATION": { + "TITLE": "New {{ APP_NAME_CAPS }} Release!", + "HINT": "Discover the all-new {{ APP_NAME }} version", + "BODY": "Discover the latest enhancements and improvements with our brand-new {{ APP_NAME }} release! Use the Default Blueprint to create plans that include funders information. Contact us to create Blueprints for institutional plans that connect to local services or for training activities. Adopt the output management plan as an overarching plan that combines different templates, e.g. data and software. Don’t miss out – explore now!", + "ACTIONS": { + "LEARN-MORE": "Learn more" + } + }, + "MERGE-ACCOUNT": { + "TITLE": "Merge Your Account", + "MESSAGES": { + "CONFIRMATION": "Are you sure that you want to merge this account?" + }, + "ACTIONS": { + "CONFIRM": "Confirm" + } + } +} diff --git a/deployment/opendmp/backend/i18n/es.json b/deployment/opendmp/backend/i18n/es.json new file mode 100644 index 000000000..adf599702 --- /dev/null +++ b/deployment/opendmp/backend/i18n/es.json @@ -0,0 +1,1988 @@ +{ + "APP_NAME": "Argos", + "APP_NAME_CAPS": "ARGOS", + "GENERAL": { + "VALIDATION": { + "REQUIRED": "Obligatorio", + "GRANT-START-AFTER-END": "La fecha de incio de la subvención no puede ser posterior a la fecha de fin", + "PATTERN-_": "Carácter \"_\" no permitido", + "URL": { + "LABEL": "URL", + "MESSAGE": "Please provide a valid URL" + } + }, + "DELETE-CONFIRMATION": { + "TITLE": "Aviso", + "MESSAGE": "¿Está seguro de que desea eliminar este elemento?", + "POSITIVE": "Sí", + "NEGATIVE": "Cancelar" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Creado correctamente", + "SUCCESSFUL-UPDATE": "Actualizado correctamente", + "SUCCESSFUL-LOGIN": "Inicio de sesión correcto", + "SUCCESSFUL-LOGOUT": "Cierre de sesión correcto", + "SUCCESSFUL-EMAIL-SEND": "El mensaje ha sido enviado correctamente", + "SUCCESSFUL-COPY-TO-CLIPBOARD": "Copied to Clipboard", + "UNSUCCESSFUL-LOGOUT": "Cierre de sesión fallido", + "UNSUCCESSFUL-LOGIN": "Inicio de sesión fallido", + "SUCCESSFUL-DATASET-PROFILE-DELETE": "Borrado correcto", + "UNSUCCESSFUL-DATASET-PROFILE-DELETE": "Esta plantilla no se puede borrar, porque está asociada a descripciones del dataset", + "SUCCESSFUL-DMP-BLUEPRINT-DELETE": "Successful Delete", + "UNSUCCESSFUL-DMP-BLUEPRINT-DELETE": "This blueprint can not deleted, because DMPs are associated with it", + "SUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "Successful Delete", + "UNSUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "This type can not deleted, because Descriptions are associated with it", + "SUCCESSFUL-DELETE": "Borrado correcto", + "UNSUCCESSFUL-DELETE": "Borrado fallido", + "UNSUCCESSFUL-EMAIL-SEND": "Fallo enviando el correo", + "UNSUCCESSFUL-REMOVE-TEMPLATE": "Failed to remove template, one or more datasets of this DMP use this template" + }, + "ERRORS": { + "HTTP-REQUEST-ERROR": "Se ha producido un error inesperado" + }, + "NAMES": { + "DATASET": "Descripción del dataset" + }, + "STATUSES": { + "EDIT": "Editado", + "FINALISED": "Completado" + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "WARNING": "Atención!", + "THIS-FIELD": "Campo", + "HAS-ERROR": "hay error", + "REQUIRED": "Obligatorio", + "EMAIL": "Correo inválido", + "MIN-VALUE": "Valor mínimo debería ser {{min}}", + "MAX-VALUE": "Valor máximo debería ser {{max}}", + "ACTIONS": { + "CANCEL": "Cerrar" + } + }, + "CONFIRMATION-DIALOG": { + "DELETE-ITEM": "¿Borrar este item?", + "DELETE-USER": "¿Borrar este colaborador?", + "FINALIZE-ITEM": "¿Finalizar este item?", + "UNFINALIZE-ITEM": "Deshacer la finalización?", + "PUBLISH-ITEM": "¿Publicar este item?", + "ADD-DATASET": "¿Quiere continuar añadiendo una descripción al dataset de su PGD? Siempre puede añadir más descripciones al dataset utilizado el menú\"(Asistente) Añadir una decripción del dataset\".", + "ZENODO-DOI": "¿Quiere crear un Identificador de Objeto Digital (DOI) con la cuenta {{username}} para el PGD?", + "LEAVE-PAGE": "Si sale, perderá los cambios.", + "LEAVE-WARNING": "¡Tiene cambios sin grabar!", + "PRIVACY-POLICY-NAMES": "Los nombres de todas las personas implicadas es este PGD serán públicos.¿Está deacuerdo?", + "ACTIONS": { + "CONFIRM": "Sí", + "NO": "No", + "DELETE": "Borrar", + "REMOVE": "Eliminar", + "CANCEL": "Cancelar", + "LEAVE": "Abandonar", + "POLICY-AGREE": "Hacer que los nombre estén públicos.", + "REQUIRED": "Es obligatorio hacer click en la casilla." + } + }, + "NOTIFICATION-DIALOG": { + "POPUP": { + "TITLE": "Dataset perdido", + "MESSAGE": "Al menos un dataset ha sido creado para graba el PDG.", + "CLOSE": "Cerrar" + } + }, + "START-NEW-DMP-DIALOG": { + "IMPORT": "Importar", + "FUNCTION-SUPPORTS": "función de soporte", + "JSON-FILES": "ficheros .json", + "PRODUCED": "producido", + "RDA-SPECIFICATIONS": "de acuerdo a las especificaciones RDA", + "MACHINE-ACTIONABLE": "para PGDs procesables por máquinas", + "UPLOAD-FILE": "Subir fichero", + "REPLACE-FILE": "Reemplar ichero" + }, + "INVITATION-DIALOG": { + "HINT": "Ponga coma o enter entre los autores", + "SUCCESS": "Invitación correctamente enviada", + "ERROR": "Fallo al enviar la invitación" + }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "Ha creado correctamente su", + "DMP": "PGD", + "TO-DATASET": "Será transferido al", + "DATASET": "Dataset", + "EDITOR": "editor", + "START": "comencemos" + }, + "ACTIONS": { + "VIEW-ALL": "Ver todo", + "SHOW-MORE": "Mostrar más", + "LOAD-MORE": "Cargar más", + "LOAD-LESS": "Cargar menos", + "SHOW-LESS": "Mostrar menos", + "LOG-IN": "Iniciar sesión", + "TAKE-A-TOUR": "Necesita ayuda? Hagamos una visita virtual..", + "NO-MORE-AVAILABLE": "No more results available" + }, + "PREPOSITIONS": { + "OF": "de" + }, + "TITLES": { + "PREFIX": "Abrir PGD - ", + "GENERAL": "Crear Planes de Gestión de Datos", + "ABOUT": "Acerca de", + "PRIVACY": "Política de privacidad", + "OPENSOURCE-LICENCES": "Licencias de código abierto", + "TERMS": "Términos de servicio", + "COOKIES-POLICY": "Política de cookies", + "PLANS": "Mis PGDs", + "EXPLORE-PLANS": "PGDs Publicados", + "QUICK-WIZARD": "(Asistente) Nuevo PGD", + "PLANS-NEW": "Nuevo PGD (Experto)", + "DMP-NEW": "Nuevo PGD", + "DESCRIPTIONS": "My Descriptions", + "EXPLORE": "Published Descriptions", + "DATASETCREATEWIZARD": "Añadir una descripción del dataset (Asistente)", + "GRANTS": "Mis subvenciones", + "DMP-BLUEPRINTS": "DMP Blueprints", + "DATASET-PROFILES": "Dataset Description Templates", + "DESCRIPTION-TYPES": "Description Types", + "USERS": "Usuarios", + "PROFILE": "Mi perfil", + "LOGIN": "Iniciar sesión", + "DMP-OVERVIEW": "Resumen del PGD", + "DATASET-OVERVIEW": "Resumel del dataset", + "DMP-EDIT": "Editar el PGD", + "DATASET-EDIT": "Ver/Editar el dataset", + "DMP-NEW-VERSION": "Nueva versiónd del PGD", + "DMP-CLONE": "Clonar el PGD", + "DATASET-NEW": "Nueva descripción del dataset", + "GRANT-NEW": "Nueva subvención", + "GRANT-EDIT": "Ver/Editar subvención", + "DMP-BLUEPRINT-NEW": "New DMP Blueprint", + "DMP-BLUEPRINT-CLONE": "New Clone of DMP Blueprint", + "DMP-BLUEPRINT-EDIT": "Edit DMP Blueprint", + "DATASET-PROFILES-NEW": "Nueva plantilla de descripción del dataset", + "DATASET-PROFILES-EDIT": "Editar plantilla de descripción del dataset", + "DESCRIPTION-TYPE-NEW": "New Description Type", + "DESCRIPTION-TYPE-EDIT": "Edit Description Type", + "EXPLORE-PLANS-OVERVIEW": "Resumen del PGD", + "DATASET-PUBLIC-EDIT": "Ver el dataset publicado", + "DMP-PUBLIC-EDIT": "Ver el PGD publicado", + "DATASET-COPY": "Copiar la descripción del dataset", + "DATASET-UPDATE": "Actualizar la descripción del dataset", + "DATASET-PROFILES-NEW-VERSION": "Nueva versión de la plantilla de descripción del dataset", + "DATASET-PROFILES-CLONE": "Nueva copia de la plantilla de descripción del dataset", + "LANGUAGE-EDITOR": "Editor de idiomas", + "GUIDE-EDITOR": "Editor de la guía de usuario", + "LANGUAGE": "Idioma", + "SIGN-IN": "Identificarse con su cuenta" + }, + "FILE-TRANSFOMER": { + "PDF": "PDF", + "XML": "XML", + "JSON": "RDA JSON", + "DOC": "Documento" + }, + "LANGUAGES": { + "en": "Inglés", + "gr": "Griego", + "es": "Español", + "de": "Alemán", + "tr": "Turco", + "sk": "Eslovaco", + "sr": "Serbio", + "pt": "Portugués", + "hr": "Croatian", + "pl": "Polish" + } + }, + "COOKIE": { + "MESSAGE": "Esta web utiliza cookies para mejorar su experiecia de usuario.", + "DISMISS": "Aceptar", + "DENY": "Rechazar cookies", + "LINK": "Saber más", + "POLICY": "Política de cookies" + }, + "EMAIL-CONFIRMATION": { + "EXPIRED-EMAIL": "Invitación por correo electrónico caducada", + "CARD-TITLE": "Correo electrónico", + "REQUEST-EMAIL-HEADER": "¡Casi hemos terminado! Por favor rellene su dirección de correo electrónico.", + "REQUEST-EMAIL-TEXT": "Tendrá que confirmarlo para utilizar la aplicación.", + "SUBMIT": "Enviar", + "SENT-EMAIL-HEADER": "¡Correo electrónico enviado!", + "EMAIL-FOUND": "El correo electrónico ya está confirmado" + }, + "HOME": { + "DMPS": "PGDs", + "DATASETS": "Descripciones del dataset", + "LOGIN": { + "TITLE": "Acceso", + "TEXT": "Usted no tiene una cuenta registrada para {{ APP_NAME_CAPS }}" + } + }, + "NAV-BAR": { + "BREADCRUMB-ROOT": "Panel", + "TITLE": "{{ APP_NAME_CAPS }}", + "GRANTS": "Subvenciones", + "GRANT": "Subvención", + "DMP": "PGD", + "DMPS": "PGDs", + "MY-DMPS": "MIS PGDs", + "DATASETS": "Descripciones del dataset", + "DESCRIPTION": "Description", + "PUBLIC-DATASETS": "Explorar {{ APP_NAME_CAPS }}", + "USERS": "Usuarios", + "DATASETS-ADMIN": "Plantilla del dataset", + "DMP-BLUEPRINTS": "DMP Blueprints", + "ABOUT": "Acerca de", + "MY-DATASET-DESCRIPTIONS": "MIS DESCRIPCIONES DEL DATASET", + "DATASET-DESCRIPTION-WIZARD": "Asistente de la descripción del dataset", + "PUBLIC DATASETS": "DESCRIPCIONES DEL DATASET PUBLICADA", + "PUBLIC-DMPS": "PGDS PUBLICADOS", + "HOME": "Inicio", + "DMP-WIZARD": "Asistente PGD", + "DATASET-TEMPLATES": "PLANTILLAS DEL DATASET", + "TEMPLATE": "PLANTILLA", + "DMP-BLUEPRINTS-CAPS": "DMP BLUEPRINTS", + "USERS-BREADCRUMB": "USUARIOS", + "START-NEW-DMP": "Iniciar un nuevo PGD", + "START-NEW-DMP-TXT": "Un Asistente especial está disponible para ayudarle a crear su PGD de forma sencilla. Tiene una guía paso a paso con toda la información necesaria para crear un PGD facilmente.", + "START-WIZARD": "Lanzar el asistente", + "IMPORT-FROM-FILE": "Importar desde un fichero", + "SEARCH": { + "DATASET": "Descripción del dataset", + "DMP": "PGD", + "GRANT": "Subvención", + "PUBLISHED": "Publicado" + } + }, + "SIDE-BAR": { + "GENERAL": "GENERAL", + "ABOUT": "Acerca de", + "DASHBOARD": "Inicio", + "DMP": "PLAN DE GESTIÓN DE DATOS", + "MY-DMPS": "Mis PGDs", + "DATASETS": "DESCRIPCIONES DEL DATASET", + "GRANTS": "SUBVENCIONES", + "NEW DATASET": "Nueva descripción del dataset", + "QUICK-WIZARD": "Nuevo PGD (Asistente)", + "QUICK-WIZARD-DATASET": "Añadir una descripción del dataset (Asistente)", + "ADD-EXPERT": "Nuevo PGD (Experto)", + "MY-DATASET-DESC": "Mis descripciones del dataset", + "MY-DESCRIPTIONS": "My Descriptions", + "MY-GRANTS": "Mis subvenciones", + "HISTORY": "HISTORIAL", + "HISTORY-VISITED": "VISITADO POR ÚLTIMA VEZ", + "HISTORY-EDITED": "EDITADO POR ÚLTIMA VEZ", + "PUBLIC": "PUBLICADO", + "PUBLIC-DMPS": "PGDs publicado", + "PUBLIC-DESC": "Public Descriptions", + "ACCOUNT": "CUENTA", + "ADMIN": "ADMINISTRADOR", + "DESCRIPTION-TEMPLATES": "Description Templates", + "DESCRIPTION-TEMPLATE-TYPES": "Description Types", + "DMP-BLUEPRINTS": "DMP Blueprints", + "USERS": "Usuarios", + "LANGUAGE-EDITOR": "Editor de Idiomas", + "GUIDE-EDITOR": "Editor de la guía de usuario", + "CO-BRANDING": "Marca compartida", + "SUPPORT": "Soporte", + "FEEDBACK": "Enviar feedback", + "SUPPORTIVE-MATERIAL": "Μaterial de Αpoyo" + }, + "DATASET-PROFILE-EDITOR": { + "TITLE": { + "NEW": "Nuevo cliente API", + "NEW-PROFILE": "New Description Template", + "NEW-PROFILE-VERSION": "Nueva verisón de ", + "NEW-PROFILE-CLONE": "Nueva copia de " + }, + "FIELDS": { + "DATASET-TITLE": "Description Template Name", + "DATASET-DESCRIPTION": "Descripción", + "ROLES": "Funciones" + }, + "STEPS": { + "GENERAL-INFO": { + "TITLE": "Información General", + "DATASET-TEMPLATE-NAME": "Description template name", + "DATASET-TEMPLATE-NAME-HINT": "A title that determines the Description template.", + "DATASET-TEMPLATE-DESCRIPTION": "Descripción", + "DATASET-TEMPLATE-DESCRIPTION-HINT": "Una breve descripción acerca del Dataset, su alcance y objetivos.", + "DESCRIPTION-TEMPLATE-TYPE": "Description template type", + "DESCRIPTION-TEMPLATE-SELECT-TYPE": "Select a type", + "DATASET-TEMPLATE-LANGUAGE": "Description template language", + "DATASET-TEMPLATE-SELECT-LANGUAGE": "Seleccione un idioma", + "DATASET-TEMPLATE-USERS": "Editors", + "DATASET-TEMPLATE-USERS-HINT": "Add editors and save changes to notify them.", + "DATASET-TEMPLATE-REMOVE-USER": "Remove Editor", + "DATASET-TEMPLATE-NO-USERS-YET": "... No editors yet", + "DATASET-TEMPLATE-VALIDATE-AND-ADD-USER": "Validate and Add Editor", + "DATASET-TEMPLATE-DESCRIPTION-PLACEHOLDER": "Descripción de la plantilla del Dataset", + "UNTITLED": "Sin título", + "QUESTION": "Pregunta", + "TEMPLATE-OUTLINE": "Modelo de plantilla", + "ERRORS":{ + "USER-NOT-FOUND":"Usuario no encontrado." + } + }, + "PAGE-INFO": { + "PAGE-NAME": "Nombre del capítulo", + "PAGE-NAME-HINT": "Set a name for the desciption chapter.", + "PAGE-DESCRIPTION": "Descripción", + "PAGE-DESCRIPTION-HINT": "Escribir una breve descripción de lo que trata el capítulo.", + "ACTIONS": { + "CREATE-FIRST-PAGE": "Crear el primer capítulo", + "CREATE-NEW-SUBSECTION": "Sección", + "CREATE-NEW-SECTION": "Capítulo", + "CREATE-FIRST-SECTION": "Crear el primer capítulo", + "NOTHING-HERE-HINT": "Todavía no hay nada.", + "START-CREATING-PAGE-START": "Empieza por ", + "START-CREATING-PAGE-END": "creando el primer capítulo.", + "CREATE-SECTION": "Crear sección" + }, + "PAGE": "Capítulo" + }, + "SECTION-INFO": { + "SECTION-NAME": "Nombre de sección", + "SECTION-NAME-HINT": "Poner un nombre a la sección.", + "SECTION-DESCRIPTION": "Descripción", + "SECTION-DESCRIPTION-HINT": "Escribir una pequeña descripción de lo que trata la sección.", + "SECTION": "Sección" + }, + "PAGES": { + "TITLE": "Descripción del capítulo", + "PAGE-PREFIX": "Capítulo", + "PAGE-INPUT-TITLE": "Título del cappítulo", + "DATASET-DETAILS": "Detalles de la descripción del dataset", + "EXTERNAL-REFERENCES": "Referencias externas", + "DESCRIPTION": "Descripción" + }, + "FORM": { + "TITLE": "Formulario de descripción", + "SECTION": { + "TITLE": "Información de sección", + "FIELDS": { + "ID": "Identificador único de sección", + "TITLE": "Nombre de sección", + "PAGE": "Cargar la página", + "ORDER": "Orden", + "DESCRIPTION": "Descripción", + "FIELDS-TITLE": "Campos", + "SUB-SECTIONS-TITLE": "Subsecciones" + }, + "ACTIONS": { + "ADD-SUB-SECTION": "Añadir subsección +", + "ADD-FIELD": "Añadir campo +" + } + }, + "COMPOSITE-FIELD": { + "TITLE": "Información de campo compuesto", + "SIMPLE-FIELD-TITLE": "Información de campo", + "SUB-FIELDS-TITLE": "Campos hijo", + "FIELDS": { + "COMPOSITE-CHECKBOX": "Campo compuesto", + "MULTIPLICITY-CHECKBOX": "Multiplicidad", + "COMMENT-CHECKBOX": "Incluye campo de comentario", + "COMPOSITE-TITLE": "Composite Field Name", + "FIELD-TITLE": "Nombre del campo", + "DESCRIPTION": "Descripción", + "EXTENDED-DESCRIPTION": "Descripción extendida", + "ADDITIONAL-INFORMATION": "Información adicional", + "MULTIPLICITY-MIN": "Multiplicidad mínima", + "MULTIPLICITY-MAX": "Multiplicidad máxima", + "MULTIPLICITY-PLACEHOLDER": "Multiplicity Placeholder Text", + "MULTIPLICITY-TABLEVIEW": "View inputs in table", + "MULTIPLICITY-ADD-ONE-FIELD": "Add more", + "MULTIPLICITY-ADD-ONE-FIELD-TABLEVIEW": "Add row", + "ORDER": "Orden", + "COMMENT-PLACEHOLDER": "Por favir especifique", + "COMMENT-HINT": "Proporcione información adicional o justifique su selección", + "SEMANTICS": "Semantics", + "EXPORT": "Include in Export" + }, + "ACTIONS": { + "ADD-CHILD-FIELD": "Añadir un capo hijo+" + } + }, + "FIELD": { + "FIELDS": { + "RULES-TITLE": "Conditional Questions", + "FIELD-RULES-VALUE": "Valor", + "ID": "Identificador único de sección", + "VIEW-STYLE": "Tipo", + "MULTIPLICITY-MIN": "Multiplicidad mínima", + "MULTIPLICITY-MAX": "Multiplicidad máxima", + "ORDER": "Orden", + "DEFAULT-VALUE": "Valor por defecto", + "VALIDATION": "Validación", + "MULTIPLICITY-CHECKBOX": "Multiplicidad", + "FIELD-TEXT-AREA-TITLE": "Datos de área de texto", + "FIELD-TEXT-AREA-PLACEHOLDER": "Marcador de entrada", + "FIELD-RICH-TEXT-AREA-TITLE": "Rich Text Area Data", + "FIELD-RICH-TEXT-AREA-PLACEHOLDER": "Input Placeholder Text", + "FIELD-UPLOAD-TITLE": "Upload", + "FIELD-UPLOAD-PLACEHOLDER": "Upload Placeholder Text", + "FIELD-UPLOAD-MAX-FILE-SIZE": "Max File Size (up to {{maxfilesize}} Megabytes)", + "FIELD-UPLOAD-CUSTOM-FILETYPE": "Other file types", + "FIELD-UPLOAD-SELECT-FILETYPE": "Select file types", + "FIELD-UPLOAD-LABEL": "media type name", + "FIELD-UPLOAD-VALUE": "media type value", + "FIELD-BOOLEAN-DECISION-TITLE": "Datos de decisión booleana", + "FIELD-BOOLEAN-DECISION-PLACEHOLDER": "Marcador de entrada", + "FIELD-CHECKBOX-TITLE": "Datos de la casilla de verificación", + "FIELD-CHECKBOX-PLACEHOLDER": "Marcador de entrada", + "FIELD-FREE-TEXT-TITLE": "Datos de texto libre", + "FIELD-FREE-TEXT-PLACEHOLDER": "Marcador de entrada", + "FIELD-COMBO-BOX-TYPE": "Tipo de lista desplegabled", + "FIELD-WORD-LIST-TITLE": "Datos de la lista de palabras", + "FIELD-WORD-LIST-PLACEHOLDER": "Marcador de entrada", + "FIELD-WORD-LIST-LABEL": "Etiqueta", + "FIELD-WORD-LIST-VALUE": "Valor", + "FIELD-INTERNAL-DMP-ENTITIES-TYPE": "Tipo de entidad PDG interna", + "FIELD-RESEARCHERS-TITLE": "Autocompletado de investigadore", + "FIELD-RESEARCHERS-PLACEHOLDER": "Marcador de entrada", + "FIELD-DATASETS-PLACEHOLDER": "Marcador de entrada", + "FIELD-DMPS-PLACEHOLDER": "Marcador de entrada", + "FIELD-RADIO-BOX-TITLE": "Datos de la casilla", + "FIELD-RADIO-BOX-PLACEHOLDER": "Marcador de entrada", + "FIELD-RADIO-BOX-LABEL": "Etiqueta", + "FIELD-RADIO-BOX-VALUE": "Valor", + "FIELD-AUTOCOMPLETE-TITLE": "Datos para el autocompletado", + "FIELD-AUTOCOMPLETE-PLACEHOLDER": "Marcador de entrada", + "FIELD-AUTOCOMPLETE-SOURCE-TITLE": "Fuentes", + "FIELD-AUTOCOMPLETE-ADD_SOURCE": "Añadir fuente", + "FIELD-AUTOCOMPLETE-TYPE": "Tipo de fuente", + "FIELD-AUTOCOMPLETE-TYPE-UNCACHED": "Fuera de la caché", + "FIELD-AUTOCOMPLETE-TYPE-CACHED": "En caché", + "FIELD-AUTOCOMPLETE-LABEL": "Etiqueta", + "FIELD-AUTOCOMPLETE-VALUE": "Valor", + "FIELD-AUTOCOMPLETE-SOURCE": "Fuente", + "FIELD-AUTOCOMPLETE-URL": "Url", + "FIELD-AUTOCOMPLETE-OPTIONS-ROOT": "Optiones principales", + "FIELD-AUTOCOMPLETE-HAS-AUTH": "Has Authentication", + "FIELD-AUTOCOMPLETE-AUTH-METHOD": "Method", + "FIELD-AUTOCOMPLETE-AUTH-BODY": "Request Body", + "FIELD-AUTOCOMPLETE-AUTH-TYPE": "Authentication Type", + "FIELD-DATE-PICKER-TITLE": "Campo de entrada para fecha", + "FIELD-DATE-PICKER-PLACEHOLDER": "Marcador de entrada", + "FIELD-DATE-PICKER-LABEL": "Etiqueta", + "FIELD-DATE-PICKER-VALUE": "Valor", + "FIELD-MULTIPLE-AUTOCOMPLETE": "Autocompeltado múltiple", + "FIELD-MULTIPLE-WORDLIST": "Selección múltiple", + "FIELD-CURRENCY-TITLE": "Datos de moneda", + "FIELD-CURRENCY-PLACEHOLDER": "Introduzca marcador del texto", + "FIELD-REGISTRIES-TITLE": "Datos de registros", + "FIELD-REGISTRIES-PLACEHOLDER": "Introduzca marcador del texto", + "FIELD-SERVICES-TITLE": "Datos de servicios", + "FIELD-SERVICES-PLACEHOLDER": "Introduzca marcador del texto", + "FIELD-ORGANIZATIONS-TITLE": "Datos de organizaciones", + "FIELD-ORGANIZATIONS-PLACEHOLDER": "Introduzca marcador del texto", + "FIELD-EXTERNAL-DATASETS-TITLE": "Datos de Datasets externos", + "FIELD-EXTERNAL-DATASETS-PLACEHOLDER": "Introduzca marcador del texto", + "FIELD-DATA-REPOSITORIES-TITLE": "Datos de Repositorios de Datos", + "FIELD-DATA-REPOSITORIES-PLACEHOLDER": "Introduzca marcador del texto", + "FIELD-PUB-REPOSITORIES-TITLE": "Publication repositories", + "FIELD-PUB-REPOSITORIES-PLACEHOLDER": "Introduzca marcador del texto", + "FIELD-JOURNALS-REPOSITORIES-TITLE": "Journals", + "FIELD-JOURNALS-REPOSITORIES-PLACEHOLDER": "Introduzca marcador del texto", + "FIELD-TAXONOMIES-TITLE": "Taxonomies Data", + "FIELD-TAXONOMIES-PLACEHOLDER": "Introduzca marcador del texto", + "FIELD-LICENSES-TITLE": "Licenses Data", + "FIELD-LICENSES-PLACEHOLDER": "Introduzca marcador del texto", + "FIELD-PUBLICATIONS-TITLE": "Publications Data", + "FIELD-PUBLICATIONS-PLACEHOLDER": "Introduzca marcador del texto", + "FIELD-TAGS-TITLE": "Datos de etiquetas", + "FIELD-TAGS-PLACEHOLDER": "Introduzca marcador del texto", + "FIELD-DATASET-IDENTIFIER-TITLE": "Datos del identifcador del dataset", + "FIELD-DATASET-IDENTIFIER-PLACEHOLDER": "Introduzca marcador del texto", + "FIELD-VALIDATOR-TITLE": "Datos de validador", + "FIELD-VALIDATOR-PLACEHOLDER": "Introduzca marcador del texto", + "EXTERNAL-DATASET-TYPE-NAME": "Tipo", + "EXTERNAL-DATASET-TYPES":{ + "PRODUCED": "Dataset producido", + "REUSED": "Dataset reutilizado", + "OTHER": "Otro" + } + }, + "ERROR-MESSAGES": { + "FIELD-OTHER-SOURCES-REQUIRED": "Debe proporcionar al menos una fuente.", + "FIELD-RADIO-AT-LEAST-ONE-REQUIRED": "Debe proporcionar al menos una opción.", + "FIELD-SELECT-AT-LEAST-ONE-REQUIRED": "Debe proporcionar al menos una opción." + }, + "DEFAULT-VALUES": { + "NONE": "Ninguno", + "BOOLEAN-DECISION": { + "YES": "Sí", + "NO": "No" + }, + "CHECK-BOX": { + "CHECKED": "Seleccionado", + "UNCHECKED": "Deseleccionado" + } + }, + "ACTIONS": { + "ADD-RULE": "Añadir una regla de visibilidad +" + }, + "STATUS":{ + "CALCULATING-PREVIEW":"... calculando previsualización", + "PREVIEW-UPDATED":"¡Previsualización actualizada!" + } + }, + "RULE": { + "FIELDS": { + "RULE-TYPE": "Tipo de regla", + "TARGET": "Identificador del campo objetivo", + "VALUE": "Valor requerido", + "RULE-IF": "Si el valor es", + "RULE-THEN": "entonces muestre la pregunta", + "FIELDSETS": "Preguntas", + "FIELDS": "Entradas" + }, + "HINTS": { + "ELEMENT-CHILD-OF-TARGET": "Este elemento es padre de la entrada seleccionada.", + "ELEMENT-HIDDEN-FROM-ELEMENT": "Estos elementos esconden el elemento o un elemento padre de la entrada que está intentando para aplicar la visibilidad de la regla." + } + }, + "FORM-VALIDATION": { + "ERROR-MESSAGES": { + "PAGE-MUST-HAVE-SECTION": "Cada capítulo debe tener al menos una sección.", + "NEEDS-MORE-INFORMATION": " necesita más información.", + "MUST-HAVE-SECTION-OR-FIELDSET": " debte tener seccion o pregunta.", + "MISSING": "Perdido", + "PROVIDE-PAGE-AND-SECTION": "Asegúrese de proveer un capítulo y al menos una sección por capítulo." + } + }, + "TABLE-OF-CONTENTS": { + "ERROR-MESSAGES": { + "FIELDSET-MUST-HAVE-PARENT-SECTION": "La pregunta pueden ser solo hija de una sección.", + "INPUT-SECTION-SAME-LEVEL": "No puede haber preguntas y secciones al mismo nivel.", + "DRAG-NOT-SUPPORTED": "No se puede arrastrar la sección a un contenedor destino.", + "PAGE-ELEMENT-ONLY-TOP-LEVEL": "Elementos de capítulos solo pueden estar en el nivel superior" + } + } + }, + "TOOLKIT": { + "GENERAL-TOOLS": "Herramientas de preguntas", + "NEW-INPUT-SET": "Añadir pregunta", + "CLONE": "Clonar", + "DELETE": "Borrar" + } + }, + "ACTIONS": { + "SAVE": "Grabar", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-CLOSE": "Save & Close", + "FINALIZE": "Finalizar", + "UPDATE": "Actualizar", + "UPDATE-AND-CONTINUE": "Update & Continue", + "UPDATE-AND-CLOSE": "Update & Close", + "CANCEL": "Cancelar", + "DELETE": "Borrar", + "ADD-PAGE": "Añadir página +", + "ADD-SECTION": "Añadir sección +", + "VALIDATE": "Validar", + "PREVIEW-AND-FINALIZE": "Previsualizar y finalizar", + "BACK-TO-TOP": "Volver arriba", + "FIELD": { + "MAKE-IT-REQUIRED": "Entrada requerida", + "ADD-VISIBILITY-RULE": "Añadir un pregunta condicional", + "DELETE-INPUT": "Borrar esta entrada", + "PREVIEW": "Previsualizar", + "NOT-INITIALIZED": "No iniciado todavía", + "MOVE-UP": "Mover esta entrada arriba", + "MOVE-DOWN": "Mover esta entrada abajo" + }, + "FIELDSET": { + "ADD-INPUT": "Añadir entrada", + "COMMENT-FIELD": "Campo comentario", + "INCLUDE-COMMENT-FIELD": "Se añade un comentario al final de la pregunta.", + "ENABLE-MULTIPLICITY": "El usuario debe dar más de una respuesta a la pregunta.", + "MULTIPLICITY": "Multiplicidad", + "MORE": "More.." + } + }, + "FEEDBACK-MESSAGES": { + "SAVE-SUCCESS": "Los cambios se grabaron correctamente." + }, + "ERRORS": { + "INVALID-VISIBILITY-RULES": { + "MESSAGE-START": "Se han detectado reglas inválidas de visibilidad ", + "MESSAGE-END": ". Le gustaría solucionarlo?", + "CONFIRM-YES": "Sí, elimine reglas inválidas", + "CONFIRM-NO": "No, manténgalo.", + "REMOVE-SUCCESS": "Las reglas de visibilidad inválida han sido eliminadas correctamente." + } + } + }, + "GRANT-LISTING": { + "TITLE": "Subvenciones", + "SUBTITLE": "Subtítulo de la subvención", + "ACTIONS": { + "NEW": "Nueva subvención" + } + }, + "DMP-LISTING": { + "DMP": "PGD", + "GRANT": "Subvención", + "TITLE": "Planes de gestión de datos", + "OWNER": "Propietario", + "MEMBER": "Miembro", + "CREATOR": "Autor", + "EDITED": "Editado", + "FINALIZED": "Finalized", + "PUBLISHED": "Published", + "VERSION": "Versión", + "CONTAINED-DESCRIPTIONS": "Contained Descriptions", + "TEXT-INFO": "La información en un PGD muestra cómo los datasets han sido creados y/o generados, cómo han sido procesados y analizados (e.j: con qué herramientas, stándares, metodologías, etc.) y también dónde y cómo se hacen las copias de seguridad, son publicados y preservados, incluyendo los costes asociados con el personal dedicado a la curación de datos, actividades de administración o los costes para adquirir o crear servicios de administración de datos.", + "TEXT-INFO-QUESTION": "¿No está seguro de cómo se verá un dataset en la práctica?. Navegue por los PGDs publicados y", + "LINK-ZENODO": "Comunidad LIBER en Zenodo", + "GET-IDEA": "¡para hacerse una idea!", + "SORT-BY": "Ordenado por", + "COLUMNS": { + "NAME": "Nombre", + "GRANT": "Subvención", + "PROFILE": "Plantilla", + "CREATION-TIME": "Fecha de creación", + "ORGANISATIONS": "Organizaciones", + "LATEST_VERSION": "Última versión", + "ACTIONS": "Acciones", + "DATASETS": "Descripciones del dataset", + "STATUS": "Estado", + "PEOPLE": "Personas", + "VERSION": "Versión" + }, + "ACTIONS": { + "NEW": "Nuevo PGD", + "NEW-WITH-WIZARD": "Nuevo PGD utilizando el asistente", + "EDIT": "Editar", + "INVITE": "Invitar a participantes", + "INVITE-AUTHORS": "Invitar a autores", + "INVITE-SHORT": "Invitar", + "ADD-DATASET": "Añadir la descripción del dataset al PGD", + "ADD-DESCRIPTION-SHORT": "Add Description", + "ADD-DESCRIPTION-FOR-SECTION": "Add Description", + "DATASETS": "Listar todas las descripciones de los dataset", + "NEW-VERSION": "Nueva versión", + "START-NEW-VERSION": "Iniciar una nueva versión", + "VIEW-VERSION": "Todas las versiones del PGD", + "CLONE": "Clonar", + "COPY": "Copiar", + "DELETE": "Borrar", + "DEPOSIT": "Depositar", + "EXPORT": "Exportar", + "MAKE-PUBLIC": "Convertir en público", + "PUBLISH": "Publicar", + "FINALIZE": "Finalizar", + "UNFINALIZE": "Deshacer finalización", + "ADV-EXP": "Exportar avanzado", + "EXP-AS": "Exportar como", + "DOWNLOAD-XML": "Descargar XML", + "DOWNLOAD-DOCX": "Descargar Documento", + "DOWNLOAD-PDF": "Descargar PDF", + "SETTINGS": "Configuración", + "GETDOI": "Obtener un DOI" + }, + "TOOLTIP": { + "DMP-STATUS": { + "DRAFT": "Acceso privado - PGD editable", + "FINALIZED": "Acceso privado - PGD cerrado", + "PUBLISHED": "Acceso público - PGD cerrado" + }, + "LEVEL-OF-ACCESS": "Nivel de acceso", + "INVOLVED-DATASETS": "Descripciones del dataset implicadas", + "TEMPLATES-INVOLVED": "Plantillas de descripción del dataset implicadas" + }, + "VIEW-ALL-VERSIONS": "Todas las versiones de", + "EMPTY-LIST": "No hay nada aquí aún." + }, + "DMP-PUBLIC-LISTING": { + "TITLE": "Plan de Gestión de Datos publicado", + "OWNER": "Propietario", + "MEMBER": "Miembro", + "CREATOR": "Autor", + "VIEW-ONLY": "Mostrar solo", + "TOOLTIP": { + "PUBLISHED": "Acceso público - PGD cerrado", + "INVOLVED-DATASETS": "Descripciones del dataset implicadas", + "TEMPLATES-INVOLVED": "Plantillas del dataset implicadas" + }, + "EMPTY-LIST": "No hay nada aquí aún." + }, + "DMP-UPLOAD": { + "TITLE": "Importar Plan de Gestión de Datos", + "UPLOAD-BUTTON": "Subir", + "UPLOAD-SUCCESS": "Importado con éxito", + "ACTIONS": { + "IMPORT": "Importar", + "CANCEL": "Cancelar" + }, + "PLACEHOLDER": "Título PGD" + }, + "DATASET-WIZARD": { + "TITLE": { + "NEW": "Nueva descripción del dataset" + }, + "EDITOR": { + "FIELDS": { + "EXTERNAL-DATASET-TYPE": "Tipo", + "EXTERNAL-AUTOCOMPLETE-SUBTITLE": "Fuente: ", + "EXTERNAL-AUTOCOMPLETE-NO-SOURCE": "Fuente no proporcionada" + } + }, + "FIRST-STEP": { + "TITLE": "Dataset Description Information", + "DMP": "Plan de Gestión de Datos", + "PROFILE": "Plantilla de descripción del dataset", + "SUB-TITLE": "Creada: " + }, + "SECOND-STEP": { + "TITLE": "Referencias externas", + "EXTERNAL-HINT": "Lista de valores proporcioados por fuente(s) externas" + }, + "THIRD-STEP": { + "TITLE": "Descripción" + }, + "ACTIONS": { + "NEXT": "Siguiente", + "BACK": "Volver", + "CLOSE": "Cerrar", + "BACK-TO": "Back to", + "DELETE": "Borrar", + "GO-TO-GRANT": "Ir a la subvención de la descripción del dataset", + "GO-TO-DMP": "Ir al PGD de la descripción del dataset", + "SAVE": "Grabar", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-ADD": "Save & Add New", + "SAVE-AND-CLOSE": "Save & Close", + "SAVE-AND-FINALISE": "Grabar y finalizar", + "FINALIZE": "Finalizar", + "REVERSE": "Deshacer la finalización", + "INFO": "Los datasets de PGDs terminados no pueden volver al estado sin finalizar", + "LOCK": "El dataset está bloqueado por otro usuario", + "DOWNLOAD-PDF": "Descargar PDF", + "DOWNLOAD-XML": "Descargar XML", + "DOWNLOAD-DOCX": "Descargar DOCX", + "COPY-DESCRIPTION": "Copy Description", + "UPDATE-DATASET-PROFILE": "Plantilla de modificación", + "VALIDATE":"Validar", + "UNDO-FINALIZATION-QUESTION" :"Deshacer finalización?", + "CONFIRM" : "Sí", + "REJECT": "No" + }, + "MESSAGES": { + "DATASET-NOT-FOUND": "No existe la descripción del dataset", + "DATASET-NOT-ALLOWED": "No tiene acceso a la descricipción de este dataset", + "SUCCESS-UPDATE-DATASET-PROFILE": "Plantilla de descripción del dataset actualizada correctamente", + "MISSING-FIELDS": "There are some required fields left unfilled. Please check the DMP and make sure that all required questions are answered and URLs are provided with valid input. (Missing fields are marked in red color)", + "NO-FILES-SELECTED": "There is no selected file to upload", + "LARGE-FILE-OR-UNACCEPTED-TYPE": "The file is too large or its type is not supported.", + "MAX-FILE-SIZE": "Uploaded files should be up to {{maxfilesize}} MB.", + "ACCEPTED-FILE-TRANSFOMER": "Supported media types are: " + }, + "UPLOAD": { + "UPLOAD-XML": "Importar", + "UPLOAD-XML-FILE-TITLE": "Importar la plantilla de descripción del dataset", + "UPLOAD-XML-NAME": "Nombre de la plantilla de descripción del dataset", + "UPLOAD-XML-IMPORT": "Fichero", + "UPLOAD-XML-FILE-CANCEL": "Cancelar" + }, + "NEW-VERSION-FROM-FILE": { + "NEW-VERSION-XML": "Import", + "NEW-VERSION-XML-FILE-TITLE": "New Version from File for {{datasetName}}", + "NEW-VERSION-XML-FILE-CANCEL": "Cancel", + "NEW-VERSION-XML-SUCCESSFUL": "New Version successfully uploaded" + }, + "DIALOGUE": { + "TITLE": "Copiar la descripción del dataset al PGD", + "DMP-SEARCH": { + "PLACEHOLDER": "Buscar PGD" + }, + "COPY": "Copiar", + "CANCEL": "Cancelar", + "NEXT": "Next", + "ERROR-MESSAGE": "No contiene esta plantilla de descripción del dataset" + }, + "LOCKED":{ + "TITLE":"Dataset bloqueado", + "MESSAGE": "Hay alguien más modificando el datase en este momento. Puede visualizar el dataset pero no editarlo. Si queiere editarlo, por favor, inténtalo más tarde." + } + }, + "DMP-OVERVIEW": { + "GRANT": "Subvención", + "DMP-AUTHORS": "Autores del PGD", + "RESEARCHERS": "Investigadores", + "DESCRIPTIONS-USED": "Descriptions used", + "COLLABORATORS": "Colaboradores", + "PUBLIC": "Publicado", + "PRIVATE": "Privado", + "LOCKED": "Bloqueado", + "UNLOCKED": "Desbloqueado", + "YOU": "tú", + "LOCK": "Bloquear", + "TOOLTIP": { + "LEVEL-OF-ACCESS": "Nivel de acceso", + "INVOLVED-DATASETS": "Descripciones del dataset implicadas", + "TEMPLATES-INVOLVED": "Plantillas de descripción del dataset implicadas" + }, + "ERROR": { + "DELETED-DMP": "El PGD solicitado está borrado", + "FORBIDEN-DMP": "No tiene permisos para acceder a este PGD" + }, + "MULTIPLE-DIALOG": { + "ZENODO-LOGIN": "Identificarse con Zenodo", + "USE-DEFAULT": "Usar el token por defecto" + }, + "DEPOSIT": { + "ACCOUNT-LOGIN": "Which account would you like to use?", + "LOGIN": "Login with {{repository}}", + "NO-REPOSITORIES": "No publishing repositories", + "SELECT-REPOSITORIES": "Select repositories to deposit", + "AUTHORIZE": "Proceed to authorization", + "CANCEL": "Cancel" + }, + "LOCKED-DIALOG":{ + "TITLE": "PGD bloqeuado", + "MESSAGE":"Alguien más está modificando el PGD. Si quiere modificarlo o visualizarlo, por favor, inténtelo más tarde." + }, + "MIN-DESCRIPTIONS-DIALOG": { + "TITLE": "Min({{minMultiplicity}}) datasets needed using this template.", + "MESSAGE": "Add dataset." + } + }, + "DATASET-OVERVIEW": { + "DESCRIPTION-AUTHORS": "Description authors", + "ERROR": { + "DELETED-DATASET": "El dataset pedido ha sido eliminado", + "FORBIDEN-DATASET": "No tiene permisos para acceder a este Dataset" + }, + "LOCKED":{ + "TITLE": "Dataset bloquead", + "MESSAGE": "Alquien está modificando el dataset en este momento. Si quiere modificarlo o visualizarlo, por favor, inténtelo más tarde." + }, + "FINALISE-POPUP":{ + "MESSAGE":"Será redireccionado al editar del Dataset donde podrá finalizar el dataset seleccionado. ¿Quiere proceder?", + "CONFIRM":"De acuerdo", + "CANCEL":"Cancelar" + } + }, + "DATASET-LISTING": { + "TITLE": "Descripciones del dataset", + "DESCRIPTION": "Description", + "SELECT-DESCRIPTIONS-TO-CLONE": "Select which descriptions to include in the new DMP. Selected descriptions will be editable.", + "SELECT-DESCRIPTIONS-NONE": "Not available Descriptions for this DMP.", + "TEXT-INFO": "Los datasets se documentan siguiendo plantillas predefinidas con el contenido de las descripciones de los datasets. En {{ APP_NAME }} un PGD puede contener tantas descripciones de datasets como datasets documentados. Navegar ", + "TEXT-INFO-REST": " para una mirada a los datasets descritos en los PGDs de {{ APP_NAME }}", + "LINK-PUBLIC-DATASETS": "Descripciones de datasets publicados", + "TEXT-INFO-PAR": "Los nuevos datasets puedes añadirse a PGDs existentes en cualquier momento y ser descritos por más de una plantilla. Las descripciones de los datasets también pueden clonarse y reutilizarse en otros PGDs, sin que los otros PGDs se van afectados cuando son borrados.", + "COLUMNS": { + "NAME": "Nombre", + "REFERNCE": "Referencia", + "GRANT": "Subvención", + "URI": "Uri", + "STATUS": "Estado", + "DESCRIPTION": "Descripción", + "CREATED": "Creado", + "PUBLISHED": "Publicado", + "FINALIZED": "Finalizado", + "LAST-EDITED": "Última edición", + "ACTIONS": "Acciones", + "DMP": "PGD", + "PROFILE": "Plantilla", + "DATAREPOSITORIES": "Repositorios de Datos", + "REGISTRIES": "Registros", + "SERVICES": "Servicios" + }, + "ACTIONS": { + "EDIT": "Editar", + "MAKE-IT-PUBLIC": "Hacer público", + "VIEW": "Vista", + "NEW": "Nueva descripción del dataset", + "CREATE-NEW": "Crear una nueva descripción del dataset", + "EXPORT": "Exportar", + "INVITE-COLLABORATORS": "Invitar colaboradores", + "INVITE-SHORT": "Invitar" + }, + "STATES": { + "EDITED": "Editado", + "PUBLIC": "Público", + "FINALIZED": "Finalizado", + "PUBLISHED": "Publicado" + }, + "TOOLTIP": { + "DATASET-STATUS": { + "DRAFT": "Acceso privado - Descripción del dataset editable", + "FINALIZED": "Acceso privado - Descripción del dataset cerrada" + }, + "DMP": "PGD", + "GRANT": "Subvención", + "TEMPLATES-INVOLVED": "Plantilla de descripción del Dataset", + "VERSION": "Versión del PGD", + "PART-OF": "Parte de", + "TO-DMP": "Al PGD", + "DMP-FOR": "PGD para" + }, + "EMPTY-LIST": "Nada todavía por aquí." + }, + "DATASET-PUBLIC-LISTING": { + "TITLE": "Descripción del dataset publicada", + "TOOLTIP": { + "FINALIZED": "Acceso privado - Descripción del dataset cerrada", + "DMP": "PGD", + "GRANT": "Subvención", + "TEMPLATES-INVOLVED": "Plantilla de descripción del dataset" + }, + "EMPTY-LIST": "Nada todavía por aquí." + }, + "DATASET-PROFILE-LISTING": { + "TITLE": "Description Templates", + "COLUMNS": { + "NAME": "Nombre", + "REFERNCE": "Referencia", + "GRANT": "Subvención", + "URI": "Uri", + "ROLE": "Función", + "TEMPLATE": "Plantilla", + "ORGANIZATION": "Organización", + "STATUS": "Estado", + "VISITED": "Visitado", + "EDITED": "Editado", + "DESCRIPTION": "Descripción", + "CREATED": "Creado", + "ACTIONS": "Acciones", + "DMP": "PGD", + "PROFILE": "Plantilla", + "DATAREPOSITORIES": "Repositorio de datos", + "REGISTRIES": "Registros", + "SERVICES": "Servicios" + }, + "ACTIONS": { + "EDIT": "Editar", + "MAKE-IT-PUBLIC": "Hacerlo público", + "VIEW": "Vista", + "CLONE": "Clonar", + "NEW-VERSION": "Nueva versión", + "NEW-VERSION-FROM-FILE": "New Version from File", + "VIEW-VERSIONS": "All Description Template Versions", + "DELETE": "Borrar", + "CREATE-DESCRIPTION-TEMPLATE": "Create Description Template" + } + }, + "DESCRIPTION-TYPES-LISTING": { + "TITLE": "Description Types", + "CREATE-TYPE": "Create Description Type", + "COLUMNS": { + "NAME": "Name", + "STATUS": "Status" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "ACTIONS": { + "DELETE": "Delete" + } + }, + "DATASET-UPLOAD": { + "TITLE": "Importar la descripción del dataset", + "UPLOAD-BUTTON": "Subir", + "ACTIONS": { + "IMPORT": "Importar", + "CANCEL": "Cancelar" + }, + "PLACEHOLDER": "Título de descripción del dataset", + "DATASET-PROFILE": { + "SELECT": "Seleccionar la plantilla de descripción del dataset" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Importado correctamente", + "UNSUCCESSFUL": "Algo salió mal" + } + }, + "DESCRIPTION-TYPE-EDITOR": { + "NEW": "New Description Type", + "FIELDS": { + "LABEL": "Name" + }, + "ACTIONS": { + "SAVE": "Save", + "FINALIZE": "Finalize", + "CANCEL": "Cancel" + } + }, + "DMP-BLUEPRINT-EDITOR": { + "TITLE": { + "NEW": "New DMP Blueprint", + "NEW-PROFILE-CLONE": "New Clone Of ", + "EDIT": "Editar" + }, + "FIELDS": { + "TITLE": "Campos", + "LABEL": "Nombre", + "TYPE": "Tipo", + "DATATYPE": "Tipo de datos", + "REQUIRED": "Obligatorio", + "FIELD-MULTIPLE-SELECT": "Multiple", + "EXTERNAL-AUTOCOMPLETE": { + "TITLE": "Datos autocompletados", + "MULTIPLE-AUTOCOMPLETE": "Multiple Autocomplete", + "PLACEHOLDER": "Input Placeholder", + "URL": "Url", + "OPTIONS-ROOT": "Options Root", + "LABEL": "Etiqueta", + "VALUE": "Valor" + } + }, + "ACTIONS": { + "SAVE": "Grabar", + "CANCEL": "Cancelar", + "DELETE": "Borrar", + "FINALIZE": "Finalizar", + "DOWNLOAD-XML": "Descargar XML" + }, + "CONFIRM-DELETE-DIALOG":{ + "MESSAGE": "Desea borra esta plantilla de PGD?", + "CONFIRM-BUTTON": "Sí, eliminar", + "CANCEL-BUTTON": "No" + } + }, + "GRANT-EDITOR": { + "TITLE": { + "NEW": "Nueva subvención", + "EDIT": "Editar" + }, + "FIELDS": { + "LABEL": "Titulo", + "ABBREVIATION": "Abreviatura", + "URI": "URL", + "START": "Iniciar", + "END": "Fin", + "DESCRIPTION": "Descripción", + "LOGO": "Logo de la subvención" + }, + "ACTIONS": { + "SAVE": "Grabar", + "CANCEL": "Cancelar", + "DELETE": "Borrar", + "GO-TO-DMPS": "Ir a los PGDs", + "VISIT-WEBSITE": "Visite la web" + } + }, + "DMP-EDITOR": { + "TITLE": { + "NEW": "Nuevo Plan de Gestión de Datos", + "EDIT": "Editar", + "EDIT-DMP": "Editando PGD", + "ADD-DATASET": "Añadiendo dataset", + "EDIT-DESCRIPTION": "Editing Description", + "CLONE-DMP": "Clonar", + "NEW-VERSION": "Nueva versión", + "CREATE-DATASET": "Creando una descripción del Dataset", + "SUBTITLE": "DOI", + "PREVIEW-DATASET": "Previsualizando el Dataset" + }, + "FIELDS": { + "NAME": "Título", + "RELATED-GRANT": "Subvención relacionada", + "DESCRIPTION": "Descripción", + "DESCRIPTION-HINT": "Describa brevemente el contesto y el propósito del PGD", + "ORGANISATIONS": "Organizaciones", + "ORGANISATIONS-HINT": "Añadir aquí los nombre de las organizaciones participantes en la creación y revisión de los PGDs", + "RESEARCHERS": "Investigadores", + "RESEARCHERS-HINT": "Añadir aquí los nombres de las personas que han producido, procesado, analizado los datos descritos en el PGD. ", + "AUTHORS": "Autores", + "TEMPLATES": "Plantillas", + "TEMPLATE": "Plantilla del PGD", + "DATASET-TEMPLATES": "Plantillas para la descripción de dataset relacionados", + "SELECT-TEMPLATE": "Select a template to describe your descriptions", + "PROFILE": "Plantilla del PGD", + "PROJECT": "Proyecto", + "GRANT": "Subvención", + "GRANTS": "Subvenciones", + "GRANTS-HINT": "Encuentre la convocatoria de su investigación o añada una nueva", + "FUNDER": "Financiador", + "FUNDER-HINT": "Seleccione un financiador de su investigación o añada uno nuevo", + "FUNDING-ORGANIZATIONS": "Organizaciones subvencionadoras", + "PROJECT-HINT": "Los proyectos en {{ APP_NAME }} se consideran como distintas actividades dentro de una convocatoria o actividades comunes dentro de diferentes convocatorias en esquemas colaborativos, es decir, llamada a colaboradores. Por favor, rellene la convocatoria asociada a su organización si su proyecto pertenece a esta categoría. En el resto de casos, deje el campo en blanco y será autocompletado.", + "STATUS": "Estado del PGD", + "EXTERNAL-SOURCE-HINT": "Lista de valores proporcioador por fuente(s) externa(s)", + "COLLABORATORS": "Colaboradores", + "LANGUAGE": "Idioma", + "LANGUAGE-HINT": "Seleccione el idioma de su PGD", + "LICENSE": "Licencia", + "VISIBILITY": "Visibilidad", + "VISIBILITY-HINT": "Seleccione cómo el PGD se muestra en {{ APP_NAME }}. Si selecciona Público, el PGD se hará automáticamente disponible paraa todos los usuario de la colección “PGDs Públicos ”.", + "PUBLICATION": "Fecha de publicación", + "CONTACT": "Contacto", + "COST": "Costes", + "DESCRIPTIONS": "Descriptions" + }, + "ACTIONS": { + "GO-TO-GRANT": "Ir a las subvención del PGD", + "GO-TO-DATASETS": "Ir a la descripción del dataset", + "SAVE-CHANGES": "Guardar cambios", + "SAVE": "Grabar", + "CANCEL": "Cancelar", + "DELETE": "Borrar", + "DELETE-DATASET": "Borrar el Dataset", + "DISCARD": "Descartar", + "FINALISE": "Finalizar", + "LOCK": "El PGD ha sido bloqueado por otro usuario", + "PERMISSION": "No tiene permisos para editar este PGD", + "INSERT-MANUALLY": "Insértelo de forma manual", + "CREATE-DATASET": "Crear uno nuevo", + "DISABLED-EXPORT": "Please save your changes to export this DMP" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Rellenar con la descripción", + "ORGANIZATION": "Seleccionar la organización", + "AUTHORS": "Seleccionar los autores", + "RESEARCHERS": "Seleccionar los investigadores" + }, + "SNACK-BAR": { + "UNSUCCESSFUL-DOI": "Fallo en la creación del DOI", + "SUCCESSFUL-DOI": "Creación del DOI correcta", + "UNSUCCESSFUL-FINALIZE": "Fallo en la finalización del PGD" + }, + "DESCRIPTION-TEMPLATE-LIST": { + "TITLE": "Available Description Templates", + "TEXT": "Descriptions selected: ", + "OK": "OK" + }, + "VISIBILITY": { + "PUBLIC": "Público", + "RESTRICTED": "Restringuido" + }, + "STEPPER": { + "USER-GUIDE": "Guía paso a paso", + "MAIN-INFO": "Información principal", + "FUNDING-INFO": "Información sobre financiación", + "DATASET-SELECTION": "Selección de datasets", + "DESCRIPTION-INFO": "Description info", + "LICENSE-INFO": "License info", + "DATASET": "Dataset", + "PREVIOUS": "Anterior", + "NEXT": "Siguiente" + }, + "MAIN-INFO": { + "INTRO": "Un PGD en {{ APP_NAME }} consiste en la información clave sobre una investigación. Para este propósito se incluyen además de objetivos e investigaciones la documentación sobre los datasets de la investigación. En concreto la descripción de los dataset que resalta los pasos seguidos y los medios usados en las actividades administrativas.", + "HINT": "Una breve descripción sobre que trata el PGD, su ámbito y objetivos", + "TYPING": "Escriba más letras del nombre para que sea más probable encontrar el correcto", + "UNIQUE-IDENTIFIER": "Identificador único", + "RESEARCHER-IDENTIFIER-EXISTS": "El identificador del investigador ya existe.", + "ORGANISATION-IDENTIFIER-EXSTS": "El identificador de la Organización ya existe.", + "IDENTIFIER-EXISTS-RESEARCHER-LIST": "Este identificador está en uso por otro investigador en la lista de investigadores.", + "IDENTIFIER-EXISTS-ORGANISATION-LIST": "Este identificador está en uso por otra organización en la lista de organizaciones.", + "SAVE":"Grabar", + "CANCEL": "Cancelar" + }, + "FUNDING-INFO": { + "INTRO": "Está utilizando el editor de PGD. Añada información aquí sobre el alcance, financiadores y participantes de su PGD y decida el acceso y cuestiones de reutilización para la salida del PGD que está creando.", + "FIND": "¿No se encontró el correcto?", + "UNIQUE-IDENTIFIER": "Identificador único", + "IDENTIFIER-FUNDER-EXISTS": "Existe un financiador con el identificador introducido.", + "IDENTIFIER-GRANT-EXISTS": "Existe una convocatoria con el identificador introducido.", + "IDENTIFIER-PROJECT-EXISTS": "Existe un proyecto con el identificador introducido." + }, + "DATASET-INFO": { + "INTRO": "Un PGD en {{ APP_NAME }} consiste en la información clave sobre una investigación. Para este propósito se incluyen además de objetivos e investigaciones la documentación sobre los datasets de la investigación. En concreto la descripción de los dataset que resalta los pasos seguidos y los medios usados en las actividades administrativas.", + "SECOND-INTRO": "Los datasets se documentan siguiendo plantillas predefinadas con el contenido de la descripción de los datasets. En {{ APP_NAME }} un PGD puede incluir tantas descripciones de datasets como datasets se documenten.", + "FIND": "¿No se encontró el correcto?", + "HINT": "Select a template to describe your descriptions. You may select more than one template." + }, + "LICENSE-INFO": { + "INTRO": "Cada PGD puede contener información específica sobre licencias, su visibidad y disponibilidad, que puede determinar quien puede ver sus dataset y cuánto tiempo estará restringido el acceso a los datos", + "HINT": "Una pequeña descripción de la licencia del PGD, su tipo y cuándo será público.", + "TYPING": "Escriba más letras o el nombre, así tiene más posibilidades de encontrar el correcto." + }, + "DATASET-DESCRIPTION": { + "INTRO": "En términos generales, sus datos de investigación deberían ser 'fair', es decir, encontrables, accesibles, interoperables y reutilizables. Estos principios preceden la elección de la implementación, y no sugieren una tecnología específica o estándar. Esta plantilla no pretende ser una implementación técnica estricta de los principio fair, sino que está inspirado por fair como concepto general." + }, + "CHANGES": "cambios no grabados", + "CLONE-DIALOG": { + "CLONE": "Clonar", + "SAVE": "Grabar", + "CANCEL": "Cancelar" + }, + "LOCKED":{ + "TITLE":"PGD bloqueado", + "MESSAGE":"Alguien está modificando el PGD en este momento. Puede ver el dataset pero no puede modificarlo." + } + }, + "DMP-BLUEPRINT-LISTING": { + "TITLE": "DMP Blueprints", + "CREATE-DMP-BLUEPRINT": "Create DMP Blueprint", + "COLUMNS": { + "NAME": "Nombre", + "STATUS": "Estado", + "CREATED": "Creado", + "PUBLISHED": "Publicado", + "LAST-EDITED": "Última edición" + }, + "ACTIONS": { + "CLONE": "Clone", + "DOWNLOAD-XML":"Download XML", + "DELETE": "Delete" + }, + "UPLOAD": { + "UPLOAD-XML": "Importar", + "UPLOAD-XML-FILE-TITLE": "Importar plantilla del Plan de Gestión de Datos", + "UPLOAD-XML-NAME": "Nombre de la Plantilla del PGD", + "UPLOAD-XML-IMPORT": "Fichero", + "UPLOAD-XML-FILE-CANCEL": "Cancelar" + }, + "STATUS":{ + "DRAFT": "Borrador", + "FINALIZED": "Finalizado" + }, + "MESSAGES":{ + "TEMPLATE-UPLOAD-SUCCESS":"Plantilla subida correctamente" + } + }, + "DYNAMIC-FORM": { + "FIELDS": { + "LABEL": "Etiqueta" + }, + "ACTIONS": { + "PREVIEW": "Vista previa", + "ADD-PAGE": "Añadir página +", + "ADD-SECTION": "Añadir sección +" + } + }, + "CRITERIA": { + "FILTERS": "Filtros", + "GRANTS": { + "LIKE": "Buscar", + "PERIOD-FROM": "Inicio de la subvención", + "PERIOD-TO": "Fin de la subvención", + "GRANT-STATE-TYPE": "Estado de la subvención", + "TYPES": { + "NONE": "-", + "ON-GOING": "sigue en curso", + "FINISHED": "Finalizado" + } + }, + "DATASET-PROFILE": { + "LIKE": "Buscar", + "STATUS": "Estado" + }, + "DATA-SETS": { + "PERIOD-FROM": "Inicio", + "PERIOD-TO": "Fin", + "STATUS": "Estado", + "NONE": "-", + "TAGS": "Etiquetas", + "SELECT-TAGS": "Etiquetas seleccionadas", + "LIKE": "Search Descriptions", + "DRAFT-LIKE": "Search Draft Descriptions", + "SELECT-GRANTS": "Seleccionar subvención", + "ROLE": "Función", + "ORGANIZATION": "Organización", + "SELECT-ORGANIZATIONS": "Organizaciones seleccionadas", + "SELECT-SPEC": "Seleccionar la especificación de la descripción del dataset", + "RELATED-GRANT": "Subvenciones relacionadas", + "SELECT-DMP": "PGD seleccionado", + "RELATED-DMP": "PGDs relacionados", + "SELECT-COLLABORATORS": "Colaboradores seleccionados", + "RELATED-COLLABORATORS": "Colaboradores relacionados", + "SELECT-DATASET-TEMPLATES": "Seleccionar la plantilla de descripción del dataset", + "RELATED-DATASET-TEMPLATES": "Plantilla de descripción del dataset relacionada", + "ALL-VERSIONS": "De todas las versiones" + }, + "DMP": { + "LIKE": "Buscar PGDs", + "GRANTS": "Subvenciones", + "SELECT-GRANTS": "Seleccionar subvenciones", + "SELECT-COLLABORATORS": "Seleccionar colaboradores", + "RELATED-COLLABORATORS": "Colaboradores relacionados", + "SELECT-DATASET-TEMPLATES": "Seleccionar la plantilla de descripción del dataset", + "RELATED-DATASET-TEMPLATES": "Plantilla de descripción del Dataser relacionada" + }, + "BLUEPRINT": { + "LIKE": "Search", + "STATUS": "Status" + }, + "USERS": { + "LABEL": "Búsqueda", + "ROLE": "Función", + "SHOW": "Mostrar" + }, + "SELECT": "Seleccionar una opción", + "LIKE": "Buscar" + }, + "DATASET-EDITOR": { + "TITLE": { + "NEW": "Nuevo Plan de Gestión de Datos", + "EDIT": "Editar", + "INTRO": "You are using the Description editor. Answer here questions that describe your data management activities.", + "INTRO-TIP": "Tip: Add new descriptions to describe different types of data or disciplinary data to avoid mixing information." + }, + "FIELDS": { + "NAME": "Nombre de la descripción del dataset", + "TITLE": "Title of Description", + "DESCRIPTION": "Descripción", + "PROFILE": "Plantilla", + "URI": "Uri", + "DMP": "PGD", + "SELECT-DMP": "Seleccione PGD", + "DATAREPOSITORIES": "Repositorios de Datos", + "REGISTRIES": "Registros", + "SERVICES": "Servicios", + "EXTERNAL-DATASETS": "Datasets externos", + "EXTERNAL-DATASETS-DESCRIPTION": "Datasets relacionados con el descrito en el PGD, tanto utilizado para su producción como siendo derivada o subproducto de su utilización", + "EXTERNAL-DATASET-TYPE": "Tipo de dataset externos", + "EXTERNAL-DATASET-INFO": "Información dataset externos", + "DATAREPOSITORIES-INFO": "Información Repositorios de Datos", + "EXTERNAL-LINK": "Enlace externo", + "TAGS": "Etiquetas", + "CREATE": "Crear nuevo" + }, + "ACTIONS": { + "SAVE": "Grabar", + "CANCEL": "Cancelar", + "DELETE": "Borrar", + "UPDATE": "Actualizar", + "DISCARD": { + "DISCARD-NEW-MESSAGE": "Todos los cambios realizados se descartarán y será redireccionado al editor de PGDs. ¿Desea contiunar?", + "DISCARD-NEW-CONFIRM": "Sí, descatar y eliminar el dataset.", + "DISCARD-NEW-DENY": "No.", + "DISCARD-EDITED-MESSAGE": "Todos los cambios no grabados volverán a su estado inicial y será redireccionado al editor de PGD. ¿Desea continuar?", + "DISCARD-EDITED-CONFIRM": "Sí, descartar los cambios y volver.", + "DISCARD-EDITED-DENY": "No." + }, + "DISABLED-EXPORT": "Please save your changes to export this Dataset" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Rellenar con la descripción", + "EXTERNAL-LINK": "Facilite una URL" + }, + "HINT": { + "DESCRIPTION": "Briefly describe the context and purpose of the Description", + "TITLE": "Una breve descripción sobre el ", + "TITLE-REST": " su alcance y objetivos." + }, + "VERSION-DIALOG": { + "ABOUT": "Versionado es automático.", + "QUESTION": "Parece que su plantilla de descripción del dataset está desactualizada. ¿Queire actualizarla a la última versión?" + }, + "ERRORS":{ + "ERROR-OCCURED": "Ocurrió un error.", + "MESSAGE": "Mensaje: " + }, + "QUESTION": { + "EXTENDED-DESCRIPTION": { + "VIEW-MORE": "Ver más", + "VIEW-LESS": "Ver menos" + } + }, + "MAX-DESCRIPTION-DIALOG": { + "TITLE": "Max datasets using this template.", + "MESSAGE": "Select another profile." + } + }, + "DATASET-CREATE-WIZARD": { + "ACTIONS": { + "NEXT": "Siguiente", + "BACK": "Anterior", + "SAVE": "Grabar" + }, + "FIRST-STEP": { + "TITLE": "PGD", + "PLACEHOLDER": "Seleccione un PGD existente" + }, + "PREFILL-STEP": { + "TITLE": "Initialize your Dataset", + "PREFILL": "Prefill", + "OR": "OR", + "HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.", + "MANUALLY": "Manually", + "PROFILE": "Dataset Template", + "PREFILLED-DATASET": "Prefilled Dataset", + "SEARCH": "Start typing to search for a dataset or software", + "NEXT": "Next" + } + }, + "INVITATION-EDITOR": { + "TITLE": "Enviar invitaciones para ", + "AUTOCOMPLETE-USER": "Usuario", + "AUTOCOMPLETE-EMAIL": "Email", + "AUTOCOMPLETE-USER-EMAIL": "Kat o kat@example.com", + "ACTIONS": { + "SEND-INVITATION": "Enviar invitaciones", + "CANCEL": "Cancelar" + } + }, + "USERS": { + "LISTING": { + "TITLE": "Usuarios", + "EMAIL": "Email", + "LAST-LOGGED-IN": "Última visita", + "LABEL": "Etiqueta", + "ROLES": "Función", + "NAME": "Nombre", + "PERMISSIONS": "Permisos", + "EXPORT": "Exportar usuarios" + }, + "ACTIONS": { + "EDIT": "Editar", + "SAVE": "Grabar" + } + }, + "TYPES": { + "APP-ROLE": { + "ADMIN": "Administrador", + "USER": "Usuario", + "TENANT-ADMIN": "Tenant Administrador", + "TENANT-USER": "Tenant Usuario", + "TENANT-MANAGER": "Director", + "TENANT-DESCRIPTION-TEMPLATE-EDITOR": "Description Template Editor" + }, + "DMP-PROFILE-FIELD": { + "DATA-TYPE": { + "DATE": "Fecha", + "NUMBER": "Número", + "TEXT": "Texto", + "EXTERNAL-AUTOCOMPLETE": "Autocompletado externo" + }, + "TYPE": { + "INPUT": "Entrada" + } + }, + "DATASET-STATUS": { + "DRAFT": "Borrador", + "FINALISED": "Finalizado", + "ANY": "Alguno", + "DRAFT-DESC": "Borradores registrados" + }, + "DATASET-ROLE": { + "OWNER": "Propietario", + "MEMBER": "Miembro", + "ANY": "Alguno" + }, + "EXTERNAL-DATASET-TYPE": { + "SOURCE": "Fuente", + "SOURCES": "Fuentes", + "SOURCE:": "Fuente: ", + "NO-SOURCE": "No enlazado con la fuente", + "OUTPUT": "Salida", + "SELECT": "Seleccionar" + }, + "DMP": { + "FINALISED": "Finalizado", + "DRAFT": "Borrador" + }, + "DMP-VISIBILITY": { + "VISIBILITY": "Visibilidad", + "PUBLIC": "Publicado", + "FINALIZED": "Finalizado", + "DRAFT": "Borrador", + "ANY": "Cualquiera" + }, + "DATASET-PROFILE-FIELD-VALIDATION-TYPE": { + "NONE": "Ninguno", + "REQUIRED": "Obligatorio" + }, + "DATASET-PROFILE-FIELD-VIEW-STYLE": { + "BOOLEAN-DECISION": "Decisión booleana", + "CHECKBOX": "Recuadro", + "COMBO-BOX": "Lista desplegable", + "INTERNAL-DMP-ENTITIES": "Organismos del PGD internos", + "FREE-TEXT": "Texto libre", + "RADIO-BOX": "Casilla", + "TEXT-AREA": "Area de texto", + "RICH-TEXT-AREA": "Rich Text Area", + "UPLOAD": "Upload", + "DATE-PICKER": "Campo de entrada para fecha", + "EXTERNAL-DATASETS": "Datasets externos", + "DATA-REPOSITORIES": "Repositorios de datos", + "PUB-REPOSITORIES": "Publication Repositories", + "JOURNALS-REPOSITORIES": "Journals", + "TAXONOMIES": "Taxonomies", + "LICENSES": "Licenses", + "PUBLICATIONS": "Publications", + "REGISTRIES": "Registros", + "SERVICES": "Servicios", + "TAGS": "Etiquetas", + "RESEARCHERS": "Investigadores", + "ORGANIZATIONS": "Organizaciones", + "DATASET-IDENTIFIER": "Identificador del dataset", + "CURRENCY": "Moneda", + "VALIDATION": "Validator", + "OTHER": "Other", + "SELECT": "Select" + }, + "DATASET-PROFILE-UPLOAD-TYPE": { + "DOWNLOAD": "Download file" + }, + "DATASET-PROFILE-COMBO-BOX-TYPE": { + "WORD-LIST": "Lista de palabras", + "AUTOCOMPLETE": "Autocompletar", + "EXTERNAL-SOURCE-HINT": "Lista de valores para seleccionar la(s) fuente(s) externa(s)", + "ACTIONS": { + "YES": "Sí", + "NO": "No" + } + }, + "DATASET-PROFILE-INTERNAL-DMP-ENTITIES-TYPE": { + "RESEARCHERS": "Investigadores", + "DMPS": "PGDs", + "DATASETS": "Descripciones del dataset", + "EXTERNAL-SOURCE-HINT": "Lista de valores para seleccionar la(s) fuente(s) externa(s)" + }, + "DATASET-PROFILE-VALIDATOR": { + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER": { + "IDENTIFIER-TYPE": "Identifier Type" + }, + "RECENT-ACTIVITY-ORDER": { + "CREATED": "Creado", + "LABEL": "Etiqueta", + "MODIFIED": "Modificado", + "FINALIZED": "Finalized", + "PUBLISHED": "Published", + "STATUS": "Estado" + } + }, + "ADDRESEARCHERS-EDITOR": { + "TITLE": "Añadir un investigador", + "FIRST_NAME": "Nombre", + "LAST_NAME": "Apellido", + "ACTIONS": { + "SAVE": "Grabar", + "CANCEL": "Cancelar" + } + }, + "ADDORGANIZATION-EDITOR": { + "TITLE": "Añadir una organización", + "NAME": "Nombre", + "ACTIONS": { + "SAVE": "Guardar", + "CANCEL": "Cancelar" + } + }, + "ADDEDITCOST-EDITOR": { + "ADD-TITLE": "Añadir un coste", + "EDIT-TITLE": "Editar el coste", + "CODE": "Código", + "DESCRIPTION": "Descripción", + "TITLE": "Título", + "VALUE": "Valor", + "ACTIONS": { + "SAVE": "Guardar", + "CANCEL": "Cancelar" + } + }, + "DMP-WIZARD": { + "FIRST-STEP": { + "DMP": "Editor PGD", + "DATASETS": "Descripciones del dataset" + }, + "ACTIONS": { + "NEXT": "Siguiente", + "BACK": "Atrás", + "SAVE": "Grabar" + } + }, + "DMP-RELATED-GRANT": { + "RELATED-GRANT": "Subvención relacionada" + }, + "DMP-RELATED-COLLABORATOR": { + "RELATED-COLLABORATOR": "Colaborador relacionado", + "SELECT-COLLABORATORS": "Colaboradores seleccionados" + }, + "DMP-RELATED-ORGANIZATION": { + "RELATED-ORGANIZATION": "Organización", + "SELECT-ORGANIZATIONS": "Organizaciones seleccionadas" + }, + "DATASET-PROFILE": { + "PREVIEW": "Vista previa", + "FORM-DESCRIPTION": "Descripción del formulario", + "PAGES-DESCRIPTION": "Descripción de las páginas" + }, + "RECENT-ACTIVITY": { + "MY-TITLE-GRANT": "Mi actividad reciente de la subvención", + "MY-TITLE-DMP": "Mi actividad reciente del PGD", + "MY-TITLE-DATASET": "Mi actividad reciente de descripción del dataset", + "LAST-VISITED-DMP": "Ultimo Plan de Gestión de Datos visto", + "LAST-EDITED-DMP": "Ultimo Plan de Gestión de Datos editado", + "LICENSE": "Los PGDs siguiente son públicos bajo la licencia ## " + }, + "FILE-UPLOADER": { + "DEFAULT": "Seleccionar un fichero", + "GRANT": "", + "UPLOAD": "Cargar" + }, + "URL-LISTING-COMPONENT": { + "SHOW-MORE": "Mostrar más" + }, + "HOMEPAGE": { + "OPEN-DMPS": { + "STATS": "Panel {{ APP_NAME_CAPS }}" + }, + "MY-DMPS": { + "STATS": "Mi panel" + } + }, + "ABOUT": { + "TITLE-DASHED": "-Acerca de-", + "TITLE": "Acerca de", + "MAIN-CONTENT": "Nuestro objetivo es hacer tu datos de investigación FAIR, esto es encontrables, accesible, interoperables y reutilizables. Estos principios son previos a las opciones de implementación y no recomienda necesariamente una tecnología específica, estándares o soluciones de implementación.", + "CONTRIBUTORS": "Colaboradores", + "WELCOME": "Bienvenido a {{ APP_NAME_CAPS }}", + "WELCOME-MESSAGE": "Crea, enlace y comparte Planes de Gestión de Datos" + }, + "FOOTER": { + "CONTACT-SUPPORT": "Contacte con el soporte técnico", + "FAQ": "FAQ", + "GUIDE": "Guía de usuario", + "GLOSSARY": "Glosario", + "TERMS-OF-SERVICE": "Términos del servicio", + "ABOUT": "Acerca de", + "COOKIES-POLICY": "Política de cookies", + "PRIVACY-POLICY": "Política de privacidad" + }, + "GLOSSARY": { + "TITLE": "Glosario", + "TITLE-DASHED": "-Glosario-", + "CLOSE": "Cerrar" + }, + "FAQ": { + "TITLE": "FAQ", + "TITLE-DASHED": "-FAQ-", + "CLOSE": "Cerrar" + }, + "GUIDE": { + "TITLE": "Guía de usuario", + "TITLE-DASHED": "-Guía de usuario-", + "CLOSE": "Cerrar", + "SAVE": "Save" + }, + "PRIVACY-POLICY": { + "TITLE": "-Política de privacidad-", + "MAIN-CONTENT": "" + }, + "OPENSOURCE-LICENCES": { + "TITLE": "Licencias de código abierto", + "MAIN-CONTENT": "" + }, + "TERMS-OF-SERVICE": { + "TITLE": "-Términos del servicio-", + "MAIN-CONTENT": "" + }, + "COOKIES-POLICY": { + "TITLE": "Política de cookies" + }, + "CONTACT": { + "SUPPORT": { + "TITLE": "Contacte con el soporte técnico", + "SUBTITLE": "¿Cómo podemos ayudarle?", + "SUBJECT": "Asunto", + "DESCRIPTION": "Descripción", + "CANCEL": "Cancelar", + "SEND": "Enviar" + }, + "TITLE-DASHED": "-Contacte con el soporte técnico-", + "GUIDE": "Guía", + "HELP": "Ayuda", + "GLOSSARY": "Glosario" + }, + "LANGUAGE": { + "TITLE": "Idioma", + "TITLE-DASHED": "-Idioma-", + "CLOSE": "Cerrar" + }, + "DASHBOARD": { + "MY-GRANTS": "Mis subvenciones", + "GRANTS": "Subvenciones", + "MY-DMPS": "Mis PGDs", + "TITLE": "¿Qué es {{ APP_NAME_CAPS }}?", + "DMP-QUESTION": "¿Qué es un PGD en {{ APP_NAME_CAPS }}?", + "INFO-TEXT": "{{ APP_NAME_CAPS }} es un servicio extensible y abierto que simplifica la gestión, validación, monitorización y mantenimiento de los Plan de Gestión de Datos. Permite a los participantes (investigadores, gestores, supervisores, etc) crear un PGDs visible que puede ser compartido libremente entre distintas infraestructuras para llevar a cabo aspectos específicos del proceso de Gestión de Datos de acuerdo con los propósitos y el compromiso de los propietarios de los datos.", + "INFO-DMP-TEXT": "Un plan de gestión de datos (PGD) es un documento vivo que describe los datasets generados y/o reutilizados durante y tras la finalización de la investigación. Los PGDs se crean para proveer a los investigadores de la información escencial para reproducir, redistribuir y reutilizar con nuevos propósitos los resultados de la investigación, de forma que se asegure su validez y explotación", + "NEW-QUESTION": "¿Nuevo con los PGDs? Visite", + "START-YOUR-FIRST-DMP": "Iniciar su primer PGD", + "OPEN-AIR-GUIDE": "Guida de OpenAIRE para investigadores", + "LEARN-MORE": "¡para saber más sobre como crear uno!", + "ORGANIZATIONS": "Organizaciones relacionadas", + "DMPS": "PGDs", + "MY-DATASETS": "Mis descripciones del dataset", + "DATASETS": "descripciones del dataset", + "SEARCH": "BUSCAR...", + "DATA-MANAGEMENT-PLANS": "PLANES DE GESTIÓN DE DATOS", + "PERSONAL-USAGE": "Uso personal", + "PUBLIC-USAGE": "Public Usage", + "DESCRIPTIONS": "Descriptions", + "DATASET-DESCRIPTIONS-DASHBOARD-TEXT": "Descripciones de los datasets", + "PUBLIC-DMPS": "PGDs públicos", + "PUBLIC-DATASETS": "Descripciónes de Dataset Públicos", + "RELATED-ORGANISATIONS": "Organizaciones relacionadas", + "DRAFTS": "Borradores", + "ALL": "Todo", + "EMPTY-LIST": "Nada aquí todavía.", + "LATEST-ACTIVITY": "Última actividad", + "DMP-ABOUT-BEG": "Un PGD en {{ APP_NAME }} consiste en la información clave sobre una investigación. Para este propósito se incluyen además de objetivos e investigaciones la documentación sobre los datasets de la investigación.", + "DMP-ABOUT-END": ", esto resalta los pasos seguidos y los medios usados en las actividades de administración de datos.", + "SELECT-DMP": "Select a DMP for your Dataset", + "ACTIONS": { + "ADD-DESCRIPTION": "Add Description", + "ADD-DATASET": "Añadir un dataset", + "ADD-DMP-DESCRIPTION": "Añadir la descripción de un PGD" + }, + "TOUR-GUIDE": { + "DMP": "Esta es su consola, puede ver y editar todos los PGD en los que ha participado o creado.", + "START-NEW": "Cree su PGD con la opción Iniciar nuevo PGD.", + "IMPORT-DMP": "Puede importar un PGD", + "START-WIZARD": "o crear uno nuevo en {{ APP_NAME }}.", + "DATASET": "Esta es su consola. Puede ver todos los Datasets en lo que ha participado o creado.", + "NEW-DATASET": "Con la opción Añadir Dataset puede describir nuevos datasets en cualquier momento del proceso de investigación.", + "GOT-IT": "¡Lo tengo!", + "LEAVE-TOUR": "Abandonar la visita virtual" + }, + "ADD-NEW-DATASET": { + "OPTIONS-NOT-ENOUGH": "¿No son estas opciones suficientes?", + "START-NEW-DMP": "Iniciar un nuevo PGD" + } + }, + "USER-DIALOG": { + "USER-PROFILE": "Mi perfil", + "USER-PROFILE-SETTINGS": "Configuración de mi perfil...", + "EXIT": "Salir ", + "LOG-OUT": "Cerrar la sesión" + }, + "USER-PROFILE": { + "MERGING-SUCCESS": "Linking of the two profiles was successful.", + "MERGING-EMAILS-DIALOG": { + "TITLE": "Verify linked account", + "MESSAGE": "An email to verify this action has been sent to you. Once accepted, you will be able to see your accounts merged. The last email account that you merge will be the one containing all of your DMP records and activity in {{ APP_NAME }}." + }, + "UNLINK-ACCOUNT": { + "TITLE": "Verify account to be unlinked", + "MESSAGE": "An email to verify this action has been sent to your main account. Once accepted, {{accountToBeUnlinked}} will be no longer connected to your current ARGOS profile." + }, + "UNLINK-ACCOUNT-DIALOG": { + "MESSAGE": "By clicking \"Confirm\", you accept the transfer of your ARGOS activity performed from this account to your main ARGOS account, which is the one that is listed first. By logging in again with the unlinked account, you will be able to start your ARGOS experience from scratch, in an empty dashboard.", + "CONFIRM": "Confirm", + "CANCEL": "Cancel" + }, + "SETTINGS": { + "TITLE": "Configuración", + "TIMEZONE": "Zona horaria", + "CULTURE": "Cultura", + "LANGUAGE": "Idioma", + "CONNECTED-WITH": "Conectado con", + "NAME": "Nombre", + "ORGANIZATION": "Organización", + "ROLE": "Función", + "SELECT-ROLE": "Seleccione función", + "ACCOUNTS": "Cuentas", + "EMAILS": "Emails", + "YOUR-EMAIL": "Su Email" + }, + "ASSOCIATED-DMPS": "PGDs asociados", + "DMPS": { + "SHOW-ALL": "Mostrar todo", + "CREATOR": "Creador", + "MEMBER": "Miembro" + }, + "ZENODO": { + "LOGIN": "Identificarse en Zenodo", + "LOGOUT": "Eliminar Zenodo", + "AUTHORIZE": "Authorize Zenodo", + "TITLE": "Cuenta en Zenodo", + "DESCRIPTION": "Enlazar una cuenta en Zenodo" + }, + "ROLE-ORGANIZATION": { + "FACULTY": "Facultad", + "LIBRARIAN": "Bibliotecario", + "RESEARCHER": "Investigador", + "STUDENT": "Estudiante", + "EARLY-CAREER-RESEARCHER": "Investigador en fase inicial (candidato doctor, post-graduado)", + "RESEARCH-ADMINISTRATOR": "Administrador de investigación", + "REPOSITORY-MANAGER": "Gestor de repositorio", + "RESEARCH-INFRASTRUCTURE": "Infrastructura de investigación", + "SERVICE-PROVIDER": "Proveedor de servicios", + "PUBLISHER": "Editorial", + "RESEARCH-FUNDER": "Financiador de investigación", + "POLICY-MAKER": "Legislador", + "SME-INDUSTRY": "PYME", + "OTHER": "Otro" + }, + "ACTIONS": { + "SAVE": "Grabar", + "LINK-NEW": "Link {{ APP_NAME_CAPS }} accounts", + "LINK-NEW-ACCOUNT": "Enlazar nueva cuenta", + "UNLINK-ACCOUNT": "Unlink", + "UNLINK-ACCOUNT-DISABLED": "You can't unlink your main profile's email", + "ADD": "Añadir", + "CANCEL": "Cancelar" + } + }, + "DATASET-REFERENCED-MODELS": { + "SERVICES": { + "TITLE": "Añadir un nuevo servicio", + "LABEL": "Etiqueta", + "ABBREVIATION": "Abreviatura", + "URI": "Uri" + }, + "DATA-REPOSITORY": { + "TITLE": "Añadir un nuevo repositorio de datos", + "LABEL": "Etiqueta", + "ABBREVIATION": "Abreviatura", + "URI": "Uri" + }, + "EXTERNAL-DATASET": { + "TITLE": "Añadir una nueva descripción de un dataset externo", + "LABEL": "Etiqueta", + "ABBREVIATION": "Abreviatura" + }, + "REGISTRY": { + "TITLE": "Añadir un nuevo registro", + "LABEL": "Etiqueta", + "ABBREVIATION": "Abreviatura", + "URI": "Uri" + } + }, + "FACET-SEARCH": { + "FILTER": "Filtro", + "GRANT-STATUS": { + "TITLE": "Estado de la subvenición", + "OPTIONS": { + "ANY": "Cualquiera", + "ACTIVE": "Activo", + "INACTIVE": "Inactivo" + } + }, + "GRANT": { + "TITLE": "Subvención relacionada", + "FILTER": "Filtrado por subvenciones" + }, + "PROFILES": { + "TITLE": "Especificación del dataset" + }, + "ROLE": { + "TITLE": "Función", + "ANY": "Cualquiera", + "OWNER": "Propietario", + "MEMBER": "Miembro" + }, + "DMP-ORGANISATIONS": { + "TITLE": "Organización", + "FILTER": "Filtrado por organizaciones" + } + }, + "DMP-FINALISE-DIALOG": { + "DMP": "PGD", + "DATASETS": "Descripciones del dataset", + "EMPTY": "Hasta ahora no hay descripciones del dataset para este PGD", + "SUBMIT": "Enviar", + "FINALISE-TITLE": "¿Quiere finalizar alguno de los siguiente borradores de descripción de dataset?", + "ALREADY-FINALISED-DATASETS": "Ya ha finalizado las descripciones de los dataset", + "NONE": "Ninguno", + "VALIDATION": { + "AT-LEAST-ONE-DATASET-FINALISED": "Necesita tener al menos una descripción del dataset finalizada" + }, + "IMPACT": "Esta acción finaliza su PGD, y no podrá editarla otra vez. ", + "AFTER-FINALIZATION": "Después de finalizar su PGD puede publicarlo, y estará disponible públicamente en la herramienta {{ APP_NAME_CAPS }}.", + "INVALID": "Inválido" + }, + "DRAFTS": { + "FOR-DMP": "Para el PGD:", + "FOR-GRANT": "Para la subvención:" + }, + "QUICKWIZARD": { + "CREATE-ADD": { + "CREATE": { + "TITLE": "Crear un nuevo PGD", + "SUBTITLE": "Crear un nuevo PGD y describir su dataset guiado por nuestro asistente paso a paso mediante los elementos esenciales de una definición del PGD.", + "QUICKWIZARD_CREATE": { + "TITLE": "Asistente del PGD", + "POST-SELECTION-INFO": "Este asistente te permite crear un nuevo PGD aportando solo la información esencial para ello y entonces proporcionar una o más descripciones del dataset gestionado en este PGD. Una vez finalizado el asistente podrá editar el PGD acceder a sus propiedades avanzadas, a través del editor de PGD, e incluso añadir más descripciones del dataset o editar las previas.", + "ACTIONS": { + "DELETE": "Borrar", + "SAVE": "Grabar", + "SAVE-AND-FINALIZE": "Grabar y finalizar", + "NEXT": "Siguiente", + "BACK": "Atrás", + "CREATE-NEW-GRANT": "Añadir subvención", + "EXIST-GRANT": "Utilizar una subvención existente", + "CREATE-NEW-FUNDER": "Añadir un financiador", + "EXIST-FUNDER": "Utilizar un financiador existente", + "CREATE-NEW-PROJECT": "Añadir un proyecto", + "EXIST-PROJECT": "Utilizar un proyecto existente" + }, + "FIRST-STEP": { + "TITLE": "Subvención", + "ABOUT-GRANT": "Encuentre la subvención asociada a su PGD y enlacela a la información de los financiadores. Si la subvención no apareceo está creando un PGD para una propuesta de subvención u otros propósitos, utilice \"Añadir subvención\"", + "ABOUT-NEW-GRANT": "Si está creando un PGD para una propuesta de subvención, institucional, o uso de una comunidad de investigadores, puede añadir la información abajo creando una nueva subvención.", + "ABOUT-FUNDER": "Encuentre el financiador al que desea asociar el PGD y seleccione una subvención a la que asociada al financiador. Si el financiador no está en la lista, utilice \"Añadir financiador\"", + "ABOUT-NEW-FUNDER": "Si está creando un PGD para una propuesta de subvención, institucional, o uso de una comunidad de investigadores, o pruebas y fines educativos y desea asociarlo con un financiador que no está en la lista, entonces cree un nuevo financiador.", + "ABOUT-PROJECT": "Encuentre el proyecto al que está asociado su PGD. Si el proyecto no en la lista, utilice \"Añadir proyecto\"", + "ABOUT-NEW-PROJECT": "", + "OR": "o", + "FIELDS": { + "SELECT-GRANT": "Seleccione la subvención asociada al PGD", + "SELECT-FUNDER": "Seleccione el financiador asociado al PGD", + "SELECT-PROJECT": "Seleccione el proyecto asociado al PGD", + "GRANT-LABEL": "Nombre de la subvención", + "FUNDER-LABEL": "Nombre del financiador", + "PROJECT-LABEL": "Nombre del proyecto", + "LABEL-HINT": "Añadir el nombre de la subvención tal como aparece en la propuesta de subvenición", + "DESCRIPTION": "Descripción", + "DESCRIPTION-HINT": "Describa brevemente los objetivos y metas de la subvención" + } + }, + "SECOND-STEP": { + "TITLE": "Perfil del PGD", + "ABOUT": "Un Plan de Gestión de Datos es un conjunto de preguntas que debe responder con el nivel de detalle apropiado a la subvención o hacer hincapié en el propósito por el que crea el PGD. El contenido del PGD puede variar en función de la plantilla de descripción del dataset seleccionada que contiene un conjunto de cuestiones personalizadas es respuesta a la política de requisitos del financiador, institución o comunidad de investigadores.", + "NEW-TITLE": "", + "DMP-NAME": "PGD para la subvención : ", + "FIELDS": { + "NAME": "Título del PGD", + "DESCRIPTION": "Resumen", + "DESCRIPTION-HINT": "Breve descripción del contexto y propósito del PGD", + "PROFILE": "Plantilla de descripción del dataset", + "PROFILE-HINT": "Seleccione una plantilla para describir su dataset. Si quiere sleccionar varias plantillas, utilice \"Nuevo PGD (Experto)\". Puede añadir una nueva descripción del dataset en cualquier momento depués de la creación del PGD.", + "HELP": "Si no encuentra una plantilla o si quiere crear una plantilla personalizada para su institución, comunidad de investigadores o pruebas, por favor, contacte con nosotros." + } + }, + "THIRD-STEP": { + "TITLE": "Descripción del dataset", + "NEW-TITLE": "", + "DATASET-LABEL": "Título de la descripción del dataset", + "DATASET-NAME": "Descripción del dataset: ", + "DATASET-NAME-FOR": " Para el PGD: ", + "LIST-BUTTON-TOOLTIP": "Lista de descripciones del dataset", + "ADD-BUTTON-TOOLTIP": "Añadir una descripción al dataset" + } + } + }, + "ADD": { + "TITLE": "Añadir una descripción del dataset en un PGD existente", + "DATASET-WIZARD": "Asistente de descripción del dataset", + "POST-SELECTION-INFO": "Este asistente simplifica el proceso de crear una nueva descripción del dataset en un PDG existente, guiándole a través de preguntas de las partes más esenciales para completar la tarea. Se puede tener acceso total a los atributos de una descripción del dataset posteriormente vía el menú de acceso a la descripción del dataset del sistema.", + "SUBTITLE": "Este asistente le permite gestionar descripciones adicionales del dataset en el contexto de un PGD proporcionando únicamente la información esencial para su descripción.", + "CREATED": "Creado" + } + }, + "SAVE-DIALOG": { + "TITLE": "¿Quiere añadir otra descripción del dataset?", + "ACTIONS": { + "AFFIRMATIVE": "Sí", + "NEGATIVE": "No" + } + }, + "HINT": "(Nombre sugerido por defecto)" + }, + "DATASET-PROFILE-STATUS": { + "NONE": "Ninguno", + "DRAFT": "Borrador", + "FINALIZED": "Finalizado", + "DELETED": "Eliminado" + }, + "BLUEPRINT-STATUS": { + "NONE": "None", + "DRAFT": "Draft", + "FINALIZED": "Finalized", + "DELETED": "Deleted" + } +} diff --git a/deployment/opendmp/backend/i18n/gr.json b/deployment/opendmp/backend/i18n/gr.json new file mode 100644 index 000000000..93e433072 --- /dev/null +++ b/deployment/opendmp/backend/i18n/gr.json @@ -0,0 +1,1988 @@ +{ + "APP_NAME": "Argos", + "APP_NAME_CAPS": "ARGOS", + "GENERAL": { + "VALIDATION": { + "REQUIRED": "Προαπαιτούμενο", + "GRANT-START-AFTER-END": "Η ημερομηνία έναρξης της επιχορήγησης δεν μπορεί να είναι μεταγενέστερη της ημερομηνίας λήξης", + "PATTERN-_": "Ο χαρακτήρας \"_\" δεν υποστηρίζεται", + "URL": { + "LABEL": "URL", + "MESSAGE": "Παρακαλώ εισάγεται ένα έγκυρο URL" + } + }, + "DELETE-CONFIRMATION": { + "TITLE": "Προσοχή", + "MESSAGE": "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το στοιχείο", + "POSITIVE": "Ναι", + "NEGATIVE": "Ακύρωση" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Δημιουργήθηκε με επιτυχία", + "SUCCESSFUL-UPDATE": "Ενημερώθηκε με επιτυχία", + "SUCCESSFUL-LOGIN": "Επιτυχής σύνδεση", + "SUCCESSFUL-LOGOUT": "Επιτυχής αποσύνδεση", + "SUCCESSFUL-EMAIL-SEND": "Το email στάλθηκε επιτυχώς", + "SUCCESSFUL-COPY-TO-CLIPBOARD": "Copied to Clipboard", + "UNSUCCESSFUL-LOGOUT": "Αποτυχημένη αποσύνδεση", + "UNSUCCESSFUL-LOGIN": "Αποτυχημένη σύνδεση", + "SUCCESSFUL-DATASET-PROFILE-DELETE": "Επιτυχής διαγραφή", + "UNSUCCESSFUL-DATASET-PROFILE-DELETE": "Το template δεν μπορεί να διαγραφεί, επειδή οι περιγραφές των συνόλων δεδομένων σχετίζονται με αυτό", + "SUCCESSFUL-DMP-BLUEPRINT-DELETE": "Successful Delete", + "UNSUCCESSFUL-DMP-BLUEPRINT-DELETE": "This blueprint can not deleted, because DMPs are associated with it", + "SUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "Successful Delete", + "UNSUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "This type can not deleted, because Descriptions are associated with it", + "SUCCESSFUL-DELETE": "Επιτυχής διαγραφή", + "UNSUCCESSFUL-DELETE": "Αποτυχημένη διαγραφή", + "UNSUCCESSFUL-EMAIL-SEND": "Αποτυχία αποστολής email", + "UNSUCCESSFUL-REMOVE-TEMPLATE": "Αποτυχία αφαίρεσης του template, ένα ή παραπάνω σύνολα δεδομένων του συγκεκριμένου Σχεδίου Διαχείρισης Δεδομένων χρησιμοποιούν αυτό το template" + }, + "ERRORS": { + "HTTP-REQUEST-ERROR": "Παρουσιάστηκε μη αναμενόμενο σφάλμα" + }, + "NAMES": { + "DATASET": "Περιγραφή Συνόλου Δεδομένων" + }, + "STATUSES": { + "EDIT": "Σε επεξεργασία", + "FINALISED": "Οριστικοποιημένο" + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "WARNING": "Προσοχή!", + "THIS-FIELD": "Πεδίο", + "HAS-ERROR": "Παρουσιάστηκε σφάλμα", + "REQUIRED": "Απαιτείται", + "EMAIL": "Μη έγκυρο e-mail", + "MIN-VALUE": "Η ελάχιστη τιμή πρέπει να είναι {{min}}", + "MAX-VALUE": "Η μέγιστη τιμή πρέπει να είναι {{max}}", + "ACTIONS": { + "CANCEL": "Κλείσιμο" + } + }, + "CONFIRMATION-DIALOG": { + "DELETE-ITEM": "Διαγραφή αυτού του στοιχείου;", + "DELETE-USER": "Αφαίρεση αυτού του συνεργάτη;", + "FINALIZE-ITEM": "Ολοκλήρωση αυτού του στοιχείου;", + "UNFINALIZE-ITEM": "Undo Finalization?", + "PUBLISH-ITEM": "Δημοσίευση αυτού του στοιχείου;", + "ADD-DATASET": "Θέλετε να συνεχίσετε προσθέτοντας μια Περιγραφή Συνόλου Δεδομένων στο Σχέδιο Διαχείρισης Δεδομένων σας; Μπορείτε πάντα να προσθέσετε περισσότερες Περιγραφές Συνόλων Δεδομένων χρησιμοποιώντας \"Add Dataset Description (Wizard)\" menu.", + "ZENODO-DOI": "Θέλετε να δημιουργήσετε μονοσήμαντο αναγνωριστικό ψηφιακού αντικειμένου (DOI) για το Σχέδιο Διαχείρισης Δεδομένων σας;", + "LEAVE-PAGE": "Εάν φύγετε από τη σελίδα αυτή, οι αλλαγές σας θα χαθούν.", + "LEAVE-WARNING": "Έχετε μη αποθηκευμένες αλλαγές!", + "PRIVACY-POLICY-NAMES": "Τα ονόματα όλων των ατόμων που συμμετέχουν ως συνεργάτες σε αυτό το Σχέδιο Διαχείρισης Δεδομένων θα γίνουν δημόσια ορατά. Είστε σύμφωνοι με αυτό;", + "ACTIONS": { + "CONFIRM": "Ναι", + "NO": "Όχι", + "DELETE": "Διαγραφή", + "REMOVE": "Αφαίρεση", + "CANCEL": "Ακύρωση", + "LEAVE": "Αποχώρηση", + "POLICY-AGREE": "Κάντε τα ονόματα ορατά στο κοινό.", + "REQUIRED": "Απαιτείται να κάνετε κλικ στο πλαίσιο ελέγχου." + } + }, + "NOTIFICATION-DIALOG": { + "POPUP": { + "TITLE": "Απουσία Συνόλου Δεδομένων", + "MESSAGE": "Πρέπει να δημιουργηθεί τουλάχιστον ένα σύνολο δεδομένων για να συνεχίσετε με την αποθήκευση του Σχεδίου Διαχείρισης Δεδομένων.", + "CLOSE": "Κλείσιμο" + } + }, + "START-NEW-DMP-DIALOG": { + "IMPORT": "Εισαγωγή", + "FUNCTION-SUPPORTS": "η λειτουργία υποστηρίζει", + "JSON-FILES": ".json files", + "PRODUCED": "που έχουν παραχθεί", + "RDA-SPECIFICATIONS": "σύμφωνα με τις προδιαγραφές του RDA", + "MACHINE-ACTIONABLE": "για μηχαναγνώσιμα Σχέδια Διαχείρισης Δεδομένων", + "UPLOAD-FILE": "Μεταφόρτωση Αρχείου", + "REPLACE-FILE": "Replace File" + }, + "INVITATION-DIALOG": { + "HINT": "Προσθέστε κόμμα ή πατήστε το κουμπί “enter” ανάμεσα στους συγγραφείς", + "SUCCESS": "Η πρόσκληση στάλθηκε επιτυχώς", + "ERROR": "Η πρόσκληση δε στάλθηκε" + }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "Δημιουργήσατε με επιτυχία το Σχέδιο Διαχείρισης Δεδομένων σας", + "DMP": "Σχέδιο Διαχείρισης Δεδομένων", + "TO-DATASET": "Θα μεταφερθείτε στο", + "DATASET": "Σύνολο Δεδομένων", + "EDITOR": "Συντάκτης", + "START": "Ας ξεκινήσουμε" + }, + "ACTIONS": { + "VIEW-ALL": "Προβολή όλων", + "SHOW-MORE": "Δείτε περισσότερα", + "LOAD-MORE": "Φορτώστε περισσότερα", + "LOAD-LESS": "Φορτώστε λιγότερα", + "SHOW-LESS": "Δείτε λιγότερα", + "LOG-IN": "Σύνδεση", + "TAKE-A-TOUR": "Χρειάζεστε βοήθεια; Περιηγηθείτε..", + "NO-MORE-AVAILABLE": "No more results available" + }, + "PREPOSITIONS": { + "OF": "του" + }, + "TITLES": { + "PREFIX": "Ανοίξτε το Σχέδιο Διαχείρισης Δεδομένων - ", + "GENERAL": "Δημιουργός Σχεδίου Διαχείρισης Δεδομένων", + "ABOUT": "Σχετικά", + "PRIVACY": "Πολιτική Απορρήτου και Προστασίας Προσωπικών Δεδομένων", + "OPENSOURCE-LICENCES": "Άδειες Ανοικτού Λογισμικού ", + "TERMS": "Όροι χρήσης", + "COOKIES-POLICY": "Cookies Policy", + "PLANS": "Τα Σχέδια Διαχείρισης Δεδομένων Μου", + "EXPLORE-PLANS": "Δημοσιευμένα Σχέδια Διαχείρισης Δεδομένων", + "QUICK-WIZARD": "Νέο Σχέδιο Διαχείρισης Δεδομένων (Wizard)", + "PLANS-NEW": "Νέο Σχέδιο Διαχείρισης Δεδομένων (Expert)", + "DMP-NEW": "Νέο Σχέδιο Διαχείρισης Δεδομένων", + "DESCRIPTIONS": "My Descriptions", + "EXPLORE": "Published Descriptions", + "DATASETCREATEWIZARD": "Προσθήκη Περιγραφής Συνόλου Δεδομένων (Wizard)", + "GRANTS": "Οι επιχορηγήσεις Μου", + "DMP-BLUEPRINTS": "DMP Blueprints", + "DATASET-PROFILES": "Templates Περιγραφών Συνόλων Δεδομένων", + "DESCRIPTION-TYPES": "Description Types", + "USERS": "Χρήστες", + "PROFILE": "Το προφίλ μου", + "LOGIN": "Σύνδεση", + "DMP-OVERVIEW": "Επισκόπηση Σχεδίου Διαχείρισης Δεδομένων", + "DMP-EDIT": "Επεξεργασία Σχεδίου Διαχείρισης Δεδομένων", + "DATASET-OVERVIEW": "Επισκόπηση Συνόλου Δεδομένων", + "DATASET-EDIT": "Προβολή / Επεξεργασία Συνόλου Δεδομένων", + "DMP-NEW-VERSION": "Νέα έκδοση Σχεδίου Διαχείρισης Δεδομένων", + "DMP-CLONE": "Κλωνοποίηση Σχεδίου Διαχείρισης Δεδομένων", + "DATASET-NEW": "Νέα Περιγραφή Συνόλου Δεδομένων", + "GRANT-NEW": "Νέα Επιχορήγηση", + "GRANT-EDIT": "Προβολή / Επεξεργασία Επιχορήγησης", + "DMP-BLUEPRINT-NEW": "New DMP Blueprint", + "DMP-BLUEPRINT-CLONE": "New Clone of DMP Blueprint", + "DMP-BLUEPRINT-EDIT": "Edit DMP Blueprint", + "DATASET-PROFILES-NEW": "Νέο template Περιγραφής Συνόλου Δεδομένων", + "DATASET-PROFILES-EDIT": "Επεξεργασία template Περιγραφής Συνόλου Δεδομένων", + "DESCRIPTION-TYPE-NEW": "New Description Type", + "DESCRIPTION-TYPE-EDIT": "Edit Description Type", + "EXPLORE-PLANS-OVERVIEW": "Επισκόπηση Δημοσιευμένου Σχεδίου Διαχείρισης Δεδομένων", + "DATASET-PUBLIC-EDIT": "Προβολή Δημοσιευμένης Περιγραφής Συνόλου Δεδομένων", + "DMP-PUBLIC-EDIT": "Προβολή Δημοσιευμένου Σχεδίου Διαχείρισης Δεδομένων", + "DATASET-COPY": "Αντιγραφή Περιγραφής Συνόλου Δεδομένων", + "DATASET-UPDATE": "Ενημέρωση Περιγραφής Συνόλου Δεδομένων", + "DATASET-PROFILES-NEW-VERSION": "Νέα έκδοση του template Περιγραφής Συνόλου Δεδομένων", + "DATASET-PROFILES-CLONE": "Νέα Κλωνοποίηση του template Περιγραφής Συνόλου Δεδομένων", + "LANGUAGE-EDITOR": "Επεξεργασία γλώσσας", + "GUIDE-EDITOR": "Επεξεργασία Οδηγού Χρήσης", + "LANGUAGE": "Γλώσσα", + "SIGN-IN": "Σύνδεση στο λογαριασμό" + }, + "FILE-TRANSFOMER": { + "PDF": "PDF", + "XML": "XML", + "JSON": "JSON", + "DOC": "Document" + }, + "LANGUAGES": { + "en": "Αγγλικά", + "gr": "Ελληνικά", + "es": "Ισπανικά", + "de": "Γερμανικά", + "tr": "Τούρκικα", + "sk": "Σλοβάκικα", + "sr": "Σερβικά", + "pt": "Πορτογαλικά", + "hr": "Κροατικά", + "pl": "Πολωνικά" + } + }, + "COOKIE": { + "MESSAGE": "Αυτός ο ιστότοπος χρησιμοποιεί cookies για να βελτιώσει την εμπειρία του χρήστη.", + "DISMISS": "Αποδοχή", + "DENY": "Απόρριψη των cookies", + "LINK": "Μάθετε περισσότερα", + "POLICY": "Πολιτική για τα Cookies" + }, + "EMAIL-CONFIRMATION": { + "EXPIRED-EMAIL": "Η πρόσκληση email έληξε", + "CARD-TITLE": "E-mail", + "REQUEST-EMAIL-HEADER": "Σχεδόν τελειώσαμε! Παρακαλώ συμπληρώστε το e-mail.", + "REQUEST-EMAIL-TEXT": "Θα πρέπει να επιβεβαιώσετε τη συναίνεσή σας για να χρησιμοποιήσετε την εφαρμογή.", + "SUBMIT": "Υποβολή", + "SENT-EMAIL-HEADER": "Το email στάλθηκε!", + "EMAIL-FOUND": "Το email είναι ήδη επιβεβαιωμένο." + }, + "HOME": { + "DMPS": "Σχέδια Διαχείρισης Δεδομένων", + "DATASETS": "Περιγραφές Συνόλων Δεδομένων", + "LOGIN": { + "TITLE": "Σύνδεση", + "TEXT": "Δεν χρειάζεται να έχετε καταχωρημένο λογαριασμό στο {{ APP_NAME_CAPS }}" + } + }, + "NAV-BAR": { + "BREADCRUMB-ROOT": "Dashboard", + "TITLE": "{{ APP_NAME_CAPS }}", + "GRANTS": "Επιχορηγήσεις", + "GRANT": "Επιχορήγηση", + "DMP": "Σχέδιo Διαχείρισης Δεδομένων", + "DMPS": "Σχέδια Διαχείρισης Δεδομένων", + "MY-DMPS": "Τα Σχέδια Διαχείρισης Δεδομένων Μου", + "DATASETS": "Περιγραφές Συνόλων Δεδομένων", + "DESCRIPTION": "Description", + "PUBLIC-DATASETS": "Εξερευνήστε το {{ APP_NAME_CAPS }}", + "USERS": "Χρήστες", + "DATASETS-ADMIN": "Templates Συνόλων Δεδομένων", + "DMP-BLUEPRINTS": "DMP Blueprints", + "ABOUT": "Σχετικά", + "MY-DATASET-DESCRIPTIONS": "ΤΑ ΣΧΕΔΙΑ ΔΙΑΧΕΙΡΙΣΗΣ ΔΕΔΟΜΕΝΩΝ ΜΟΥ", + "DATASET-DESCRIPTION-WIZARD": "Wizard Περιγραφών Συνόλων Δεδομένων", + "PUBLIC DATASETS": "ΔΗΜΟΣΙΕΥΜΕΝΕΣ ΠΕΡΙΓΡΑΦΕΣ ΣΥΝΟΛΩΝ ΔΕΔΟΜΕΝΩΝ", + "PUBLIC-DMPS": "ΔΗΜΟΣΙΕΥΜΕΝΑ ΣΧΕΔΙΑ ΔΙΑΧΕΙΡΙΣΗΣ ΔΕΔΟΜΕΝΩΝ", + "HOME": "ΑΡΧΙΚΗ", + "DMP-WIZARD": "Wizard Σχεδίων Διαχείρισης Δεδομένων", + "DATASET-TEMPLATES": "TEMPLATES ΣΥΝΟΛΩΝ ΔΕΔΟΜΕΝΩΝ", + "TEMPLATE": "TEMPLATE", + "DMP-BLUEPRINTS-CAPS": "DMP BLUEPRINTS", + "USERS-BREADCRUMB": "ΧΡΗΣΤΕΣ", + "START-NEW-DMP": "Ξεκινήστε νέο DMP", + "START-NEW-DMP-TXT": "Ένας ειδικός wizard δημιουργήθηκε για να σας βοηθήσει να συντάξετε το δικό σας Σχέδιο Διαχείρισης Δεδομένων εύκολα. Παρέχει έναν βήμα προς βήμα οδηγό περιλαμβάνοντας όλες τις απαραίτητες πληροφορίες για να δημιουργήσετε ένα Σχέδιο Διαχείρισης Δεδομένων εύκολα.", + "START-WIZARD": "Ξεκινήστε τον wizard", + "IMPORT-FROM-FILE": "Εισαγωγή από το φάκελο", + "SEARCH": { + "DATASET": "Περιγραφή Συνόλου Δεδομένων", + "DMP": "Σχέδιο Διαχείρισης Δεδομένων", + "GRANT": "Επιχορήγηση", + "PUBLISHED": "Δημοσιευμένο" + } + }, + "SIDE-BAR": { + "GENERAL": "ΓΕΝΙΚΑ", + "ABOUT": "Σχετικά", + "DASHBOARD": "Αρχική", + "DMP": "ΣΧΕΔΙΑ ΔΙΑΧΕΙΡΙΣΗΣ ΔΕΔΟΜΕΝΩΝ", + "MY-DMPS": "Τα δικά μου Σχέδια Διαχείρισης Δεδομένων", + "DATASETS": "ΠΕΡΙΓΡΑΦΕΣ ΣΥΝΟΛΟΥ ΔΕΔΟΜΕΝΩΝ", + "GRANTS": "ΕΠΙΧΟΡΗΓΗΣΗ", + "NEW DATASET": "Νέα Περιγραφή Συνόλου Δεδομένων", + "QUICK-WIZARD": "Νέο Σχέδιο Διαχείρισης Δεδομένων (Wizard)", + "QUICK-WIZARD-DATASET": "Προσθήκη Περιγραφής Συνόλου Δεδομένων (Wizard)", + "ADD-EXPERT": "Νέο Σχέδιο Διαχείρισης Δεδομένων(Expert)", + "MY-DATASET-DESC": "Οι δικές μου Περιγραφές Συνόλου Δεδομένων", + "MY-DESCRIPTIONS": "My Descriptions", + "MY-GRANTS": "Οι επιχορηγήσεις μου", + "HISTORY": "ΙΣΤΟΡΙΚΟ", + "HISTORY-VISITED": "ΤΕΛΕΥΤΑΙΑ ΕΠΙΣΚΕΨΗ", + "HISTORY-EDITED": "ΤΕΛΕΥΤΑΙΑ ΕΠΕΞΕΡΓΑΣΙΑ", + "PUBLIC": "ΔΗΜΟΣΙΕΥΜΕΝΑ", + "PUBLIC-DMPS": "Δημοσιευμένα Σχέδια Διαχείρισης Δεδομένων", + "PUBLIC-DESC": "Public Descriptions", + "ACCOUNT": "ΛΟΓΑΡΙΑΣΜΟΣ", + "ADMIN": "ΔΙΑΧΕΙΡΙΣΤΗΣ", + "DESCRIPTION-TEMPLATES": "Description Templates", + "DESCRIPTION-TEMPLATE-TYPES": "Description Types", + "DMP-BLUEPRINTS": "DMP Blueprints", + "USERS": "Users", + "LANGUAGE-EDITOR": "Επεξεργαστής Γλώσσας", + "GUIDE-EDITOR": "Οδηγός Χρήστη", + "CO-BRANDING": "Co-Branding", + "SUPPORT": "Υποστήριξη", + "FEEDBACK": "Στείλετε τα σχόλιά σας", + "SUPPORTIVE-MATERIAL": "Υποστηρικτικό Yλικό" + }, + "DATASET-PROFILE-EDITOR": { + "TITLE": { + "NEW": "Νέο API", + "NEW-PROFILE": "New Description Template", + "NEW-PROFILE-VERSION": "Νέα Έκδοση", + "NEW-PROFILE-CLONE": "Νέος Κλώνος" + }, + "FIELDS": { + "DATASET-TITLE": "Description Template Name", + "DATASET-DESCRIPTION": "Περιγραφή", + "ROLES": "Ρόλοι" + }, + "STEPS": { + "GENERAL-INFO": { + "TITLE": "General Info", + "DATASET-TEMPLATE-NAME": "Description template name", + "DATASET-TEMPLATE-NAME-HINT": "A title that determines the Description template.", + "DATASET-TEMPLATE-DESCRIPTION": "Description", + "DATASET-TEMPLATE-DESCRIPTION-HINT": "A brief description of what the Dataset is about, it's scope and objectives.", + "DESCRIPTION-TEMPLATE-TYPE": "Description template type", + "DESCRIPTION-TEMPLATE-SELECT-TYPE": "Select a type", + "DATASET-TEMPLATE-LANGUAGE": "Description template language", + "DATASET-TEMPLATE-SELECT-LANGUAGE": "Select a language", + "DATASET-TEMPLATE-USERS": "Editors", + "DATASET-TEMPLATE-USERS-HINT": "Add editors and save changes to notify them.", + "DATASET-TEMPLATE-REMOVE-USER": "Remove Editor", + "DATASET-TEMPLATE-NO-USERS-YET": "... No editors yet", + "DATASET-TEMPLATE-VALIDATE-AND-ADD-USER": "Validate and Add Editor", + "DATASET-TEMPLATE-DESCRIPTION-PLACEHOLDER": "Dataset template description", + "UNTITLED": "Untitled", + "QUESTION": "Question", + "TEMPLATE-OUTLINE": "Template outline", + "ERRORS":{ + "USER-NOT-FOUND":"Ο χρήστης δεν βρέθηκε." + } + }, + "PAGE-INFO": { + "PAGE-NAME": "Chapter Name", + "PAGE-NAME-HINT": "Set a name for the description chapter.", + "PAGE-DESCRIPTION": "Description", + "PAGE-DESCRIPTION-HINT": "Write a brief description of what the chapter is about.", + "ACTIONS": { + "CREATE-FIRST-PAGE": "Create the first chapter", + "CREATE-NEW-SUBSECTION": "Section", + "CREATE-NEW-SECTION": "Chapter", + "CREATE-FIRST-SECTION": "Create the first chapter", + "NOTHING-HERE-HINT": "Nothing here yet.", + "START-CREATING-PAGE-START": "Start by ", + "START-CREATING-PAGE-END": "creating the first chapter.", + "CREATE-SECTION": "Create section" + }, + "PAGE": "Chapter" + }, + "SECTION-INFO": { + "SECTION-NAME": "Section Name", + "SECTION-NAME-HINT": "Set a name for the section.", + "SECTION-DESCRIPTION": "Description", + "SECTION-DESCRIPTION-HINT": "Write a brief description of what the section is about.", + "SECTION": "Section" + }, + "PAGES": { + "TITLE": "Chapter Description", + "PAGE-PREFIX": "Chapter", + "PAGE-INPUT-TITLE": "Chapter Title", + "DATASET-DETAILS": "Λεπτομέρειες Περιγραφής Συνόλου Δεδομένων", + "EXTERNAL-REFERENCES": "Εξωτερικές Πηγές", + "DESCRIPTION": "Περιγραφή" + }, + "FORM": { + "TITLE": "Φόρμα Περιγραφής", + "SECTION": { + "TITLE": "Πληροφορίες Ενότητας", + "FIELDS": { + "ID": "Ενότητα Μοναδικού Αναγνωριστικού", + "TITLE": "Ενότητα Ονομασίας", + "PAGE": "Αναμένεται εμφάνιση σελίδας", + "ORDER": "Εντολή", + "DESCRIPTION": "Περιγραφή", + "FIELDS-TITLE": "Πεδία", + "SUB-SECTIONS-TITLE": "Υπο-ενότητες" + }, + "ACTIONS": { + "ADD-SUB-SECTION": "Προσθήκη Υπο-ενότητας +", + "ADD-FIELD": "Προσθήκη Πεδίου +" + } + }, + "COMPOSITE-FIELD": { + "TITLE": "Σύνθετες Πληροφορίες Πεδίου", + "SIMPLE-FIELD-TITLE": "Πληροφορίες Πεδίου", + "SUB-FIELDS-TITLE": "Πεδία Υπο-ομάδων", + "FIELDS": { + "COMPOSITE-CHECKBOX": "Σύνθετα Πεδία", + "MULTIPLICITY-CHECKBOX": "Πολλαπλότητα", + "COMMENT-CHECKBOX": "Προσθήκη Σχολίου στο Πεδίο", + "COMPOSITE-TITLE": "Ονομασία Σύνθετου Πεδίου", + "FIELD-TITLE": "Ονομασία Πεδίου", + "DESCRIPTION": "Περιγραφή", + "EXTENDED-DESCRIPTION": "Εκτενής Περιγραφή", + "ADDITIONAL-INFORMATION": "Επιπλέον Πληροφορίες", + "MULTIPLICITY-MIN": "Ελάχιστη τιμή Min", + "MULTIPLICITY-MAX": "Μέγιστη τιμή Max", + "MULTIPLICITY-PLACEHOLDER": "Multiplicity Placeholder Text", + "MULTIPLICITY-TABLEVIEW": "View inputs in table", + "MULTIPLICITY-ADD-ONE-FIELD": "Add more", + "MULTIPLICITY-ADD-ONE-FIELD-TABLEVIEW": "Add row", + "ORDER": "Εντολή", + "COMMENT-PLACEHOLDER": "Παρακαλώ προσδιορίστε", + "COMMENT-HINT": "Προσθέστε επιπλέον πληροφορίες ή αιτιολόγηση σχετικά με την επιλογή σας", + "SEMANTICS": "Semantics", + "EXPORT": "Include in Export" + }, + "ACTIONS": { + "ADD-CHILD-FIELD": "Προσθήκη Πεδίου Υπο-ομάδας +" + } + }, + "FIELD": { + "FIELDS": { + "RULES-TITLE": "Conditional Questions", + "FIELD-RULES-VALUE": "Τιμή", + "ID": "Ενότητα Μοναδικού Αναγνωριστικού", + "VIEW-STYLE": "Τύπος", + "MULTIPLICITY-MIN": "Ελάχιστη Τιμή Max", + "MULTIPLICITY-MAX": "Μέγιστη Τιμή Min", + "ORDER": "Εντολή", + "DEFAULT-VALUE": "Εξορισμού Τιμή", + "VALIDATION": "Επιβεβαίωση", + "MULTIPLICITY-CHECKBOX": "Πολλαπλότητα", + "FIELD-TEXT-AREA-TITLE": "Περιοχή Κειμένου Δεδομένων", + "FIELD-TEXT-AREA-PLACEHOLDER": "Τοποθέτηση placeholder", + "FIELD-RICH-TEXT-AREA-TITLE": "Περιοχή Πλούσιου Κειμένου Δεδομένων", + "FIELD-RICH-TEXT-AREA-PLACEHOLDER": "Τοποθέτηση Placeholder", + "FIELD-UPLOAD-TITLE": "Μεταφόρτωση", + "FIELD-UPLOAD-PLACEHOLDER": "Τοποθέτηση Placeholder", + "FIELD-UPLOAD-MAX-FILE-SIZE": "Μέγιστο μέγεθος αρχείου (έως {{maxfilesize}} Megabytes)", + "FIELD-UPLOAD-CUSTOM-FILETYPE": "Άλλοι τύποι αρχείων", + "FIELD-UPLOAD-SELECT-FILETYPE": "Επιλέξτε τύπους αρχείων", + "FIELD-UPLOAD-LABEL": "όνομα τύπου", + "FIELD-UPLOAD-VALUE": "τιμή τύπου πολυμέσων", + "FIELD-BOOLEAN-DECISION-TITLE": "Boolean Δεδομένα", + "FIELD-BOOLEAN-DECISION-PLACEHOLDER": "Τοποθέτηση placeholder", + "FIELD-CHECKBOX-TITLE": "Πλαίσιο Ελέγχου Δεδομένων", + "FIELD-CHECKBOX-PLACEHOLDER": "Τοποθέτηση placeholder", + "FIELD-FREE-TEXT-TITLE": "Ελεύθερο Κείμενο Δεδομένων", + "FIELD-FREE-TEXT-PLACEHOLDER": "Τοποθέτηση placeholder", + "FIELD-COMBO-BOX-TYPE": "Τύπος Σύνθετου Πλαισίου", + "FIELD-WORD-LIST-TITLE": "Λίστα Λέξεων Δεδομένων", + "FIELD-WORD-LIST-PLACEHOLDER": "Τοποθέτηση placeholder", + "FIELD-WORD-LIST-LABEL": "Ετικέτα", + "FIELD-WORD-LIST-VALUE": "Τιμή", + "FIELD-INTERNAL-DMP-ENTITIES-TYPE": "Τύπος εσωτερικής οντότητας Σχεδίου Διαχείρισης Δεδομένων", + "FIELD-RESEARCHERS-TITLE": "Αυτόματη Συμπλήρωση Ερευνητών", + "FIELD-RESEARCHERS-PLACEHOLDER": "Τοποθέτηση placeholder", + "FIELD-DATASETS-PLACEHOLDER": "Τοποθέτηση placeholder", + "FIELD-DMPS-PLACEHOLDER": "Τοποθέτηση placeholder", + "FIELD-RADIO-BOX-TITLE": "Πλαίσιο Επιλογής Δεδομένων", + "FIELD-RADIO-BOX-PLACEHOLDER": "Τοποθέτηση placeholder", + "FIELD-RADIO-BOX-LABEL": "Ετικέτα", + "FIELD-RADIO-BOX-VALUE": "Τιμή", + "FIELD-AUTOCOMPLETE-TITLE": "Αυτόματη Συμπλήρωση Δεδομένων", + "FIELD-AUTOCOMPLETE-PLACEHOLDER": "Τοποθέτηση placeholder", + "FIELD-AUTOCOMPLETE-SOURCE-TITLE": "Πηγές", + "FIELD-AUTOCOMPLETE-ADD_SOURCE": "Προσθήκη Πηγής", + "FIELD-AUTOCOMPLETE-TYPE": "Τύπος Πηγής", + "FIELD-AUTOCOMPLETE-TYPE-UNCACHED": "Προσωρινά Αποθηκευμένα", + "FIELD-AUTOCOMPLETE-TYPE-CACHED": "Μη αποθηκευμένα", + "FIELD-AUTOCOMPLETE-LABEL": "Ετικέτα", + "FIELD-AUTOCOMPLETE-VALUE": "Τιμή", + "FIELD-AUTOCOMPLETE-SOURCE": "Πηγή", + "FIELD-AUTOCOMPLETE-URL": "Url", + "FIELD-AUTOCOMPLETE-OPTIONS-ROOT": "Βάση Επιλογών", + "FIELD-AUTOCOMPLETE-HAS-AUTH": "Has Authentication", + "FIELD-AUTOCOMPLETE-AUTH-METHOD": "Method", + "FIELD-AUTOCOMPLETE-AUTH-BODY": "Request Body", + "FIELD-AUTOCOMPLETE-AUTH-TYPE": "Authentication Type", + "FIELD-DATE-PICKER-TITLE": "Επιλογή Ημερομηνίας", + "FIELD-DATE-PICKER-PLACEHOLDER": "Τοποθέτηση placeholder", + "FIELD-DATE-PICKER-LABEL": "Ετικέτα", + "FIELD-DATE-PICKER-VALUE": "Τιμή", + "FIELD-MULTIPLE-AUTOCOMPLETE": "Πολλαπλή Αυτόματη Συμπλήρωση", + "FIELD-MULTIPLE-WORDLIST": "Πολλαπλή Επιλογή", + "FIELD-CURRENCY-TITLE": "Currency Data", + "FIELD-CURRENCY-PLACEHOLDER": "Input Placeholder Text", + "FIELD-REGISTRIES-TITLE": "Metadata", + "FIELD-REGISTRIES-PLACEHOLDER": "Input Placeholder Text", + "FIELD-SERVICES-TITLE": "Services Data", + "FIELD-SERVICES-PLACEHOLDER": "Input Placeholder Text", + "FIELD-ORGANIZATIONS-TITLE": "Organizations Data", + "FIELD-ORGANIZATIONS-PLACEHOLDER": "Input placeholder Text", + "FIELD-EXTERNAL-DATASETS-TITLE": "External Datasets Data", + "FIELD-EXTERNAL-DATASETS-PLACEHOLDER": "Input placeholder Text", + "FIELD-DATA-REPOSITORIES-TITLE": "Data Repositories Data", + "FIELD-DATA-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-PUB-REPOSITORIES-TITLE": "Publication repositories", + "FIELD-PUB-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-JOURNALS-REPOSITORIES-TITLE": "Journals", + "FIELD-JOURNALS-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-TAXONOMIES-TITLE": "Taxonomies Data", + "FIELD-TAXONOMIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-LICENSES-TITLE": "Licenses Data", + "FIELD-LICENSES-PLACEHOLDER": "Input placeholder Text", + "FIELD-PUBLICATIONS-TITLE": "Publications Data", + "FIELD-PUBLICATIONS-PLACEHOLDER": "Input placeholder Text", + "FIELD-TAGS-TITLE": "Tags Data", + "FIELD-TAGS-PLACEHOLDER": "Input placeholder Text", + "FIELD-DATASET-IDENTIFIER-TITLE": "Dataset Identifier Data", + "FIELD-DATASET-IDENTIFIER-PLACEHOLDER": "Input placeholder Text", + "FIELD-VALIDATOR-TITLE": "Validator Data", + "FIELD-VALIDATOR-PLACEHOLDER": "Input placeholder Text", + "EXTERNAL-DATASET-TYPE-NAME": "Type", + "EXTERNAL-DATASET-TYPES":{ + "PRODUCED": "Produced dataset", + "REUSED": "Reused dataset", + "OTHER": "Other" + } + }, + "ERROR-MESSAGES": { + "FIELD-OTHER-SOURCES-REQUIRED": "At least one source must be provided.", + "FIELD-RADIO-AT-LEAST-ONE-REQUIRED": "There must be at least one option provided.", + "FIELD-SELECT-AT-LEAST-ONE-REQUIRED": "There must be at least one option provided." + }, + "DEFAULT-VALUES": { + "NONE": "Κανένα", + "BOOLEAN-DECISION": { + "YES": "Ναι", + "NO": "Όχι" + }, + "CHECK-BOX": { + "CHECKED": "Επιλεγμένα", + "UNCHECKED": "Μη-επιλεγμένα" + } + }, + "ACTIONS": { + "ADD-RULE": "Προσθήκη Κανονισμού Ορατότητας +" + }, + "STATUS":{ + "CALCULATING-PREVIEW":"... calculating preview", + "PREVIEW-UPDATED":"Preview updated!" + } + }, + "RULE": { + "FIELDS": { + "RULE-TYPE": "Τύπος Κανονισμού", + "TARGET": "Ταυτοποίηση στοχοθετημένου πεδίου", + "VALUE": "Απαιτούμενη τιμή", + "RULE-IF": "Εάν η τιμή είναι", + "RULE-THEN": "then show Question", + "FIELDSETS": "Questions", + "FIELDS": "Inputs" + }, + "HINTS": { + "ELEMENT-CHILD-OF-TARGET": "This element is parent of selected input.", + "ELEMENT-HIDDEN-FROM-ELEMENT": "This element hides the element or a parent element of the input you are trying to apply visibility rule from." + } + }, + "FORM-VALIDATION": { + "ERROR-MESSAGES": { + "PAGE-MUST-HAVE-SECTION": "Each chapter must have at least one section.", + "NEEDS-MORE-INFORMATION": " needs more information.", + "MUST-HAVE-SECTION-OR-FIELDSET": " must have either section or question.", + "MISSING": "Missing", + "PROVIDE-PAGE-AND-SECTION": "Make sure you provide a chapter and at least one section per chapter." + } + }, + "TABLE-OF-CONTENTS": { + "ERROR-MESSAGES": { + "FIELDSET-MUST-HAVE-PARENT-SECTION": "Question can only be child of section.", + "INPUT-SECTION-SAME-LEVEL": "Cannot have question and section on the same level.", + "DRAG-NOT-SUPPORTED": "Drag n drop of section not supported to target container.", + "PAGE-ELEMENT-ONLY-TOP-LEVEL": "Chapter elements can only be at top level" + } + } + }, + "TOOLKIT": { + "GENERAL-TOOLS": "Questions tools", + "NEW-INPUT-SET": "Add Question", + "CLONE": "Clone", + "DELETE": "Delete" + } + }, + "ACTIONS": { + "SAVE": "Αποθήκευση", + "SAVE-AND-CONTINUE": "Αποθήκευση & Συνέχεια", + "SAVE-AND-CLOSE": "Αποθήκευση & Κλείσιμο", + "FINALIZE": "Οριστικοποίηση", + "UPDATE": "Ενημέρωση", + "UPDATE-AND-CONTINUE": "Ενημέρωση & Συνέχεια", + "UPDATE-AND-CLOSE": "Ενημέρωση & Κλείσιμο", + "CANCEL": "Ακύρωση", + "DELETE": "Διαγραφή", + "ADD-PAGE": "Προσθήκη Σελίδας +", + "ADD-SECTION": "Προσθήκη Ενότητας +", + "VALIDATE": "Επιβεβαίωση", + "PREVIEW-AND-FINALIZE": "Preview and finalize", + "BACK-TO-TOP": "Back to top", + "FIELD": { + "MAKE-IT-REQUIRED": "Make input required", + "ADD-VISIBILITY-RULE": "Add Conditional Question", + "DELETE-INPUT": "Delete this input", + "PREVIEW": "Preview", + "NOT-INITIALIZED": "Not initialized yet", + "MOVE-UP": "Move this input above", + "MOVE-DOWN": "Move this input below" + }, + "FIELDSET": { + "ADD-INPUT": "Add input", + "COMMENT-FIELD": "Comment field", + "INCLUDE-COMMENT-FIELD": "A comment field input is appended to the given question.", + "ENABLE-MULTIPLICITY": "User may provide more than one answer to the given question.", + "MULTIPLICITY": "Multiplicity", + "MORE": "More.." + } + }, + "FEEDBACK-MESSAGES": { + "SAVE-SUCCESS": "Changes were saved successfully." + }, + "ERRORS": { + "INVALID-VISIBILITY-RULES": { + "MESSAGE-START": "There were invalid visibility rules detected in ", + "MESSAGE-END": ". Would you like to fix them?", + "CONFIRM-YES": "Yes, remove invalid rules", + "CONFIRM-NO": "No, keep them.", + "REMOVE-SUCCESS": "Invalid visibility rules were removed successfully." + } + } + }, + "GRANT-LISTING": { + "TITLE": "Επιχορηγήσεις", + "SUBTITLE": "Υπότιτλος Επιχορήγησης", + "ACTIONS": { + "NEW": "Νέα Επιχορήγηση" + } + }, + "DMP-LISTING": { + "DMP": "Σχέδιο Διαχείρισης Δεδομένων", + "GRANT": "Επιχορήγηση", + "TITLE": "Σχέδια Διαχείρισης Δεδομένων", + "OWNER": "Κάτοχος", + "MEMBER": "Μέλος", + "CREATOR": "Συντάκτης", + "EDITED": "Επεξεργάστηκε", + "FINALIZED": "Οριστικοποιημένο", + "PUBLISHED": "Δημοσιευμένο", + "VERSION": "Έκδοση", + "CONTAINED-DESCRIPTIONS": "Contained Descriptions", + "TEXT-INFO": "Οι πληροφορίες σε ένα Σχέδιο Διαχείρισης Δεδομένων δείχνουν πως έχουν συλλεχθεί ή και/παραχθεί, επεξεργαστεί και αναλυθεί τα σύνολα δεδομένων, π.χ. ποια εργαλεία, πρότυπα, μεθοδολογίες κλπ χρησιμοποιήθηκαν, που και πως δημιουργήθηκαν αντίγραφα ασφαλείας, δημοσιεύτηκαν και διατηρήθηκαν τα σύνολα δεδομένων. Περιλαμβάνουν οποιαδήποτε κόστη σχετίζονται με το προσωπικό που ασχολείται με την επιμέλεια δεδομένων ή τα κόστη για την απόκτηση ή ανάπτυξη υπηρεσιών διαχείρισης δεδομένων. Δεν είστε σίγουροι πως φαίνεται ένα Σχέδιο Διαχείρισης Δεδομένων στην πράξη; Εξερευνήστε τα Δημόσια Σχέδια Διαχείρισης Δεδομένων και την κοινότητα του LIBER στο Zenodo για να πάρετε μια ιδέα!", + "TEXT-INFO-QUESTION": " Εξερευνήστε τα Δημόσια Σχέδια Διαχείρισης Δεδομένων και", + "LINK-ZENODO": "την κοινότητα του LIBER στο Zenodo", + "GET-IDEA": "για να πάρετε μια ιδέα!", + "SORT-BY": "Ταξινόμηση κατά", + "COLUMNS": { + "NAME": "Τίτλος", + "GRANT": "Επιχορήγηση", + "PROFILE": "Template", + "CREATION-TIME": "Χρονική Περίοδος Δημιουργίας", + "ORGANISATIONS": "Οργανισμοί", + "LATEST_VERSION": "Τελευταία Έκδοση", + "ACTIONS": "Δράσεις", + "DATASETS": "Περιγραφές Δεδομένων", + "STATUS": "Κατάσταση", + "PEOPLE": "Άνθρωποι", + "VERSION": "Έκδοση" + }, + "ACTIONS": { + "NEW": "Νέο Σχέδιο Διαχείρισης Δεδομένων", + "NEW-WITH-WIZARD": "Νέο Σχέδιο Διαχείρισης Δεδομένων χρησιμοποιώντας τον wizard", + "EDIT": "Επεξεργασία", + "INVITE": "Πρόσκληση Συνεργατών", + "INVITE-AUTHORS": "Πρόσκληση συγγραφέων", + "INVITE-SHORT": "Πρόσκληση", + "ADD-DATASET": "Προσθήκη Περιγραφής Συνόλου Δεδομένων στο Σχέδιο Διαχείρισης Δεδομένων", + "ADD-DESCRIPTION-SHORT": "Add Description", + "ADD-DESCRIPTION-FOR-SECTION": "Add Description", + "DATASETS": "Κατάλογος όλων των Περιγραφών Συνόλου Δεδομένων", + "NEW-VERSION": "Νέα Έκδοση", + "START-NEW-VERSION": "Νέα Έκδοση", + "VIEW-VERSION": "Όλες οι Εκδόσεις Σχεδίων Διαχείρισης Δεδομένων", + "CLONE": "Κλώνος", + "COPY": "Αντιγραφή", + "DELETE": "Διαγραφή", + "DEPOSIT": "Κατάθεση", + "EXPORT": "Εξαγωγή", + "MAKE-PUBLIC": "Δημοσίευση", + "PUBLISH": "Δημοσίευση", + "FINALIZE": "Οριστικοποίηση", + "UNFINALIZE": "Undo Finalization", + "ADV-EXP": "Προχωρημένη Εξαγωγή", + "EXP-AS": "Εξαγωγή ως", + "DOWNLOAD-XML": "Λήψη XML", + "DOWNLOAD-DOCX": "Λήψη Document", + "DOWNLOAD-PDF": "Λήψη PDF", + "SETTINGS": "Ρυθμίσεις", + "GETDOI": "Λήψη μονοσήμαντου αναγνωριστικού ψηφιακού αντικειμένου (DOI)" + }, + "TOOLTIP": { + "DMP-STATUS": { + "DRAFT": "Ιδιωτική Πρόσβαση - Επεξεργάσιμο Σχέδιο Διαχείρισης Δεδομένων", + "FINALIZED": "Ιδιωτική Πρόσβαση - Κλειστό Σχέδιο Διαχείρισης Δεδομένων", + "PUBLISHED": "Δημόσια Πρόσβαση - Κλειστό Σχέδιο Διαχείρισης Δεδομένων" + }, + "LEVEL-OF-ACCESS": "Επίπεδο Πρόσβασης", + "INVOLVED-DATASETS": "Εμπλεκόμενες Περιγραφές Συνόλων Δεδομένων", + "TEMPLATES-INVOLVED": "Εμπλεκόμενα Templates Περιγραφών Συνόλων Δεδομένων" + }, + "VIEW-ALL-VERSIONS": "Όλες οι εκδόσεις", + "EMPTY-LIST": "Δεν υπάρχει τίποτα ακόμα εδώ." + }, + "DMP-PUBLIC-LISTING": { + "TITLE": "Δημοσιευμένα Σχέδια Διαχείρισης Δεδομένων", + "OWNER": "Κάτοχος", + "MEMBER": "Μέλος", + "CREATOR": "Συντάκτης", + "VIEW-ONLY": "Μόνο Προβολή", + "TOOLTIP": { + "PUBLISHED": "Δημόσια Πρόσβαση - Κλειστό Σχέδιο Διαχείρισης Δεδομένων", + "INVOLVED-DATASETS": "Εμπλεκόμενες Περιγραφές Συνόλων Δεδομένων", + "TEMPLATES-INVOLVED": "Εμπλεκόμενα Templates Περιγραφών Συνόλων Δεδομένων" + }, + "EMPTY-LIST": "Δεν υπάρχει τίποτα ακόμα εδώ." + }, + "DMP-UPLOAD": { + "TITLE": "Εισαγωγή Σχεδίου Διαχείρισης Δεδομένων", + "UPLOAD-BUTTON": "Μεταφόρτωση", + "UPLOAD-SUCCESS": "Επιτυχής Εισαγωγή", + "ACTIONS": { + "IMPORT": "Εισαγωγή", + "CANCEL": "Ακύρωση" + }, + "PLACEHOLDER": "Τίτλος Σχεδίου Διαχείρισης Δεδομένων" + }, + "DATASET-WIZARD": { + "TITLE": { + "NEW": "Νεα Περιγραφή Συνόλου Δεδομένων" + }, + "EDITOR": { + "FIELDS": { + "EXTERNAL-DATASET-TYPE": "Τύπος", + "EXTERNAL-AUTOCOMPLETE-SUBTITLE": "Πηγή: ", + "EXTERNAL-AUTOCOMPLETE-NO-SOURCE": "Μη διαθέσιμη πηγή" + } + }, + "FIRST-STEP": { + "TITLE": "Πληροφορίες Περιγραφής Συνόλου Δεδομένων", + "DMP": "Σχέδιο Διαχείρισης Δεδομένων", + "PROFILE": "Template Περιγραφής Συνόλου Δεδομένων", + "SUB-TITLE": "Δημιουργήθηκε για: " + }, + "SECOND-STEP": { + "TITLE": "Εξωτερικές Πηγές", + "EXTERNAL-HINT": "Κατάλογος τιμών που παρέχονται από εξωτερικές πηγές" + }, + "THIRD-STEP": { + "TITLE": "Περιγραφή" + }, + "ACTIONS": { + "NEXT": "Επόμενο", + "BACK": "Πίσω", + "CLOSE": "Κλείσιμο", + "BACK-TO": "Back to", + "DELETE": "Διαγραφή", + "GO-TO-GRANT": "Μετάβαση σε Περιγραφή Συνόλου Δεδομένων της Επιχορήγησης", + "GO-TO-DMP": "Μετάβαση σε Περιγραφή Συνόλου Δεδομένων του Σχεδίου Διαχείρισης Δεδομένων", + "SAVE": "Save", + "SAVE-AND-CONTINUE": "Αποθήκευση & Συνέχεια", + "SAVE-AND-ADD": "Αποθήκευση & Προσθήκη Νέου", + "SAVE-AND-CLOSE": " Αποθήκευση & Κλείσιμο", + "SAVE-AND-FINALISE": "Αποθήκευση και Οριστικοποίηση", + "FINALIZE": "Οριστικοποίηση", + "REVERSE": "Αναίρεση Οριστικοποίησης", + "INFO": "Σύνολα Δεδομένων των οριστικοποιημένων Σχεδίων Διαχείρισης Δεδομένων δεν μπορούν να επανεπεξεργασθούν στην ίδια έκδοση", + "LOCK": "Το Σύνολο Δεδομένων είναι κλειδωμένο", + "DOWNLOAD-PDF": "Λήψη PDF", + "DOWNLOAD-XML": "Λήψη XML", + "DOWNLOAD-DOCX": "Ληψη DOCX", + "COPY-DESCRIPTION": "Copy Description", + "UPDATE-DATASET-PROFILE": "Ενημέρωση Template", + "VALIDATE":"Επικύρωση", + "UNDO-FINALIZATION-QUESTION" :"Αναίρεση Οριστικοποίησης?", + "CONFIRM" : "Ναι", + "REJECT": "Oχι" + }, + "MESSAGES": { + "DATASET-NOT-FOUND": "Η Περιγραφή Συνόλου Δεδομένων δεν υπάρχει", + "DATASET-NOT-ALLOWED": "Δεν έχετε πρόσβαση σε αυτή την Περιγραφή Συνόλου Δεδομένων", + "SUCCESS-UPDATE-DATASET-PROFILE": "Επιτυχία ενημέρωσης της Περιγραφής Συνόλου Δεδομένων", + "MISSING-FIELDS": "Υπάρχουν ορισμένα υποχρεωτικά πεδία που δεν έχουν συμπληρωθεί. Ελέγξτε το DMP και βεβαιωθείτε ότι έχουν συμπληρωθεί όλα τα απαιτούμενα πεδία και τα URL είναι έγκυρα. (Τα πεδία που λείπουν επισημαίνονται με κόκκινο χρώμα)", + "NO-FILES-SELECTED": "Δεν υπάρχουν επιλεγμένα αρχεία για μεταφόρτωση", + "LARGE-FILE-OR-UNACCEPTED-TYPE": "Το αρχείο είναι πολύ μεγάλο ή ο τύπος του δεν υποστηρίζεται.", + "MAX-FILE-SIZE": "Τα αρχεία πρέπει να είναι έως {{maxfilesize}} MB.", + "ACCEPTED-FILE-TRANSFOMER": "Οι υποστηριζόμενοι τύποι πολυμέσων είναι: " + }, + "UPLOAD": { + "UPLOAD-XML": "Εισαγωγή", + "UPLOAD-XML-FILE-TITLE": "Εισαγωγή Template Περιγραφής Συνόλου Δεδομένων", + "UPLOAD-XML-NAME": "Τίτλος Template Περιγραφής Συνόλου Δεδομένων", + "UPLOAD-XML-IMPORT": "Αρχείο", + "UPLOAD-XML-FILE-CANCEL": "Ακύρωση" + }, + "NEW-VERSION-FROM-FILE": { + "NEW-VERSION-XML": "Import", + "NEW-VERSION-XML-FILE-TITLE": "New Version from File for {{datasetName}}", + "NEW-VERSION-XML-FILE-CANCEL": "Cancel", + "NEW-VERSION-XML-SUCCESSFUL": "New Version successfully uploaded" + }, + "DIALOGUE": { + "TITLE": "Αντιγραφή Περιγραφής Συνόλου Δεδομένων στο Σχέδιο Διαχείρισης Δεδομένων", + "DMP-SEARCH": { + "PLACEHOLDER": "Αναζήτηση Σχεδίου Διαχείρισης Δεδομένων" + }, + "COPY": "Αντιγραφή", + "CANCEL": "Ακύρωση", + "NEXT": "Επόμενο", + "ERROR-MESSAGE": "Αυτο το Template Περιγραφής Συνόλου Δεδομένων δεν περιέχεται" + }, + "LOCKED":{ + "TITLE":"Dataset is locked", + "MESSAGE": "Somebody else is modifying the dataset at this moment. You may view the dataset but you cannot make any changes. If you would like to modify it please come back later." + } + }, + "DMP-OVERVIEW": { + "GRANT": "Επιχορήγηση", + "DMP-AUTHORS": "Συγγραφείς DΜP", + "RESEARCHERS": "Ερευνητές", + "DESCRIPTIONS-USED": "Descriptions used", + "COLLABORATORS": "Συνεργάτες", + "PUBLIC": "Δημόσιο", + "PRIVATE": "Ιδιωτικό", + "LOCKED": "Κλειδωμένο", + "UNLOCKED": "Ακλείδωτο", + "YOU": "εσύ", + "LOCK": "Κλείδωσε", + "TOOLTIP": { + "LEVEL-OF-ACCESS": "Επίπεδο Πρόσβασης", + "INVOLVED-DATASETS": "Εμπλεκόμενες Περιγραφές Συνόλου Δεδομένων", + "TEMPLATES-INVOLVED": "Εμπλεκόμενα Templates Περιγραφής Συνόλου Δεδομένων" + }, + "ERROR": { + "DELETED-DMP": "Το επιλεγμένο Σχέδιο Διαχείρισης Δεδομένων θα διαγραφεί", + "FORBIDEN-DMP": "Δεν επιτρέπεται η πρόσβαση σε αυτό το Σχέδιο Διαχείρισης Δεδομένων" + }, + "MULTIPLE-DIALOG": { + "ZENODO-LOGIN": "Σύνδεση με Zenodo", + "USE-DEFAULT": "Χρήση Προκαθορισμένου Token" + }, + "DEPOSIT": { + "ACCOUNT-LOGIN": "Which account would you like to use?", + "LOGIN": "Login with {{repository}}", + "NO-REPOSITORIES": "No publishing repositories", + "SELECT-REPOSITORIES": "Select repositories to deposit", + "AUTHORIZE": "Proceed to authorization", + "CANCEL": "Cancel" + }, + "LOCKED-DIALOG":{ + "TITLE": "DMP is locked", + "MESSAGE":"Somebody else is modifying the DMP at this moment. If you would like to modify or view it, please come back later." + }, + "MIN-DESCRIPTIONS-DIALOG": { + "TITLE": "Min({{minMultiplicity}}) datasets needed using this template.", + "MESSAGE": "Add dataset." + } + }, + "DATASET-OVERVIEW": { + "DESCRIPTION-AUTHORS": "Description authors", + "ERROR": { + "DELETED-DATASET": "H επιλεγμένη Περιγραφή Δεδομένων θα διαγραφεί", + "FORBIDEN-DATASET": "Δεν επιτρέπεται η πρόσβαση σε αυτή την Περιγραφή Δεδομένων" + }, + "LOCKED":{ + "TITLE": "Dataset is locked", + "MESSAGE": "Somebody else is modifying the dataset at this moment. If you would like to modify or view it, please come back later." + }, + "FINALISE-POPUP":{ + "MESSAGE":"You will be directed to Dataset Editor where you can finalize the selected dataset. Would you like to proceed?", + "CONFIRM":"OK", + "CANCEL":"Cancel" + } + }, + "DATASET-LISTING": { + "TITLE": "Περιγραφές Συνόλων Δεδομένων", + "DESCRIPTION": "Description", + "SELECT-DESCRIPTIONS-TO-CLONE": "Select which descriptions to include in the new DMP. Selected descriptions will be editable.", + "SELECT-DESCRIPTIONS-NONE": "Not available Descriptions for this DMP.", + "TEXT-INFO": "Τα σύνολα δεδομένων τεκμηριώνονται ακολουθώντας προκαθορισμένα templates τα οποία θέτουν το περιεχόμενο των περιγραφών συνόλων δεδομένων. Στο {{ APP_NAME }}, ένα Σχέδιο Διαχείρισης Δεδομένων μπορεί να περιλαμβάνει τόσες περιγραφές συνόλου δεδομένων όσα και τα σύνολα δεδομένων που τεκμηριώνει. Περιηγηθείτε ", + "TEXT-INFO-REST": " για μια ματιά στα σύνολα δεδομένων που περιγράφονται στα Σχέδια Διαχείρισης Δεδομένων του {{ APP_NAME }}", + "LINK-PUBLIC-DATASETS": "Δημόσιες Περιγραφές Συνόλων Δεδομένων", + "TEXT-INFO-PAR": "Νέα σύνολα δεδομένων μπορούν να προστεθούν σε ήδη υπάρχοντα Σχέδια Διαχείρισης Δεδομένων οποιαδήποτε στιγμή και να περιγραφούν με περισσότερα από ένα template. Οι περιγραφές συνόλων δεδομένων μπορούν επίσης να κλωνοποιηθούν και να επαναχρησιμοποιηθούν σε άλλα Σχέδια Διαχείρισης Δεδομένων αλλά και να διαγραφούν χωρίς να επηρεάσουν το σύνολο του Σχεδίου Διαχείρισης Δεδομένων.", + "COLUMNS": { + "NAME": "Τίτλος", + "REFERNCE": "Αναφορά", + "GRANT": "Επιχορήγηση", + "URI": "Uri", + "STATUS": "Κατάσταση", + "DESCRIPTION": "Περιγραφή", + "CREATED": "Δημιουργημένα", + "PUBLISHED": "Δημοσιευμένα", + "FINALIZED": "Οριστικοποιημένα", + "LAST-EDITED": "Τελευταία Επεξεργασία", + "ACTIONS": "Δράσεις", + "DMP": "Σχέδιο Διαχείρισης Δεδομένων", + "PROFILE": "Template", + "DATAREPOSITORIES": "Αποθετήρια Δεδομένων", + "REGISTRIES": "Κατάλογος", + "SERVICES": "Υπηρεσίες" + }, + "ACTIONS": { + "EDIT": "Επεξεργασία", + "MAKE-IT-PUBLIC": "Δημοσιοποιήστε", + "VIEW": "Προβολή", + "NEW": "Νέα Περιγραφή Συνόλου Δεδομένων", + "CREATE-NEW": "Δημιουργία νέας Περιγραφής Συνόλου Δεδομένων", + "EXPORT": "Εξαγωγή", + "INVITE-COLLABORATORS": "Προσκάλεσε συνεργάτες", + "INVITE-SHORT": "Invite" + }, + "STATES": { + "EDITED": "Σε επεξεργασία", + "PUBLIC": "Δημόσια", + "FINALIZED": "Οριστικοποιημένα", + "PUBLISHED": "Δημόσια" + }, + "TOOLTIP": { + "DATASET-STATUS": { + "DRAFT": "Ιδιωτική πρόσβαση - Επεξεργάσιμη Περιγραφή Συνόλου Δεδομένων", + "FINALIZED": "Ιδιωτική πρόσβαση - Κλειστή Περιγραφή Συνόλου Δεδομένων" + }, + "DMP": "Σχέδιο Διαχείρισης Δεδομένων", + "GRANT": "Επιχορήγηση", + "TEMPLATES-INVOLVED": "Template Περιγραφής Συνόλου Δεδομένων", + "VERSION": "Έκδοση Σχεδίου Διαχείρισης Δεδομένων", + "PART-OF": "Μέρος του", + "TO-DMP": "Σε Σχέδιο Διαχείρισης Δεδομένων", + "DMP-FOR": " Σχέδιο Διαχείρισης Δεδομένων για" + }, + "EMPTY-LIST": "Τίποτα ακόμα εδώ." + }, + "DATASET-PUBLIC-LISTING": { + "TITLE": "Δημοσιευμένες Περιγραφές Συνόλων Δεδομένων", + "TOOLTIP": { + "FINALIZED": "Ιδιωτική πρόσβαση - Κλειστή Περιγραφή Συνόλου Δεδομένων", + "DMP": "Σχέδιο Διαχείρισης Δεδομένων", + "GRANT": "Επιχορήγηση", + "TEMPLATES-INVOLVED": "Template Περιγραφής Συνόλου Δεδομένων" + }, + "EMPTY-LIST": "Nothing here yet." + }, + "DATASET-PROFILE-LISTING": { + "TITLE": "Description Templates", + "COLUMNS": { + "NAME": "Τίτλος", + "REFERNCE": "Αναφορά", + "GRANT": "Επιχορήγηση", + "URI": "Uri", + "ROLE": "Ρόλος", + "TEMPLATE": "Template", + "ORGANIZATION": "Οργανισμός", + "STATUS": "Κατάσταση", + "VISITED": "Επισκεψιμότητα", + "EDITED": "Επεξεργασμένα", + "DESCRIPTION": "Περιγραφή", + "CREATED": "Δημιουργημένα", + "ACTIONS": "Δράσεις", + "DMP": "Σχέδιο Διαχείρισης Δεδομένων", + "PROFILE": "Template", + "DATAREPOSITORIES": "Αποθετήρια Δεδομένων", + "REGISTRIES": "Κατάλογοι", + "SERVICES": "Υπηρεσίες" + }, + "ACTIONS": { + "EDIT": "Επεξεργασία", + "MAKE-IT-PUBLIC": "Δημοσιοποιήστε", + "VIEW": "Προβολή", + "CLONE": "Κλώνος", + "NEW-VERSION": "Νέα Έκδοση", + "NEW-VERSION-FROM-FILE": "New Version from File", + "VIEW-VERSIONS": "All Description Template Versions", + "DELETE": "Delete", + "CREATE-DESCRIPTION-TEMPLATE": "Create Description Template" + } + }, + "DESCRIPTION-TYPES-LISTING": { + "TITLE": "Description Types", + "CREATE-TYPE": "Create Description Type", + "COLUMNS": { + "NAME": "Name", + "STATUS": "Status" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "ACTIONS": { + "DELETE": "Delete" + } + }, + "DATASET-UPLOAD": { + "TITLE": "Εισαγωγή Περιγραφής Συνόλου Δεδομένων", + "UPLOAD-BUTTON": "Μεταφόρτωση", + "ACTIONS": { + "IMPORT": "Εισαγωγή", + "CANCEL": "Ακύρωση" + }, + "PLACEHOLDER": "Τίτλος Περιγραφής Συνόλου Δεδομένων", + "DATASET-PROFILE": { + "SELECT": "Επιλογή Template Περιγραφής Συνόλου Δεδομένων" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Επιτυχία Εισαγωγής", + "UNSUCCESSFUL": "Κάτι πήγε στραβά" + } + }, + "DESCRIPTION-TYPE-EDITOR": { + "NEW": "New Description Type", + "FIELDS": { + "LABEL": "Name" + }, + "ACTIONS": { + "SAVE": "Save", + "FINALIZE": "Finalize", + "CANCEL": "Cancel" + } + }, + "DMP-BLUEPRINT-EDITOR": { + "TITLE": { + "NEW": "New DMP Blueprint", + "NEW-PROFILE-CLONE": "New Clone Of ", + "EDIT": "Επεξεργασία" + }, + "FIELDS": { + "TITLE": "Πεδία", + "LABEL": "Τίτλος", + "TYPE": "Τύπος", + "DATATYPE": "Τύπος Δεδομένων", + "REQUIRED": "Υποχρεωτικά", + "FIELD-MULTIPLE-SELECT": "Πολλαπλό", + "EXTERNAL-AUTOCOMPLETE": { + "TITLE": "Αυτόματη Συμπλήρωση Δεδομένων", + "MULTIPLE-AUTOCOMPLETE": "Πολλαπλή Αυτόματη Συμπλήρωση", + "PLACEHOLDER": "Τοποθέτηση placeholder", + "URL": "Url", + "OPTIONS-ROOT": "Βάση Επιλογών", + "LABEL": "Ετικέτα", + "VALUE": "Τιμή" + } + }, + "ACTIONS": { + "SAVE": "Αποθήκευση", + "CANCEL": "Ακύρωση", + "DELETE": "Διαγραφή", + "FINALIZE": "Οριστικοποίηση", + "DOWNLOAD-XML": "Ληψη XML" + }, + "CONFIRM-DELETE-DIALOG":{ + "MESSAGE": "Would you like to delete this DMP template?", + "CONFIRM-BUTTON": "Yes, delete", + "CANCEL-BUTTON": "No" + } + }, + "GRANT-EDITOR": { + "TITLE": { + "NEW": "Νέα Επιχορήγηση", + "EDIT": "Επεξεργασία" + }, + "FIELDS": { + "LABEL": "Τίτλος", + "ABBREVIATION": "Συντόμευση", + "URI": "URL", + "START": "Έναρξη", + "END": "Λήξη", + "DESCRIPTION": "Περιγραφή", + "LOGO": "Λογότυπο Επιχορήγησης" + }, + "ACTIONS": { + "SAVE": "Αποθήκευση", + "CANCEL": "Ακύρωση", + "DELETE": "Διαγραφή", + "GO-TO-DMPS": "Μεταβείτε στα Σχέδια Διαχείρισης Δεδομένων", + "VISIT-WEBSITE": "Επίσκεψη Ιστοσελίδας" + } + }, + "DMP-EDITOR": { + "TITLE": { + "NEW": "Νέα Σχέδιο Διαχείρισης Δεδομένων", + "EDIT": "Επεξεργασία", + "EDIT-DMP": "Σχέδιο Διαχείρισης Δεδομένων σε επεξεργασία", + "ADD-DATASET": "Προσθήκη Συνόλου Δεδομένων", + "EDIT-DESCRIPTION": "Editing Description", + "CLONE-DMP": "Κλώνος", + "NEW-VERSION": "Νέα Έκδοση", + "CREATE-DATASET": "Δημιουργία Συνόλου Δεδομένων", + "SUBTITLE": "Μονοσήμαντο Αναγνωριστικό Ψηφιακού Αντικειμένου (DOI)", + "PREVIEW-DATASET": "Προβολή Συνόλου Δεδομένων" + }, + "FIELDS": { + "NAME": "Τίτλος", + "RELATED-GRANT": "Σχετική Επιχορήγηση", + "DESCRIPTION": "Περιγραφή", + "DESCRIPTION-HINT": "Περιγράψτε εν συντομία το περιεχόμενο και το σκοπό του Σχεδίου Διαχείρισης Δεδομένων", + "ORGANISATIONS": "Οργανισμοί", + "ORGANISATIONS-HINT": "Προσθήκη ονομάτων των οργανισμών που συνεισφέρουν στη δημιουργία και αναθεώρηση των Σχεδίων Διαχείρισης Δεδομένων", + "RESEARCHERS": "Ερευνητές", + "RESEARCHERS-HINT": "Προσθέστε εδώ τα ονόματα των ατόμων που έχουν παράξει, επεξεργαστεί και αναλύσει δεδομένα που περιγράφονται μέσα στο Σχέδιο Διαχείρισης Δεδομένων. ", + "AUTHORS": "Συγγραφείς", + "TEMPLATES": "Templates", + "TEMPLATE": "Template Σχεδίου Διαχείρισης Δεδομένων", + "DATASET-TEMPLATES": "Σχετικά Templates Περιγραφής Συνόλου Δεδομένων", + "SELECT-TEMPLATE": "Select a template to describe your descriptions", + "PROFILE": "Template Σχεδίου Διαχείρισης Δεδομένων", + "PROJECT": "Έργο", + "GRANT": "Επιχορήγηση", + "GRANTS": "Επιχορηγήσεις", + "GRANTS-HINT": "Βρείτε την επιχορήγηση της έρευνας σας ή προσθέστε νέα", + "FUNDER": "Χορηγός", + "FUNDER-HINT": "Επιλέξτε έναν χρηματοδότη της έρευνας σας ή προσθέστε νέο", + "FUNDING-ORGANIZATIONS": "Χρηματοδοτικοί οργανισμοί", + "PROJECT-HINT": "Projects in {{ APP_NAME }} are perceived as distinct activities falling under a grant or common activities under different grants in collaborative schemas, eg open call for contributions. Please complete it for the grant associated to your organization if your project falls under this category. In all other cases, please leave blank and it will be autocompleted.", + "STATUS": "Κατάσταση Σχεδίου Διαχείρισης Δεδομένων", + "EXTERNAL-SOURCE-HINT": "Κατάλογος των τιμών που παρέχονται από εξωτερικές πηγές", + "COLLABORATORS": "Συνεργάτες", + "LANGUAGE": "Γλώσσα", + "LANGUAGE-HINT": "Επιλέξτε τη γλώσσα του Σχεδίου Διαχείρισης Δεδομένων σας", + "LICENSE": "Άδεια", + "VISIBILITY": "Ορατότητα", + "VISIBILITY-HINT": "Επιλέξτε πως θα εμφανίζονται το Σχέδιο Διαχείρισης Δεδομένων στο {{ APP_NAME }}. Με την επιλογή «Δημόσιο», το Σχέδιο Διαχείρισης Δεδομένων γίνεται αυτόματα διαθέσιμο σε όλους τους χρήστες της συλλογής «Δημόσια Σχέδια Διαχείρισης Δεδομένων».", + "PUBLICATION": "Ημερομηνία Δημοσιοποίησης", + "CONTACT": "Επικοινωνία", + "COST": "Δαπάνες", + "DESCRIPTIONS": "Descriptions" + }, + "ACTIONS": { + "GO-TO-GRANT": "Μεταβείτε στην Επιχορήγηση Σχεδίου Διαχείρισης Δεδομένων", + "GO-TO-DATASETS": "Μεταβείτε στις Περιγραφές Συνόλου Δεδομένων", + "SAVE-CHANGES": "Αποθήκευση Αλλαγών", + "SAVE": "Αποθήκευση", + "CANCEL": "Ακύρωση", + "DELETE": "Διαγραφή", + "DELETE-DATASET": "Διαγραφή Συνόλου Δεδομένων", + "DISCARD": "Απόρριψη", + "FINALISE": "Οριστικοποίηση", + "LOCK": "Κλειδωμένο Σχέδιο Διαχείρισης Δεδομένων", + "PERMISSION": "Δεν έχετε άδεια να επεξεργαστείτε αυτό το Σχέδιο Διαχείρισης Δεδομένων", + "INSERT-MANUALLY": "Εισάγετε το χειροκίνητα", + "CREATE-DATASET": "Δημιουργία νέου", + "DISABLED-EXPORT": "Παρακαλώ αποθηκεύστε τις αλλαγές σας για να εξάγετε αυτό το Σχέδιο Διαχείρισης Δεδομένων" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Συμπληρώστε με περιγραφή", + "ORGANIZATION": "Επιλέξτε Οργανισμό", + "AUTHORS": "Επιλέξτε συγγραφείς", + "RESEARCHERS": "Επιλέξτε ερευνητές" + }, + "SNACK-BAR": { + "UNSUCCESSFUL-DOI": "Αποτυχία δημιουργίας Μονοσήμαντων Αναγνωριστικών Ψηφιακών Αντικειμένων (DOI)", + "SUCCESSFUL-DOI": "Επιτυχία δημιουργίας Μονοσήμαντων Αναγνωριστικών Ψηφιακών Αντικειμένων (DOI)", + "UNSUCCESSFUL-FINALIZE": "Αποτυχία οριστικοποίησης Σχεδίου Διαχείρισης Δεδομένων" + }, + "DESCRIPTION-TEMPLATE-LIST": { + "TITLE": "Available Description Templates", + "TEXT": "Descriptions selected: ", + "OK": "OK" + }, + "VISIBILITY": { + "PUBLIC": "Δημόσια", + "RESTRICTED": "Περιορισμένο" + }, + "STEPPER": { + "USER-GUIDE": "΄Βήματα Οδηγού", + "MAIN-INFO": "Κύριες Πληροφορίες", + "FUNDING-INFO": "Πληροφορίες Χρηματοδότησης", + "DATASET-SELECTION": "Επιλογή Συνόλου Δεδομένων", + "DESCRIPTION-INFO": "Description info", + "LICENSE-INFO": "Πληροφορίες Άδειας", + "DATASET": "Σύνολο Δεδομένων", + "PREVIOUS": "Προηγούμενο", + "NEXT": "Επόμενο" + }, + "MAIN-INFO": { + "INTRO": "Ένα Σχέδιο Διαχείρισης στο {{ APP_NAME }} αποτελείται από τις βασικές πληροφορίες σχετικά με την έρευνα, όπως ο σκοπός, οι στόχοι και οι εμπλεκόμενοι ερευνητές, αλλά και σχετικά με την τεκμηρίωση των ερευνητικών συνόλων δεδομένων, δηλαδή τις περιγραφές δεδομένων που υπογραμμίζουν τα βήματα που ακολουθήθηκαν και τα μέσα που χρησιμοποιήθηκαν σε όλες τις δραστηριότητες διαχείρισης δεδομένων.", + "HINT": "Μία σύντομη περιγραφή του τι αφορά το Σχέδιο Διαχείρισης Δεδομένων, του πεδίου εφαρμογής και των στόχων του.", + "TYPING": "Προσθέστε περισσότερα γράμματα στο όνομα ώστε να είναι πιο πιθανό να βρείτε το σωστό.", + "UNIQUE-IDENTIFIER": "Unique Identifier", + "RESEARCHER-IDENTIFIER-EXISTS": "Researcher identifier already exists.", + "ORGANISATION-IDENTIFIER-EXSTS": "Organization identifier already exists.", + "IDENTIFIER-EXISTS-RESEARCHER-LIST": "This identifier is already used by a researcher in the researchers list.", + "IDENTIFIER-EXISTS-ORGANISATION-LIST": "This identifier is already used by an organization in the organizations list.", + "SAVE":"Αποθήκευση", + "CANCEL": "Ακύρωση" + }, + "FUNDING-INFO": { + "INTRO": "You are using the DMP editor. Add here information about the scope, funding, actors of your DMP and decide on access and re-use issues for the DMP output that you are creating.", + "FIND": "Δεν μπορέσατε να βρείτε το σωστό;", + "UNIQUE-IDENTIFIER": "Unique Identifier", + "IDENTIFIER-FUNDER-EXISTS": "A funder with the given identifier exists.", + "IDENTIFIER-GRANT-EXISTS": "A grant with the given identifier exists.", + "IDENTIFIER-PROJECT-EXISTS": "A project with the given identifier exists." + }, + "DATASET-INFO": { + "INTRO": "Ένα Σχέδιο Διαχείρισης στο {{ APP_NAME }} αποτελείται από τις βασικές πληροφορίες σχετικά με την έρευνα, όπως ο σκοπός, οι στόχοι και οι εμπλεκόμενοι ερευνητές, αλλά και σχετικά με την τεκμηρίωση των ερευνητικών συνόλων δεδομένων, δηλαδή τις περιγραφές δεδομένων που υπογραμμίζουν τα βήματα που ακολουθήθηκαν και τα μέσα που χρησιμοποιήθηκαν σε όλες τις δραστηριότητες διαχείρισης δεδομένων.", + "SECOND-INTRO": "Τα σύνολα δεδομένων τεκμηριώνονται ακολουθώντας προκαθορισμένα templates τα οποία θέτουν το περιεχόμενο των περιγραφών συνόλου δεδομένων. Στο {{ APP_NAME }}, ένα Σχέδιο Διαχείρισης Δεδομένων μπορεί να περιλαμβάνει τόσες περιγραφές συνόλου δεδομένων όσα και τα σύνολα δεδομένων που τεκμηριώνει.", + "FIND": "Δεν μπορέσατε να βρείτε το σωστό;", + "HINT": "Select a template to describe your descriptions. You may select more than one template." + }, + "LICENSE-INFO": { + "INTRO": "Κάθε Σχέδιο Διαχείρισης Δεδομένων μπορεί να περιλαμβάνει συγκεκριμένες πληροφορίες άδειας σχετικά με το πόσο ανοικτό και διαθέσιμο είναι, ώστε να μπορείτε να καθορίσετε ποιος μπορεί να δει το σύνολο δεδομένων σας και για πόσο τα δεδομένα θα είναι ιδιωτικά.", + "HINT": "Μία σύντομη περιγραφή για την άδεια που χρησιμοποιεί το Σχέδιο Διαχείρισης Δεδομένων, το είδος της και πότε θα είναι ανοικτό.", + "TYPING": "Προσθέστε περισσότερα γράμματα για να είναι πιο πιθανό να βρείτε το σωστό." + }, + "DATASET-DESCRIPTION": { + "INTRO": "Σε γενικές γραμμές, τα ερευνητικά σας δεδομένα πρέπει να ακολουθούν τις αρχές FAIR, δηλαδή να είναι ανιχνεύσιμα, προσβάσιμα, διαλειτουργικά και επαναχρησιμοποιήσιμα. Αυτές οι αρχές προηγούνται των επιλογών εφαρμογής και δεν υποδηλώνουν απαραίτητα κάποια συγκεκριμένη τεχνολογία, πρότυπα ή εφαρμογή λύσης. Αυτό το template δεν προορίζεται ως αυστηρή τεχνική εφαρμογή των αρχών FAIR, αλλά περισσότερο εμπνέεται από την ιδέα των αρχών αυτών." + }, + "CHANGES": "μη αποθηκευμένες αλλαγές", + "CLONE-DIALOG": { + "CLONE": "Κλώνος", + "SAVE": "Αποθήκευση", + "CANCEL": "Ακύρωση" + }, + "LOCKED":{ + "TITLE":"DMP is locked", + "MESSAGE":"Somebody else is modifying the DMP at this moment. You may view the dataset but you cannot make any changes." + } + }, + "DMP-BLUEPRINT-LISTING": { + "TITLE": "DMP Blueprints", + "CREATE-DMP-BLUEPRINT": "Create DMP Blueprint", + "COLUMNS": { + "NAME": "Τίτλος", + "STATUS": "Κατάσταση", + "CREATED": "Δημιουργημένα", + "PUBLISHED": "Δημοσιευμένα", + "LAST-EDITED": "Τελευταία Επεξεργασία" + }, + "ACTIONS": { + "CLONE": "Clone", + "DOWNLOAD-XML":"Download XML", + "DELETE": "Delete" + }, + "UPLOAD": { + "UPLOAD-XML": "Εισαγωγή", + "UPLOAD-XML-FILE-TITLE": "Εισαγωγή Template Σχεδίου Διαχείρισης Δεδομένων", + "UPLOAD-XML-NAME": "Τίτλος Template Σχεδίου Διαχείρισης Δεδομένων", + "UPLOAD-XML-IMPORT": "Αρχείο", + "UPLOAD-XML-FILE-CANCEL": "Ακύρωση" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "MESSAGES":{ + "TEMPLATE-UPLOAD-SUCCESS":"Template successfully uploaded" + } + }, + "DYNAMIC-FORM": { + "FIELDS": { + "LABEL": "Ετικέτα" + }, + "ACTIONS": { + "PREVIEW": "Προεπισκόπηση", + "ADD-PAGE": "Προσθήκη Σελίδας +", + "ADD-SECTION": "Προσθήκη Ενότητας +" + } + }, + "CRITERIA": { + "FILTERS": "Φίλτρα", + "GRANTS": { + "LIKE": "Αναζήτηση", + "PERIOD-FROM": "Έναρξη Επιχορήγησης", + "PERIOD-TO": "Λήξη Επιχορήγησης", + "GRANT-STATE-TYPE": "Κατάσταση Επιχορήγησης", + "TYPES": { + "NONE": "-", + "ON-GOING": "Σε εξέλιξη", + "FINISHED": "Ολοκληρωμένο" + } + }, + "DATASET-PROFILE": { + "LIKE": "Αναζήτηση", + "STATUS": "Κατάσταση" + }, + "DATA-SETS": { + "PERIOD-FROM": "Έναρξη", + "PERIOD-TO": "Λήξη", + "STATUS": "Κατάσταση", + "NONE": "-", + "TAGS": "Ετικέτες", + "SELECT-TAGS": "Επιλογή Ετικέτας", + "LIKE": "Search Descriptions", + "DRAFT-LIKE": "Search Draft Descriptions", + "SELECT-GRANTS": "Επιλογή Επιχορηγήσεων", + "ROLE": "Ρόλος", + "ORGANIZATION": "Οργανισμός", + "SELECT-ORGANIZATIONS": "Επιλογή Οργανισμών", + "SELECT-SPEC": "Επιλογή Προδιαγραφών Περιγραφής Συνόλου Δεδομένων", + "RELATED-GRANT": "Σχετική Επιχορήγηση", + "SELECT-DMP": "Επιλογή Σχεδίου Διαχείρισης Δεδομένων", + "RELATED-DMP": "Σχετικά Σχέδια Διαχείρισης Δεδομένων", + "SELECT-COLLABORATORS": "Επιλογή Συνεργατών", + "RELATED-COLLABORATORS": "Σχετικοί Συνεργάτες", + "SELECT-DATASET-TEMPLATES": "Επιλογή Templates Περιγραφής Συνόλου Δεδομένων", + "RELATED-DATASET-TEMPLATES": "Σχετικά Templates Περιγραφής Συνόλων Δεδομένων", + "ALL-VERSIONS": "Από όλες τις Εκδόσεις" + }, + "DMP": { + "LIKE": "Αναζήτηση Σχεδίων Διαχείρισης Δεδομένων", + "GRANTS": "Επιχορηγήσεις", + "SELECT-GRANTS": "Επιλογή Επιχορηγήσεων", + "SELECT-COLLABORATORS": "Επιλογή Συνεργατών", + "RELATED-COLLABORATORS": "Σχετικοί Συνεργάτες", + "SELECT-DATASET-TEMPLATES": "Επιλογή Templates Περιγραφής Συνόλου Δεδομένων", + "RELATED-DATASET-TEMPLATES": "Σχετικά Templates Περιγραφής Συνόλων Δεδομένων" + }, + "BLUEPRINT": { + "LIKE": "Search", + "STATUS": "Status" + }, + "USERS": { + "LABEL": "Αναζήτηση", + "ROLE": "Ρόλος", + "SHOW": "Show" + }, + "SELECT": "Επιλογή", + "LIKE": "Αναζήτηση" + }, + "DATASET-EDITOR": { + "TITLE": { + "NEW": "Νέο Σχέδιο Διαχείρισης Δεδομένων", + "EDIT": "Επεξεργασία", + "INTRO": "You are using the Description editor. Answer here questions that describe your data management activities.", + "INTRO-TIP": "Tip: Add new descriptions to describe different types of data or disciplinary data to avoid mixing information." + }, + "FIELDS": { + "NAME": "Τίτλος Περιγραφής Συνόλου Δεδομένων", + "TITLE": "Title of Description", + "DESCRIPTION": "Περιγραφή", + "PROFILE": "Template", + "URI": "Uri", + "DMP": "Σχέδιο Διαχείρισης Δεδομένων", + "SELECT-DMP": "Select DMP", + "DATAREPOSITORIES": "Αποθετήρια Δεδομένων", + "REGISTRIES": "Κατάλογοι", + "SERVICES": "Υπηρεσίες", + "EXTERNAL-DATASETS": "Εξωτερικά Σύνολα Δεδομένων", + "EXTERNAL-DATASETS-DESCRIPTION": "Τα Σύνολα Δεδομένων που σχετίζονται με αυτά που περιγράφονται στο Σχέδιο Διαχείρισης Δεδομένων, είτε χρησιμοποιούνται για την παραγωγή του είτε είναι παράγωγα ή υποπροϊόν της χρήσης του.", + "EXTERNAL-DATASET-TYPE": "Τύπος Εξωτερικού Συνόλου Δεδομένων", + "EXTERNAL-DATASET-INFO": "Πληροφορίες για το Εξωτερικό Σύνολο Δεδομένων", + "DATAREPOSITORIES-INFO": "Πληροφορίες για τα Αποθετήρια Δεδομένων", + "EXTERNAL-LINK": "Εξωτερικός Σύνδεσμος", + "TAGS": "Ετικέτες", + "CREATE": "Δημιουργία νέου" + }, + "ACTIONS": { + "SAVE": "Αποθήκευση", + "CANCEL": "Ακύρωση", + "DELETE": "Διαγραφή", + "UPDATE": "Ενημέρωση", + "DISCARD": { + "DISCARD-NEW-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-NEW-CONFIRM": "Yes, revert changes.", + "DISCARD-NEW-DENY": "No.", + "DISCARD-EDITED-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-EDITED-CONFIRM": "Yes, revert changes and go back.", + "DISCARD-EDITED-DENY": "No." + }, + "DISABLED-EXPORT": "Παρακαλώ αποθηκεύστε τις αλλαγές σας για να εξάγετε αυτό το Σύνολο Δεδομένων" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Συμπληρώστε με περιγραφή", + "EXTERNAL-LINK": "Προσθέστε έναν εξωτερικό σύνδεσμο URL" + }, + "HINT": { + "DESCRIPTION": "Briefly describe the context and purpose of the Description", + "TITLE": "Μία σύντομη περιγραφή του τι", + "TITLE-REST": "αφορά, το πεδίο εφαρμογής του και τους στόχους του." + }, + "VERSION-DIALOG": { + "ABOUT": "Η δημιουργία νέας έκδοσης συμβαίνει αυτόματα", + "QUESTION": "Το Template το Συνόλου Δεδομένων που επιλέξατε χρειάζεται επικαιροποίηση. Θα θέλατε να το ενημερώσετε στην πιο πρόσφατη έκδοσή του;" + }, + "ERRORS":{ + "ERROR-OCCURED": "Προέκυψε κάποιο σφάλμα.", + "MESSAGE": "Μήνυμα: " + }, + "QUESTION": { + "EXTENDED-DESCRIPTION": { + "VIEW-MORE": "Δείτε περισσότερα", + "VIEW-LESS": "Δείτε λιγότερα" + } + }, + "MAX-DESCRIPTION-DIALOG": { + "TITLE": "Max datasets using this template.", + "MESSAGE": "Select another profile." + } + }, + "DATASET-CREATE-WIZARD": { + "ACTIONS": { + "NEXT": "Επόμενο", + "BACK": "Πίσω", + "SAVE": "Αποθήκευση" + }, + "FIRST-STEP": { + "TITLE": "Σχέδιο Διαχείρισης Δεδομένων", + "PLACEHOLDER": "Επιλέξτε ένα Σχέδιο Διαχείρισης Δεδομένων από τη συλλογή σας" + }, + "PREFILL-STEP": { + "TITLE": "Initialize your Dataset", + "PREFILL": "Prefill", + "OR": "OR", + "HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.", + "MANUALLY": "Manually", + "PROFILE": "Dataset Template", + "PREFILLED-DATASET": "Prefilled Dataset", + "SEARCH": "Start typing to search for a dataset or software", + "NEXT": "Next" + } + }, + "INVITATION-EDITOR": { + "TITLE": "Αποστολή Προσκλήσεων για", + "AUTOCOMPLETE-USER": "Χρήστης", + "AUTOCOMPLETE-EMAIL": "Email", + "AUTOCOMPLETE-USER-EMAIL": "Kat ή kat@example.com", + "ACTIONS": { + "SEND-INVITATION": "Αποστολή Προσκλήσεων", + "CANCEL": "Ακύρωση" + } + }, + "USERS": { + "LISTING": { + "TITLE": "Χρήστες", + "EMAIL": "Email", + "LAST-LOGGED-IN": "Τελευταία Σύνδεση", + "LABEL": "Ετικέτα", + "ROLES": "Ρόλος", + "NAME": "Όνομα", + "PERMISSIONS": "Άδειες", + "EXPORT": "Εξαγωγή χρηστών" + }, + "ACTIONS": { + "EDIT": "Edit", + "SAVE": "Save" + } + }, + "TYPES": { + "APP-ROLE": { + "ADMIN": "Διαχειριστής", + "USER": "Χρήστης", + "TENANT-ADMIN": "Διαχειριστής Teannt", + "TENANT-USER": "Χρήστης Teannt", + "TENANT-MANAGER": "Υπεύθυνος", + "TENANT-DESCRIPTION-TEMPLATE-EDITOR": "Description Template Editor" + }, + "DMP-PROFILE-FIELD": { + "DATA-TYPE": { + "DATE": "Ημερομηνία", + "NUMBER": "Αριθμός", + "TEXT": "Κείμενο", + "EXTERNAL-AUTOCOMPLETE": "Εξωτερική Αυτόματη Συμπλήρωση" + }, + "TYPE": { + "INPUT": "Εισαγωγή" + } + }, + "DATASET-STATUS": { + "DRAFT": "Προσχέδιο", + "FINALISED": "Οριστικοποίηση", + "ANY": "Οποιοδήποτε", + "DRAFT-DESC": "Προσχέδιες Καταγραφές" + }, + "DATASET-ROLE": { + "OWNER": "Κάτοχος", + "MEMBER": "Μέλος", + "ANY": "Οποιοδήποτε" + }, + "EXTERNAL-DATASET-TYPE": { + "SOURCE": "Πηγή", + "SOURCES": "Πηγές", + "SOURCE:": "Πηγή: ", + "NO-SOURCE": "Δε συνδέεται με την πηγή", + "OUTPUT": "Αποτέλεσμα", + "SELECT": "Επιλέξτε" + }, + "DMP": { + "FINALISED": "Οριστικοποιημένο", + "DRAFT": "Προσχέδιο" + }, + "DMP-VISIBILITY": { + "VISIBILITY": "Ορατότητα", + "PUBLIC": "Δημοσιευμένο", + "FINALIZED": "Οριστικοποιημένο", + "DRAFT": "Προσχέδιο", + "ANY": "Οποιοδήποτε" + }, + "DATASET-PROFILE-FIELD-VALIDATION-TYPE": { + "NONE": "Κανένα", + "REQUIRED": "Υποχρεωτικό" + }, + "DATASET-PROFILE-FIELD-VIEW-STYLE": { + "BOOLEAN-DECISION": "Απόφαση Boolean", + "CHECKBOX": "Πλαίσιο Ελέγχου", + "COMBO-BOX": "Σύνθετο Πλαίσιο", + "INTERNAL-DMP-ENTITIES": "Εσωτερικές οντότητες Σχεδίου Διαχείρισης Δεδομένων", + "FREE-TEXT": "Ελεύθερο Κείμενο", + "RADIO-BOX": "Πλαίσιο Επιλογής", + "TEXT-AREA": "Περιοχή Κειμένου", + "RICH-TEXT-AREA": "Περιοχή Πλούσιου Κειμένου", + "UPLOAD": "Μεταφόρτωση αρχείων", + "DATE-PICKER": "Επιλογή Ημερομηνίας", + "EXTERNAL-DATASETS": "Εξωτερικά Σύνολα Δεδομένων", + "DATA-REPOSITORIES": "Αποθετήρια Δεδομένων", + "PUB-REPOSITORIES": "Publication Repositories", + "JOURNALS-REPOSITORIES": "Journals", + "TAXONOMIES": "Taxonomies", + "LICENSES": "Licenses", + "PUBLICATIONS": "Publications", + "REGISTRIES": "Κατάλογοι", + "SERVICES": "Υπηρεσίες", + "TAGS": "Ετικέτες", + "RESEARCHERS": "Ερευνητές", + "ORGANIZATIONS": "Οργανισμοί", + "DATASET-IDENTIFIER": "Αναγνωριστικό Συνόλου Δεδομένων", + "CURRENCY": "Επικαιρότητα", + "VALIDATION": "Validator", + "OTHER": "Other", + "SELECT": "Select" + }, + "DATASET-PROFILE-UPLOAD-TYPE": { + "DOWNLOAD": "Λήψη αρχείου" + }, + "DATASET-PROFILE-COMBO-BOX-TYPE": { + "WORD-LIST": "Λίστα Λέξεων", + "AUTOCOMPLETE": "Αυτόματη Συμπλήρωση", + "EXTERNAL-SOURCE-HINT": "Κατάλογος τιμών που παρέχονται από εξωτερικές πηγές", + "ACTIONS": { + "YES": "Ναι", + "NO": "Όχι" + } + }, + "DATASET-PROFILE-INTERNAL-DMP-ENTITIES-TYPE": { + "RESEARCHERS": "Ερευνητές", + "DMPS": "Σχέδια Διαχείρισης Δεδομένων", + "DATASETS": "Περιγραφές Συνόλων Δεδομένων", + "EXTERNAL-SOURCE-HINT": "Κατάλογος τιμών που παρέχονται από εξωτερικές πηγές" + }, + "DATASET-PROFILE-VALIDATOR": { + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER": { + "IDENTIFIER-TYPE": "Identifier Type" + }, + "RECENT-ACTIVITY-ORDER": { + "CREATED": "Δημιουργημένο", + "LABEL": "Ετικέτα", + "MODIFIED": "Τροποποιημένο", + "FINALIZED": "Οριστικοποιημένο", + "PUBLISHED": "Δημοσιευμένο", + "STATUS": "Κατάσταση" + } + }, + "ADDRESEARCHERS-EDITOR": { + "TITLE": "Προσθήκη Ερευνητή", + "FIRST_NAME": "Όνομα", + "LAST_NAME": "Επώνυμο", + "ACTIONS": { + "SAVE": "Αποθήκευση", + "CANCEL": "Ακύρωση" + } + }, + "ADDORGANIZATION-EDITOR": { + "TITLE": "Προσθήκη ενός Οργανισμού", + "NAME": "Όνομα", + "ACTIONS": { + "SAVE": "Αποθήκευση", + "CANCEL": "Ακύρωση" + } + }, + "ADDEDITCOST-EDITOR": { + "ADD-TITLE": "Προσθήκη μιας δαπάνης", + "EDIT-TITLE": "Επεξεργασία δαπάνης", + "CODE": "Κώδικας", + "DESCRIPTION": "Περιγραφή", + "TITLE": "Τίτλος", + "VALUE": "Τιμή", + "ACTIONS": { + "SAVE": "Αποθήκευση", + "CANCEL": "Ακύρωση" + } + }, + "DMP-WIZARD": { + "FIRST-STEP": { + "DMP": "Συντάκτης του Σχεδίου Διαχείρισης Δεδομένων", + "DATASETS": "Περιγραφές Συνόλων Δεδομένων" + }, + "ACTIONS": { + "NEXT": "Επόμενο", + "BACK": "Πίσω", + "SAVE": "Αποθήκευση" + } + }, + "DMP-RELATED-GRANT": { + "RELATED-GRANT": "Σχετική Επιχορήγηση" + }, + "DMP-RELATED-COLLABORATOR": { + "RELATED-COLLABORATOR": "Σχετικοί Συνεργάτες", + "SELECT-COLLABORATORS": "Επιλέξτε Συνεργάτες" + }, + "DMP-RELATED-ORGANIZATION": { + "RELATED-ORGANIZATION": "Οργανισμός", + "SELECT-ORGANIZATIONS": "Επιλέξτε Οργανισμούς" + }, + "DATASET-PROFILE": { + "PREVIEW": "Προεπισκόπηση", + "FORM-DESCRIPTION": "Φόρμα Περιγραφής", + "PAGES-DESCRIPTION": "Σελίδες Περιγραφής" + }, + "RECENT-ACTIVITY": { + "MY-TITLE-GRANT": "Οι Πρόσφατες Επιχορηγήσεις μου", + "MY-TITLE-DMP": "Τα Πρόσφατα Σχέδια Διαχείρισης Δεδομένων μου", + "MY-TITLE-DATASET": "Οι Πρόσφατες Περιγραφές Συνόλων Δεδομένων μου", + "LAST-VISITED-DMP": "Τελευταία Επίσκεψη σε Σχέδια Διαχείρισης Δεδομένων", + "LAST-EDITED-DMP": "Τελευταία Επεξεργασία σε Σχέδια Διαχείρισης Δεδομένων", + "LICENSE": "Τα παρακάτω Σχέδια Διαχείρισης Δεδομένων διατίθενται δημόσια" + }, + "FILE-UPLOADER": { + "DEFAULT": "Επιλογή Αρχείου", + "GRANT": "", + "UPLOAD": "Μεταφόρτωση" + }, + "URL-LISTING-COMPONENT": { + "SHOW-MORE": "Περισσότερα" + }, + "HOMEPAGE": { + "OPEN-DMPS": { + "STATS": "{{ APP_NAME_CAPS }} Dashboard" + }, + "MY-DMPS": { + "STATS": "Το δικό μου Dashboard" + } + }, + "ABOUT": { + "TITLE-DASHED": "-Σχετικά-", + "TITLE": "Σχετικά", + "MAIN-CONTENT": "Στόχος μας είναι να κάνουμε τα ερευνητικά σας δεδομένα FAIR, που σημαίνει να είναι ανιχνεύσιμα, προσβάσιμα, διαλειτουργικά και επαναχρησιποιήσιμα. Αυτές οι αρχές προηγούνται της εφαρμογής και δεν υποδηλώνουν απαραίτητα κάποια συγκεκριμένη τεχνολογία, πρότυπο ή λύση εφαρμογής.", + "CONTRIBUTORS": "Συνεργάτες", + "WELCOME": "Καλωσήρθατε στο {{ APP_NAME_CAPS }}", + "WELCOME-MESSAGE": "Δημιουργήστε, Διασυνδέστε, Διαμοιραστείτε Σχέδια Διαχείρισης Δεδομένων" + }, + "FOOTER": { + "CONTACT-SUPPORT": "Επικοινωνία", + "FAQ": "Συχνές Ερωτήσεις", + "GUIDE": "Οδηγός Χρήστη", + "GLOSSARY": "Γλωσσάριο", + "TERMS-OF-SERVICE": "Όροι Χρήσης", + "ABOUT": "Σχετικά με το {{ APP_NAME }}", + "COOKIES-POLICY": "Cookies Policy", + "PRIVACY-POLICY": "Πολιτική Απορρήτου" + }, + "GLOSSARY": { + "TITLE": "Γλωσσάριο", + "TITLE-DASHED": "-Γλωσσάριο-", + "CLOSE": "Κλείσιμο" + }, + "FAQ": { + "TITLE": "Συχνές Ερωτήσεις", + "TITLE-DASHED": "-Συχνές Ερωτήσεις-", + "CLOSE": "Κλείσιμο" + }, + "GUIDE": { + "TITLE": "Οδηγός Χρήστη", + "TITLE-DASHED": "-Οδηγός Χρήστη-", + "CLOSE": "Κλείσιμο", + "SAVE": "Αποθήκευση" + }, + "PRIVACY-POLICY": { + "TITLE": "-Πολιτική Απορρήτου-", + "MAIN-CONTENT": "" + }, + "OPENSOURCE-LICENCES": { + "TITLE": "Άδειες Ανοικτού Λογισμικού", + "MAIN-CONTENT": "" + }, + "TERMS-OF-SERVICE": { + "TITLE": "-Όροι Χρήσης-", + "MAIN-CONTENT": "" + }, + "COOKIES-POLICY": { + "TITLE": "Cookies Policy" + }, + "CONTACT": { + "SUPPORT": { + "TITLE": "Επικοινωνία", + "SUBTITLE": "Πώς μπορούμε να σας βοηθήσουμε;", + "SUBJECT": "Θέμα", + "DESCRIPTION": "Περιγραφή", + "CANCEL": "Ακύρωση", + "SEND": "Αποστολή" + }, + "TITLE-DASHED": "-Επικοινωνία-", + "GUIDE": "Οδηγός", + "HELP": "Βοήθεια", + "GLOSSARY": "Γλωσσάριο" + }, + "LANGUAGE": { + "TITLE": "Γλώσσα", + "TITLE-DASHED": "-Γλώσσα-", + "CLOSE": "Κλείσιμο" + }, + "DASHBOARD": { + "MY-GRANTS": "Οι Επιχορηγήσεις μου", + "GRANTS": "Επιχορηγήσεις", + "MY-DMPS": "Τα Σχέδια Διαχείρισης Δεδομένων μου", + "TITLE": "Τι είναι το {{ APP_NAME_CAPS }}?", + "DMP-QUESTION": "Τι είναι το DMP στο {{ APP_NAME_CAPS }}?", + "INFO-TEXT": "Το {{ APP_NAME_CAPS }} είναι μια ανοικτή επεκτάσιμη υπηρεσία που απλοποιεί τη διαχείριση, την επικύρωση, την παρακολούθηση και τη συντήρηση των Σχεδίων Διαχείρισης Δεδομένων. Επιτρέπει στους φορείς (ερευνητές, υπεύθυνους έρευνας, διευθυντές κλπ.) να δημιουργούν ζωντανά Σχέδια Διαχείρισης Δεδομένων που μπορούν να ανταλλάσσονται ελεύθερα μεταξύ των υποδομών για τη διεξαγωγή συγκεκριμένων πτυχών της διαδικασίας διαχείρισης Δεδομένων, σύμφωνα με τις προθέσεις και τη δέσμευση των κατόχων Δεδομένων.", + "INFO-DMP-TEXT": "Ένα Σχέδιο Διαχείρισης Δεδομένων είναι ένα ζωντανό αρχείο που περιγραφεί τα σύνολα δεδομένων που έχουν παραχθεί ή και επαναχρησιμοποιηθεί κατά τη διάρκεια και μετά του κύκλου ζωής της έρευνας. Τα Σχέδια Διαχείρισης Δεδομένων έχουν ως στόχο να παρέχουν στους ερευνητές τις αναγκαίες πληροφορίες για την αναπαραγωγή, επαναδιανομή και ανακατεύθυνση του σκοπού των ερευνητικών αποτελεσμάτων ώστε να εξασφαλίζεται η εγκυρότητα και η εκμετάλλευσή τους.", + "NEW-QUESTION": "Νέος με τα DMP; Επισκέψου", + "START-YOUR-FIRST-DMP": "Ξεκινήστε το πρώτο σας DMP", + "OPEN-AIR-GUIDE": "Οδηγός για ερευνητές του OpenAIRE", + "LEARN-MORE": "για να μάθετε περισσότερα για το πώς να δημιουργήσετε ένα!", + "ORGANIZATIONS": "Σχετικοί Οργανισμοί", + "DMPS": "Σχέδια Διαχείρισης Δεδομένων", + "MY-DATASETS": "Οι Περιγραφές Συνόλων Δεδομένων μου", + "DATASETS": "Περιγραφές Συνόλων Δεδομένων", + "SEARCH": "ΑΝΑΖΗΤΗΣΗ...", + "DATA-MANAGEMENT-PLANS": "ΣΧΕΔΙΑ ΔΙΑΧΕΙΡΙΣΗΣ ΔΕΔΟΜΕΝΩΝ", + "PERSONAL-USAGE": "Προσωπική Χρήση", + "PUBLIC-USAGE": "Δημόσια Χρήση", + "DESCRIPTIONS": "Descriptions", + "DATASET-DESCRIPTIONS-DASHBOARD-TEXT": "Περιγραφές Συνόλου Δεδομένων", + "PUBLIC-DMPS": "Δημόσια Σχέδια Διαχείρισης Δεδομένων", + "PUBLIC-DATASETS": "Δημόσιες Περιγραφές Συνόλου Δεδομένων", + "RELATED-ORGANISATIONS": "Σχετικοί Οργανισμοί", + "DRAFTS": "Προσχέδια", + "ALL": "Όλα", + "EMPTY-LIST": "Τίποτα ακόμα εδώ.", + "LATEST-ACTIVITY": "Τελευταία Δραστηριότητα", + "DMP-ABOUT-BEG": "Ένα Σχέδιο Διαχείρισης Δεδομένων αποτελείται από τις βασικές πληροφορίες σχετικά με την έρευνα, όπως ο σκοπός, οι στόχοι και οι εμπλεκόμενοι ερευνητές, αλλά και σχετικά με την τεκμηρίωση των ερευνητικών συνόλων δεδομένων, δηλαδή", + "DMP-ABOUT-END": ", που υπογραμμίζουν τα βήματα που ακολουθήθηκαν και τα μέσα που χρησιμοποιήθηκαν κατά τις δραστηριότητες διαχείρισης δεδομένων.", + "SELECT-DMP": "Επιλέξτε ένα Σχέδιο Διαχείρισης Δεδομένων για το Σύνολο Δεδομένων σας", + "ACTIONS": { + "ADD-DESCRIPTION": "Add Description", + "ADD-DATASET": "Προσθήκη Συνόλου Δεδομένων", + "ADD-DMP-DESCRIPTION": "Προσθήκη Περιγραφής Σχεδίου Διαχείρισης Δεδομένων " + }, + "TOUR-GUIDE": { + "DMP": "This is your dashboard. You can view and edit all DMPs that you have either contributed to or created yourself.", + "START-NEW": "Create your DMP with Start new DMP.", + "IMPORT-DMP": "You can import a DMP", + "START-WIZARD": "or create new in {{ APP_NAME }}.", + "DATASET": "This is your dashboard. You can view and edit all Datasets that you have either contributed to or created yourself.", + "NEW-DATASET": "With Add Dataset you can describe new datasets anytime in the research process.", + "GOT-IT": "Got it!", + "LEAVE-TOUR": "Leave Tour" + }, + "ADD-NEW-DATASET": { + "OPTIONS-NOT-ENOUGH": "Are those options not enough?", + "START-NEW-DMP": "Start new DMP" + } + }, + "USER-DIALOG": { + "USER-PROFILE": "Το Προφίλ μου", + "USER-PROFILE-SETTINGS": "Οι ρυθμίσεις του προφίλ μου...", + "EXIT": "Έξοδος ", + "LOG-OUT": "Αποσύνδεση" + }, + "USER-PROFILE": { + "MERGING-SUCCESS": "Linking of the two profiles was successful.", + "MERGING-EMAILS-DIALOG": { + "TITLE": "Verify linked account", + "MESSAGE": "An email to verify this action has been sent to you. Once accepted, you will be able to see your accounts merged. The last email account that you merge will be the one containing all of your DMP records and activity in {{ APP_NAME }}." + }, + "UNLINK-ACCOUNT": { + "TITLE": "Verify account to be unlinked", + "MESSAGE": "An email to verify this action has been sent to your main account. Once accepted, {{accountToBeUnlinked}} will be no longer connected to your current ARGOS profile." + }, + "UNLINK-ACCOUNT-DIALOG": { + "MESSAGE": "By clicking \"Confirm\", you accept the transfer of your ARGOS activity performed from this account to your main ARGOS account, which is the one that is listed first. By logging in again with the unlinked account, you will be able to start your ARGOS experience from scratch, in an empty dashboard.", + "CONFIRM": "Confirm", + "CANCEL": "Cancel" + }, + "SETTINGS": { + "TITLE": "Ρυθμίσεις", + "TIMEZONE": "Ζώνη Ώρας", + "CULTURE": "Κουλτούρα", + "LANGUAGE": "Γλώσσα", + "CONNECTED-WITH": "Connected with", + "NAME": "Name", + "ORGANIZATION": "Organization", + "ROLE": "Ρόλος", + "SELECT-ROLE": "Select Role", + "ACCOUNTS": "Accounts", + "EMAILS": "Emails", + "YOUR-EMAIL": "Your Email" + }, + "ASSOCIATED-DMPS": "Συσχετιζόμενα Σχέδια Διαχείρισης Δεδομένων", + "DMPS": { + "SHOW-ALL": "Προβολή Όλων", + "CREATOR": "Συντάκτης", + "MEMBER": "Μέλος" + }, + "ZENODO": { + "LOGIN": "Συνδέση με Zenodo", + "LOGOUT": "Αφαίρεση Zenodo", + "AUTHORIZE": "Authorize Zenodo", + "TITLE": "Λογαριασμός Zenodo", + "DESCRIPTION": "Συνδεδεμένος Λογαριασμός Zenodo" + }, + "ROLE-ORGANIZATION": { + "FACULTY": "Faculty", + "LIBRARIAN": "Librarian", + "RESEARCHER": "Researcher", + "STUDENT": "Student (BA/BSc, MSc)", + "EARLY-CAREER-RESEARCHER": "Early Career Researcher (PhD candidate, post-graduate)", + "RESEARCH-ADMINISTRATOR": "Research Administrator", + "REPOSITORY-MANAGER": "Repository Manager", + "RESEARCH-INFRASTRUCTURE": "Research Infrastructure", + "SERVICE-PROVIDER": "Service Provider", + "PUBLISHER": "Publisher", + "RESEARCH-FUNDER": "Research Funder", + "POLICY-MAKER": "Policymaker", + "SME-INDUSTRY": "SME/ Industry", + "OTHER": "Other" + }, + "ACTIONS": { + "SAVE": "Save", + "LINK-NEW": "Link {{ APP_NAME_CAPS }} accounts", + "LINK-NEW-ACCOUNT": "Link new account", + "UNLINK-ACCOUNT": "Unlink", + "UNLINK-ACCOUNT-DISABLED": "You can't unlink your main profile's email", + "ADD": "Add", + "CANCEL": "Cancel" + } + }, + "DATASET-REFERENCED-MODELS": { + "SERVICES": { + "TITLE": "Προσθήκη Νέας Υπηρεσίας", + "LABEL": "Ετικέτα", + "ABBREVIATION": "Συντόμευση", + "URI": "Uri" + }, + "DATA-REPOSITORY": { + "TITLE": "Προσθήκη Νέου Αποθετηρίου Δεδομένων", + "LABEL": "Ετικέτα", + "ABBREVIATION": "Συντόμευση", + "URI": "Διεύθυνση Uri" + }, + "EXTERNAL-DATASET": { + "TITLE": "Προσθήκη Νέας Εξωτερικής Περιγραφής Συνόλου Δεδομένων", + "LABEL": "Ετικέτα", + "ABBREVIATION": "Συντόμευση" + }, + "REGISTRY": { + "TITLE": "Προσθήκη Νέου Καταλόγου", + "LABEL": "Ετικέτα", + "ABBREVIATION": "Συντόμευση", + "URI": "Uri" + } + }, + "FACET-SEARCH": { + "FILTER": "Φίλτρα", + "GRANT-STATUS": { + "TITLE": "Κατάσταση Επιχορήγησης", + "OPTIONS": { + "ANY": "Οποιοδήποτε", + "ACTIVE": "Ενεργή", + "INACTIVE": "Μη-ενεργή" + } + }, + "GRANT": { + "TITLE": "Σχετική Επιχορήγηση", + "FILTER": "Φίλτρα Επιχορήγησης" + }, + "PROFILES": { + "TITLE": "Προδιαγραφές Περιγραφών Συνόλου Δεδομένων" + }, + "ROLE": { + "TITLE": "Ρόλου", + "ANY": "Οποιοσδήποτε", + "OWNER": "Κάτοχος", + "MEMBER": "Μέλος" + }, + "DMP-ORGANISATIONS": { + "TITLE": "Οργανισμός", + "FILTER": "Φίλτρα Οργανισμών" + } + }, + "DMP-FINALISE-DIALOG": { + "DMP": "Σχέδια Διαχείρισης Δεδομένων", + "DATASETS": "Περιγραφές Συνόλου Δεδομένων", + "EMPTY": "Δεν υπάρχει καμία Διαθέσιμη Περιγραφή Συνόλου Δεδομένων μέχρι τώρα για αυτό το Σχέδιο Διαχείρισης Δεδομένων", + "SUBMIT": "Υποβολή", + "FINALISE-TITLE": "Θέλετε να οριστικοποιήσετε κάποια από τις ακόλουθες Περιγραφές Συνόλων Δεδομένων;", + "ALREADY-FINALISED-DATASETS": "Ήδη Οριστικοποιημένες Περιγραφές Συνόλων Δεδομένων", + "NONE": "Καμία", + "VALIDATION": { + "AT-LEAST-ONE-DATASET-FINALISED": "Πρέπει να έχετε οριστικοποιήσει τουλάχιστον μία Περιγραφή Συνόλου Δεδομένων." + }, + "IMPACT": "Αυτή η επιλογή θα οριστικοποιήσει το Σχέδιο Διαχείρισης Δεδομένων σας και δε θα μπορείτε να το επεξεργαστείτε ξανά σε αυτήν την έκδοση.", + "AFTER-FINALIZATION": "Μετά την οριστικοποίηση του Σχεδίου Διαχείρισης Δεδομένων σας, μπορείτε να το δημοσιεύσετε και να το διαθέσετε δημόσια στο εργαλείο {{ APP_NAME_CAPS }}.", + "INVALID": "Invalid" + }, + "DRAFTS": { + "FOR-DMP": "Για Σχέδιο Διαχείρισης Δεδομένων:", + "FOR-GRANT": "Για Επιχορήγηση:" + }, + "QUICKWIZARD": { + "CREATE-ADD": { + "CREATE": { + "TITLE": "Δημιουργία Νέου Σχεδίου Διαχείρισης Δεδομένων", + "SUBTITLE": "Δημιουργήστε ένα νέο Σχέδιο Διαχείρισης Δεδομένων και περιγράψτε τα Σύνολα Δεδομένων σας σύμφωνα με τα βήματα που υπάρχουν στον wizard για γρήγορα και εύκολη συμπλήρωση των πιο βασικών στοιχείων του Σχεδίου Διαχείρισης Δεδομένων.", + "QUICKWIZARD_CREATE": { + "TITLE": "Wizard Σχεδίου Διαχείρισης Δεδομένων", + "POST-SELECTION-INFO": "Αυτός ο wizard σας επιτρέπει να δημιουργήσετε ένα νέο Σχέδιο Διαχείρισης Δεδομένων παρέχοντας τις πιο βασικές και αναγκαίες πληροφορίες, στις οποίες μπορείτε να προσθέστε στη συνέχεια μία ή περισσότερες Περιγραφές Συνόλου Δεδομένων που αφορούν αυτό το Σχέδιο Διαχείρισης Δεδομένων. Αφού ολοκληρώσετε με τον wizard, θα είστε σε θέση να επεξεργαστείτε περαιτέρω το Σχέδιο Διαχείρισης Δεδομένων έχοντας πρόσβαση στις προχωρημένες ιδιότητες μέσω του πλήρους επεξεργαστή Σχεδίου Διαχείρισης Δεδομένων, ώστε να προσθέσετε ακόμα περισσότερες Περιγραφές Συνόλου Δεδομένων ή να επεξεργαστείτε προηγούμενες.", + "ACTIONS": { + "DELETE": "Διαγραφή", + "SAVE": "Αποθήκευση", + "SAVE-AND-FINALIZE": "Αποθήκευση και Οριστικοποίηση", + "NEXT": "Επόμενο", + "BACK": "Πίσω", + "CREATE-NEW-GRANT": "Προσθήκη Επιχορήγησης", + "EXIST-GRANT": "Επιλογή Επιχορήγησης", + "CREATE-NEW-FUNDER": "Προσθήκη Χρηματοδότη", + "EXIST-FUNDER": "Επιλογή Χρηματοδότη", + "CREATE-NEW-PROJECT": "Προσθήκη Έργου", + "EXIST-PROJECT": "Επιλογή Έργου" + }, + "FIRST-STEP": { + "TITLE": "Επιχορήγηση", + "ABOUT-GRANT": "Βρείτε την επιχορήγηση με την οποία συσχετίζεται το Σχέδιο Διαχείρισης Δεδομένων σας και συνδέστε τη με τις πληροφορίες του χρηματοδότη. Εάν η επιχορήγηση δε βρίσκεται στον κατάλογο ή δημιουργείτε Σχέδιο Διαχείρισης Δεδομένων για μία αίτηση υποβολής πρότασης ή για άλλους σκοπούς, χρησιμοποιήστε την επιλογή “Προσθήκη Επιχορήγησης”.", + "ABOUT-NEW-GRANT": "Εάν δημιουργείτε Σχέδιο Διαχείρισης Δεδομένων για αίτηση υποβολής πρότασης,ιδρυματική ή ερευνητική χρήση ή για εκπαιδευτικούς σκοπούς, προσθέστε πληροφορίες παρακάτω δημιουργώντας μία νέα επιχορήγηση.", + "ABOUT-FUNDER": "Βρείτε τον χρηματοδότη με τον οποίο θα θέλατε να συσχετίσετε το Σχέδιο Διαχείριση Δεδομένων που δημιουργείτε και στη συνέχεια επιλέξτε μια επιχορήγηση με την οποία συνδέεται ο χρηματοδότης. Εάν ο χρηματοδότης δε βρίσκεται στον κατάλογο, χρησιμοποιήστε την επιλογή \"Προσθήκη Χρηματοδότη\"", + "ABOUT-NEW-FUNDER": "Εάν δημιουργείτε Σχέδιο Διαχείρισης Δεδομένων για αίτηση υποβολής πρότασης,ιδρυματική ή ερευνητική χρήση ή για εκπαιδευτικούς σκοπούς, προσθέστε πληροφορίες παρακάτω δημιουργώντας ένα νέο χρηματοδότη", + "ABOUT-PROJECT": "Βρείτε το έργο με το οποίο συσχετίζεται το Σχέδιο Διαχείρισης Δεδομένων σας. Εάν το έργο δε βρίσκεται στον κατάλογο, χρησιμοποιήστε την επιλογή \"Προσθήκη Έργου\"", + "ABOUT-NEW-PROJECT": "", + "OR": "or", + "FIELDS": { + "SELECT-GRANT": "Επιλέξτε την επιχορήγηση με την οποία συσχετίζεται το Σχέδιο Διαχείρισης Δεδομένων", + "SELECT-FUNDER": "Επιλέξτε τον χρηματοδότη της επιχορήγησης με τον οποίο συσχετίζεται το Σχέδιο Διαχείρισης Δεδομένων", + "SELECT-PROJECT": "Επιλέξτε το έργο με το οποίο συσχετίζεται το Σχέδιο Διαχείρισης Δεδομένων", + "GRANT-LABEL": "Τίτλος Επιχορήγησης", + "FUNDER-LABEL": "Τίτλος Χρηματοδότη", + "PROJECT-LABEL": "Τίτλος Έργου", + "LABEL-HINT": "Προσθήκη του τίτλου της επιχορήγησης όπως εμφανίζεται στην πρόσκληση υποβολής πρότασης", + "DESCRIPTION": "Περιγραφή", + "DESCRIPTION-HINT": "Περιγράψτε σύντομα τον σκοπό και τους στόχους της επιχορήγησης" + } + }, + "SECOND-STEP": { + "TITLE": "Προφίλ Σχεδίου Διαχείρισης Δεδομένων", + "ABOUT": "Ένα Σχέδιο Διαχείρισης Δεδομένων αποτελείται από ένα σύνολο ερωτήσεων που πρέπει να απαντήσετε ανάλογα με το κατάλληλο επίπεδο λεπτομέρειας που απαιτεί η επιχορήγηση ή ανάλογα με το σκοπό δημιουργίας του Σχεδίου Διαχείρισης Δεδομένων. Τα περιεχόμενα του κάθε Σχεδίου Διαχείρισης Δεδομένων ποικίλουν ανάλογα με τα επιλεγμένα templates που περιγράφονται τα σύνολα δεδομένων (Templates Περιγραφών Συνόλων Δεδομένων), τα οποία περιέχουν ένα σύνολο προσαρμοσμένων ερωτήσεων σύμφωνα με τις απαιτήσεις της πολιτικής των χρηματοδοτών, των ιδρυμάτων και των ερευνητικών κοινοτήτων.", + "NEW-TITLE": "", + "DMP-NAME": "Σχέδιο Διαχείρισης Δεδομένων για Επιχορήγηση:", + "FIELDS": { + "NAME": "Τίτλος Σχεδίου Διαχείρισης Δεδομένων", + "DESCRIPTION": "Σύνοψη", + "DESCRIPTION-HINT": "Περιγράψτε σύντομα το περιεχόμενο και τον σκοπό του Σχεδίου Διαχείρισης Δεδομένων", + "PROFILE": "Template Περιγραφής Συνόλου Δεδομένων", + "PROFILE-HINT": "Επιλέξτε ένα Template για να σχολιάσετε τις Περιγραφές Συνόλου Δεδομένων. Εάν θέλετε να επιλέξετε πολλαπλά Templates χρησιμοποιήστε την επιλογή \"Νέο Σχέδιο Διαχείρισης Δεδομένων (Expert)\". Μπορείτε, επίσης, να προσθέσετε νέες Περιγραφές Συνόλου Δεδομένων οποιαδήποτε στιγμή μετά τη δημιουργία του Σχεδίου Διαχείρισης Δεδομένων.", + "HELP": "Έάν δεν βρίσκετε template ή θέλετε να δημιουργήσετε ένα εξατομικευμένο template για το ίδρυμά σας, την ερευνητική σας κοινότητα ή για εκπαιδευτικές ανάγκες, παρακαλώ επικοινωνήστε μαζί μας." + } + }, + "THIRD-STEP": { + "TITLE": "Περιγραφή Συνόλου Δεδομένων", + "NEW-TITLE": "", + "DATASET-LABEL": "Τίτλος Περιγραφής Συνόλου Δεδομένων", + "DATASET-NAME": "Περιγραφή Συνόλου Δεδομένων: ", + "DATASET-NAME-FOR": " Για το Σχέδιο Διαχείρισης Δεδομένων: ", + "LIST-BUTTON-TOOLTIP": "Κατάλογος Περιγραφών Συνόλου Δεδομένων", + "ADD-BUTTON-TOOLTIP": "Προσθήκη Περιγραφής Συνόλου Δεδομένων" + } + } + }, + "ADD": { + "TITLE": "Προσθήκη Περιγραφής Συνόλου Δεδομένων σε ένα Σχέδιο Διαχείρισης Δεδομένων της συλλογής σας", + "DATASET-WIZARD": "Wizard Περιγραφής Συνόλου Δεδομένων", + "POST-SELECTION-INFO": "Αυτός ο wizard απλοποιεί τη διαδικασία προσθήκης νέων Περιγραφών Συνόλου Δεδομένων σε Σχέδια Διαχείρισης Δεδομένων που έχετε στη συλλογή σας κάνοντας υποχρεωτικά μόνο τα στοιχεία ή τις πληροφορίες που είναι απαραίτητες για την ολοκλήρωση της εργασίας. Πλήρης πρόσβαση στα χαρακτηριστικά της Περιγραφής Συνόλου Δεδομένων μπορεί να αποκτηθεί στη συνέχεια και μέσω των επιλογών πρόσβασης Περιγραφής Συνόλου Δεδομένων του συστήματος.", + "SUBTITLE": "Αυτός ο wizard σας επιτρέπει να σχολιάσετε επιπλέον Περιγραφές Συνόλων Δεδομένων που διαχειρίζονται στο πλαίσιο ενός Σχεδίου Διαχείρισης Δεδομένων παρέχοντας μόνο τις απαραίτητες πληροφορίες για την περιγραφή.", + "CREATED": "Δημιουργήθηκε " + } + }, + "SAVE-DIALOG": { + "TITLE": "Θα θέλατε να προσθέσετε άλλη Περιγραφή Συνόλου Δεδομένων;", + "ACTIONS": { + "AFFIRMATIVE": "Ναι", + "NEGATIVE": "Όχι" + } + }, + "HINT": "(Προτεινόμενος Προεπιλεγμένος Τίτλος)" + }, + "DATASET-PROFILE-STATUS": { + "NONE": "Όλα", + "DRAFT": "Πρόχειρα", + "FINALIZED": "Οριστικοποιημένα", + "DELETED": "Deleted" + }, + "BLUEPRINT-STATUS": { + "NONE": "None", + "DRAFT": "Draft", + "FINALIZED": "Finalized", + "DELETED": "Deleted" + } +} diff --git a/deployment/opendmp/backend/i18n/hr.json b/deployment/opendmp/backend/i18n/hr.json new file mode 100644 index 000000000..771e64909 --- /dev/null +++ b/deployment/opendmp/backend/i18n/hr.json @@ -0,0 +1,1988 @@ +{ + "APP_NAME": "Argos", + "APP_NAME_CAPS": "ARGOS", + "GENERAL": { + "VALIDATION": { + "REQUIRED": "Obavezno", + "GRANT-START-AFTER-END": "Datum početka ne može biti kasniji od datuma završetka potpore.", + "PATTERN-_": "Znak \"_\" nije dozvoljen", + "URL": { + "LABEL": "URL", + "MESSAGE": "Molimo unesite ispravni URL" + } + }, + "DELETE-CONFIRMATION": { + "TITLE": "Oprez", + "MESSAGE": "Jeste li ste sigurni da želite obrisati ovu stavku?", + "POSITIVE": "Da", + "NEGATIVE": "Odustanite" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Uspješno kreirano", + "SUCCESSFUL-UPDATE": "Uspješno dopunjeno", + "SUCCESSFUL-LOGIN": "Uspješna prijava", + "SUCCESSFUL-LOGOUT": "Uspješna odjava", + "SUCCESSFUL-EMAIL-SEND": "E-mail uspješno poslan", + "SUCCESSFUL-COPY-TO-CLIPBOARD": "Spremljeno u međumemoriju", + "UNSUCCESSFUL-LOGOUT": "Neuspješna odjava", + "UNSUCCESSFUL-LOGIN": "Neuspješna prijava", + "SUCCESSFUL-DATASET-PROFILE-DELETE": "Uspješno brisanje", + "UNSUCCESSFUL-DATASET-PROFILE-DELETE": "Nije moguće obrisati predložak zato što je povezan sa skupom podataka", + "SUCCESSFUL-DMP-BLUEPRINT-DELETE": "Successful Delete", + "UNSUCCESSFUL-DMP-BLUEPRINT-DELETE": "This blueprint can not deleted, because DMPs are associated with it", + "SUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "Successful Delete", + "UNSUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "This type can not deleted, because Descriptions are associated with it", + "SUCCESSFUL-DELETE": "Uspješno brisanje", + "UNSUCCESSFUL-DELETE": "Neuspješno brisanje", + "UNSUCCESSFUL-EMAIL-SEND": "Neuspješno slanje e-maila", + "UNSUCCESSFUL-REMOVE-TEMPLATE": "Neuspješno uklanjanje predloška. Jedan ili više skupova podataka u okviru Plana koristi ovaj predložak" + }, + "ERRORS": { + "HTTP-REQUEST-ERROR": "Došlo je do neočekivane greške" + }, + "NAMES": { + "DATASET": "Skup podataka" + }, + "STATUSES": { + "EDIT": "Izmijenjeno", + "FINALISED": "Završeno" + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "WARNING": "Oprez!", + "THIS-FIELD": "Polje", + "HAS-ERROR": "sadrži grešku", + "REQUIRED": "Obavezno", + "EMAIL": "Neispravna e-mail adresa", + "MIN-VALUE": "Minimalna vrijednost treba biti {{min}}", + "MAX-VALUE": "Maksimalna vrijednost treba biti {{max}}", + "ACTIONS": { + "CANCEL": "Zatvorite" + } + }, + "CONFIRMATION-DIALOG": { + "DELETE-ITEM": "Obrišite stavku?", + "DELETE-USER": "Uklonite suradnika?", + "FINALIZE-ITEM": "Dovršite stavku?", + "UNFINALIZE-ITEM": "Poništite završetak?", + "PUBLISH-ITEM": "Objavite stavku?", + "ADD-DATASET": "Ako želite dodati skup podataka u Plan, koristite izbornik \"Dodajte skup podataka (Čarobnjak)\".", + "ZENODO-DOI": "Želite li kreirati trajni identifikator objekta (DOI) za Plan s korisničkim imenom {{username}}?", + "LEAVE-PAGE": "Ukoliko napustite stranicu, izmjene se neće sačuvati.", + "LEAVE-WARNING": "Imate nesačuvane izmjene!", + "PRIVACY-POLICY-NAMES": "Slažete li se da imena svih suradnika budu javno vidljiva", + "ACTIONS": { + "CONFIRM": "Da", + "NO": "Ne", + "DELETE": "Briši", + "REMOVE": "Ukloni", + "CANCEL": "Odustani", + "LEAVE": "Napusti stranicu", + "POLICY-AGREE": "Slažem se da imena budu javno vidljiva.", + "REQUIRED": "Potrebno je odabrati odgovor." + } + }, + "NOTIFICATION-DIALOG": { + "POPUP": { + "TITLE": "Nedostaje skup podataka", + "MESSAGE": "Da bi se Plan spremio morate kreirati barem jedan skup podataka.", + "CLOSE": "Zatvori" + } + }, + "START-NEW-DMP-DIALOG": { + "IMPORT": "Funkcija dodavanja", + "FUNCTION-SUPPORTS": "podržava isključivo", + "JSON-FILES": ".json datoteke", + "PRODUCED": "izrađene prema", + "RDA-SPECIFICATIONS": "RDA specifikacijama", + "MACHINE-ACTIONABLE": "za strojno čitljive Planove", + "UPLOAD-FILE": "Prenesi datoteku", + "REPLACE-FILE": "Zamijeni datoteku" + }, + "INVITATION-DIALOG": { + "HINT": "Za razdvajanje autora koristite zarez \",\" ili pritisnite \"Enter\"", + "SUCCESS": "Poziv je uspješno poslan", + "ERROR": "Slanje poziva neuspješno" + }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "Uspješno ste kreirali", + "DMP": "DMP", + "TO-DATASET": "Preusmjeravanje na", + "DATASET": "uređivanje", + "EDITOR": "skupa podataka", + "START": "početak" + }, + "ACTIONS": { + "VIEW-ALL": "Pogledaj sve", + "SHOW-MORE": "Prikaži više", + "LOAD-MORE": "Učitaj još", + "LOAD-LESS": "Load less", + "SHOW-LESS": "Prikaži manje", + "LOG-IN": "Prijava", + "TAKE-A-TOUR": "Pokreni virtualni obilazak {{ APP_NAME }}a", + "NO-MORE-AVAILABLE": "No more results available" + }, + "PREPOSITIONS": { + "OF": "od" + }, + "TITLES": { + "PREFIX": "Otvorite Plan upravljanja podacima -", + "GENERAL": "Uređivač Plana upravljanja podacima", + "ABOUT": "O {{ APP_NAME }}u", + "PRIVACY": "Politika privatnosti", + "OPENSOURCE-LICENCES": "Licencije otvorenog koda", + "TERMS": "Uvjeti korištenja", + "COOKIES-POLICY": "Politika kolačića", + "PLANS": "Moji Planovi", + "EXPLORE-PLANS": "Objavljeni Planovi upravljanja podacima", + "QUICK-WIZARD": "Novi Plan (Čarobnjak)", + "PLANS-NEW": "Novi Plan (Napredno)", + "DMP-NEW": "Novi Plan", + "DESCRIPTIONS": "My Descriptions", + "EXPLORE": "Published Descriptions", + "DATASETCREATEWIZARD": "Dodajte opis skupa podataka (Čarobnjak)", + "GRANTS": "Moje potpore", + "DMP-BLUEPRINTS": "DMP Blueprints", + "DATASET-PROFILES": "Predlošci skupova podataka", + "DESCRIPTION-TYPES": "Description Types", + "USERS": "Korisnici", + "PROFILE": "Moj profil", + "LOGIN": "Prijava", + "DMP-OVERVIEW": "Pregled Plana", + "DMP-EDIT": "Uređivanje Plana", + "DATASET-OVERVIEW": "Pregled opisa skupova podataka", + "DATASET-EDIT": "Prikaz/uređivanje opisa skupa podataka", + "DMP-NEW-VERSION": "Nova verzija Plana", + "DMP-CLONE": "Napravite kopiju Plana", + "DATASET-NEW": "Novi opis skupa podataka", + "GRANT-NEW": "Nova potpora", + "GRANT-EDIT": "Prikažite/uredite potporu", + "DMP-BLUEPRINT-NEW": "New DMP Blueprint", + "DMP-BLUEPRINT-CLONE": "New Clone of DMP Blueprint", + "DMP-BLUEPRINT-EDIT": "Edit DMP Blueprint", + "DATASET-PROFILES-NEW": "Novi predložak za opis skupa podataka", + "DATASET-PROFILES-EDIT": "Uredite predložak opisa skupa podataka", + "DESCRIPTION-TYPE-NEW": "New Description Type", + "DESCRIPTION-TYPE-EDIT": "Edit Description Type", + "EXPLORE-PLANS-OVERVIEW": "Pregled objavljenih Planova", + "DATASET-PUBLIC-EDIT": "Prikaz objavljenih skupova podataka", + "DMP-PUBLIC-EDIT": "Prikaz objavljenih Planova", + "DATASET-COPY": "Kopiraj opis skupa podataka", + "DATASET-UPDATE": "Dopuni opis skupa podataka", + "DATASET-PROFILES-NEW-VERSION": "Nova verzija predloška za opis skupa podataka", + "DATASET-PROFILES-CLONE": "Nova kopija predloška za opis skupa podataka", + "LANGUAGE-EDITOR": "Uređivanje jezika", + "GUIDE-EDITOR": "Uređivanje uputa za korisnike", + "LANGUAGE": "Jezik", + "SIGN-IN": "Prijava" + }, + "FILE-TRANSFOMER": { + "PDF": "PDF", + "XML": "XML", + "JSON": "RDA JSON", + "DOC": "DOCX" + }, + "LANGUAGES": { + "en": "Engleski", + "gr": "Grčki", + "es": "Španjolski", + "de": "Njemački", + "tr": "Turski", + "sk": "Slovački", + "sr": "Srpski", + "pt": "Portugalski", + "hr": "Hrvatski", + "pl": "Poljski" + } + }, + "COOKIE": { + "MESSAGE": "Ova web-stranica koristi kolačiće za poboljšanje iskustva korisnika.", + "DISMISS": "Omogućite kolačiće", + "DENY": "Onemogućite kolačiće", + "LINK": "Više o kolačićima", + "POLICY": "Politika kolačića" + }, + "EMAIL-CONFIRMATION": { + "EXPIRED-EMAIL": "Poziv je istekao", + "CARD-TITLE": "E-mail", + "REQUEST-EMAIL-HEADER": "Još malo pa smo završili. Upišite svoju e-mail adresu.", + "REQUEST-EMAIL-TEXT": "Potvrdite ako želite koristiti aplikaciju.", + "SUBMIT": "Pošaljite", + "SENT-EMAIL-HEADER": "E-mail je poslan!", + "EMAIL-FOUND": "E-mail adresa već postoji u bazi" + }, + "HOME": { + "DMPS": "Planovi", + "DATASETS": "Skupovi podataka", + "LOGIN": { + "TITLE": "Prijava", + "TEXT": "Registracija nije potrebna" + } + }, + "NAV-BAR": { + "BREADCRUMB-ROOT": "Kontrolna ploča", + "TITLE": "{{ APP_NAME_CAPS }}", + "GRANTS": "Potpore", + "GRANT": "Potpora", + "DMP": "Plan", + "DMPS": "Planovi", + "MY-DMPS": "Moji Planovi", + "DATASETS": "Opisi skupova podataka", + "DESCRIPTION": "Description", + "PUBLIC-DATASETS": "Istražite {{ APP_NAME_CAPS }}", + "USERS": "Korisnici", + "DATASETS-ADMIN": "Predlošci za opise skupova podataka", + "DMP-BLUEPRINTS": "DMP Blueprints", + "ABOUT": "O {{ APP_NAME }}u", + "MY-DATASET-DESCRIPTIONS": "MOJI OPISI SKUPOVA PODATAKA", + "DATASET-DESCRIPTION-WIZARD": "Čarobnjak za skupove podataka", + "PUBLIC DATASETS": "OBJAVLJENI OPISI SKUPOVA PODATAKA", + "PUBLIC-DMPS": "OBJAVLJENI PLANOVI", + "HOME": "POČETAK", + "DMP-WIZARD": "Čarobnjak za kreiranje Planova", + "DATASET-TEMPLATES": "PREDLOŠCI ZA OPIS SKUPA PODATAKA", + "TEMPLATE": "PREDLOŽAK", + "DMP-BLUEPRINTS-CAPS": "DMP BLUEPRINTS", + "USERS-BREADCRUMB": "KORISNICI", + "START-NEW-DMP": "Kreirajte novi Plan", + "START-NEW-DMP-TXT": "Krenite od početka ili nastavite raditi u {{ APP_NAME }}u! Kreirajte novi plan ili uvezite postojeći", + "START-WIZARD": "Pokrenite Čarobnjaka", + "IMPORT-FROM-FILE": "Uvoz", + "SEARCH": { + "DATASET": "Skup podataka", + "DMP": "Plan upravljanja podacima", + "GRANT": "Potpora", + "PUBLISHED": "Objavljeno" + } + }, + "SIDE-BAR": { + "GENERAL": "OPĆENITO", + "ABOUT": "O {{ APP_NAME }}u", + "DASHBOARD": "Početak", + "DMP": "PLANOVI UPRAVLJANJA PODACIMA", + "MY-DMPS": "Moji Planovi", + "DATASETS": "OPISI SKUPOVA PODATAKA", + "GRANTS": "POTPORE", + "NEW DATASET": "Novi skup podataka", + "QUICK-WIZARD": "Novi Plan (Čarobnjak)", + "QUICK-WIZARD-DATASET": "Dodajte opis skupa podataka (Čarobnjak)", + "ADD-EXPERT": "Novi Plan (Napredno)", + "MY-DATASET-DESC": "Opis mog skupa podataka", + "MY-DESCRIPTIONS": "My Descriptions", + "MY-GRANTS": "Moje potpore", + "HISTORY": "POVIJEST", + "HISTORY-VISITED": "ZADNJI PUT POSJEĆENO", + "HISTORY-EDITED": "ZADNJI PUT UNESENO", + "PUBLIC": "OBJAVLJENO", + "PUBLIC-DMPS": "Javno dostupni Planovi", + "PUBLIC-DESC": "Public Descriptions", + "ACCOUNT": "Korisnički račun", + "ADMIN": "ADMINISTRATOR", + "DESCRIPTION-TEMPLATES": "Description Templates", + "DESCRIPTION-TEMPLATE-TYPES": "Description Types", + "DMP-BLUEPRINTS": "DMP Blueprints", + "USERS": "Korisnici", + "LANGUAGE-EDITOR": "Uređivanje jezika", + "GUIDE-EDITOR": "Uređivanje uputa za korisnike", + "CO-BRANDING": "Razvoj i suradnja", + "SUPPORT": "Podrška", + "FEEDBACK": "Molimo pošaljite nam svoje sugestije i komentare", + "SUPPORTIVE-MATERIAL": "Potporni Materijal" + }, + "DATASET-PROFILE-EDITOR": { + "TITLE": { + "NEW": "Novi API klijent", + "NEW-PROFILE": "New Description Template", + "NEW-PROFILE-VERSION": "Nova verzija", + "NEW-PROFILE-CLONE": "Nova kopija" + }, + "FIELDS": { + "DATASET-TITLE": "Description Template Name", + "DATASET-DESCRIPTION": "Opis", + "ROLES": "Uloge" + }, + "STEPS": { + "GENERAL-INFO": { + "TITLE": "Opće informacije", + "DATASET-TEMPLATE-NAME": "Description template name", + "DATASET-TEMPLATE-NAME-HINT": "A title that determines the Description template.", + "DATASET-TEMPLATE-DESCRIPTION": "Opis predloška", + "DATASET-TEMPLATE-DESCRIPTION-HINT": "Kratki opis skupa podataka, njegov opseg i ciljevi.", + "DESCRIPTION-TEMPLATE-TYPE": "Description template type", + "DESCRIPTION-TEMPLATE-SELECT-TYPE": "Select a type", + "DATASET-TEMPLATE-LANGUAGE": "Description template language", + "DATASET-TEMPLATE-SELECT-LANGUAGE": "Izaberi jezik predloška", + "DATASET-TEMPLATE-USERS": "Korisnici predloška", + "DATASET-TEMPLATE-USERS-HINT": "Kako biste obavijestili korisnike, dodajte korisnike i spremite promjene.", + "DATASET-TEMPLATE-REMOVE-USER": "Izbriši korisnika", + "DATASET-TEMPLATE-NO-USERS-YET": "... Nije unesen niti jedan korisnik", + "DATASET-TEMPLATE-VALIDATE-AND-ADD-USER": "Potvrdi i dodaj korisnika", + "DATASET-TEMPLATE-DESCRIPTION-PLACEHOLDER": "Opis predloška skupa podataka", + "UNTITLED": "Neimenovano", + "QUESTION": "Upit", + "TEMPLATE-OUTLINE": "Skica predloška", + "ERRORS": { + "USER-NOT-FOUND": "Korisnik nije pronađen." + } + }, + "PAGE-INFO": { + "PAGE-NAME": "Naziv poglavlja", + "PAGE-NAME-HINT": "Set a name for the desciption chapter.", + "PAGE-DESCRIPTION": "Opis poglavlja", + "PAGE-DESCRIPTION-HINT": "Napišite kratak opis onoga o čemu se radi u ovom poglavlju.", + "ACTIONS": { + "CREATE-FIRST-PAGE": "Izradi prvo poglavlje", + "CREATE-NEW-SUBSECTION": "Odjeljak", + "CREATE-NEW-SECTION": "Poglavlje", + "CREATE-FIRST-SECTION": "Izradi prvo poglavlje", + "NOTHING-HERE-HINT": "Još ništa.", + "START-CREATING-PAGE-START": "Počni sa", + "START-CREATING-PAGE-END": "Stvaranje prvog poglavlja.", + "CREATE-SECTION": "Izradi odjeljak" + }, + "PAGE": "Poglavlje" + }, + "SECTION-INFO": { + "SECTION-NAME": "Naziv odjeljka", + "SECTION-NAME-HINT": "Odaberite ime za odjeljak.", + "SECTION-DESCRIPTION": "Opis", + "SECTION-DESCRIPTION-HINT": "Napišite kratki opis onoga o čemu se radi u ovom odjeljku.", + "SECTION": "Odjeljak" + }, + "PAGES": { + "TITLE": "Opis poglavlja", + "PAGE-PREFIX": "Poglavlje", + "PAGE-INPUT-TITLE": "Naziv poglavlja", + "DATASET-DETAILS": "Detalji skupa podataka", + "EXTERNAL-REFERENCES": "Vanjske reference", + "DESCRIPTION": "Opis" + }, + "FORM": { + "TITLE": "Opis predloška", + "SECTION": { + "TITLE": "Informacije o odjeljku", + "FIELDS": { + "ID": "Jedinstveni identifikator odjeljka", + "TITLE": "Naziv odjeljka", + "PAGE": "Stranica za prikaz", + "ORDER": "Redoslijed", + "DESCRIPTION": "Opis", + "FIELDS-TITLE": "Polja", + "SUB-SECTIONS-TITLE": "Pododjeljci" + }, + "ACTIONS": { + "ADD-SUB-SECTION": "Dodajte Pododjeljak +", + "ADD-FIELD": "Dodajte Polje +" + } + }, + "COMPOSITE-FIELD": { + "TITLE": "Informacija o složenim poljima", + "SIMPLE-FIELD-TITLE": "Informacija o polju", + "SUB-FIELDS-TITLE": "Potpolja", + "FIELDS": { + "COMPOSITE-CHECKBOX": "Složena polja", + "MULTIPLICITY-CHECKBOX": "Višestrukost", + "COMMENT-CHECKBOX": "Dodaj polje za komentar", + "COMPOSITE-TITLE": "Naziv složenog polja", + "FIELD-TITLE": "Naziv polja", + "DESCRIPTION": "Opis", + "EXTENDED-DESCRIPTION": "Prošireni opis", + "ADDITIONAL-INFORMATION": "Dodatne informacije", + "MULTIPLICITY-MIN": "Višestrukost, minimalno polja", + "MULTIPLICITY-MAX": "Višestrukost, maksimalno polja", + "MULTIPLICITY-PLACEHOLDER": "", + "MULTIPLICITY-TABLEVIEW": "Pogledajte unose u tablici", + "MULTIPLICITY-ADD-ONE-FIELD": "Dodaj polje", + "MULTIPLICITY-ADD-ONE-FIELD-TABLEVIEW": "Dodaj redak", + "ORDER": "Redoslijed", + "COMMENT-PLACEHOLDER": "Navedite", + "COMMENT-HINT": "Navedite dodatne informacije ili obrazložite izbor", + "SEMANTICS": "Semantics", + "EXPORT": "Uključi u izvoz" + }, + "ACTIONS": { + "ADD-CHILD-FIELD": "Dodajte potpolje +" + } + }, + "FIELD": { + "FIELDS": { + "RULES-TITLE": "Uvjetna pitanja", + "FIELD-RULES-VALUE": "Vrijednost", + "ID": "Jedinstveni identifikator odjeljka", + "VIEW-STYLE": "Prijedlog", + "MULTIPLICITY-MIN": "Višestrukost, minimalno", + "MULTIPLICITY-MAX": "Višestrukost, maksimalno", + "ORDER": "Redoslijed", + "DEFAULT-VALUE": "Zadana vrijednost", + "VALIDATION": "Potvrda", + "MULTIPLICITY-CHECKBOX": "Višestrukost", + "FIELD-TEXT-AREA-TITLE": "Polje za tekst", + "FIELD-TEXT-AREA-PLACEHOLDER": "Polje za unos", + "FIELD-RICH-TEXT-AREA-TITLE": "Polje podataka obogaćenog teksta", + "FIELD-RICH-TEXT-AREA-PLACEHOLDER": "Unos teksta", + "FIELD-UPLOAD-TITLE": "Odaberi", + "FIELD-UPLOAD-PLACEHOLDER": "Primjer teksta za slanje datoteke", + "FIELD-UPLOAD-MAX-FILE-SIZE": "Maksimalna veličina datoteke (do {{maxfilesize}} MB)", + "FIELD-UPLOAD-CUSTOM-FILETYPE": "Ostali formati datoteka", + "FIELD-UPLOAD-SELECT-FILETYPE": "Odaberi format datoteke", + "FIELD-UPLOAD-LABEL": "Naziv", + "FIELD-UPLOAD-VALUE": "Vrsta", + "FIELD-BOOLEAN-DECISION-TITLE": "Podaci za odlučivanje", + "FIELD-BOOLEAN-DECISION-PLACEHOLDER": "Polje za unos", + "FIELD-CHECKBOX-TITLE": "Podaci polja za potvrdu", + "FIELD-CHECKBOX-PLACEHOLDER": "Polje za unos", + "FIELD-FREE-TEXT-TITLE": "Podaci za slobodan tekst", + "FIELD-FREE-TEXT-PLACEHOLDER": "Polje za unos", + "FIELD-COMBO-BOX-TYPE": "Vrsta", + "FIELD-WORD-LIST-TITLE": "Uređivanje popisa", + "FIELD-WORD-LIST-PLACEHOLDER": "Polje za unos", + "FIELD-WORD-LIST-LABEL": "Oznaka", + "FIELD-WORD-LIST-VALUE": "Vrijednost", + "FIELD-INTERNAL-DMP-ENTITIES-TYPE": "Vrsta internog entiteta/subjekta Plana", + "FIELD-RESEARCHERS-TITLE": "Automatski unos istraživača", + "FIELD-RESEARCHERS-PLACEHOLDER": "Polje za unos", + "FIELD-DATASETS-PLACEHOLDER": "Polje za unos", + "FIELD-DMPS-PLACEHOLDER": "Polje za unos", + "FIELD-RADIO-BOX-TITLE": "Podaci polja za unos", + "FIELD-RADIO-BOX-PLACEHOLDER": "Polje za unos", + "FIELD-RADIO-BOX-LABEL": "Oznaka", + "FIELD-RADIO-BOX-VALUE": "Vrijednost", + "FIELD-AUTOCOMPLETE-TITLE": "Automatski unos podataka", + "FIELD-AUTOCOMPLETE-PLACEHOLDER": "Polje za unos", + "FIELD-AUTOCOMPLETE-SOURCE-TITLE": "Izvori", + "FIELD-AUTOCOMPLETE-ADD_SOURCE": "Dodajte izvore", + "FIELD-AUTOCOMPLETE-TYPE": "Tip izvora", + "FIELD-AUTOCOMPLETE-TYPE-UNCACHED": "Nije spremljeno u međuspremink", + "FIELD-AUTOCOMPLETE-TYPE-CACHED": "Spremljeno u međuspremnik", + "FIELD-AUTOCOMPLETE-LABEL": "Oznaka", + "FIELD-AUTOCOMPLETE-VALUE": "Vrijednost", + "FIELD-AUTOCOMPLETE-SOURCE": "Izvor", + "FIELD-AUTOCOMPLETE-URL": "Url", + "FIELD-AUTOCOMPLETE-OPTIONS-ROOT": "Opcija", + "FIELD-AUTOCOMPLETE-HAS-AUTH": "Has Authentication", + "FIELD-AUTOCOMPLETE-AUTH-METHOD": "Method", + "FIELD-AUTOCOMPLETE-AUTH-BODY": "Request Body", + "FIELD-AUTOCOMPLETE-AUTH-TYPE": "Authentication Type", + "FIELD-DATE-PICKER-TITLE": "Izbor datuma", + "FIELD-DATE-PICKER-PLACEHOLDER": "Polje za unos", + "FIELD-DATE-PICKER-LABEL": "Oznaka", + "FIELD-DATE-PICKER-VALUE": "Vrijednost", + "FIELD-MULTIPLE-AUTOCOMPLETE": "Višestruki automatski unos", + "FIELD-MULTIPLE-WORDLIST": "Višestruki odabir", + "FIELD-CURRENCY-TITLE": "Podaci o valuti", + "FIELD-CURRENCY-PLACEHOLDER": "Primjer unosa", + "FIELD-REGISTRIES-TITLE": "Metapodaci", + "FIELD-REGISTRIES-PLACEHOLDER": "Primjer unosa", + "FIELD-SERVICES-TITLE": "Podaci o uslugama", + "FIELD-SERVICES-PLACEHOLDER": "Primjer unosa", + "FIELD-ORGANIZATIONS-TITLE": "Podaci o organizacijama", + "FIELD-ORGANIZATIONS-PLACEHOLDER": "Primjer unosa", + "FIELD-EXTERNAL-DATASETS-TITLE": "Podaci o vanjskim podacima (skupovima podataka)", + "FIELD-EXTERNAL-DATASETS-PLACEHOLDER": "Primjer unosa", + "FIELD-DATA-REPOSITORIES-TITLE": "Podaci o podatkovnim repozitorijima", + "FIELD-DATA-REPOSITORIES-PLACEHOLDER": "Primjer unosa", + "FIELD-PUB-REPOSITORIES-TITLE": "Repozitoriji publikacija", + "FIELD-PUB-REPOSITORIES-PLACEHOLDER": "Primjer unosa", + "FIELD-JOURNALS-REPOSITORIES-TITLE": "Časopisi", + "FIELD-JOURNALS-REPOSITORIES-PLACEHOLDER": "Primjer unosa", + "FIELD-TAXONOMIES-TITLE": "Taksonomija podataka", + "FIELD-TAXONOMIES-PLACEHOLDER": "Primjer unosa", + "FIELD-LICENSES-TITLE": "Licencirani podaci", + "FIELD-LICENSES-PLACEHOLDER": "Primjer unosa", + "FIELD-PUBLICATIONS-TITLE": "Podaci o objavljivanju", + "FIELD-PUBLICATIONS-PLACEHOLDER": "Primjer unosa", + "FIELD-TAGS-TITLE": "Podaci s oznakama", + "FIELD-TAGS-PLACEHOLDER": "Primjer unosa", + "FIELD-DATASET-IDENTIFIER-TITLE": "Identifikator skupa podataka", + "FIELD-DATASET-IDENTIFIER-PLACEHOLDER": "Primjer unosa", + "FIELD-VALIDATOR-TITLE": "Validator Podaci", + "FIELD-VALIDATOR-PLACEHOLDER": "Primjer unosa", + "EXTERNAL-DATASET-TYPE-NAME": "Vrsta", + "EXTERNAL-DATASET-TYPES": { + "PRODUCED": "Proizvedeni skup podataka", + "REUSED": "Ponovno korišteni skup podataka", + "OTHER": "Nešto drugo" + } + }, + "ERROR-MESSAGES": { + "FIELD-OTHER-SOURCES-REQUIRED": "Mora biti naveden barem jedan izvor.", + "FIELD-RADIO-AT-LEAST-ONE-REQUIRED": "Mora biti navedena barem jedna opcija.", + "FIELD-SELECT-AT-LEAST-ONE-REQUIRED": "Mora biti navedena barem jedna opcija." + }, + "DEFAULT-VALUES": { + "NONE": "Niti jedan", + "BOOLEAN-DECISION": { + "YES": "Da", + "NO": "Ne" + }, + "CHECK-BOX": { + "CHECKED": "Označeno", + "UNCHECKED": "Neoznačeno" + } + }, + "ACTIONS": { + "ADD-RULE": "Dodajte pravilo vidljivosti +" + }, + "STATUS": { + "CALCULATING-PREVIEW": "... pripremam verziju za pregled", + "PREVIEW-UPDATED": "Pregled je osvježen!" + } + }, + "RULE": { + "FIELDS": { + "RULE-TYPE": "Vrsta pravila", + "TARGET": "Identifikacijska oznaka ciljanog polja", + "VALUE": "Obvezna vrijednost", + "RULE-IF": "Ako je vrijednost", + "RULE-THEN": "onda pokaži pitanje", + "FIELDSETS": "Pitanja", + "FIELDS": "Unosi" + }, + "HINTS": { + "ELEMENT-CHILD-OF-TARGET": "Ovaj element je nadređen odabranom unosu", + "ELEMENT-HIDDEN-FROM-ELEMENT": "Ovaj element skriva dio ili nadređeni dio unosa na kojeg želite primjeniti pravilo vidljivosti." + } + }, + "FORM-VALIDATION": { + "ERROR-MESSAGES": { + "PAGE-MUST-HAVE-SECTION": "Svako poglavlje mora imati barem jedan odlomak.", + "NEEDS-MORE-INFORMATION": "potrebno je unijeti više informacija.", + "MUST-HAVE-SECTION-OR-FIELDSET": " mora sadržavati odlomak ili pitanje.", + "MISSING": "Nedostaje", + "PROVIDE-PAGE-AND-SECTION": "Obavezno navedite poglavlje i barem jedan odlomak po poglavlju." + } + }, + "TABLE-OF-CONTENTS": { + "ERROR-MESSAGES": { + "FIELDSET-MUST-HAVE-PARENT-SECTION": "Mora postojati nadređena sekcija.", + "INPUT-SECTION-SAME-LEVEL": "Ne mogu postojati pitanje i odjeljak na istom nivou.", + "DRAG-NOT-SUPPORTED": "Radnja povuci - ispusti (engl. drag ‘n’ drop) odlomka nije podržana za ovo odredište.", + "PAGE-ELEMENT-ONLY-TOP-LEVEL": "Elementi poglavlja mogu biti samo na najvišoj razini" + } + } + }, + "TOOLKIT": { + "GENERAL-TOOLS": "Alati za pitanja", + "NEW-INPUT-SET": "Dodaj pitanje", + "CLONE": "Kopiraj", + "DELETE": "Izbriši" + } + }, + "ACTIONS": { + "SAVE": "Snimi", + "SAVE-AND-CONTINUE": "Spremi i nastavi", + "SAVE-AND-CLOSE": "Spremi i zatvori", + "FINALIZE": "Završi", + "UPDATE": "Dopuni", + "UPDATE-AND-CONTINUE": "Dopuni i nastavi", + "UPDATE-AND-CLOSE": "Dopuni i zatvori", + "CANCEL": "Poništi", + "DELETE": "Obriši", + "ADD-PAGE": "Dodaj stranicu +", + "ADD-SECTION": "Dodaj sekciju +", + "VALIDATE": "Potvrdi", + "PREVIEW-AND-FINALIZE": "Pregledaj i završi", + "BACK-TO-TOP": "Natrag na vrh", + "FIELD": { + "MAKE-IT-REQUIRED": "Postavi kao obavezno polje", + "ADD-VISIBILITY-RULE": "Dodaj uvjetno pitanje", + "DELETE-INPUT": "Izbriši unos", + "PREVIEW": "Pregledaj", + "NOT-INITIALIZED": "Još nije aktivirano", + "MOVE-UP": "Premjesti iznad", + "MOVE-DOWN": "Premjesti ispod" + }, + "FIELDSET": { + "ADD-INPUT": "Dodaj", + "COMMENT-FIELD": "Polje komentara", + "INCLUDE-COMMENT-FIELD": "Ovom pitanju dodaj i polje za komentar", + "ENABLE-MULTIPLICITY": "Korisnik može odgovoriti više puta na isto pitanje.", + "MULTIPLICITY": "Višestrukost", + "MORE": "Više.." + } + }, + "FEEDBACK-MESSAGES": { + "SAVE-SUCCESS": "Promjene su uspješno spremljene." + }, + "ERRORS": { + "INVALID-VISIBILITY-RULES": { + "MESSAGE-START": "Neka pravila za prikaza nisu valjana", + "MESSAGE-END": "Želite li ih popraviti?", + "CONFIRM-YES": "Da, izbriši nevažeća pravila", + "CONFIRM-NO": "Želim ih zadržati.", + "REMOVE-SUCCESS": "Nevažeća pravila prikaza su uspješno izbrisana." + } + } + }, + "GRANT-LISTING": { + "TITLE": "Potpore", + "SUBTITLE": "Podnaslov potpore", + "ACTIONS": { + "NEW": "Nova potpora" + } + }, + "DMP-LISTING": { + "DMP": "Plan upravljanja podacima", + "GRANT": "Potpora", + "TITLE": "Planovi upravljanja podacima", + "OWNER": "Vlasnik", + "MEMBER": "Član", + "CREATOR": "Autor", + "EDITED": "Izmijenjeno", + "FINALIZED": "Završeno", + "PUBLISHED": "Objavljeno", + "VERSION": "Verzija", + "CONTAINED-DESCRIPTIONS": "Contained Descriptions", + "TEXT-INFO": "Plan upravljanja podacima (eng. Data Management Plan, skraćeno DMP) sadrži informacije o tome kako su skupovi podataka prikupljeni i/ili generirani, obrađeni i analizirani (uz pomoću kojih alata, standarda, metodologija i sl.), gdje i kako su pohranjene sigurnosne kopije, gdje su podaci objavljeni i gdje se dugoročno čuvaju. Treba navesti i sve troškove nastale angažmanom suradnika koji su zaduženi za upravljanje podacima, kao i troškove osiguravanja infrastrukture za upravljanje podacima.", + "TEXT-INFO-QUESTION": "Ako niste sigurni kako plan upravljanja podacima treba izgledati, pogledajte javno dostupne Planove i", + "LINK-ZENODO": "LIBER zajednicu u Zenodu", + "GET-IDEA": "kako biste dobili inspiraciju!", + "SORT-BY": "Poredaj po", + "COLUMNS": { + "NAME": "Ime", + "GRANT": "Potpora", + "PROFILE": "Predložak", + "CREATION-TIME": "Vrijeme kreiranja", + "ORGANISATIONS": "Institucije", + "LATEST_VERSION": "Zadnja verzija", + "ACTIONS": "Akcije", + "DATASETS": "Skupovi podataka", + "STATUS": "Status", + "PEOPLE": "Suradnici", + "VERSION": "Verzija" + }, + "ACTIONS": { + "NEW": "Novi Plan", + "NEW-WITH-WIZARD": "Novi Plan kreiran pomoću Čarobnjaka", + "EDIT": "Uredi", + "INVITE": "Pozovite suradnike", + "INVITE-AUTHORS": "Pozovite autore", + "INVITE-SHORT": "Pozovi", + "ADD-DATASET": "Dodaj skup podataka u Plan", + "ADD-DESCRIPTION-SHORT": "Add Description", + "ADD-DESCRIPTION-FOR-SECTION": "Add Description", + "DATASETS": "Prikaži sve skupove podataka", + "NEW-VERSION": "Nova verzija", + "START-NEW-VERSION": "Započni novu verziju", + "VIEW-VERSION": "Sve verzije Plana", + "CLONE": "Napravi kopiju", + "COPY": "Kopiraj", + "DELETE": "Obriši", + "DEPOSIT": "Pohrani", + "EXPORT": "Preuzmi", + "MAKE-PUBLIC": "Učini javno dostupnim", + "PUBLISH": "Objavi", + "FINALIZE": "Završi", + "UNFINALIZE": "Poništi zadnji korak", + "ADV-EXP": "Napredno preuzimanje", + "EXP-AS": "Preuzmi kao", + "DOWNLOAD-XML": "Preuzmi XML", + "DOWNLOAD-DOCX": "Preuzmi DOCX", + "DOWNLOAD-PDF": "Preuzmi PDF", + "SETTINGS": "Postavke", + "GETDOI": "Dohvati DOI" + }, + "TOOLTIP": { + "DMP-STATUS": { + "DRAFT": "Zatvoreno za javnost - radna verzija Plana", + "FINALIZED": "Zatvoreno za javnost - dovršen Plan", + "PUBLISHED": "Javno dostupno - zatvoren Plan" + }, + "LEVEL-OF-ACCESS": "Razina pristupa", + "INVOLVED-DATASETS": "Uključeni skupovi podataka", + "TEMPLATES-INVOLVED": "Uključeni predlošci skupova podataka" + }, + "VIEW-ALL-VERSIONS": "Sve verzije", + "EMPTY-LIST": "Ništa još nije dostupno." + }, + "DMP-PUBLIC-LISTING": { + "TITLE": "Objavljeni planovi upravljanja podacima", + "OWNER": "Vlasnik", + "MEMBER": "Član", + "CREATOR": "Autor", + "VIEW-ONLY": "Samo pregled", + "TOOLTIP": { + "PUBLISHED": "Javno dostupno - zatvoren Plan", + "INVOLVED-DATASETS": "Uključeni skupovi podataka", + "TEMPLATES-INVOLVED": "Uključeni predlošci skupova podataka" + }, + "EMPTY-LIST": "Ništa još nije dostupno." + }, + "DMP-UPLOAD": { + "TITLE": "Uvezi plan upravljanja podacima", + "UPLOAD-BUTTON": "Prenesi datoteku", + "UPLOAD-SUCCESS": "Uspješan prijenos", + "ACTIONS": { + "IMPORT": "Uvezi", + "CANCEL": "Poništi" + }, + "PLACEHOLDER": "Naslov Plana" + }, + "DATASET-WIZARD": { + "TITLE": { + "NEW": "Novi skup podataka" + }, + "EDITOR": { + "FIELDS": { + "EXTERNAL-DATASET-TYPE": "Vrsta", + "EXTERNAL-AUTOCOMPLETE-SUBTITLE": "Izvor:", + "EXTERNAL-AUTOCOMPLETE-NO-SOURCE": "Izvor nije naveden" + } + }, + "FIRST-STEP": { + "TITLE": "Informacije o skupu podataka", + "DMP": "Plan upravljanja podacima", + "PROFILE": "Predložak za opis skupa podataka", + "SUB-TITLE": "Kreiran:" + }, + "SECOND-STEP": { + "TITLE": "Vanjske reference", + "EXTERNAL-HINT": "Popis vrijednosti iz vanjskih izvora" + }, + "THIRD-STEP": { + "TITLE": "Opis" + }, + "ACTIONS": { + "NEXT": "Sljedeće", + "BACK": "Prethodno", + "CLOSE": "Ζatvori", + "BACK-TO": "Natrag na", + "DELETE": "Obriši", + "GO-TO-GRANT": "Idi na potporu za skupove podataka", + "GO-TO-DMP": "Idi na Plan za skup podataka", + "SAVE": "Spremi", + "SAVE-AND-CONTINUE": "Spremi i nastavi", + "SAVE-AND-ADD": "Spremi i dodaj novi", + "SAVE-AND-CLOSE": "Spremi i zatvori", + "SAVE-AND-FINALISE": "Spremi i završi", + "FINALIZE": "Završi", + "REVERSE": "Vrati u prijašnje stanje", + "INFO": "Skupovi podataka iz dovršenih Planova ne mogu se vratiti u nedovršene", + "LOCK": "Skup podataka je zaključao drugi korisnik", + "DOWNLOAD-PDF": "Preuzmi PDF", + "DOWNLOAD-XML": "Preuzmi XML", + "DOWNLOAD-DOCX": "Preuzmi DOCX", + "COPY-DESCRIPTION": "Copy Description", + "UPDATE-DATASET-PROFILE": "Dopuni predložak", + "VALIDATE": "Potvrdi", + "UNDO-FINALIZATION-QUESTION": "Poništi zadnji korak?", + "CONFIRM": "Potvrdi", + "REJECT": "Odbij" + }, + "MESSAGES": { + "DATASET-NOT-FOUND": "Skup podataka ne postoji", + "DATASET-NOT-ALLOWED": "Nemate pristup ovom skupu podataka", + "SUCCESS-UPDATE-DATASET-PROFILE": "Predložak opisa skupa podataka uspješno je dopunjen", + "MISSING-FIELDS": "Neka obavezna polja ostala su prazna. Molimo da provjerite Plan i jeste li odgovorili na sva obavezna pitanja te dodali valjane URL-ove. (Polja koja nedostaju označena su crvenom bojom.)", + "NO-FILES-SELECTED": "Nije izabrana niti jedna datoteka", + "LARGE-FILE-OR-UNACCEPTED-TYPE": "Datoteka je prevelika ili format nije podržan.", + "MAX-FILE-SIZE": "Veličina odabranih datoteka ne smije biti veća od {{maxfilesize}} MB.", + "ACCEPTED-FILE-TRANSFOMER": "Podržani formati datoteka su: " + }, + "UPLOAD": { + "UPLOAD-XML": "Uvezi", + "UPLOAD-XML-FILE-TITLE": "Uvoz predloška skupa podataka", + "UPLOAD-XML-NAME": "Naziv predloška skupa podataka", + "UPLOAD-XML-IMPORT": "Datoteka", + "UPLOAD-XML-FILE-CANCEL": "Poništi" + }, + "NEW-VERSION-FROM-FILE": { + "NEW-VERSION-XML": "Import", + "NEW-VERSION-XML-FILE-TITLE": "New Version from File for {{datasetName}}", + "NEW-VERSION-XML-FILE-CANCEL": "Cancel", + "NEW-VERSION-XML-SUCCESSFUL": "New Version successfully uploaded" + }, + "DIALOGUE": { + "TITLE": "Kopiraj skup podataka u Plan", + "DMP-SEARCH": { + "PLACEHOLDER": "Pretraži Plan" + }, + "COPY": "Kopiraj", + "CANCEL": "Poništi", + "NEXT": "Sljedeće", + "ERROR-MESSAGE": "Ne sadrži predložak skupa podataka" + }, + "LOCKED": { + "TITLE": "Skup podataka je zaključan", + "MESSAGE": "U ovom trenutku netko drugi uređuje informacije o skupu podataka. Pohranjeni skup podataka možete pregledavati, ali ne možete raditi izmjene. Ako želite napraviti izmjenu, pričekajte i pokušajte ponovo kasnije." + } + }, + "DMP-OVERVIEW": { + "GRANT": "Potpora", + "DMP-AUTHORS": "Autor/i Plana", + "RESEARCHERS": "Istraživači", + "DESCRIPTIONS-USED": "Descriptions used", + "COLLABORATORS": "Suradnici", + "PUBLIC": "Javno", + "PRIVATE": "Zatvoreno za javnost", + "LOCKED": "Zaključano", + "UNLOCKED": "Otključano", + "YOU": "Vi", + "LOCK": "Zaključaj", + "TOOLTIP": { + "LEVEL-OF-ACCESS": "Razina pristupa", + "INVOLVED-DATASETS": "Uključeni skupovi podataka", + "TEMPLATES-INVOLVED": "Korišteni predlošci za skupove podataka" + }, + "ERROR": { + "DELETED-DMP": "Traženi Plan je obrisan", + "FORBIDEN-DMP": "Nemate dozvolu za pristup ovom Planu" + }, + "MULTIPLE-DIALOG": { + "ZENODO-LOGIN": "Prijavite se pomoću Zenodo korisničkog računa", + "USE-DEFAULT": "Koristite zadanu opciju" + }, + "DEPOSIT": { + "ACCOUNT-LOGIN": "Koji račun želite koristiti?", + "LOGIN": "Prijavite se s { {repozitorija} }", + "NO-REPOSITORIES": "Nema repozitorija za objavljivanje", + "SELECT-REPOSITORIES": "Odaberite repozitorijima za polog", + "AUTHORIZE": "Nastavite s autorizacijom", + "CANCEL": "Otkazati" + }, + "LOCKED-DIALOG": { + "TITLE": "PUP je zaključan", + "MESSAGE": "U ovom trenutku netko drugi uređuje informacije o skupu podataka. Ako želite pregledati zapis ili napraviti izmjenu, pričekajte i pokušajte ponovo kasnije." + }, + "MIN-DESCRIPTIONS-DIALOG": { + "TITLE": "Min({{minMultiplicity}}) datasets needed using this template.", + "MESSAGE": "Add dataset." + } + }, + "DATASET-OVERVIEW": { + "DESCRIPTION-AUTHORS": "Description authors", + "ERROR": { + "DELETED-DATASET": "Traženi opis skupa podataka je obrisan", + "FORBIDEN-DATASET": "Nemate dozvolu za pristup ovom opisu skupa podataka" + }, + "LOCKED": { + "TITLE": "Skup podataka je zaključan", + "MESSAGE": "U ovom trenutku netko drugi uređuje informacije o skupu podataka. Ako želite pregledati zapis ili napraviti izmjenu, pričekajte i pokušajte ponovo kasnije." + }, + "FINALISE-POPUP": { + "MESSAGE": "Da biste mogli završiti unos odabranog podatkovnog skupa biti ćete preusmjereni na uređivanje skupova podataka. Želite li nastaviti?", + "CONFIRM": "Da", + "CANCEL": "Poništi" + } + }, + "DATASET-LISTING": { + "TITLE": "Skupovi podataka", + "DESCRIPTION": "Description", + "SELECT-DESCRIPTIONS-TO-CLONE": "Select which descriptions to include in the new DMP. Selected descriptions will be editable.", + "SELECT-DESCRIPTIONS-NONE": "Not available Descriptions for this DMP.", + "TEXT-INFO": "Skupovi podataka se opisuju prema unaprijed određenim predlošcima. U {{ APP_NAME }}u, Plan može sadržavati onoliko opisa koliko ima skupova podataka. Pretražite", + "TEXT-INFO-REST": "za pregled skupova podataka opisanih u Planovima u {{ APP_NAME }}u", + "LINK-PUBLIC-DATASETS": "Pretražite javno dostupne skupove podataka", + "TEXT-INFO-PAR": "Novi Opisi skupova podataka mogu se dodati u postojeće Planove upravljanja podacima u bilo kojem trenutku, a za njihovo opisivanje može se koristiti više od jednog predloška. Generirati možete kopije skupova podataka, koje možete koristiti i u drugim planovima. Skupovi podataka mogu se obrisati bez negativnih posljedica po Plan u cjelini.", + "COLUMNS": { + "NAME": "Ime", + "REFERENCE": "Referenca", + "GRANT": "Potpora", + "URI": "URI", + "STATUS": "Status", + "DESCRIPTION": "Opis", + "CREATED": "Kreirano", + "PUBLISHED": "Objavljeno", + "FINALIZED": "Završeno", + "LAST-EDITED": "Zadnja izmjena", + "ACTIONS": "Radnje", + "DMP": "Plan upravljanja podacima", + "PROFILE": "Predložak", + "DATAREPOSITORIES": "Podatkovni repozitoriji", + "REGISTRIES": "Registri", + "SERVICES": "Usluge" + }, + "ACTIONS": { + "EDIT": "Uredi", + "MAKE-IT-PUBLIC": "Objavi", + "VIEW": "Pregled", + "NEW": "Novi skup podataka", + "CREATE-NEW": "Kreiraj novi skup podataka", + "EXPORT": "Preuzmi", + "INVITE-COLLABORATORS": "Pozovi suradnike", + "INVITE-SHORT": "Pozovi" + }, + "STATES": { + "EDITED": "Izmijenjeno", + "PUBLIC": "Javno", + "FINALIZED": "Završeno", + "PUBLISHED": "Objavljeno" + }, + "TOOLTIP": { + "DATASET-STATUS": { + "DRAFT": "Zatvoreno za javnost - Opis skupa podataka koji se uređuje", + "FINALIZED": "Zatvoreno za javnost - Zatvoren opis skupa podataka" + }, + "DMP": "Plan upravljanja podacima", + "GRANT": "Potpora", + "TEMPLATES-INVOLVED": "Predložak opisa skupa podataka", + "VERSION": "Verzija Plana", + "PART-OF": "Ovaj skup podataka dio je:", + "TO-DMP": "U Planu", + "DMP-FOR": "Plan za" + }, + "EMPTY-LIST": "Ništa još nije dostupno." + }, + "DATASET-PUBLIC-LISTING": { + "TITLE": "Objavljeni opisi skupova podataka", + "TOOLTIP": { + "FINALIZED": "Zatvoreno za javnost - zatvoreni opis skupa podataka", + "DMP": "Plan upravljanja podacima", + "GRANT": "Potpora", + "TEMPLATES-INVOLVED": "Predložak opisa skupa podataka" + }, + "EMPTY-LIST": "Još uvijek ništa nije dostupno." + }, + "DATASET-PROFILE-LISTING": { + "TITLE": "Description Templates", + "COLUMNS": { + "NAME": "Ime", + "REFERNCE": "Referenca", + "GRANT": "Potpora", + "URI": "URI", + "ROLE": "Uloga", + "TEMPLATE": "Predložak", + "ORGANIZATION": "Institucija", + "STATUS": "Status", + "VISITED": "Posjećeno", + "EDITED": "Izmijenjeno", + "DESCRIPTION": "Opis", + "CREATED": "Kreirano", + "ACTIONS": "Radnje", + "DMP": "Plan upravljanja podacima", + "PROFILE": "Predložak", + "DATAREPOSITORIES": "Podatkovni repozitoriji", + "REGISTRIES": "Registri", + "SERVICES": "Usluge" + }, + "ACTIONS": { + "EDIT": "Uredi", + "MAKE-IT-PUBLIC": "Učinite javno dostupnim", + "VIEW": "Pregled", + "CLONE": "Napravi kopiju", + "NEW-VERSION": "Nova verzija", + "NEW-VERSION-FROM-FILE": "New Version from File", + "VIEW-VERSIONS": "All Description Template Versions", + "DELETE": "Izbriši", + "CREATE-DESCRIPTION-TEMPLATE": "Create Description Template" + } + }, + "DESCRIPTION-TYPES-LISTING": { + "TITLE": "Description Types", + "CREATE-TYPE": "Create Description Type", + "COLUMNS": { + "NAME": "Name", + "STATUS": "Status" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "ACTIONS": { + "DELETE": "Delete" + } + }, + "DATASET-UPLOAD": { + "TITLE": "Uvoz skupa podataka", + "UPLOAD-BUTTON": "Odaberi datoteku", + "ACTIONS": { + "IMPORT": "Uvezi", + "CANCEL": "Poništi" + }, + "PLACEHOLDER": "Naslov skupa podataka", + "DATASET-PROFILE": { + "SELECT": "Odaberi predložak za skup podataka" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Uspješno učitano", + "UNSUCCESSFUL": "Došlo je do greške" + } + }, + "DESCRIPTION-TYPE-EDITOR": { + "NEW": "New Description Type", + "FIELDS": { + "LABEL": "Name" + }, + "ACTIONS": { + "SAVE": "Save", + "FINALIZE": "Finalize", + "CANCEL": "Cancel" + } + }, + "DMP-BLUEPRINT-EDITOR": { + "TITLE": { + "NEW": "New DMP Blueprint", + "NEW-PROFILE-CLONE": "New Clone Of ", + "EDIT": "Uredi" + }, + "FIELDS": { + "TITLE": "Polja", + "LABEL": "Ime", + "TYPE": "Vrsta", + "DATATYPE": "Tip podataka", + "REQUIRED": "Obavezno", + "FIELD-MULTIPLE-SELECT": "Multiple", + "EXTERNAL-AUTOCOMPLETE": { + "TITLE": "Automatski unos podataka", + "MULTIPLE-AUTOCOMPLETE": "Višestruki automatski unos", + "PLACEHOLDER": "Polje za unos", + "URL": "URL", + "OPTIONS-ROOT": "Izvor opcija", + "LABEL": "Oznaka", + "VALUE": "Vrijednost" + } + }, + "ACTIONS": { + "SAVE": "Spremi", + "CANCEL": "Poništi", + "DELETE": "Obriši", + "FINALIZE": "Dovrši", + "DOWNLOAD-XML": "Preuzimanje XML datoteke" + }, + "CONFIRM-DELETE-DIALOG": { + "MESSAGE": "Želite li izbrisati ovaj predložak Plana?", + "CONFIRM-BUTTON": "Da, izbriši", + "CANCEL-BUTTON": "Ne" + } + }, + "GRANT-EDITOR": { + "TITLE": { + "NEW": "Nova potpora", + "EDIT": "Uredite" + }, + "FIELDS": { + "LABEL": "Naslov", + "ABBREVIATION": "Skraćeni naziv", + "URI": "URL", + "START": "Početak", + "END": "Kraj", + "DESCRIPTION": "Opis", + "LOGO": "Logo potpore" + }, + "ACTIONS": { + "SAVE": "Spremi", + "CANCEL": "Poništi", + "DELETE": "Obriši", + "GO-TO-DMPS": "Idi na Planove", + "VISIT-WEBSITE": "Posjeti web stranicu" + } + }, + "DMP-EDITOR": { + "TITLE": { + "NEW": "Novi Plan upravljanja podacima", + "EDIT": "Uređivanje", + "EDIT-DMP": "Uređivanje Planova", + "ADD-DATASET": "Dodavanje skupa podataka", + "EDIT-DESCRIPTION": "Editing Description", + "CLONE-DMP": "Napravi kopiju", + "NEW-VERSION": "Nova verzija", + "CREATE-DATASET": "Izrada skupa podataka", + "SUBTITLE": "DOI", + "PREVIEW-DATASET": "Pregled skupa podataka" + }, + "FIELDS": { + "NAME": "Naslov Plana", + "RELATED-GRANT": "Povezane potpore", + "DESCRIPTION": "Opis", + "DESCRIPTION-HINT": "Ukratko opišite kontekst i ciljeve Plana upravljanja podacima", + "ORGANISATIONS": "Ustanove", + "ORGANISATIONS-HINT": "Navedite ustanove koje sudjeluju u izradi i uređivanju Planova upravljanja podacima", + "RESEARCHERS": "Istraživači", + "RESEARCHERS-HINT": "Upišite imena svih osoba koje su sudjelovale u izradi, obradi i analizi podataka obuhvaćenih Planom upravljanja podacima.", + "AUTHORS": "Autori", + "TEMPLATES": "Predlošci", + "TEMPLATE": "Predlošcii za Planove", + "DATASET-TEMPLATES": "Povezani predlošci skupova podataka", + "SELECT-TEMPLATE": "Select a template to describe your descriptions", + "PROFILE": "Predlošci Planova", + "PROJECT": "Projekt", + "GRANT": "Potpora", + "GRANTS": "Potpore", + "GRANTS-HINT": "Pronađite potporu ili unesite novu", + "FUNDER": "Financijer", + "FUNDER-HINT": "Odaberite financijera ili unesite novog", + "FUNDING-ORGANIZATIONS": "Ustanove financijeri", + "PROJECT-HINT": "Projekti u {{ APP_NAME }}u definiraju se kao aktivnosti koje su financirane bespovratnim sredstvima ili kao zajedničke aktivnosti u okviru kolaborativnih shema financiranja (npr. otvoreni poziv za kolaboraciju). Molimo Vas da popunite ako Vaš projekt spada u ovu kategoriju. U suprotnom ostavite prazno i popunit će se automatski.", + "STATUS": "Status Plana", + "EXTERNAL-SOURCE-HINT": "Lista vrijednosti iz vanjskih izvora", + "COLLABORATORS": "Suradnici", + "LANGUAGE": "Jezik", + "LANGUAGE-HINT": "Odaberite jezik Plana upravljanja podacima", + "LICENSE": "Licencija", + "VISIBILITY": "Vidljivost", + "VISIBILITY-HINT": "Odredite kako će Plan biti prikazan u {{ APP_NAME }}u. Ako odaberete 'Javno dostupno', Plan će automatski biti dostupan svim korisnicima u kolekciji 'Javno dostupni planovi'.", + "PUBLICATION": "Datum objave", + "CONTACT": "Kontakt", + "COST": "Troškovi", + "DESCRIPTIONS": "Descriptions" + }, + "ACTIONS": { + "GO-TO-GRANT": "Idi na potporu", + "GO-TO-DATASETS": "Idi na skupove podataka", + "SAVE-CHANGES": "Spremi promjene", + "SAVE": "Spremi", + "CANCEL": "Poništi", + "DELETE": "Obriši", + "DELETE-DATASET": "Obrišite skupove podataka", + "DISCARD": "Odbaci", + "FINALISE": "Dovrši", + "LOCK": "Plan upravljanja podacima je zaključan od strane drugog korisnika", + "PERMISSION": "Nemate ovlasti za uređivanje ovog Plana", + "INSERT-MANUALLY": "Ručni unos", + "CREATE-DATASET": "Kreirajte novi", + "DISABLED-EXPORT": "Spremite promjene za izvoz ovog DMP-a" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Dodajte opis", + "ORGANIZATION": "Odaberite ustanovu", + "AUTHORS": "Odaberite autore", + "RESEARCHERS": "Odaberite istraživače" + }, + "SNACK-BAR": { + "UNSUCCESSFUL-DOI": "Neuspješno generiran DOI", + "SUCCESSFUL-DOI": "Uspješno generiran DOI", + "UNSUCCESSFUL-FINALIZE": "Plan nije dovršen" + }, + "DESCRIPTION-TEMPLATE-LIST": { + "TITLE": "Available Description Templates", + "TEXT": "Descriptions selected: ", + "OK": "OK" + }, + "VISIBILITY": { + "PUBLIC": "Javno dostupno", + "RESTRICTED": "Ograničen pristup" + }, + "STEPPER": { + "USER-GUIDE": "Upute za korisnike korak po korak", + "MAIN-INFO": "Osnovne informacije", + "FUNDING-INFO": "Informacije o financiranju", + "DATASET-SELECTION": "Odabir skupova podataka", + "DESCRIPTION-INFO": "Description info", + "LICENSE-INFO": "Informacije o licenciji", + "DATASET": "Skup podataka", + "PREVIOUS": "Prethodno", + "NEXT": "Sljedeće" + }, + "MAIN-INFO": { + "INTRO": "Plan upravljanja podacima (engl. Data Management Plan) u {{ APP_NAME }}u sadrži osnovne informacije o istraživanju, kao što su svrha i ciljevi istraživanja, ali i informacije o uključenim istraživačima. Plan sadrži i informacije o skupovima istraživačkih podataka koje ukazuju na procedure primijenjene tijekom životnog ciklusa podataka.", + "HINT": "Kratki opis Plana s namjenom i ciljevima.", + "TYPING": "Za relevantnije rezultate potrebno je upisati više znakova.", + "UNIQUE-IDENTIFIER": "Jedinstveni identifikator", + "RESEARCHER-IDENTIFIER-EXISTS": "Identifikator istraživača već postoji.", + "ORGANISATION-IDENTIFIER-EXSTS": "Identifikator ustanove već postoji.", + "IDENTIFIER-EXISTS-RESEARCHER-LIST": "Identifikator je već korišten u popisu istraživača.", + "IDENTIFIER-EXISTS-ORGANISATION-LIST": "Identifikator je već korišten u popisu ustanova.", + "SAVE": "Spremi", + "CANCEL": "Poništi" + }, + "FUNDING-INFO": { + "INTRO": "Nalazite se na sučelju za uređivanje Plana upravljanja podacima. Ovdje unesite informacije o opsegu, financiranju i osobama koje su sudjelovale u upravljanju podacima te mu odredite licenciju, pravo pristupa i ponovnog korištenja.", + "FIND": "Ne pronalazite odgovarajući?", + "UNIQUE-IDENTIFIER": "Jedinstveni identifikator", + "IDENTIFIER-FUNDER-EXISTS": "Identifikator financijera postoji.", + "IDENTIFIER-GRANT-EXISTS": "Identifikator potpore postoji.", + "IDENTIFIER-PROJECT-EXISTS": "Identifikator projekta postoji." + }, + "DATASET-INFO": { + "INTRO": "Plan upravljanja podacima (eng. Data Management Plan) u {{ APP_NAME }}u sadrži osnovne informacije o istraživanju, kao što su svrha i ciljevi istraživanja, ali i informacije o uključenim istraživačima. Plan sadrži dokumentaciju skupova istraživačkih podataka s informacijama o provedenim aktivnostima i korištenim sredstvima prilikom upravljanja podacima.", + "SECOND-INTRO": "Skupovi podataka se opisuju prema unaprijed definiranim predlošcima. U {{ APP_NAME }}u, Plan može sadržavati onoliko opisa koliko ima skupova podataka.", + "FIND": "Ne pronalazite odgovarajući predložak?", + "HINT": "Select a template to describe your descriptions. You may select more than one template." + }, + "LICENSE-INFO": { + "INTRO": "Svaki Plan upravljanja podacima (eng. Data Management Plan) može sadržavati informacije o pripadajućoj licenciji koje predstavljaju koliko je otvoren kako biste mogli odrediti tko će imati pristup Vašim skupovima podataka i koliko dugo će podaci biti zatvoreni za javnost", + "HINT": "Izaberite licenciju s popisa koju želite primijeniti na Plan", + "TYPING": "Kako bismo lakše pronašli ispravnu licenciju unesite više znakova." + }, + "DATASET-DESCRIPTION": { + "INTRO": "Vaši istraživački podaci bi trebali biti u skladu s FAIR načelima, što znači da bi trebali biti pretraživi (engl. findable), dostupni (engl. accessible), interoperabilni (engl. interoperable) i ponovno upotrebljivi (engl. re-usable). FAIR načela neophodna su za implementaciju Plana i ne zahtijevaju primjenu specifičnih tehnologija, standarda i rješenja. Ovaj predložak ne podrazumijeva strogu tehničku primjenu FAIR načela, već ih koristi kao smjernice." + }, + "CHANGES": "Nespremljene promjene", + "CLONE-DIALOG": { + "CLONE": "Napravi kopiju", + "SAVE": "Spremi", + "CANCEL": "Poništi" + }, + "LOCKED": { + "TITLE": "Plan je zaključan", + "MESSAGE": "Netko drugi trenutno uređuje Plan. Možete pregledati skup podataka, ali ne možete unositi promjene." + } + }, + "DMP-BLUEPRINT-LISTING": { + "TITLE": "DMP Blueprints", + "CREATE-DMP-BLUEPRINT": "Create DMP Blueprint", + "COLUMNS": { + "NAME": "Ime", + "STATUS": "Status", + "CREATED": "Kreirano", + "PUBLISHED": "Objavljeno", + "LAST-EDITED": "Posljednji put uređivano" + }, + "ACTIONS": { + "CLONE": "Clone", + "DOWNLOAD-XML":"Download XML", + "DELETE": "Delete" + }, + "UPLOAD": { + "UPLOAD-XML": "Uvoz", + "UPLOAD-XML-FILE-TITLE": "Uvezite predložak za Plan upravljanja podacima", + "UPLOAD-XML-NAME": "Naziv predloška za Plan", + "UPLOAD-XML-IMPORT": "Datoteka", + "UPLOAD-XML-FILE-CANCEL": "Poništi" + }, + "STATUS": { + "DRAFT": "Skica", + "FINALIZED": "Završeno" + }, + "MESSAGES": { + "TEMPLATE-UPLOAD-SUCCESS": "Predložak je uspješno prenesen" + } + }, + "DYNAMIC-FORM": { + "FIELDS": { + "LABEL": "Oznaka" + }, + "ACTIONS": { + "PREVIEW": "Pregled", + "ADD-PAGE": "Dodaj stranicu +", + "ADD-SECTION": "Dodaj odjeljak +" + } + }, + "CRITERIA": { + "FILTERS": "Filteri", + "GRANTS": { + "LIKE": "Pretraživanje", + "PERIOD-FROM": "Početak potpore", + "PERIOD-TO": "Kraj potpore", + "GRANT-STATE-TYPE": "Status potpore", + "TYPES": { + "NONE": "-", + "ON-GOING": "U tijeku", + "FINISHED": "Završeno" + } + }, + "DATASET-PROFILE": { + "LIKE": "Pretraživanje", + "STATUS": "Status" + }, + "DATA-SETS": { + "PERIOD-FROM": "Početak", + "PERIOD-TO": "Kraj", + "STATUS": "Status", + "NONE": "-", + "TAGS": "Ključne riječi", + "SELECT-TAGS": "Odaberite ključne riječi", + "LIKE": "Search Descriptions", + "DRAFT-LIKE": "Search Draft Descriptions", + "SELECT-GRANTS": "Odaberite potpore", + "ROLE": "Uloga", + "ORGANIZATION": "Ustanova", + "SELECT-ORGANIZATIONS": "Odaberite ustanovu", + "SELECT-SPEC": "Odaberite specifikaciju skupa podataka", + "RELATED-GRANT": "Povezane potpore", + "SELECT-DMP": "Odaberite Plan", + "RELATED-DMP": "Povezani Planovi", + "SELECT-COLLABORATORS": "Odaberite suradnike", + "RELATED-COLLABORATORS": "Povezani suradnici", + "SELECT-DATASET-TEMPLATES": "Odaberite predloške za skupove podataka", + "RELATED-DATASET-TEMPLATES": "Povezani predlošci za skupove podataka", + "ALL-VERSIONS": "Iz svih verzija" + }, + "DMP": { + "LIKE": "Pretražite Planove", + "GRANTS": "Potpore", + "SELECT-GRANTS": "Odaberite potpore", + "SELECT-COLLABORATORS": "Odaberite suradnike", + "RELATED-COLLABORATORS": "Povezani suradnici", + "SELECT-DATASET-TEMPLATES": "Odaberite predloške za skupove podataka", + "RELATED-DATASET-TEMPLATES": "Povezani predlošci za skupove podataka" + }, + "BLUEPRINT": { + "LIKE": "Search", + "STATUS": "Status" + }, + "USERS": { + "LABEL": "Pretraži", + "ROLE": "Uloga", + "SHOW": "Prikaži" + }, + "SELECT": "Odaberite", + "LIKE": "Pretraživanje" + }, + "DATASET-EDITOR": { + "TITLE": { + "NEW": "Novi Plan upravljanja podacima", + "EDIT": "Uredite", + "INTRO": "You are using the Description editor. Answer here questions that describe your data management activities.", + "INTRO-TIP": "Tip: Add new descriptions to describe different types of data or disciplinary data to avoid mixing information." + }, + "FIELDS": { + "NAME": "Naziv skupa podataka", + "TITLE": "Title of Description", + "DESCRIPTION": "Opis", + "PROFILE": "Predložak", + "URI": "URL", + "DMP": "Plan upravljanja podacima", + "SELECT-DMP": "Odaberite Plan", + "DATAREPOSITORIES": "Podatkovni repozitoriji", + "REGISTRIES": "Registri", + "SERVICES": "Usluge", + "EXTERNAL-DATASETS": "Vanjski skupovi podataka", + "EXTERNAL-DATASETS-DESCRIPTION": "Skupovi podataka povezani sa skupom opisanim u Planu. To mogu biti izvedeni skupovi podataka ili rezultati korištenja izvornog skupa.", + "EXTERNAL-DATASET-TYPE": "Vrsta vanjskog skupa podataka", + "EXTERNAL-DATASET-INFO": "Informacije o vanjskom skupu podataka", + "DATAREPOSITORIES-INFO": "Informacije o podatkovnom repozitoriju", + "EXTERNAL-LINK": "Vanjska poveznica", + "TAGS": "Ključne riječi", + "CREATE": "Kreirajte novo" + }, + "ACTIONS": { + "SAVE": "Spremi", + "CANCEL": "Poništi", + "DELETE": "Obriši", + "UPDATE": "Ažuriraj", + "DISCARD": { + "DISCARD-NEW-MESSAGE": "Sve unesene izmjene će se odbaciti i bit ćete preusmjereni natrag na sučelje za uređivanje Plana. Želite li nastaviti?", + "DISCARD-NEW-CONFIRM": "Da, odbaci skup podataka.", + "DISCARD-NEW-DENY": "Ne.", + "DISCARD-EDITED-MESSAGE": "Sve nespremljene promjene bit će odbačene, podaci će se vratiti u izvorno stanje i bit ćete preusmjereni natrag na sučelje za uređivanje Plana. Želite li nastaviti?", + "DISCARD-EDITED-CONFIRM": "Da, odbaci promjene.", + "DISCARD-EDITED-DENY": "Ne." + }, + "DISABLED-EXPORT": "Spremite promjene za izvoz ovog skupa Podataka" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Unesite opis", + "EXTERNAL-LINK": "Dodajte vanjsku URL poveznicu" + }, + "HINT": { + "DESCRIPTION": "Briefly describe the context and purpose of the Description", + "TITLE": "Kratko opis o", + "TITLE-REST": "odnosi se na njegov opseg i ciljeve." + }, + "VERSION-DIALOG": { + "ABOUT": "Verzioniranje je automatsko.", + "QUESTION": "Vaš predložak skupa podataka čini se zastarjelim. Želite li ga ažurirati na najnoviju verziju?" + }, + "ERRORS": { + "ERROR-OCCURED": "Došlo je do pogreške.", + "MESSAGE": "Poruka: " + }, + "QUESTION": { + "EXTENDED-DESCRIPTION": { + "VIEW-MORE": "Vidi više", + "VIEW-LESS": "Vidi manje" + } + }, + "MAX-DESCRIPTION-DIALOG": { + "TITLE": "Max datasets using this template.", + "MESSAGE": "Select another profile." + } + }, + "DATASET-CREATE-WIZARD": { + "ACTIONS": { + "NEXT": "Sljedeće", + "BACK": "Prethodno", + "SAVE": "Spremi" + }, + "FIRST-STEP": { + "TITLE": "Plan upravljanja podacima", + "PLACEHOLDER": "Odaberite postojeći Plan" + }, + "PREFILL-STEP": { + "TITLE": "Započnite s izradom opisa svog skupa podataka", + "PREFILL": "Dohvati", + "OR": "ILI", + "HINT": "Dohvatite odgovore na neka od pitanja odabirom skupa podataka sa Zenoda ili započnite samostalno odgovarati na pitanja.", + "MANUALLY": "Ručni unos", + "PROFILE": "Predložak za skup podataka", + "PREFILLED-DATASET": "Prethodno uneseni skup podataka", + "SEARCH": "Pretraživanje skupova podataka", + "NEXT": "Sljedeće" + } + }, + "INVITATION-EDITOR": { + "TITLE": "Pošalji poziv za", + "AUTOCOMPLETE-USER": "Korisnik", + "AUTOCOMPLETE-EMAIL": "E-mail adresa", + "AUTOCOMPLETE-USER-EMAIL": "Ivana ili ivana@primjer.com", + "ACTIONS": { + "SEND-INVITATION": "Pošalji pozive", + "CANCEL": "Poništi" + } + }, + "USERS": { + "LISTING": { + "TITLE": "Korisnici", + "EMAIL": "E-mail adresa", + "LAST-LOGGED-IN": "Posljednja prijava", + "LABEL": "Oznaka", + "ROLES": "Uloge", + "NAME": "Ime", + "PERMISSIONS": "Dozvole", + "EXPORT": "Izvoz korisnika" + }, + "ACTIONS": { + "EDIT": "Uredite", + "SAVE": "Spremi" + } + }, + "TYPES": { + "APP-ROLE": { + "ADMIN": "Administrator", + "USER": "Korisnik", + "TENANT-ADMIN": "Tenant Administrator", + "TENANT-USER": "Tenant Korisnik", + "TENANT-MANAGER": "Upravitelj", + "TENANT-DESCRIPTION-TEMPLATE-EDITOR": "Description Template Editor" + }, + "DMP-PROFILE-FIELD": { + "DATA-TYPE": { + "DATE": "Datum", + "NUMBER": "Broj", + "TEXT": "Tekst", + "EXTERNAL-AUTOCOMPLETE": "Vanjski automatski unos" + }, + "TYPE": { + "INPUT": "Unos" + } + }, + "DATASET-STATUS": { + "DRAFT": "Nacrt", + "FINALISED": "Završeno", + "ANY": "Bilo koji", + "DRAFT-DESC": "Registracija nacrta" + }, + "DATASET-ROLE": { + "OWNER": "Vlasnik", + "MEMBER": "Član", + "ANY": "Bilo koji" + }, + "EXTERNAL-DATASET-TYPE": { + "SOURCE": "Izvor", + "SOURCES": "Izvori", + "SOURCE:": "Izvor:", + "NO-SOURCE": "Ne povezuje se s izvorom", + "OUTPUT": "Izlaz", + "SELECT": "Odaberite" + }, + "DMP": { + "FINALISED": "Završeno", + "DRAFT": "Nacrt" + }, + "DMP-VISIBILITY": { + "VISIBILITY": "Vidljivost", + "PUBLIC": "Objavljeno", + "FINALIZED": "Završeno", + "DRAFT": "Nacrt", + "ANY": "Bilo koji" + }, + "DATASET-PROFILE-FIELD-VALIDATION-TYPE": { + "NONE": "Nijedan", + "REQUIRED": "Obavezno" + }, + "DATASET-PROFILE-FIELD-VIEW-STYLE": { + "BOOLEAN-DECISION": "Logički operatori", + "CHECKBOX": "Potvrdni okvir", + "COMBO-BOX": "Kombinirani okvir", + "INTERNAL-DMP-ENTITIES": "Interna struktura Plana", + "FREE-TEXT": "Slobodan unos teksta", + "RADIO-BOX": "\"Radio\" polje za odabir", + "TEXT-AREA": "Tekst", + "RICH-TEXT-AREA": "Polje za unos oblikovanog teksta", + "UPLOAD": "Odaberi", + "DATE-PICKER": "Odabir datuma", + "EXTERNAL-DATASETS": "Vanjski skupovi podataka", + "DATA-REPOSITORIES": "Podatkovni repozitorij", + "PUB-REPOSITORIES": "Repozitoriji publikacija", + "JOURNALS-REPOSITORIES": "Časopisi", + "TAXONOMIES": "Taksonomije", + "LICENSES": "Licencije", + "PUBLICATIONS": "Publikacije", + "REGISTRIES": "Registri metapodatkovnih standarda", + "SERVICES": "Usluge", + "TAGS": "Ključne riječi", + "RESEARCHERS": "Istraživači", + "ORGANIZATIONS": "Ustanove", + "DATASET-IDENTIFIER": "Identifikatori skupa podataka", + "CURRENCY": "Valuta", + "VALIDATION": "Provjera", + "OTHER": "Drugo", + "SELECT": "Odaberi" + }, + "DATASET-PROFILE-UPLOAD-TYPE": { + "DOWNLOAD": "Preuzmi datoteku" + }, + "DATASET-PROFILE-COMBO-BOX-TYPE": { + "WORD-LIST": "Popis riječi", + "AUTOCOMPLETE": "Automatsko popunjavanje", + "EXTERNAL-SOURCE-HINT": "Popis vrijednosti ponuđenih iz vanjskih izvora", + "ACTIONS": { + "YES": "Da", + "NO": "Ne" + } + }, + "DATASET-PROFILE-INTERNAL-DMP-ENTITIES-TYPE": { + "RESEARCHERS": "Istraživači", + "DMPS": "Planovi upravljanja podacima", + "DATASETS": "Skupovi podataka", + "EXTERNAL-SOURCE-HINT": "Popis vrijednosti ponuđenih iz vanjskih izvora" + }, + "DATASET-PROFILE-VALIDATOR": { + "ACTION": "Potvrdi", + "REPOSITORIES-PLACEHOLDER": "Repozitoriji" + }, + "DATASET-PROFILE-IDENTIFIER": { + "IDENTIFIER-TYPE": "Vrsta identifikatora" + }, + "RECENT-ACTIVITY-ORDER": { + "CREATED": "Kreirano", + "LABEL": "Oznaka", + "MODIFIED": "Izmijenjeno", + "FINALIZED": "Završeno", + "PUBLISHED": "Objavljeno", + "STATUS": "Status" + } + }, + "ADDRESEARCHERS-EDITOR": { + "TITLE": "Dodajte istraživača", + "FIRST_NAME": "Ime", + "LAST_NAME": "Prezime", + "ACTIONS": { + "SAVE": "Spremi", + "CANCEL": "Poništi" + } + }, + "ADDORGANIZATION-EDITOR": { + "TITLE": "Dodaj ustanovu", + "NAME": "Naziv", + "ACTIONS": { + "SAVE": "Spremi", + "CANCEL": "Poništi" + } + }, + "ADDEDITCOST-EDITOR": { + "ADD-TITLE": "Dodaj trošak", + "EDIT-TITLE": "Uredi trošak", + "CODE": "Šifra", + "DESCRIPTION": "Opis", + "TITLE": "Naslov", + "VALUE": "Vrijednost", + "ACTIONS": { + "SAVE": "Spremi", + "CANCEL": "Poništi" + } + }, + "DMP-WIZARD": { + "FIRST-STEP": { + "DMP": "Uređivanje Plana", + "DATASETS": "Skupovi podataka" + }, + "ACTIONS": { + "NEXT": "Sljedeće", + "BACK": "Prethodno", + "SAVE": "Spremi" + } + }, + "DMP-RELATED-GRANT": { + "RELATED-GRANT": "Povezane potpore" + }, + "DMP-RELATED-COLLABORATOR": { + "RELATED-COLLABORATOR": "Povezani suradnici", + "SELECT-COLLABORATORS": "Odaberite suradnike" + }, + "DMP-RELATED-ORGANIZATION": { + "RELATED-ORGANIZATION": "Ustanova", + "SELECT-ORGANIZATIONS": "Odaberite ustanove" + }, + "DATASET-PROFILE": { + "PREVIEW": "Pregled", + "FORM-DESCRIPTION": "Opis predloška", + "PAGES-DESCRIPTION": "Opis stranica" + }, + "RECENT-ACTIVITY": { + "MY-TITLE-GRANT": "Nedavne izmjene u potporama", + "MY-TITLE-DMP": "Nedavne izmjene u Planovima", + "MY-TITLE-DATASET": "Nedavne izmjene na skupovima podataka", + "LAST-VISITED-DMP": "Nedavno posjećen Plan", + "LAST-EDITED-DMP": "Nedavno izmijenjen Plan", + "LICENSE": "Sljedeći Planovi su javno dostupni pod ## licencijom" + }, + "FILE-UPLOADER": { + "DEFAULT": "Odaberite datoteku", + "GRANT": "", + "UPLOAD": "Prijenos datoteke" + }, + "URL-LISTING-COMPONENT": { + "SHOW-MORE": "Prikaži više" + }, + "HOMEPAGE": { + "OPEN-DMPS": { + "STATS": "{{ APP_NAME_CAPS }} kontrolna ploča" + }, + "MY-DMPS": { + "STATS": "Moja kontrolna ploča" + } + }, + "ABOUT": { + "TITLE-DASHED": "- O {{ APP_NAME }}u -", + "TITLE": "O {{ APP_NAME }}u", + "MAIN-CONTENT": "Naš cilj je da pohranjeni podaci budu u skladu s FAIR načelima tj. da budu pretraživi (engl. findable), dostupni (engl. accessible), interoperabilni (engl. interoperable) i ponovo upotrebljivi (engl. re-usable). FAIR načela su neophodna za implementaciju Plana upravljanja podacima (eng. Data Management Plan) i ne zahtijevaju primjenu specifičnih tehnologija, standarda ili rješenja.", + "CONTRIBUTORS": "Suradnici", + "WELCOME": "Dobrodošli u {{ APP_NAME_CAPS }}", + "WELCOME-MESSAGE": "Kreirajte, povežite i dijelite Planove upravljanja podacima" + }, + "FOOTER": { + "CONTACT-SUPPORT": "Kontaktirajte podršku", + "FAQ": "Česta pitanja", + "GUIDE": "Upute za korisnike", + "GLOSSARY": "Rječnik", + "TERMS-OF-SERVICE": "Uvjeti korištenja", + "ABOUT": "O {{ APP_NAME }}u", + "COOKIES-POLICY": "Politika kolačića", + "PRIVACY-POLICY": "Politika privatnosti" + }, + "GLOSSARY": { + "TITLE": "Rječnik", + "TITLE-DASHED": "-Rječnik-", + "CLOSE": "Zatvori" + }, + "FAQ": { + "TITLE": "Česta pitanja", + "TITLE-DASHED": "-Česta pitanja-", + "CLOSE": "Zatvori" + }, + "GUIDE": { + "TITLE": "Upute za korisnike", + "TITLE-DASHED": "-Upute za korisnike-", + "CLOSE": "Zatvori", + "SAVE": "Spremi" + }, + "PRIVACY-POLICY": { + "TITLE": "-Politika privatnosti-", + "MAIN-CONTENT": "" + }, + "OPENSOURCE-LICENCES": { + "TITLE": "Politika kolačića", + "MAIN-CONTENT": "" + }, + "TERMS-OF-SERVICE": { + "TITLE": "Uvjeti korištenja", + "MAIN-CONTENT": "" + }, + "COOKIES-POLICY": { + "TITLE": "Licencije otvorenog koda" + }, + "CONTACT": { + "SUPPORT": { + "TITLE": "Podrška", + "SUBTITLE": "Kako Vam možemo pomoći?", + "SUBJECT": "Tema", + "DESCRIPTION": "Opis", + "CANCEL": "Poništi", + "SEND": "Pošalji" + }, + "TITLE-DASHED": "-Kontaktirajte podršku-", + "GUIDE": "Upute", + "HELP": "Pomoć", + "GLOSSARY": "Rječnik" + }, + "LANGUAGE": { + "TITLE": "Jezik", + "TITLE-DASHED": "-Jezik-", + "CLOSE": "Zatvori" + }, + "DASHBOARD": { + "MY-GRANTS": "Moje potpore", + "GRANTS": "Potpore", + "MY-DMPS": "Moji Planovi", + "TITLE": "Što je {{ APP_NAME_CAPS }}?", + "DMP-QUESTION": "Što je Plan upravljanja podacima u {{ APP_NAME_CAPS }}U?", + "INFO-TEXT": "{{ APP_NAME_CAPS }} je otvorena modularna aplikacija koja pojednostavljuje izradu Planova upravljanja podacima (eng. Data Management Plan), kao i njihovu provjeru, praćenje i održavanje. Uz pomoć {{ APP_NAME_CAPS }}a, svi sudionici u istraživanju (istraživači, administratori, nadzorna tijela i drugi) mogu izraditi primjenjive Planove koji se mogu slobodno razmjenjivati kroz različite infrastrukture radi provođenja određenih dijelova procesa upravljanja podacima u skladu s namjerama i obvezama vlasnika podataka.", + "INFO-DMP-TEXT": "Plan upravljanja podacima (eng. Data Management Plan, skraćeno DMP) je živi dokument koji opisuje skupove podataka prikupljene ili korištene tijekom i nakon istraživanja. Planovi sadrže osnovne informacije o mogućnostima za ponovnu upotrebu i naknadnu distribuciju rezultata istraživanja, kao i za njihovo korištenje u novim kontekstima, čime se potvrđuje njihova valjanost i osigurava njihovo ponovno korištenje.", + "NEW-QUESTION": "Potrebna Vam je pomoć pri izradi Plana upravljanja podacima? Posjetite", + "START-YOUR-FIRST-DMP": "Započnite Vaš prvi Plan upravljanja podacima", + "OPEN-AIR-GUIDE": "OpenAIRE Upute za istraživače", + "LEARN-MORE": "kako biste naučili kako izraditi vlastiti Plan!", + "ORGANIZATIONS": "Povezane ustanove", + "DMPS": "Planovi upravljanja podacima", + "MY-DATASETS": "Opisi mojih skupovi podataka", + "DATASETS": "Opisi skupova podataka", + "SEARCH": "PRETRAŽITE...", + "DATA-MANAGEMENT-PLANS": "PLANOVI UPRAVLJANJA PODACIMA", + "PERSONAL-USAGE": "Osobna upotreba", + "PUBLIC-USAGE": "Javna upotreba", + "DESCRIPTIONS": "Descriptions", + "DATASET-DESCRIPTIONS-DASHBOARD-TEXT": "Opisi skupova podataka", + "PUBLIC-DMPS": "Javno dostupni Planovi", + "PUBLIC-DATASETS": "Javno dostupni opisi skupova podataka", + "RELATED-ORGANISATIONS": "Povezane ustanove", + "DRAFTS": "Nacrti", + "ALL": "Sve", + "EMPTY-LIST": "Ništa još nije dostupno.", + "LATEST-ACTIVITY": "Posljednja aktivnost", + "DMP-ABOUT-BEG": "Plan upravljanja podacima u {{ APP_NAME }}u sadrži osnovne informacije o istraživanju (kao što su svrha i ciljevi istraživanja), uključenim istraživačima te dokumentaciju o skupovima istraživačkih podataka", + "DMP-ABOUT-END": " (informacije koje ukazuju na procedure i sredstva korištena prilikom upravljanja podacima).", + "SELECT-DMP": "Odaberite odgovarajući Plan za Vaš skup podataka", + "ACTIONS": { + "ADD-DESCRIPTION": "Add Description", + "ADD-DATASET": "Unesite opis skupa podataka", + "ADD-DMP-DESCRIPTION": "Opišite Plan" + }, + "TOUR-GUIDE": { + "DMP": "Ovo je Vaša kontrolna ploča. Ovdje možete pregledavati i uređivati sve Planove upravljanja podacima kojima ste doprinijeli ili koje ste sami izradili.", + "START-NEW": "Izradite svoj Plan upravljanja podacima pritiskom na Započni novi Plan upravljanja podacima.", + "IMPORT-DMP": "Plan možete uvesti", + "START-WIZARD": "ili stvoriti novi u {{ APP_NAME }}u.", + "DATASET": "Ovo je Vaša kontrolna ploča. Ovdje možete pregledavati i uređivati sve skupove podataka kojima ste doprinijeli ili koje ste sami izradili.", + "NEW-DATASET": "Pomoću opcije Unesite opis skupa podataka možete opisivati nove skupove podataka u bilo kojem trenutku tijekom istraživanja.", + "GOT-IT": "Razumijem!", + "LEAVE-TOUR": "Napusti obilazak" + }, + "ADD-NEW-DATASET": { + "OPTIONS-NOT-ENOUGH": "Ako niste pronašli odgovarajući Plan,", + "START-NEW-DMP": "započnite novi." + } + }, + "USER-DIALOG": { + "USER-PROFILE": "Moj profil", + "USER-PROFILE-SETTINGS": "Postavke profila...", + "EXIT": "Izlaz", + "LOG-OUT": "Odjava" + }, + "USER-PROFILE": { + "MERGING-SUCCESS": "Linking of the two profiles was successful.", + "MERGING-EMAILS-DIALOG": { + "TITLE": "Potvrdi povezani korisnički račun", + "MESSAGE": "Potvrdu za ovu radnju poslali smo Vam putem elektroničke pošte. Kada potvrdite, korisnički računi biti će povezani. Posljednji račun elektroničke pošte koji povežete biti će onaj koji sadrži sve podatke o Planu upravljanja podacima i aktivnostima u {{ APP_NAME }}u." + }, + "UNLINK-ACCOUNT": { + "TITLE": "Verify account to be unlinked", + "MESSAGE": "An email to verify this action has been sent to your main account. Once accepted, {{accountToBeUnlinked}} will be no longer connected to your current ARGOS profile." + }, + "UNLINK-ACCOUNT-DIALOG": { + "MESSAGE": "By clicking \"Confirm\", you accept the transfer of your ARGOS activity performed from this account to your main ARGOS account, which is the one that is listed first. By logging in again with the unlinked account, you will be able to start your ARGOS experience from scratch, in an empty dashboard.", + "CONFIRM": "Confirm", + "CANCEL": "Cancel" + }, + "SETTINGS": { + "TITLE": "Postavke", + "TIMEZONE": "Vremenska zona", + "CULTURE": "Kultura", + "LANGUAGE": "Jezik", + "CONNECTED-WITH": "Povezano sa", + "NAME": "Ime i prezime", + "ORGANIZATION": "Ustanova", + "ROLE": "Uloga", + "SELECT-ROLE": "Odabir uloge", + "ACCOUNTS": "Korisnički računi", + "EMAILS": "E-mail adrese", + "YOUR-EMAIL": "Vaš e-mail" + }, + "ASSOCIATED-DMPS": "Povezani Planovi", + "DMPS": { + "SHOW-ALL": "Prikaži sve", + "CREATOR": "Autor", + "MEMBER": "Član" + }, + "ZENODO": { + "LOGIN": "Prijavite se na Zenodo", + "LOGOUT": "Ukloni Zenodo", + "AUTHORIZE": "Autoriziraj Zenodo korisnički račun", + "TITLE": "Zenodo račun", + "DESCRIPTION": "Povezani Zenodo korisnički račun:" + }, + "ROLE-ORGANIZATION": { + "FACULTY": "Fakultet", + "LIBRARIAN": "Knjižničar/ka", + "RESEARCHER": "Istraživač/ica", + "STUDENT": "Student/ica (bacc., dipl.)", + "EARLY-CAREER-RESEARCHER": "Mladi istraživač/ica (doktorand/ica, asistent/ica)", + "RESEARCH-ADMINISTRATOR": "Administrator/ica istraživanja", + "REPOSITORY-MANAGER": "Upravitelj/ica repozitorija", + "RESEARCH-INFRASTRUCTURE": "Istraživačka infrastruktura", + "SERVICE-PROVIDER": "Pružatelj usluga", + "PUBLISHER": "Izdavač", + "RESEARCH-FUNDER": "Financijer istraživanja", + "POLICY-MAKER": "Donositelj politike", + "SME-INDUSTRY": "Mala ili srednja tvrtka", + "OTHER": "Drugo" + }, + "ACTIONS": { + "SAVE": "Spremi", + "LINK-NEW": "Link {{ APP_NAME_CAPS }} accounts", + "LINK-NEW-ACCOUNT": "Poveži novi korisnički račun", + "UNLINK-ACCOUNT": "Unlink", + "UNLINK-ACCOUNT-DISABLED": "You can't unlink your main profile's email", + "ADD": "Unesi", + "CANCEL": "Poništi" + } + }, + "DATASET-REFERENCED-MODELS": { + "SERVICES": { + "TITLE": "Unesite novu uslugu", + "LABEL": "Oznaka", + "ABBREVIATION": "Kratica", + "URI": "URL" + }, + "DATA-REPOSITORY": { + "TITLE": "Unesite novi podatkovni repozitorij", + "LABEL": "Oznaka", + "ABBREVIATION": "Kratica", + "URI": "URL" + }, + "EXTERNAL-DATASET": { + "TITLE": "Unesite novi vanjski skup podataka", + "LABEL": "Oznaka", + "ABBREVIATION": "Kratica" + }, + "REGISTRY": { + "TITLE": "Unesite novi registar", + "LABEL": "Oznaka", + "ABBREVIATION": "Kratica", + "URI": "URL" + } + }, + "FACET-SEARCH": { + "FILTER": "Filtar", + "GRANT-STATUS": { + "TITLE": "Status potpore", + "OPTIONS": { + "ANY": "Bilo koja", + "ACTIVE": "Aktivna", + "INACTIVE": "Neaktivna" + } + }, + "GRANT": { + "TITLE": "Povezana potpora", + "FILTER": "Filtriraj potpore" + }, + "PROFILES": { + "TITLE": "Specifikacija skupa podataka" + }, + "ROLE": { + "TITLE": "Uloga", + "ANY": "Bilo koja", + "OWNER": "Vlasnik", + "MEMBER": "Član" + }, + "DMP-ORGANISATIONS": { + "TITLE": "Ustanova", + "FILTER": "Filtriraj ustanove" + } + }, + "DMP-FINALISE-DIALOG": { + "DMP": "Plan upravljanja podacima", + "DATASETS": "Skupovi podataka", + "EMPTY": "U Planu nije opisan nijedan skup podataka?", + "SUBMIT": "Pošalji", + "FINALISE-TITLE": "Želite li završiti kreiranje radnih verzija skupova podataka?", + "ALREADY-FINALISED-DATASETS": "Dovršeni skupovi podataka", + "NONE": "Nijedan", + "VALIDATION": { + "AT-LEAST-ONE-DATASET-FINALISED": "Bar jedan skup podataka mora biti dovršen" + }, + "IMPACT": "Ovim korakom se završava proces kreiranja Plana upravljanja podacima, više ga nećete moći uređivati.", + "AFTER-FINALIZATION": "Kada dovršite svoj Plan, možete ga objaviti i on će biti javno dostupan u {{ APP_NAME }}u.", + "INVALID": "Greška" + }, + "DRAFTS": { + "FOR-DMP": "Za Plan:", + "FOR-GRANT": "Za potporu:" + }, + "QUICKWIZARD": { + "CREATE-ADD": { + "CREATE": { + "TITLE": "Kreirajte novi Plan", + "SUBTITLE": "Kreirajte novi Plan i opišite skupove podataka uz pomoć Čarobnjaka koji će Vas voditi korak po korak.", + "QUICKWIZARD_CREATE": { + "TITLE": "Čarobnjak za kreiranje Planova", + "POST-SELECTION-INFO": "Ovaj Čarobnjak omogućuje stvaranje novog Plana upravljanja podacima (engl. Data Management Plan) uz samo najvažnije informacije, te opisivanje jednog ili više skupova podataka. Nakon Čarobnjaka, možete uređivati Plan pomoću naprednih postavki i dodavati više skupova podataka ili uređivati one koje ste prethodno unijeli.", + "ACTIONS": { + "DELETE": "Obriši", + "SAVE": "Spremi", + "SAVE-AND-FINALIZE": "Spremi i završi", + "NEXT": "Sljedeće", + "BACK": "Natrag", + "CREATE-NEW-GRANT": "Unesi potporu", + "EXIST-GRANT": "Koristi postojeću potporu", + "CREATE-NEW-FUNDER": "Unesi financijera", + "EXIST-FUNDER": "Koristi postojećeg financijera", + "CREATE-NEW-PROJECT": "Unesi projekt", + "EXIST-PROJECT": "Koristi postojeći projekt" + }, + "FIRST-STEP": { + "TITLE": "Potpora", + "ABOUT-GRANT": "Pronađite potporu s kojom je povezan Vaš Plan upravljanja podacima (engl. Data Management Plan) i povežite ga s informacijama o finacijeru. Ako potpora nije na popisu ponuđenih ili Plan kreirate za dodjelu potpore ili u druge svrhe, koristiti \"Unesi potporu\"", + "ABOUT-NEW-GRANT": "Ako izrađujete Plan upravljanja podacima (engl. Data Management Plan) za dodjelu potpore, za korištenje u istraživačke ili obrazovne svrhe, upišite informacije kreiranjem nove potpore.", + "ABOUT-FUNDER": "Pronađite financijera kojeg želite povezati s Planom upravljanja podacima koji će biti kreiran, te odaberite potporu s kojom je financijer povezan. Ako se financijer ne nalazi na popisu, koristite \"Unesi financijera\"", + "ABOUT-NEW-FUNDER": "Ako izrađujete Plan upravljanja podacima (engl. Data Management Plan) za dodjelu potpore, za korištenje u istraživačke ili obrazovne svrhe i želite ga povezati sa financijerom koji se ne nalazi na popisu, unesite novog financijera.", + "ABOUT-PROJECT": "Pronađite projekt s kojim je povezan Vaš Plan upravljanja podacima. Ako se projekt ne nalazi na popisu ponuđenih, koristite \"Unesi projekt\"", + "ABOUT-NEW-PROJECT": "", + "OR": "ili", + "FIELDS": { + "SELECT-GRANT": "Odaberite potporu s kojom je Plan povezan", + "SELECT-FUNDER": "Odaberite financijera potpore s kojom je Plan povezan", + "SELECT-PROJECT": "Odaberite projekt s kojim je Plan povezan", + "GRANT-LABEL": "Naziv potpore", + "FUNDER-LABEL": "Naziv financijera", + "PROJECT-LABEL": "Naziv projekta", + "LABEL-HINT": "Upišite naziv potpore koji se navodi u pozivu na dodjelu potpora", + "DESCRIPTION": "Opis", + "DESCRIPTION-HINT": "Ukratko opišite ciljeve potpore" + } + }, + "SECOND-STEP": { + "TITLE": "Profil Plana", + "ABOUT": "Plan upravljanja podacima (engl. Data Management Plan, skraćeno DMP) sastoji se od niza pitanja na koja biste trebali odgovoriti onoliko detaljno koliko to zahtijevaju uvjeti projekta i u skladu sa svrhom Plana. Sadržaj Plana može se razlikovati ovisno o odabranim predlošcima skupa podataka koji sadrže pitanja prilagođena zahtjevima financijera, ustanova istraživačkih zajednica.", + "NEW-TITLE": "", + "DMP-NAME": "Plan koji je povezan s potporom:", + "FIELDS": { + "NAME": "Naslov Plana", + "DESCRIPTION": "Sažetak", + "DESCRIPTION-HINT": "Ukratko opišite kontekst i svrhu Plana", + "PROFILE": "Predložak za skup podataka", + "PROFILE-HINT": "Izaberite predložak za opis podataka. Ako želite da izaberete više od jednog predloška, koristite \"Novi Plan (napredno)\". Novi skup podataka možete dodati i u bilo kom trenutku nakon kreiranja Plana.", + "HELP": "Ako ne pronalazite predložak ili želite kreirati prilagođeni predložak za svoju ustanovu, zajednicu istraživača ili za potrebe edukacije, kontaktirajte nas." + } + }, + "THIRD-STEP": { + "TITLE": "Skup podataka", + "NEW-TITLE": "", + "DATASET-LABEL": "Naziv skupa podataka", + "DATASET-NAME": "Skup podataka:", + "DATASET-NAME-FOR": "Za Plan:", + "LIST-BUTTON-TOOLTIP": "Popis skupova podataka", + "ADD-BUTTON-TOOLTIP": "Unesite opis skupa podataka" + } + } + }, + "ADD": { + "TITLE": "Unesite opis skupa podataka u postojeći Plan", + "DATASET-WIZARD": "Čarobnjak za skup podataka", + "POST-SELECTION-INFO": "Ovaj čarobnjak pojednostavljuje proces dodavanja novih opisa skupova podataka u postojeće Planove upravljanja podacima, vodeći Vas kroz proces kreiranja te unos samo osnovnih informacija. Cjelovitom opisu skupa podataka može se naknadno pristupiti putem izbornika", + "SUBTITLE": "Čarobnjak omogućuje opisivanje dodatnih skupova podataka kojima se upravlja, a u kontekstu plana upravljanja podacima i uz osnovne informacije neophodne za njihov opis.", + "CREATED": "Kreirano" + } + }, + "SAVE-DIALOG": { + "TITLE": "Želite li dodati opis skupa podataka?", + "ACTIONS": { + "AFFIRMATIVE": "Da", + "NEGATIVE": "Ne" + } + }, + "HINT": "(Preporučeni zadani naslov)" + }, + "DATASET-PROFILE-STATUS": { + "NONE": "Nijedan", + "DRAFT": "Nacrt", + "FINALIZED": "Završeno", + "DELETED": "Izbrisano" + }, + "BLUEPRINT-STATUS": { + "NONE": "None", + "DRAFT": "Draft", + "FINALIZED": "Finalized", + "DELETED": "Deleted" + } +} diff --git a/deployment/opendmp/backend/i18n/pl.json b/deployment/opendmp/backend/i18n/pl.json new file mode 100644 index 000000000..379146dfc --- /dev/null +++ b/deployment/opendmp/backend/i18n/pl.json @@ -0,0 +1,1988 @@ +{ + "APP_NAME": "Argos", + "APP_NAME_CAPS": "ARGOS", + "GENERAL": { + "VALIDATION": { + "REQUIRED": "Wymagane", + "GRANT-START-AFTER-END": "Data rozpoczęcia grantu nie może być późniejsza niż data jego zakończenia", + "PATTERN-_": "Znak \"_\" jest niedozwolony", + "URL": { + "LABEL": "URL", + "MESSAGE": "Proszę podać poprawny adres URL" + } + }, + "DELETE-CONFIRMATION": { + "TITLE": "Ostrzeżenie", + "MESSAGE": "Czy na pewno chcesz usunąć ten element", + "POSITIVE": "Tak", + "NEGATIVE": "Anuluj" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Utworzono pomyślnie", + "SUCCESSFUL-UPDATE": "Aktualizacja zakończona", + "SUCCESSFUL-LOGIN": "Zalogowano", + "SUCCESSFUL-LOGOUT": "Wylogowano", + "SUCCESSFUL-EMAIL-SEND": "Email został wysłany", + "SUCCESSFUL-COPY-TO-CLIPBOARD": "Skopiowano do schowka", + "UNSUCCESSFUL-LOGOUT": "Nie udało się wylogować", + "UNSUCCESSFUL-LOGIN": "Nie udało się zalogować", + "SUCCESSFUL-DATASET-PROFILE-DELETE": "Usunięto", + "UNSUCCESSFUL-DATASET-PROFILE-DELETE": "Tego szablonu nie można usunąć, ponieważ są z nim powiązane zbiory danych", + "SUCCESSFUL-DMP-BLUEPRINT-DELETE": "Successful Delete", + "UNSUCCESSFUL-DMP-BLUEPRINT-DELETE": "This blueprint can not deleted, because DMPs are associated with it", + "SUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "Successful Delete", + "UNSUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "This type can not deleted, because Descriptions are associated with it", + "SUCCESSFUL-DELETE": "Usunięto", + "UNSUCCESSFUL-DELETE": "Nie udało się usunąć", + "UNSUCCESSFUL-EMAIL-SEND": "Email nie został wysłany", + "UNSUCCESSFUL-REMOVE-TEMPLATE": "Nie udało się usunąć szablonu, co najmniej jeden zbiór danych tego DMP używa tego szablonu" + }, + "ERRORS": { + "HTTP-REQUEST-ERROR": "Wystąpił nieoczekiwany błąd" + }, + "NAMES": { + "DATASET": "Zbiór danych" + }, + "STATUSES": { + "EDIT": "Edytowane", + "FINALISED": "Ukończone" + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "WARNING": "Ostrzeżenie!", + "THIS-FIELD": "Pole", + "HAS-ERROR": "ma błąd", + "REQUIRED": "Wymagany", + "EMAIL": "Niepoprawny e-mail", + "MIN-VALUE": "Minimalna wartość powinna wynosić {{min}}", + "MAX-VALUE": "Maksymalna wartość powinna wynosić {{max}}", + "ACTIONS": { + "CANCEL": "Zamknij" + } + }, + "CONFIRMATION-DIALOG": { + "DELETE-ITEM": "Usunąć ten element?", + "DELETE-USER": "Usunąć tego współpracownika?", + "FINALIZE-ITEM": "Zakończyć prace nad tym elementem?", + "UNFINALIZE-ITEM": "Cofnąć finalizację?", + "PUBLISH-ITEM": "Opublikować ten element?", + "ADD-DATASET": " Czy chcesz kontynuować, dodając zestaw danych do swojego DMP? Zawsze możesz dodać więcej zestawów danych za pomocą menu \"Dodaj zestaw danych (kreator)\".", + "ZENODO-DOI": "Czy chcesz utworzyć cyfrowy identyfikator obiektu (DOI) z kontem {{username}} dla DMP?", + "LEAVE-PAGE": "Jeśli opuścisz stronę, Twoje zmiany zostaną utracone.", + "LEAVE-WARNING": "Masz niezapisane zmiany!", + "PRIVACY-POLICY-NAMES": "Nazwiska wszystkich osób zaangażowanych w ten DMP będą widoczne publicznie. Czy zgadzasz się na to?", + "ACTIONS": { + "CONFIRM": "Tak", + "NO": "Nie", + "DELETE": "Usuń", + "REMOVE": "Usuń", + "CANCEL": "Anuluj", + "LEAVE": "Wyjdź", + "POLICY-AGREE": "Upublicznij nazwy", + "REQUIRED": "Wymagane zaznaczenie pola wyboru" + } + }, + "NOTIFICATION-DIALOG": { + "POPUP": { + "TITLE": "Brakujący zbiór danych", + "MESSAGE": "Należy utworzyć co najmniej jeden zestaw danych, aby kontynuować zapisywanie DMP.", + "CLOSE": "Zamknij" + } + }, + "START-NEW-DMP-DIALOG": { + "IMPORT": "Import", + "FUNCTION-SUPPORTS": "obsługuje", + "JSON-FILES": "pliki .json", + "PRODUCED": "utworzone", + "RDA-SPECIFICATIONS": "zgodnie ze specyfikacjami RDA", + "MACHINE-ACTIONABLE": "dla DMP uruchamianych automatycznie", + "UPLOAD-FILE": "Prześlij plik", + "REPLACE-FILE": "Przenieś plik" + }, + "INVITATION-DIALOG": { + "HINT": "Wpiszj przecinek lub wciśnij enter pomiędzy autorami", + "SUCCESS": "Zaproszenie wysłane", + "ERROR": "Nie udało się wysłać zaproszenia" + }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "Utworzyłeś swój", + "DMP": "DMP", + "TO-DATASET": "Zostaniesz przeniesiony do", + "DATASET": "Zbioru danych", + "EDITOR": "edytora", + "START": "Zaczynamy" + }, + "ACTIONS": { + "VIEW-ALL": "Zobacz wszystko", + "SHOW-MORE": "Pokaż więcej", + "LOAD-MORE": "Załaduj więcej", + "LOAD-LESS": "Załaduj mniej", + "SHOW-LESS": "Pokaż mniej", + "LOG-IN": "Zaloguj się", + "TAKE-A-TOUR": "Potrzebujesz pomocy? Skorzystaj z przewodnika", + "NO-MORE-AVAILABLE": "No more results available" + }, + "PREPOSITIONS": { + "OF": "o" + }, + "TITLES": { + "PREFIX": "{{ APP_NAME }} - ", + "GENERAL": "Kreator planów zarządzania danymi", + "ABOUT": "O aplikacji", + "PRIVACY": "Polityka prywatności", + "OPENSOURCE-LICENCES": "Licencje Opensource", + "TERMS": "Warunki korzystania z usługi", + "COOKIES-POLICY": "Polityka dotycząca plików cookie", + "PLANS": "Moje DMP", + "EXPLORE-PLANS": "Opublikowane DMP", + "QUICK-WIZARD": "Nowy DMP (kreator)", + "PLANS-NEW": "Nowy DMP (ekspert)", + "DMP-NEW": "Nowy DMP", + "DESCRIPTIONS": "My Descriptions", + "EXPLORE": "Published Descriptions", + "DATASETCREATEWIZARD": "Dodaj zbiór danych (kreator)", + "GRANTS": "Moje dotacje", + "DMP-BLUEPRINTS": "DMP Blueprints", + "DATASET-PROFILES": "Szablony zbiorów danych", + "DESCRIPTION-TYPES": "Description Types", + "USERS": "Użytkownicy", + "PROFILE": "Mój profil", + "LOGIN": "Zaloguj", + "DMP-OVERVIEW": "Przegląd DMP", + "DMP-EDIT": "Edytuj DMP", + "DATASET-OVERVIEW": "Przegląd zbioru danych", + "DATASET-EDIT": "Wyświetl/edytuj zbiór danych", + "DMP-NEW-VERSION": "Nowa wersja DMP", + "DMP-CLONE": "Kopiuj DMP", + "DATASET-NEW": "Nowy zbiór danych", + "GRANT-NEW": "Nowa dotacja", + "GRANT-EDIT": "Wyświetl/edytuj dotację", + "DMP-BLUEPRINT-NEW": "New DMP Blueprint", + "DMP-BLUEPRINT-CLONE": "New Clone of DMP Blueprint", + "DMP-BLUEPRINT-EDIT": "Edit DMP Blueprint", + "DATASET-PROFILES-NEW": "Nowy szablon zbioru danych", + "DATASET-PROFILES-EDIT": "Edytuj szablon zbioru danych", + "DESCRIPTION-TYPE-NEW": "New Description Type", + "DESCRIPTION-TYPE-EDIT": "Edit Description Type", + "EXPLORE-PLANS-OVERVIEW": "Podgląd opublikowanych DMP", + "DATASET-PUBLIC-EDIT": "Wyświetl opublikowany zbiór danych", + "DMP-PUBLIC-EDIT": "Wyświetl opublikowany DMP", + "DATASET-COPY": "Kopiuj zbiór danych", + "DATASET-UPDATE": "Aktualizuj zbiór danych", + "DATASET-PROFILES-NEW-VERSION": "Nowa wersja szablonu zbioru danych", + "DATASET-PROFILES-CLONE": "Nowy klon szablonu zbioru danych", + "LANGUAGE-EDITOR": "Edytor języka", + "GUIDE-EDITOR": "Edytor podręcznika użytkownika", + "LANGUAGE": "Język", + "SIGN-IN": "Zaloguj się na konto" + }, + "FILE-TRANSFOMER": { + "PDF": "PDF", + "XML": "XML", + "JSON": "RDA JSON", + "DOC": "Dokument" + }, + "LANGUAGES": { + "en": "Angielski", + "gr": "Grecki", + "es": "Hiszpański", + "de": "Niemiecki", + "tr": "Turecki", + "sk": "Słowacki", + "sr": "Serbski", + "pt": "Portugalski", + "hr": "Chorwacki", + "pl": "Polski" + } + }, + "COOKIE": { + "MESSAGE": "Ta strona korzysta z plików cookie w celu zwiększenia komfortu użytkowania.", + "DISMISS": "Akceptuj", + "DENY": "Odrzuć pliki cookies", + "LINK": "Dowiedz się więcej", + "POLICY": "Polityka dot. plików cookies" + }, + "EMAIL-CONFIRMATION": { + "EXPIRED-EMAIL": "Zaproszenie wysłane przez e-mail wygasło", + "CARD-TITLE": "e-mail", + "REQUEST-EMAIL-HEADER": "Prawie skończyliśmy! Proszę wpisać swój e-mail.", + "REQUEST-EMAIL-TEXT": "Warunkiem korzystania z aplikacji jest potwierdzenie", + "SUBMIT": "Prześlij", + "SENT-EMAIL-HEADER": "E-mail został wysłany! Sprawdź swoją skrzynkę", + "EMAIL-FOUND": "Adres e-mail został potwierdzony" + }, + "HOME": { + "DMPS": "DMPs", + "DATASETS": "Zbiory danych", + "LOGIN": { + "TITLE": "Login", + "TEXT": "Posiadanie konta w {{ APP_NAME_CAPS }} nie jest wymagane" + } + }, + "NAV-BAR": { + "BREADCRUMB-ROOT": "Panel sterowania", + "TITLE": "{{ APP_NAME_CAPS }}", + "GRANTS": "Dotacje", + "GRANT": "Dotacja", + "DMP": "DMP", + "DMPS": "DMPs", + "MY-DMPS": "Mój DMPs", + "DATASETS": "Zbiory danych", + "DESCRIPTION": "Description", + "PUBLIC-DATASETS": "Poznaj {{ APP_NAME_CAPS }}", + "USERS": "Użytkownicy", + "DATASETS-ADMIN": "Szablony zbiorów danych", + "DMP-BLUEPRINTS": "DMP Blueprints", + "ABOUT": "O aplikacji", + "MY-DATASET-DESCRIPTIONS": "MOJE ZBIORY DANYCH", + "DATASET-DESCRIPTION-WIZARD": "Kreator zbioru danych", + "PUBLIC DATASETS": "OPUBLIKOWANE ZBIORY DANYCH", + "PUBLIC-DMPS": "OPUBLIKOWANE DMPS", + "HOME": "Strona główna", + "DMP-WIZARD": "Kreator DMP", + "DATASET-TEMPLATES": "SZABLONY ZBIORU DANYCH", + "TEMPLATE": "SZABLON", + "DMP-BLUEPRINTS-CAPS": "DMP BLUEPRINTS", + "USERS-BREADCRUMB": "UŻYTKOWNICY", + "START-NEW-DMP": "Uruchom nowy DMP", + "START-NEW-DMP-TXT": "Rozpocznij od nowa lub kontynuuj pracę w {{ APP_NAME }}! Utwórz nowy DMP lub prześlij istniejący DMP do {{ APP_NAME }}", + "START-WIZARD": "Uruchom kreator", + "IMPORT-FROM-FILE": "Importuj z pliku", + "SEARCH": { + "DATASET": "Zbiór danych", + "DMP": "DMP", + "GRANT": "Dotacja", + "PUBLISHED": "Opublikowany" + } + }, + "SIDE-BAR": { + "GENERAL": "OGÓLNY", + "ABOUT": "O aplikacji", + "DASHBOARD": "Strona główna", + "DMP": "PLANY ZARZĄDZANIA DANYMI", + "MY-DMPS": "Moje DMPs", + "DATASETS": "ZBIÓR DANYCH", + "GRANTS": "DOTACJE", + "NEW DATASET": "Nowy zbiór danych", + "QUICK-WIZARD": "Nowy DMP (kreator)", + "QUICK-WIZARD-DATASET": "Dodaj zbiór danych (kreator)", + "ADD-EXPERT": "Nowy DMP (Expert)", + "MY-DATASET-DESC": "Opis mojego zbioru danych", + "MY-DESCRIPTIONS": "My Descriptions", + "MY-GRANTS": "Moje dotacje", + "HISTORY": "HISTORIA", + "HISTORY-VISITED": "OSTATNIO ODWIEDZANE", + "HISTORY-EDITED": "OSTATNIO EDYTOWANE", + "PUBLIC": "OPUBLIKOWANE", + "PUBLIC-DMPS": "Publiczne DMPs", + "PUBLIC-DESC": "Public Descriptions", + "ACCOUNT": "KONTO", + "ADMIN": "ADMINISTRATOR", + "DESCRIPTION-TEMPLATES": "Description Templates", + "DESCRIPTION-TEMPLATE-TYPES": "Description Types", + "DMP-BLUEPRINTS": "DMP Blueprints", + "USERS": "Użytkownicy", + "LANGUAGE-EDITOR": "Edytor języka", + "GUIDE-EDITOR": "Edytor podręcznika użytkownika", + "CO-BRANDING": "Wspólne oznaczenie", + "SUPPORT": "Wsparcie", + "FEEDBACK": "Wyślij opinię", + "SUPPORTIVE-MATERIAL": "Materiał Pomocniczy" + }, + "DATASET-PROFILE-EDITOR": { + "TITLE": { + "NEW": "Nowy klient API", + "NEW-PROFILE": "New Description Template", + "NEW-PROFILE-VERSION": "Nowa wersja", + "NEW-PROFILE-CLONE": "Nowy klon" + }, + "FIELDS": { + "DATASET-TITLE": "Description Template Name", + "DATASET-DESCRIPTION": "Opis", + "ROLES": "Role" + }, + "STEPS": { + "GENERAL-INFO": { + "TITLE": "Informacje ogólne", + "DATASET-TEMPLATE-NAME": "Description template name", + "DATASET-TEMPLATE-NAME-HINT": "A title that determines the Description template.", + "DATASET-TEMPLATE-DESCRIPTION": "Opis", + "DATASET-TEMPLATE-DESCRIPTION-HINT": "Krótki opis roli, zakresu i celów zbioru danych", + "DESCRIPTION-TEMPLATE-TYPE": "Description template type", + "DESCRIPTION-TEMPLATE-SELECT-TYPE": "Select a type", + "DATASET-TEMPLATE-LANGUAGE": "Description template language", + "DATASET-TEMPLATE-SELECT-LANGUAGE": "Wybierz język", + "DATASET-TEMPLATE-USERS": "Redaktorzy", + "DATASET-TEMPLATE-USERS-HINT": "Dodaj redaktorów i zapisz zmiany, aby ich powiadomić.", + "DATASET-TEMPLATE-REMOVE-USER": "Usuń redaktora", + "DATASET-TEMPLATE-NO-USERS-YET": "... Nie ma jeszcze redaktorów", + "DATASET-TEMPLATE-VALIDATE-AND-ADD-USER": "Zweryfikuj i dodaj redaktora", + "DATASET-TEMPLATE-DESCRIPTION-PLACEHOLDER": "Opis szablonu zbioru danych", + "UNTITLED": "Bez tytułu", + "QUESTION": "Pytanie", + "TEMPLATE-OUTLINE": "Zarys szablonu", + "ERRORS": { + "USER-NOT-FOUND": "Nie znaleziono użytkownika" + } + }, + "PAGE-INFO": { + "PAGE-NAME": "Nazwa rozdziału", + "PAGE-NAME-HINT": "Set a name for the desciption chapter.", + "PAGE-DESCRIPTION": "Opis", + "PAGE-DESCRIPTION-HINT": "Opisz krótko treść rozdziału", + "ACTIONS": { + "CREATE-FIRST-PAGE": "Utwórz pierwszy rozdział", + "CREATE-NEW-SUBSECTION": "Sekcja", + "CREATE-NEW-SECTION": "Rozdział", + "CREATE-FIRST-SECTION": "Utwórz pierwszy rozdział", + "NOTHING-HERE-HINT": "Nic tu jeszcze nie ma", + "START-CREATING-PAGE-START": "Rozpocznij od", + "START-CREATING-PAGE-END": "tworzenie pierwszego rozdziału", + "CREATE-SECTION": "Utwórz sekcję" + }, + "PAGE": "Rozdział" + }, + "SECTION-INFO": { + "SECTION-NAME": "Nazwa sekcji", + "SECTION-NAME-HINT": "Ustaw nazwę dla sekcji", + "SECTION-DESCRIPTION": "Opis", + "SECTION-DESCRIPTION-HINT": "Opisz krótko treść sekcji.", + "SECTION": "Sekcja" + }, + "PAGES": { + "TITLE": "Opis rozdziału", + "PAGE-PREFIX": "Rozdział", + "PAGE-INPUT-TITLE": "Tytuł rozdziału", + "DATASET-DETAILS": "Szczegóły zbioru danych", + "EXTERNAL-REFERENCES": "Odniesienia zewnętrzne", + "DESCRIPTION": "Opis" + }, + "FORM": { + "TITLE": "Opis formularza", + "SECTION": { + "TITLE": "Informacje o sekcji", + "FIELDS": { + "ID": "Unikalny identyfikator sekcji", + "TITLE": "Nazwa sekcji", + "PAGE": "Strona, która ma się pojawić", + "ORDER": "Kolejność", + "DESCRIPTION": "Opis", + "FIELDS-TITLE": "Pola", + "SUB-SECTIONS-TITLE": "Podsekcje" + }, + "ACTIONS": { + "ADD-SUB-SECTION": "Dodaj podsekcję +", + "ADD-FIELD": "Dodaj pole +" + } + }, + "COMPOSITE-FIELD": { + "TITLE": "Informacje o polu złożonym", + "SIMPLE-FIELD-TITLE": "Informacje o polu", + "SUB-FIELDS-TITLE": "Pola potomne", + "FIELDS": { + "COMPOSITE-CHECKBOX": "Pole złożone", + "MULTIPLICITY-CHECKBOX": "Wielkość", + "COMMENT-CHECKBOX": "Dołącz pole komentarza", + "COMPOSITE-TITLE": "Nazwa pola złożonego", + "FIELD-TITLE": "Nazwa pola", + "DESCRIPTION": "Opis", + "EXTENDED-DESCRIPTION": "Rozszerzony opis", + "ADDITIONAL-INFORMATION": "Informacje dodatkowe", + "MULTIPLICITY-MIN": "$Minimalna wielokrotność$", + "MULTIPLICITY-MAX": "$Maksymalna wielokrotność$", + "MULTIPLICITY-PLACEHOLDER": "$Tekst zastępujący wielokrotność$", + "MULTIPLICITY-TABLEVIEW": "View inputs in table", + "MULTIPLICITY-ADD-ONE-FIELD": "Dodaj więcej", + "MULTIPLICITY-ADD-ONE-FIELD-TABLEVIEW": "Add row", + "ORDER": "Kolejność", + "COMMENT-PLACEHOLDER": "Proszę doprecyzować", + "COMMENT-HINT": "Podaj dodatkowe informacje lub uzasadnienie swojego wyboru", + "SEMANTICS": "Semantics", + "EXPORT": "Uwzględnij w eksporcie" + }, + "ACTIONS": { + "ADD-CHILD-FIELD": "Dodaj pole podrzędne +" + } + }, + "FIELD": { + "FIELDS": { + "RULES-TITLE": "Pytania warunkowe", + "FIELD-RULES-VALUE": "Wartość", + "ID": "Unikalny identyfikator sekcji", + "VIEW-STYLE": "Typ", + "MULTIPLICITY-MIN": "$Minimalna wielokrotność$", + "MULTIPLICITY-MAX": "$Maksymalna wielokrotność$", + "ORDER": "Kolejność", + "DEFAULT-VALUE": "Wartość domyślna", + "VALIDATION": "Sprawdzenie", + "MULTIPLICITY-CHECKBOX": "$Wielokrotność$", + "FIELD-TEXT-AREA-TITLE": "Dane obszaru tekstowego", + "FIELD-TEXT-AREA-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-RICH-TEXT-AREA-TITLE": "Dane obszaru tekstu sformatowanego", + "FIELD-RICH-TEXT-AREA-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-UPLOAD-TITLE": "Prześlij", + "FIELD-UPLOAD-PLACEHOLDER": "Prześlij tekst zastępczy", + "FIELD-UPLOAD-MAX-FILE-SIZE": "Maksymalny rozmiar pliku (do {{maxfilesize}} megabajtów)", + "FIELD-UPLOAD-CUSTOM-FILETYPE": "Inne typy plików", + "FIELD-UPLOAD-SELECT-FILETYPE": "Wybierz typy plików", + "FIELD-UPLOAD-LABEL": "nazwa typu nośnika", + "FIELD-UPLOAD-VALUE": "wartość typu nośnika", + "FIELD-BOOLEAN-DECISION-TITLE": "Dane decyzji logicznej", + "FIELD-BOOLEAN-DECISION-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-CHECKBOX-TITLE": "Dane pola wyboru", + "FIELD-CHECKBOX-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-FREE-TEXT-TITLE": "Dane dotyczące tekstu niesformatowanego", + "FIELD-FREE-TEXT-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-COMBO-BOX-TYPE": "Typ Combo Box", + "FIELD-WORD-LIST-TITLE": "Dane dotyczące listy słów", + "FIELD-WORD-LIST-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-WORD-LIST-LABEL": "Etykieta", + "FIELD-WORD-LIST-VALUE": "Wartość", + "FIELD-INTERNAL-DMP-ENTITIES-TYPE": "$Typ wewnętrznego obiektu DMP$", + "FIELD-RESEARCHERS-TITLE": "Autouzupełnianie badaczy", + "FIELD-RESEARCHERS-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-DATASETS-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-DMPS-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-RADIO-BOX-TITLE": "Dane przełącznika opcji", + "FIELD-RADIO-BOX-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-RADIO-BOX-LABEL": "Etykieta", + "FIELD-RADIO-BOX-VALUE": "Wartość", + "FIELD-AUTOCOMPLETE-TITLE": "Autouzupełnianie danych", + "FIELD-AUTOCOMPLETE-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-AUTOCOMPLETE-SOURCE-TITLE": "Źródła", + "FIELD-AUTOCOMPLETE-ADD_SOURCE": "Dodaj źródło", + "FIELD-AUTOCOMPLETE-TYPE": "Typ źródła", + "FIELD-AUTOCOMPLETE-TYPE-UNCACHED": "$Bez danych tymczasowych$", + "FIELD-AUTOCOMPLETE-TYPE-CACHED": "$Z danymi tymczasowymi$", + "FIELD-AUTOCOMPLETE-LABEL": "Etykieta", + "FIELD-AUTOCOMPLETE-VALUE": "Wartość", + "FIELD-AUTOCOMPLETE-SOURCE": "Źródło", + "FIELD-AUTOCOMPLETE-URL": "Url", + "FIELD-AUTOCOMPLETE-OPTIONS-ROOT": "$Opcje główne$", + "FIELD-AUTOCOMPLETE-HAS-AUTH": "Has Authentication", + "FIELD-AUTOCOMPLETE-AUTH-METHOD": "Method", + "FIELD-AUTOCOMPLETE-AUTH-BODY": "Request Body", + "FIELD-AUTOCOMPLETE-AUTH-TYPE": "Authentication Type", + "FIELD-DATE-PICKER-TITLE": "Wybierz datę", + "FIELD-DATE-PICKER-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-DATE-PICKER-LABEL": "Etykieta", + "FIELD-DATE-PICKER-VALUE": "Wartość", + "FIELD-MULTIPLE-AUTOCOMPLETE": "$Powiel autouzupełnianie$", + "FIELD-MULTIPLE-WORDLIST": "Pole wielokrotnego wyboru", + "FIELD-CURRENCY-TITLE": "$Dane dotyczące częstotliwości użycia$", + "FIELD-CURRENCY-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-REGISTRIES-TITLE": "Metadane", + "FIELD-REGISTRIES-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-SERVICES-TITLE": "Dane usług", + "FIELD-SERVICES-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-ORGANIZATIONS-TITLE": "Dane organizacji", + "FIELD-ORGANIZATIONS-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-EXTERNAL-DATASETS-TITLE": "Dane zewnętrznych zbiorów danych", + "FIELD-EXTERNAL-DATASETS-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-DATA-REPOSITORIES-TITLE": "Dane repozytoriów danych", + "FIELD-DATA-REPOSITORIES-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-PUB-REPOSITORIES-TITLE": "Repozytoria publikacji", + "FIELD-PUB-REPOSITORIES-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-JOURNALS-REPOSITORIES-TITLE": "Dzienniki", + "FIELD-JOURNALS-REPOSITORIES-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-TAXONOMIES-TITLE": "Dane dotyczące taksonomii", + "FIELD-TAXONOMIES-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-LICENSES-TITLE": "Dane licencji", + "FIELD-LICENSES-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-PUBLICATIONS-TITLE": "Dane publikacji", + "FIELD-PUBLICATIONS-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-TAGS-TITLE": "Dane tagów", + "FIELD-TAGS-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-DATASET-IDENTIFIER-TITLE": "Dane identyfikatora zbioru danych", + "FIELD-DATASET-IDENTIFIER-PLACEHOLDER": "Wprowadź tekst zastępczy", + "FIELD-VALIDATOR-TITLE": "Walidator danych", + "FIELD-VALIDATOR-PLACEHOLDER": "Wprowadź tekst zastępczy", + "EXTERNAL-DATASET-TYPE-NAME": "Typ", + "EXTERNAL-DATASET-TYPES": { + "PRODUCED": "Utworzony zbiór danych", + "REUSED": "Ponownie wykorzystany zestaw danych", + "OTHER": "Inne" + } + }, + "ERROR-MESSAGES": { + "FIELD-OTHER-SOURCES-REQUIRED": "Należy podać co najmniej jedno źródło.", + "FIELD-RADIO-AT-LEAST-ONE-REQUIRED": "Należy podać co najmniej jedną opcję.", + "FIELD-SELECT-AT-LEAST-ONE-REQUIRED": "Należy podać co najmniej jedną opcję." + }, + "DEFAULT-VALUES": { + "NONE": "Brak", + "BOOLEAN-DECISION": { + "YES": "Tak", + "NO": "Nie" + }, + "CHECK-BOX": { + "CHECKED": "Zaznaczone", + "UNCHECKED": "Niezaznaczone" + } + }, + "ACTIONS": { + "ADD-RULE": "Dodaj regułę widoczności +" + }, + "STATUS": { + "CALCULATING-PREVIEW": "... generowanie podglądu", + "PREVIEW-UPDATED": "Podgląd zaktualizowany!" + } + }, + "RULE": { + "FIELDS": { + "RULE-TYPE": "Rodzaj reguły", + "TARGET": "Identyfikator pola", + "VALUE": "Wymagana wartość", + "RULE-IF": "Jeśli wartość wynosi", + "RULE-THEN": "następnie pokaż pytanie", + "FIELDSETS": "Pytania", + "FIELDS": "Wejścia" + }, + "HINTS": { + "ELEMENT-CHILD-OF-TARGET": "Ten element jest nadrzędny dla? wybranego wejścia.", + "ELEMENT-HIDDEN-FROM-ELEMENT": "Ten element ukrywa element lub element nadrzędny danych wejściowych, z których próbujesz zastosować regułę widoczności." + } + }, + "FORM-VALIDATION": { + "ERROR-MESSAGES": { + "PAGE-MUST-HAVE-SECTION": "Każdy rozdział musi mieć przynajmniej jedną sekcję.", + "NEEDS-MORE-INFORMATION": " potrzebuje więcej informacji.", + "MUST-HAVE-SECTION-OR-FIELDSET": " musi zawierać sekcję lub pytanie.", + "MISSING": "Brak", + "PROVIDE-PAGE-AND-SECTION": "Upewnij się, że wprowadzono rozdział i co najmniej jedną sekcję na rozdział." + } + }, + "TABLE-OF-CONTENTS": { + "ERROR-MESSAGES": { + "FIELDSET-MUST-HAVE-PARENT-SECTION": "Pytanie może być tylko w ramch sekcji.", + "INPUT-SECTION-SAME-LEVEL": "Nie może mieć pytania i sekcji na tym samym poziomie.", + "DRAG-NOT-SUPPORTED": "Funkcja przeciągnij i upuść sekcję nie obsługuje miejsca docelowego.", + "PAGE-ELEMENT-ONLY-TOP-LEVEL": "Elementy rozdziału mogą znajdować się tylko na najwyższym poziomie" + } + } + }, + "TOOLKIT": { + "GENERAL-TOOLS": "Narzędzia pytań", + "NEW-INPUT-SET": "Dodaj pytanie", + "CLONE": "Klonuj", + "DELETE": "Usuń" + } + }, + "ACTIONS": { + "SAVE": "Zapisz", + "SAVE-AND-CONTINUE": "Zapisz i kontynuuj", + "SAVE-AND-CLOSE": "Zapisz i zamknij", + "FINALIZE": "Zakończ", + "UPDATE": "Aktualizuj", + "UPDATE-AND-CONTINUE": "Aktualizuj i kontynuuj", + "UPDATE-AND-CLOSE": "Aktualizuj i zamknij", + "CANCEL": "Anuluj", + "DELETE": "Usuń", + "ADD-PAGE": "Dodaj stronę +", + "ADD-SECTION": "Dodaj sekcję +", + "VALIDATE": "Sprawdź", + "PREVIEW-AND-FINALIZE": "Zobacz podgląd i zakończ", + "BACK-TO-TOP": "Powrót do gory", + "FIELD": { + "MAKE-IT-REQUIRED": "Wymagaj wprowadzenia", + "ADD-VISIBILITY-RULE": "Ustaw pytanie warunkowe", + "DELETE-INPUT": "Usuń", + "PREVIEW": "Podgląd", + "NOT-INITIALIZED": "Jeszcze nie rozpoczęto", + "MOVE-UP": "Przenieś to wprowadzanie wyżej", + "MOVE-DOWN": "Przesuń to wprowadzenie poniżej" + }, + "FIELDSET": { + "ADD-INPUT": "Dodaj wprowadzenie", + "COMMENT-FIELD": "Pole komentarza", + "INCLUDE-COMMENT-FIELD": "Do podanego pytania dołączane jest pole komentarza.", + "ENABLE-MULTIPLICITY": "Użytkownik może udzielić więcej niż jednej odpowiedzi na dane pytanie.", + "MULTIPLICITY": "Wielokrotność", + "MORE": "Więcej..." + } + }, + "FEEDBACK-MESSAGES": { + "SAVE-SUCCESS": "Zmiany zostały zapisane." + }, + "ERRORS": { + "INVALID-VISIBILITY-RULES": { + "MESSAGE-START": "Wykryto nieprawidłowe reguły widoczności w ", + "MESSAGE-END": ". Czy chcesz je naprawić?", + "CONFIRM-YES": "Tak, usuń niepoprawne reguły", + "CONFIRM-NO": "Nie, zachowaj je", + "REMOVE-SUCCESS": "Nieprawidłowe reguły widoczności zostały usunięte." + } + } + }, + "GRANT-LISTING": { + "TITLE": "Dotacje", + "SUBTITLE": "Podtytuł dotacji", + "ACTIONS": { + "NEW": "Nowa dotacja" + } + }, + "DMP-LISTING": { + "DMP": "DMP", + "GRANT": "Dotacja", + "TITLE": "Plany zarządzania danymi", + "OWNER": "Właściciel", + "MEMBER": "Członek", + "CREATOR": "Twórca", + "EDITED": "Edytowano", + "FINALIZED": "Zakończone", + "PUBLISHED": "Opublikowane", + "VERSION": "Wersja", + "CONTAINED-DESCRIPTIONS": "Contained Descriptions", + "TEXT-INFO": "„Informacje w DMP pokazują, w jaki sposób zbiory danych zostały zebrane i/lub wygenerowane, w jaki sposób zostały przetworzone i przeanalizowane, tj. za pomocą jakich narzędzi, standardów, metodologii itp., ale także gdzie i w jaki sposób kopie zapasowe zbiorów danych są tworzone , opublikowane i zachowane, w tym wszelkie koszty związane z personelem zajmującym się przechowywaniem/zarządzaniem danymi lub koszty nabycia lub tworzenia usług zarządzania danymi.", + "TEXT-INFO-QUESTION": "Nie wiesz, jak DMP wygląda w praktyce? Przeglądaj publiczne DMP i", + "LINK-ZENODO": "Społeczność LIBER w Zenodo", + "GET-IDEA": "wpadnij na pomysł!", + "SORT-BY": "Sortuj według", + "COLUMNS": { + "NAME": "Nazwa", + "GRANT": "Dotacja", + "PROFILE": "Szablon", + "CREATION-TIME": "Czas utworzenia", + "ORGANISATIONS": "Organizacje", + "LATEST_VERSION": "Ostatnia wersja", + "ACTIONS": "Działania", + "DATASETS": "Zbiory danych", + "STATUS": "Status", + "PEOPLE": "Ludzie", + "VERSION": "Wersja" + }, + "ACTIONS": { + "NEW": "Nowy DMP", + "NEW-WITH-WIZARD": "Nowy DMP z wykorzystaniem kreatora", + "EDIT": "Edytuj", + "INVITE": "Zaproś współtwórców", + "INVITE-AUTHORS": "Zaproś autorów", + "INVITE-SHORT": "Zaproś", + "ADD-DATASET": "Dodaj zbiór danych do DMP", + "ADD-DESCRIPTION-SHORT": "Add Description", + "ADD-DESCRIPTION-FOR-SECTION": "Add Description", + "DATASETS": "Wyświetl na liście wszystkie zbiory danych DMP", + "NEW-VERSION": "Nowa wersja", + "START-NEW-VERSION": "Rozpocznij nową wersję", + "VIEW-VERSION": "Wszystkie wersje DMP", + "CLONE": "Klonuj", + "COPY": "Kopiuj", + "DELETE": "Usuń", + "DEPOSIT": "Przechowaj", + "EXPORT": "Eksportuj", + "MAKE-PUBLIC": "Upublicznij", + "PUBLISH": "Opublikuj", + "FINALIZE": "Zakończ", + "UNFINALIZE": "Cofnij finalizację", + "ADV-EXP": "Zaawansowany eksport", + "EXP-AS": "Eksportuj jako", + "DOWNLOAD-XML": "Pobierz XML", + "DOWNLOAD-DOCX": "Pobierz document", + "DOWNLOAD-PDF": "Pobierz PDF", + "SETTINGS": "Ustawienia", + "GETDOI": "Zdobądź DOI" + }, + "TOOLTIP": { + "DMP-STATUS": { + "DRAFT": "Prywatny dostęp - Edytowalny DMP", + "FINALIZED": "Prywatny dostęp - Zamknięty DMP", + "PUBLISHED": "Dostęp publiczny – Zamknięty DMP" + }, + "LEVEL-OF-ACCESS": "Poziom dostępu", + "INVOLVED-DATASETS": "Zaangażowane zbiory danych", + "TEMPLATES-INVOLVED": "Zaangażowane szablony zbiorów danych" + }, + "VIEW-ALL-VERSIONS": "Wszystkie wersje", + "EMPTY-LIST": "Nic tu jeszcze nie ma" + }, + "DMP-PUBLIC-LISTING": { + "TITLE": "Opublikowane plany zarządzania danymi", + "OWNER": "Właściciel", + "MEMBER": "Członek", + "CREATOR": "Twórca", + "VIEW-ONLY": "Tylko do wyświetlenia", + "TOOLTIP": { + "PUBLISHED": "Dostęp publiczny – Zamknięty DMP", + "INVOLVED-DATASETS": "Zaangażowane zbiory danych", + "TEMPLATES-INVOLVED": "Zaangażowane szablony zbiorów danych" + }, + "EMPTY-LIST": "Puste pole" + }, + "DMP-UPLOAD": { + "TITLE": "Importuj plan zarządzania danymi", + "UPLOAD-BUTTON": "Prześlij", + "UPLOAD-SUCCESS": "Import zakończył się pomyślnie", + "ACTIONS": { + "IMPORT": "Importuj", + "CANCEL": "Anuluj" + }, + "PLACEHOLDER": "Tytuł DMP" + }, + "DATASET-WIZARD": { + "TITLE": { + "NEW": "Nowy zbiór danych" + }, + "EDITOR": { + "FIELDS": { + "EXTERNAL-DATASET-TYPE": "Typ", + "EXTERNAL-AUTOCOMPLETE-SUBTITLE": "Źródło", + "EXTERNAL-AUTOCOMPLETE-NO-SOURCE": "Źródło nie zostało podane" + } + }, + "FIRST-STEP": { + "TITLE": "Informacje o zbiorze danych", + "DMP": "Plan zarządzania danymi", + "PROFILE": "Szablon zbioru danych", + "SUB-TITLE": "Utwórz w: " + }, + "SECOND-STEP": { + "TITLE": "Odniesienia zewnętrzne", + "EXTERNAL-HINT": "Lista wartości dostarczanych przez zewnętrzne źródła" + }, + "THIRD-STEP": { + "TITLE": "Opis" + }, + "ACTIONS": { + "NEXT": "Dalej", + "BACK": "Cofnij", + "CLOSE": "Zamknij", + "BACK-TO": "Powrót do", + "DELETE": "Usuń", + "GO-TO-GRANT": "Przejdź do zbioru danych dotacji", + "GO-TO-DMP": "Przejdź do zbioru danych DMP", + "SAVE": "Zapisz", + "SAVE-AND-CONTINUE": "Zapisz i kontynuuj", + "SAVE-AND-ADD": "Zapisz i dodaj nowy", + "SAVE-AND-CLOSE": "Zapisz i zamknij", + "SAVE-AND-FINALISE": "Zapisz i zakończ", + "FINALIZE": "Zakończ", + "REVERSE": "Cofnij zakończ", + "INFO": "Zbiory danych zamkniętych DMP nie mogą powrócić do niezakończonych", + "LOCK": "Zbiór danych jest zablokowany przez innego użytkownika", + "DOWNLOAD-PDF": "Pobierz PDF", + "DOWNLOAD-XML": "Pobierz XML", + "DOWNLOAD-DOCX": "Pobierz DOCX", + "COPY-DESCRIPTION": "Copy Description", + "UPDATE-DATASET-PROFILE": "Aktualizuj szblon", + "VALIDATE": "Sprawdź", + "UNDO-FINALIZATION-QUESTION": "Cofnąć finalizację?", + "CONFIRM": "Tak", + "REJECT": "Nie" + }, + "MESSAGES": { + "DATASET-NOT-FOUND": "Zbiór danych nie istnieje", + "DATASET-NOT-ALLOWED": "Nie masz dostępu do tego zbioru danych", + "SUCCESS-UPDATE-DATASET-PROFILE": "Szablon zestawu danych został zaktualizowany ", + "MISSING-FIELDS": "Niektóre wymagane pola są niewypełnione. Sprawdź DMP i upewnij się, że udzielono odpowiedzi na wszystkie wymagane pytania, a adresy URL zawierają prawidłowe dane wejściowe. (Brakujące pola są zaznaczone na czerwono)", + "NO-FILES-SELECTED": "Nie zaznaczono pliku do przesłania", + "LARGE-FILE-OR-UNACCEPTED-TYPE": "Plik jest za duży lub jego typ nie jest obsługiwany.", + "MAX-FILE-SIZE": "Przesyłane pliki powinny mieć do {{maxfilesize}} MB.", + "ACCEPTED-FILE-TRANSFOMER": "Obsługiwane typy nośników to: " + }, + "UPLOAD": { + "UPLOAD-XML": "Importuj", + "UPLOAD-XML-FILE-TITLE": "Importuj szablon zbioru danych", + "UPLOAD-XML-NAME": "Nazwa szablonu zbioru danych", + "UPLOAD-XML-IMPORT": "Plik", + "UPLOAD-XML-FILE-CANCEL": "Anuluj" + }, + "NEW-VERSION-FROM-FILE": { + "NEW-VERSION-XML": "Import", + "NEW-VERSION-XML-FILE-TITLE": "New Version from File for {{datasetName}}", + "NEW-VERSION-XML-FILE-CANCEL": "Cancel", + "NEW-VERSION-XML-SUCCESSFUL": "New Version successfully uploaded" + }, + "DIALOGUE": { + "TITLE": "Skopiuj zbiór danych do DMP", + "DMP-SEARCH": { + "PLACEHOLDER": "Szukaj DMP" + }, + "COPY": "Kopiuj", + "CANCEL": "Anuluj", + "NEXT": "Dalej", + "ERROR-MESSAGE": "Nie zawiera tego szablonu zbioru danych" + }, + "LOCKED": { + "TITLE": "Zbiór danych jest zablokowany", + "MESSAGE": "W tej chwili ktoś inny modyfikuje ten zbiór danych. Możesz przeglądać ten zbiór danych, ale nie możesz wprowadzać żadnych zmian. Jeśli chcesz go zmodyfikować, wróć później." + } + }, + "DMP-OVERVIEW": { + "GRANT": "Dotacja", + "DMP-AUTHORS": "Autorzy DMP", + "RESEARCHERS": "Naukowcy", + "DESCRIPTIONS-USED": "Descriptions used", + "COLLABORATORS": "Współpracownicy", + "PUBLIC": "Publiczny", + "PRIVATE": "Prywatny", + "LOCKED": "Zablokowany", + "UNLOCKED": "Odblokowany", + "YOU": "ty", + "LOCK": "Blokada", + "TOOLTIP": { + "LEVEL-OF-ACCESS": "Poziom dostępu", + "INVOLVED-DATASETS": "Zaangażowane zbiory danych", + "TEMPLATES-INVOLVED": "Zaangażowane szablony zbiorów danych" + }, + "ERROR": { + "DELETED-DMP": "Żądany DMP został usunięty", + "FORBIDEN-DMP": "Nie masz dostępu do tego DMP" + }, + "MULTIPLE-DIALOG": { + "ZENODO-LOGIN": "Zaloguj się za pomocą Zenodo", + "USE-DEFAULT": "Użyj domyślnego tokena" + }, + "DEPOSIT": { + "ACCOUNT-LOGIN": "Which account would you like to use?", + "LOGIN": "Login with {{repository}}", + "NO-REPOSITORIES": "No publishing repositories", + "SELECT-REPOSITORIES": "Select repositories to deposit", + "AUTHORIZE": "Proceed to authorization", + "CANCEL": "Cancel" + }, + "LOCKED-DIALOG": { + "TITLE": "DMP jest zablokowany", + "MESSAGE": "W tej chwili ktoś inny modyfikuje ten zbiór danych. Możesz przeglądać ten zbiór danych, ale nie możesz wprowadzać żadnych zmian. Jeśli chcesz go zmodyfikować, wróć później." + }, + "MIN-DESCRIPTIONS-DIALOG": { + "TITLE": "Min({{minMultiplicity}}) datasets needed using this template.", + "MESSAGE": "Add dataset." + } + }, + "DATASET-OVERVIEW": { + "DESCRIPTION-AUTHORS": "Description authors", + "ERROR": { + "DELETED-DATASET": "Żądany zbiór danych został usunięty", + "FORBIDEN-DATASET": "Nie masz dostępu do tego zbioru danych" + }, + "LOCKED": { + "TITLE": "Zbiór danych jest zablokowany", + "MESSAGE": "W tej chwili ktoś inny modyfikuje ten zbiór danych. Możesz przeglądać ten zbiór danych, ale nie możesz wprowadzać żadnych zmian. Jeśli chcesz go zmodyfikować, wróć później." + }, + "FINALISE-POPUP": { + "MESSAGE": "Zostaniesz przekierowany do edytora zbioru danych, gdzie możesz sfinalizować wybrany zbiór danych. Czy chcesz kontynuować?", + "CONFIRM": "OK", + "CANCEL": "Anuluj" + } + }, + "DATASET-LISTING": { + "TITLE": "Zbiory danych", + "DESCRIPTION": "Description", + "SELECT-DESCRIPTIONS-TO-CLONE": "Select which descriptions to include in the new DMP. Selected descriptions will be editable.", + "SELECT-DESCRIPTIONS-NONE": "Not available Descriptions for this DMP.", + "TEXT-INFO": "Zbiory danych są dokumentowane zgodnie ze wstępnie zdefiniowanymi szablonami, które ustalają zawartość opisów zbiorów danych. W {{ APP_NAME }} DMP może zawierać tyle opisów zbiorów danych, ile zbiorów danych dokumentuje. Przeglądaj", + "TEXT-INFO-REST": " w celu zapoznania się z zbiorami danych opisanymi w {{ APP_NAME }} DMPs", + "LINK-PUBLIC-DATASETS": "Publiczne zbiory danych", + "TEXT-INFO-PAR": "Nowe zbiory danych można dodawać do istniejących DMP w dowolnym momencie i opisywać za pomocą więcej niż jednego szablonu. Zbiory danych można również kopiować i ponownie wykorzystywać w innych DMP, a także usuwać bez negatywnego wpływu na DMP jako całość.", + "COLUMNS": { + "NAME": "Nazwa", + "REFERNCE": "Odniesienie", + "GRANT": "Dotacja", + "URI": "Uri", + "STATUS": "Status", + "DESCRIPTION": "Opis", + "CREATED": "Utworzony", + "PUBLISHED": "Opublikowane", + "FINALIZED": "Sfinalizowane", + "LAST-EDITED": "Ostatnia edycja", + "ACTIONS": "Działania", + "DMP": "DMP", + "PROFILE": "Szablon", + "DATAREPOSITORIES": "Repozytoria danych", + "REGISTRIES": "Rejestry", + "SERVICES": "Usługi" + }, + "ACTIONS": { + "EDIT": "Edytuj", + "MAKE-IT-PUBLIC": "Upublicznij", + "VIEW": "Widok", + "NEW": "Nowy zbiór danych", + "CREATE-NEW": "Utwórz nowy zbiór danych", + "EXPORT": "Eksportuj", + "INVITE-COLLABORATORS": "Zaproś współpracowników", + "INVITE-SHORT": "Zaproś" + }, + "STATES": { + "EDITED": "Edytowany", + "PUBLIC": "Publiczny", + "FINALIZED": "Zakończony", + "PUBLISHED": "Opublikowany" + }, + "TOOLTIP": { + "DATASET-STATUS": { + "DRAFT": "Prywatny dostęp - Edytowalny zbiór danych", + "FINALIZED": "Prywatny dostęp - Zamknięty zbiór danych" + }, + "DMP": "DMP", + "GRANT": "Dotacja", + "TEMPLATES-INVOLVED": "Szablon zbioru danych", + "VERSION": "Wersja DMP", + "PART-OF": "Część", + "TO-DMP": "Do DMP", + "DMP-FOR": "DMP dla" + }, + "EMPTY-LIST": "Jeszcze nic tu nie ma" + }, + "DATASET-PUBLIC-LISTING": { + "TITLE": "Opublikowane zbiory danych", + "TOOLTIP": { + "FINALIZED": "Prywatny dostęp - Zamknięty zbiór danych", + "DMP": "DMP", + "GRANT": "Dotacja", + "TEMPLATES-INVOLVED": "Szablon zbioru danych" + }, + "EMPTY-LIST": "Nic tu jeszcze nie ma" + }, + "DATASET-PROFILE-LISTING": { + "TITLE": "Description Templates", + "COLUMNS": { + "NAME": "Nazwa", + "REFERNCE": "Odniesienie", + "GRANT": "Dotacja", + "URI": "Uri", + "ROLE": "Rola", + "TEMPLATE": "Szablon", + "ORGANIZATION": "Organizacja", + "STATUS": "Status", + "VISITED": "Odwiedzono", + "EDITED": "Edytowano", + "DESCRIPTION": "Opis", + "CREATED": "Utworzono", + "ACTIONS": "Działania", + "DMP": "DMP", + "PROFILE": "Szablon", + "DATAREPOSITORIES": "Repozytoria danych", + "REGISTRIES": "Rejestry", + "SERVICES": "Usługi" + }, + "ACTIONS": { + "EDIT": "Edytuj", + "MAKE-IT-PUBLIC": "Upublicznij", + "VIEW": "Widok", + "CLONE": "Klonuj", + "NEW-VERSION": "Nowa wersja", + "NEW-VERSION-FROM-FILE": "New Version from File", + "VIEW-VERSIONS": "All Description Template Versions", + "DELETE": "Usuń", + "CREATE-DESCRIPTION-TEMPLATE": "Create Description Template" + } + }, + "DESCRIPTION-TYPES-LISTING": { + "TITLE": "Description Types", + "CREATE-TYPE": "Create Description Type", + "COLUMNS": { + "NAME": "Name", + "STATUS": "Status" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "ACTIONS": { + "DELETE": "Delete" + } + }, + "DATASET-UPLOAD": { + "TITLE": "Importuj zbiór danych", + "UPLOAD-BUTTON": "Prześlij", + "ACTIONS": { + "IMPORT": "Importuj", + "CANCEL": "Anuluj" + }, + "PLACEHOLDER": "Tytuł zbioru danych", + "DATASET-PROFILE": { + "SELECT": "Wybierz szablon zbioru danych" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Zaimportowano", + "UNSUCCESSFUL": "Coś poszło nie tak" + } + }, + "DESCRIPTION-TYPE-EDITOR": { + "NEW": "New Description Type", + "FIELDS": { + "LABEL": "Name" + }, + "ACTIONS": { + "SAVE": "Save", + "FINALIZE": "Finalize", + "CANCEL": "Cancel" + } + }, + "DMP-BLUEPRINT-EDITOR": { + "TITLE": { + "NEW": "New DMP Blueprint", + "NEW-PROFILE-CLONE": "New Clone Of ", + "EDIT": "Edytuj" + }, + "FIELDS": { + "TITLE": "Pola", + "LABEL": "Nazwa", + "TYPE": "Typ", + "DATATYPE": "Typ danych", + "REQUIRED": "Wymagane", + "FIELD-MULTIPLE-SELECT": "Multiple", + "EXTERNAL-AUTOCOMPLETE": { + "TITLE": "Autouzupełnanie danych", + "MULTIPLE-AUTOCOMPLETE": "Wielokrotne autouzupełnianie", + "PLACEHOLDER": "Wprowadź symbol zastępczy", + "URL": "Url", + "OPTIONS-ROOT": "$Opcje główne$", + "LABEL": "Etykieta", + "VALUE": "Wartość" + } + }, + "ACTIONS": { + "SAVE": "Zapisz", + "CANCEL": "Anuluj", + "DELETE": "Usuń", + "FINALIZE": "Finalizuj", + "DOWNLOAD-XML": "Pobierz XML" + }, + "CONFIRM-DELETE-DIALOG": { + "MESSAGE": "Czy chcesz usunąć ten szablon DMP?", + "CONFIRM-BUTTON": "Tak, usuń", + "CANCEL-BUTTON": "Nie" + } + }, + "GRANT-EDITOR": { + "TITLE": { + "NEW": "Nowa dotacja", + "EDIT": "Edytuj" + }, + "FIELDS": { + "LABEL": "Tytuł", + "ABBREVIATION": "Skrót", + "URI": "URL", + "START": "Start", + "END": "Koniec", + "DESCRIPTION": "Opis", + "LOGO": "Logo dotacji" + }, + "ACTIONS": { + "SAVE": "Zapisz", + "CANCEL": "Cofnij", + "DELETE": "Usuń", + "GO-TO-DMPS": "Przejdź do DMP", + "VISIT-WEBSITE": "Odwiedź witrynę" + } + }, + "DMP-EDITOR": { + "TITLE": { + "NEW": "Nowy plan zarządzania danymi", + "EDIT": "Edytuj", + "EDIT-DMP": "Edytuj DMP", + "ADD-DATASET": "Dodawanie zbioru danych", + "EDIT-DESCRIPTION": "Editing Description", + "CLONE-DMP": "Klonuj", + "NEW-VERSION": "Nowa wersja", + "CREATE-DATASET": "Tworzenie zbioru danych", + "SUBTITLE": "DOI", + "PREVIEW-DATASET": "Podgląd zbioru danych" + }, + "FIELDS": { + "NAME": "Tytuł DMP", + "RELATED-GRANT": "Dotacja pokrewna", + "DESCRIPTION": "Opis", + "DESCRIPTION-HINT": "Krótko opisz kontekst i cel DMP", + "ORGANISATIONS": "Organizacje", + "ORGANISATIONS-HINT": "Dodaj tutaj nazwy organizacji przyczyniających się do tworzenia i rewizji DMP", + "RESEARCHERS": "Naukowcy", + "RESEARCHERS-HINT": "Dodaj tutaj nazwiska osób, które wyprodukowały, przetworzyły, przeanalizowały dane opisane w DMP.", + "AUTHORS": "Autorzy", + "TEMPLATES": "Szablony", + "TEMPLATE": "Szablony DMP", + "DATASET-TEMPLATES": "Powiązane szablony zbiorów danych", + "SELECT-TEMPLATE": "Select a template to describe your descriptions", + "PROFILE": "Szablon DMP", + "PROJECT": "Projekt", + "GRANT": "Dotacja", + "GRANTS": "Dotacje", + "GRANTS-HINT": "Znajdź dotację na swoje badania lub dodaj nowy", + "FUNDER": "Jednostka finansująca", + "FUNDER-HINT": "Wybierz sponsora swoich badań lub dodaj nowego", + "FUNDING-ORGANIZATIONS": "Organizacje finansujące", + "PROJECT-HINT": "Projekty w {{ APP_NAME }} są postrzegane jako odrębne działania objęte dotacją lub wspólne działania w ramach różnych dotacji w schematach współpracy, np.: otwarte zaproszenie do wnoszenia wkładów. Proszę wypełnić je w celu uzyskania dotacji powiązanej z organizacją, jeśli projekt podlega tej kategorii. We wszystkich innych przypadkach należy zostawić puste pole, które zostanie uzupełnione automatycznie.", + "STATUS": "Status DMP", + "EXTERNAL-SOURCE-HINT": "Lista wartości dostarczanych przez zewnętrzne źródła", + "COLLABORATORS": "Współpracownicy", + "LANGUAGE": "Język", + "LANGUAGE-HINT": "Wybierz język swojego DMP", + "LICENSE": "Licencja", + "VISIBILITY": "Prawa dostępu", + "VISIBILITY-HINT": "Wybierz sposób wyświetlania DMP po opublikowaniu w Zenodo. Wybierając Otwarty dostęp, DMP będzie otwarty w Zenodo po dacie publikacji. Wybierając ograniczony dostęp, DMP zostanie ograniczony po publikacji.", + "PUBLICATION": "Data publikacji", + "CONTACT": "Kontakt", + "COST": "Koszty", + "DESCRIPTIONS": "Descriptions" + }, + "ACTIONS": { + "GO-TO-GRANT": "Przejdź do dotacji DMP", + "GO-TO-DATASETS": "Przejdź do zbiorów danych", + "SAVE-CHANGES": "Zapisz zmiany", + "SAVE": "Zapisz", + "CANCEL": "Cofnij", + "DELETE": "Usuń", + "DELETE-DATASET": "Usuń zbiór danych", + "DISCARD": "Przerwij", + "FINALISE": "Finalizacja", + "LOCK": "DMP jest zablokowany przez innego użytkownika", + "PERMISSION": "Nie masz uprawnień do edycji tego DMP", + "INSERT-MANUALLY": "Wstaw ręcznie", + "CREATE-DATASET": "Utwórz nowy", + "DISABLED-EXPORT": "Please save your changes to export this DMP" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Dodaj opis", + "ORGANIZATION": "Wybierz organizację", + "AUTHORS": "Wybierz autorów", + "RESEARCHERS": "Wybierz naukowców" + }, + "SNACK-BAR": { + "UNSUCCESSFUL-DOI": "Nie udało się utworzyć DOI", + "SUCCESSFUL-DOI": "Utworzono DOI", + "UNSUCCESSFUL-FINALIZE": "Nieudana finalizacja DMP" + }, + "DESCRIPTION-TEMPLATE-LIST": { + "TITLE": "Available Description Templates", + "TEXT": "Descriptions selected: ", + "OK": "OK" + }, + "VISIBILITY": { + "PUBLIC": "Otwarty dostęp", + "RESTRICTED": "Ograniczony dostęp" + }, + "STEPPER": { + "USER-GUIDE": "Instrukcja krok po kroku", + "MAIN-INFO": "Główne informacje", + "FUNDING-INFO": "Finansowanie", + "DATASET-SELECTION": "Wybór zbioru danych", + "DESCRIPTION-INFO": "Description info", + "LICENSE-INFO": "Licencja", + "DATASET": "Zbiór danych", + "PREVIOUS": "Poprzedni", + "NEXT": "Następny" + }, + "MAIN-INFO": { + "INTRO": "DMP w {{ APP_NAME }} składa się z kluczowych informacji o badaniach, takich jak zamysł, cele i zaangażowani naukowcy, ale także o dokumentacji zbiorów danych badawczych, które podkreślają podjęte kroki i środki stosowane w ramach działań związanych z zarządzaniem danymi", + "HINT": "Krótki opis treści, zakresu i celów DMP.", + "TYPING": "Wpisz więcej liter nazwy, aby łatwiej było znaleźć właściwą.", + "UNIQUE-IDENTIFIER": "Niepowtarzalny identyfikator", + "RESEARCHER-IDENTIFIER-EXISTS": "Identyfikator naukowca już istnieje.", + "ORGANISATION-IDENTIFIER-EXSTS": "Identyfikator organizacji już istnieje.", + "IDENTIFIER-EXISTS-RESEARCHER-LIST": "Ten identyfikator jest już używany przez naukowca figurującego na liście naukowców.", + "IDENTIFIER-EXISTS-ORGANISATION-LIST": "Ten identyfikator jest już używany przez organizację figurującą na liście organizacji.", + "SAVE": "Zapisz", + "CANCEL": "Anuluj" + }, + "FUNDING-INFO": { + "INTRO": "Używasz edytora DMP. Dodaj tutaj informacje o zakresie, finansowaniu, aktorach twojego DMP i zdecyduj o kwestiach dostępu i ponownego wykorzystania dla tworzonego przez ciebie wyniku DMP.", + "FIND": "Nie możesz znaleźć właściwego?", + "UNIQUE-IDENTIFIER": "Niepowtarzalny identyfikator", + "IDENTIFIER-FUNDER-EXISTS": "Jednostka finansująca o podanym identyfikatorze istnieje.", + "IDENTIFIER-GRANT-EXISTS": "Dotacja o podanym identyfikatorze istnieje.", + "IDENTIFIER-PROJECT-EXISTS": "Projekt o podanym identyfikatorze istnieje." + }, + "DATASET-INFO": { + "INTRO": "DMP w {{ APP_NAME }} składa się z kluczowych informacji o badaniach, takich jak zamysł, cele i zaangażowani naukowcy, ale także o dokumentacji zbiorów danych badawczych, która podkreśla podjęte kroki i środki zastosowane w ramach działań związanych z zarządzaniem danymi.", + "SECOND-INTRO": "Zbiory danych są dokumentowane zgodnie ze wstępnie zdefiniowanymi szablonami, które ustalają zawartość opisów zbiorów danych. W {{ APP_NAME }} DMP może zawierać tyle opisów zestawów danych, ile zestawów danych dokumentuje.", + "FIND": "Nie możesz znaleźć odpowiedniego?", + "HINT": "Select a template to describe your descriptions. You may select more than one template." + }, + "LICENSE-INFO": { + "INTRO": "Każdy DMP może zawierać określone informacje licencyjne dotyczące zakresu otwartości i dostępności w ten sposób możesz określić, kto może zobaczyć twój zestaw danych i jak długo te dane będą prywatne", + "HINT": "Przypisz licencję do swojego DMP, wybierając najbardziej odpowiednią z listy.", + "TYPING": "Wpisz więcej liter nazwy, aby łatwiej było znaleźć właściwą." + }, + "DATASET-DESCRIPTION": { + "INTRO": "Według ogólnych zasad, twoje dane badawcze powinny być zgodne z FAIR, czyli możliwe do znalezienia, dostępne, interoperacyjne i wielokrotnego użytku. Zasady te poprzedzają wybory wdrożeniowe i niekoniecznie sugerują konkretną technologię, standard lub rozwiązanie wdrożeniowe. Ten szablon nie ma na celu ścisłej technicznej realizacji zasad FAIR, a raczej inspiruje się tą zasadą jako ogólną koncepcją." + }, + "CHANGES": "niezapisane zmiany", + "CLONE-DIALOG": { + "CLONE": "Klonuj", + "SAVE": "Zapisz", + "CANCEL": "Anuluj" + }, + "LOCKED": { + "TITLE": "DMP jest zablokowane", + "MESSAGE": "Ktoś inny modyfikuje w tej chwili DMP. Możesz przeglądać zbiór danych, ale nie możesz wprowadzać żadnych zmian." + } + }, + "DMP-BLUEPRINT-LISTING": { + "TITLE": "DMP Blueprints", + "CREATE-DMP-BLUEPRINT": "Create DMP Blueprint", + "COLUMNS": { + "NAME": "Nazwa", + "STATUS": "Status", + "CREATED": "Utworzony", + "PUBLISHED": "Opublikowany", + "LAST-EDITED": "Ostatnio edytowany" + }, + "ACTIONS": { + "CLONE": "Clone", + "DOWNLOAD-XML":"Download XML", + "DELETE": "Delete" + }, + "UPLOAD": { + "UPLOAD-XML": "Import", + "UPLOAD-XML-FILE-TITLE": "Importuj szablon planu zarządzania danymi", + "UPLOAD-XML-NAME": "Nazwa szablonu DMP", + "UPLOAD-XML-IMPORT": "Plik", + "UPLOAD-XML-FILE-CANCEL": "Anuluj" + }, + "STATUS": { + "DRAFT": "Wersja robocza", + "FINALIZED": "Ukończony" + }, + "MESSAGES": { + "TEMPLATE-UPLOAD-SUCCESS": "Szablon przesłano " + } + }, + "DYNAMIC-FORM": { + "FIELDS": { + "LABEL": "Etykieta" + }, + "ACTIONS": { + "PREVIEW": "Podgląd", + "ADD-PAGE": "Dodaj stronę +", + "ADD-SECTION": "Dodaj sekcję +" + } + }, + "CRITERIA": { + "FILTERS": "Filtry", + "GRANTS": { + "LIKE": "Szukaj", + "PERIOD-FROM": "Początek dotacji", + "PERIOD-TO": "Koniec dotacji", + "GRANT-STATE-TYPE": "Status dotacji", + "TYPES": { + "NONE": "-", + "ON-GOING": "W trakcie", + "FINISHED": "Zakończone" + } + }, + "DATASET-PROFILE": { + "LIKE": "Szukaj", + "STATUS": "Status" + }, + "DATA-SETS": { + "PERIOD-FROM": "Start", + "PERIOD-TO": "Koniec", + "STATUS": "Status", + "NONE": "-", + "TAGS": "Tagi", + "SELECT-TAGS": "Wybierz tagi", + "LIKE": "Search Descriptions", + "DRAFT-LIKE": "Search Draft Descriptions", + "SELECT-GRANTS": "Wybierz dotację", + "ROLE": "Rola", + "ORGANIZATION": "Organizacja", + "SELECT-ORGANIZATIONS": "Wybierz organizacje", + "SELECT-SPEC": "Wybierz specyfikację zbioru danych", + "RELATED-GRANT": "Dotacja pokrewna", + "SELECT-DMP": "Wybierz DMP", + "RELATED-DMP": "Powiązane DMP", + "SELECT-COLLABORATORS": "Wybierz współpracowników", + "RELATED-COLLABORATORS": "Powiązani współpracownicy", + "SELECT-DATASET-TEMPLATES": "Wybierz szablony zbioru danych", + "RELATED-DATASET-TEMPLATES": "Szablony powiązanego zbioru danych", + "ALL-VERSIONS": "Ze wszystkich wersji" + }, + "DMP": { + "LIKE": "Wyszukaj DMP", + "GRANTS": "Dotacje", + "SELECT-GRANTS": "Wybierz dotacje", + "SELECT-COLLABORATORS": "Wybierz współpracowników", + "RELATED-COLLABORATORS": "Współpracownicy powiązani", + "SELECT-DATASET-TEMPLATES": "Wybierz szablony zbioru danych", + "RELATED-DATASET-TEMPLATES": "Szablony powiązanego zbioru danych" + }, + "BLUEPRINT": { + "LIKE": "Search", + "STATUS": "Status" + }, + "USERS": { + "LABEL": "Szukaj", + "ROLE": "Rola", + "SHOW": "Pokaż" + }, + "SELECT": "Wybierz opcję", + "LIKE": "Szukaj" + }, + "DATASET-EDITOR": { + "TITLE": { + "NEW": "Nowy plan zarządzania danymi", + "EDIT": "Edytuj", + "INTRO": "You are using the Description editor. Answer here questions that describe your data management activities.", + "INTRO-TIP": "Tip: Add new descriptions to describe different types of data or disciplinary data to avoid mixing information." + }, + "FIELDS": { + "NAME": "Nazwa zbioru danych", + "TITLE": "Title of Description", + "DESCRIPTION": "Opis", + "PROFILE": "Szablon", + "URI": "Uri", + "DMP": "DMP", + "SELECT-DMP": "Wybierz DMP", + "DATAREPOSITORIES": "Repozytoria danych", + "REGISTRIES": "Rejestry", + "SERVICES": "Usługi", + "EXTERNAL-DATASETS": "Zewnętrzne zbiory danych", + "EXTERNAL-DATASETS-DESCRIPTION": "Zbiory danych związane ze zbiorem opisanym w DMP, wykorzystywane do jego utworzenia lub będące pochodną lub produktem ubocznym jego wykorzystania", + "EXTERNAL-DATASET-TYPE": "Typ zewnętrznego zbioru danych", + "EXTERNAL-DATASET-INFO": "Informacje o zewnętrznym zbiorze danych", + "DATAREPOSITORIES-INFO": "Informacje o repozytoriach danych", + "EXTERNAL-LINK": "Łącze zewnętrzne", + "TAGS": "Tagi", + "CREATE": "Utwórz nowy" + }, + "ACTIONS": { + "SAVE": "Zapisz", + "CANCEL": "Anuluj", + "DELETE": "Usuń", + "UPDATE": "Aktualizuj", + "DISCARD": { + "DISCARD-NEW-MESSAGE": "Wszystkie wprowadzone zmiany zostaną odrzucone i nastąpi przekierowanie z powrotem do Edytora DMP. Czy chcesz kontynuować?", + "DISCARD-NEW-CONFIRM": "Tak, odrzuć i usuń zbiór danych.", + "DISCARD-NEW-DENY": "Nie.", + "DISCARD-EDITED-MESSAGE": "Wszystkie niezapisane zmiany zostaną przywrócone do stanu początkowego i nastąpi przekierowanie z powrotem do Edytora DMP. Czy chcesz kontynuować?", + "DISCARD-EDITED-CONFIRM": "Tak, cofnij zmiany i wróć.", + "DISCARD-EDITED-DENY": "Nie" + }, + "DISABLED-EXPORT": "Please save your changes to export this Dataset" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Wpisz opis", + "EXTERNAL-LINK": "Podaj zewnętrzny link URL" + }, + "HINT": { + "DESCRIPTION": "Briefly describe the context and purpose of the Description", + "TITLE": "Krótki opis tego, co ", + "TITLE-REST": "dotyczy zakresu i celów." + }, + "VERSION-DIALOG": { + "ABOUT": "Wersjonowanie jest zautomatyzowane.", + "QUESTION": "Wygląda na to, że twój szablon zbioru danych jest nieaktualny. Czy chcesz zaktualizować go do najnowszej wersji?" + }, + "ERRORS": { + "ERROR-OCCURED": "Wystąpił błąd.", + "MESSAGE": "Wiadomość: " + }, + "QUESTION": { + "EXTENDED-DESCRIPTION": { + "VIEW-MORE": "Wyświetl więcej", + "VIEW-LESS": "Wyświetl mniej" + } + }, + "MAX-DESCRIPTION-DIALOG": { + "TITLE": "Max datasets using this template.", + "MESSAGE": "Select another profile." + } + }, + "DATASET-CREATE-WIZARD": { + "ACTIONS": { + "NEXT": "Następny", + "BACK": "Powrót", + "SAVE": "Zapisz" + }, + "FIRST-STEP": { + "TITLE": "DMP", + "PLACEHOLDER": "Wybierz istniejący DMP" + }, + "PREFILL-STEP": { + "TITLE": "Zainicjuj swój zbiór danych", + "PREFILL": "Wstępne uzupełnienie", + "OR": "LUB", + "HINT": "Wybierz zbiór danych z Zenodo, aby automatycznie pobrać odpowiedzi na niektóre pytania w swoim szablonie lub wpisz odpowiedzi na pytania ręcznie.", + "MANUALLY": "Ręcznie", + "PROFILE": "Szablon zbioru danych", + "PREFILLED-DATASET": "Wstępnie wypełniony zbiór danych", + "SEARCH": "Zacznij pisać, aby wyszukać zbiór danych lub oprogramowanie", + "NEXT": "Następny" + } + }, + "INVITATION-EDITOR": { + "TITLE": "Wyślij zaproszenia do ", + "AUTOCOMPLETE-USER": "Użytkownik", + "AUTOCOMPLETE-EMAIL": "Email", + "AUTOCOMPLETE-USER-EMAIL": "$Nowak lub nowak@domena.pl$", + "ACTIONS": { + "SEND-INVITATION": "Wyślij zaproszenia", + "CANCEL": "Anuluj" + } + }, + "USERS": { + "LISTING": { + "TITLE": "Użytkownicy", + "EMAIL": "Email", + "LAST-LOGGED-IN": "Ostatnio zalogowany", + "LABEL": "Etykieta", + "ROLES": "Role", + "NAME": "Nazwa", + "PERMISSIONS": "Uprawnienia", + "EXPORT": "Eksportuj użytkowników" + }, + "ACTIONS": { + "EDIT": "Edytuj", + "SAVE": "Zapisz" + } + }, + "TYPES": { + "APP-ROLE": { + "ADMIN": "Administrator", + "USER": "Użytkownik", + "TENANT-ADMIN": "Tenant Administrator", + "TENANT-USER": "Tenant Użytkownik", + "TENANT-MANAGER": "Menedżer", + "TENANT-DESCRIPTION-TEMPLATE-EDITOR": "Description Template Editor" + }, + "DMP-PROFILE-FIELD": { + "DATA-TYPE": { + "DATE": "Data", + "NUMBER": "Liczba", + "TEXT": "Tekst", + "EXTERNAL-AUTOCOMPLETE": "Autouzupełnianie zewnętrzne" + }, + "TYPE": { + "INPUT": "Wejście" + } + }, + "DATASET-STATUS": { + "DRAFT": "Projekt", + "FINALISED": "Sfinalizowane", + "ANY": "Dowolne", + "DRAFT-DESC": "Rejestracje wersji roboczych" + }, + "DATASET-ROLE": { + "OWNER": "Właściciel", + "MEMBER": "Członek", + "ANY": "Dowolne" + }, + "EXTERNAL-DATASET-TYPE": { + "SOURCE": "Źródło", + "SOURCES": "Źródła", + "SOURCE:": "Źródło", + "NO-SOURCE": "Nie wiąż ze źródłem", + "OUTPUT": "Wyjście", + "SELECT": "Wybierz" + }, + "DMP": { + "FINALISED": "Sfinalizowane", + "DRAFT": "Wersja robocza" + }, + "DMP-VISIBILITY": { + "VISIBILITY": "Widoczność", + "PUBLIC": "Opublikowane", + "FINALIZED": "Sfinalizowane", + "DRAFT": "Wersja robocza", + "ANY": "Dowolne" + }, + "DATASET-PROFILE-FIELD-VALIDATION-TYPE": { + "NONE": "Brak", + "REQUIRED": "Wymagane" + }, + "DATASET-PROFILE-FIELD-VIEW-STYLE": { + "BOOLEAN-DECISION": "Decyzja logiczna", + "CHECKBOX": "Pole wyboru", + "COMBO-BOX": "Combo Box", + "INTERNAL-DMP-ENTITIES": "Wewnętrzne podmioty DMP", + "FREE-TEXT": "Tekst niesformatowany", + "RADIO-BOX": "Pole jednokrotnego wyboru", + "TEXT-AREA": "Obszar tekstowy", + "RICH-TEXT-AREA": "Obszar tekstu sformatowanego", + "UPLOAD": "Prześlij", + "DATE-PICKER": "Wybór daty", + "EXTERNAL-DATASETS": "Zewnętrzne zbiory danych", + "DATA-REPOSITORIES": "Repozytoria danych", + "PUB-REPOSITORIES": "Repozytoria publikacji", + "JOURNALS-REPOSITORIES": "Czasopisma", + "TAXONOMIES": "Taksonomie", + "LICENSES": "Licencje", + "PUBLICATIONS": "Publikacje", + "REGISTRIES": "Metadane", + "SERVICES": "Usługi", + "TAGS": "Tagi", + "RESEARCHERS": "Naukowcy", + "ORGANIZATIONS": "Organizacje", + "DATASET-IDENTIFIER": "Identyfikator zbioru danych", + "CURRENCY": "Waluta", + "VALIDATION": "Walidator", + "OTHER": "Inne", + "SELECT": "Wybierz" + }, + "DATASET-PROFILE-UPLOAD-TYPE": { + "DOWNLOAD": "Pobierz plik" + }, + "DATASET-PROFILE-COMBO-BOX-TYPE": { + "WORD-LIST": "Lista słów", + "AUTOCOMPLETE": "Autouzupełnianie", + "EXTERNAL-SOURCE-HINT": "Lista wartości dostarczanych przez zewnętrzne źródła", + "ACTIONS": { + "YES": "Tak", + "NO": "Nie" + } + }, + "DATASET-PROFILE-INTERNAL-DMP-ENTITIES-TYPE": { + "RESEARCHERS": "Naukowcy", + "DMPS": "DMPs", + "DATASETS": "Zbiory danych", + "EXTERNAL-SOURCE-HINT": "Lista wartości dostarczanych przez zewnętrzne źródła" + }, + "DATASET-PROFILE-VALIDATOR": { + "ACTION": "Zatwierdź", + "REPOSITORIES-PLACEHOLDER": "Repozytoria" + }, + "DATASET-PROFILE-IDENTIFIER": { + "IDENTIFIER-TYPE": "Typ identyfikatora" + }, + "RECENT-ACTIVITY-ORDER": { + "CREATED": "Utworzony", + "LABEL": "Etykieta", + "MODIFIED": "Zmodyfikowany", + "FINALIZED": "Sfinalizowane", + "PUBLISHED": "Opublikowane", + "STATUS": "Status" + } + }, + "ADDRESEARCHERS-EDITOR": { + "TITLE": "Dodaj naukowca", + "FIRST_NAME": "Imię", + "LAST_NAME": "Nazwisko", + "ACTIONS": { + "SAVE": "Zapisz", + "CANCEL": "Anuluj" + } + }, + "ADDORGANIZATION-EDITOR": { + "TITLE": "Dodaj Organizację", + "NAME": "Nazwa", + "ACTIONS": { + "SAVE": "Zapisz", + "CANCEL": "Anuluj" + } + }, + "ADDEDITCOST-EDITOR": { + "ADD-TITLE": "Dodaj koszt", + "EDIT-TITLE": "Edytuj koszt", + "CODE": "Kod", + "DESCRIPTION": "Opis", + "TITLE": "Tytuł", + "VALUE": "Wartość", + "ACTIONS": { + "SAVE": "Zapisz", + "CANCEL": "Anuluj" + } + }, + "DMP-WIZARD": { + "FIRST-STEP": { + "DMP": "Edytor DMP", + "DATASETS": "Zbiory danych" + }, + "ACTIONS": { + "NEXT": "Dalej", + "BACK": "Cofnij", + "SAVE": "Zapisz" + } + }, + "DMP-RELATED-GRANT": { + "RELATED-GRANT": "Dotacja pokrewna" + }, + "DMP-RELATED-COLLABORATOR": { + "RELATED-COLLABORATOR": "Powiązany współpracownik", + "SELECT-COLLABORATORS": "Wybierz współpracowników" + }, + "DMP-RELATED-ORGANIZATION": { + "RELATED-ORGANIZATION": "Organizacja", + "SELECT-ORGANIZATIONS": "Wybierz organizacje" + }, + "DATASET-PROFILE": { + "PREVIEW": "Podgląd", + "FORM-DESCRIPTION": "Opis formularza", + "PAGES-DESCRIPTION": "Opis stron" + }, + "RECENT-ACTIVITY": { + "MY-TITLE-GRANT": "Moja ostatnia działalność w zakresie dotacji", + "MY-TITLE-DMP": "Moja ostatnia aktywność DMP", + "MY-TITLE-DATASET": "Moja ostatnia aktywność w zbiorze danych", + "LAST-VISITED-DMP": "Plan zarządzania danymi ostatniej wizyty", + "LAST-EDITED-DMP": "Ostatnio edytowany plan zarządzania danymi", + "LICENSE": "Poniższe DMP są publiczne na licencji ##" + }, + "FILE-UPLOADER": { + "DEFAULT": "Wybierz plik", + "GRANT": "", + "UPLOAD": "Prześlij" + }, + "URL-LISTING-COMPONENT": { + "SHOW-MORE": "Pokaż więcej" + }, + "HOMEPAGE": { + "OPEN-DMPS": { + "STATS": "Pulpit nawigacyjny {{ APP_NAME_CAPS }}" + }, + "MY-DMPS": { + "STATS": "Mój panel" + } + }, + "ABOUT": { + "TITLE-DASHED": "-O-", + "TITLE": "O", + "MAIN-CONTENT": "Chcemy, aby Twoje dane badawcze były zgodne z FAIR, czyli możliwe do znalezienia, dostępne, interoperacyjne i wielokrotnego użytku. Zasady te poprzedzają wybory wdrożeniowe i niekoniecznie sugerują konkretną technologię, standard lub rozwiązanie wdrożeniowe", + "CONTRIBUTORS": "Współpracownicy", + "WELCOME": "Witamy w {{ APP_NAME_CAPS }}", + "WELCOME-MESSAGE": "Twórz, łącz, udostępniaj plany zarządzania danymi" + }, + "FOOTER": { + "CONTACT-SUPPORT": "Kontakt z pomocą techniczną", + "FAQ": "Często zadawane pytania", + "GUIDE": "Podręcznik użytkownika", + "GLOSSARY": "Słowniczek", + "TERMS-OF-SERVICE": "Warunki świadczenia usług", + "ABOUT": "O", + "COOKIES-POLICY": "Polityka plików cookie", + "PRIVACY-POLICY": "Polityka prywatności" + }, + "GLOSSARY": { + "TITLE": "Słowinczek", + "TITLE-DASHED": "-Słowniczek-", + "CLOSE": "Zamknij" + }, + "FAQ": { + "TITLE": "Często zadawane pytania", + "TITLE-DASHED": "-Często zadawane pytania-", + "CLOSE": "Zamknij" + }, + "GUIDE": { + "TITLE": "Podręcznik użytkownika", + "TITLE-DASHED": "-Podręcznik użytkownika-", + "CLOSE": "Zamknij", + "SAVE": "Zapisz" + }, + "PRIVACY-POLICY": { + "TITLE": "-Polityka prywatności-", + "MAIN-CONTENT": "" + }, + "OPENSOURCE-LICENCES": { + "TITLE": "Licencje Open-source", + "MAIN-CONTENT": "" + }, + "TERMS-OF-SERVICE": { + "TITLE": "Warunki świadczenia usług", + "MAIN-CONTENT": "" + }, + "COOKIES-POLICY": { + "TITLE": "Polityka plików cookie" + }, + "CONTACT": { + "SUPPORT": { + "TITLE": "Skontaktuj się z pomocą techniczną", + "SUBTITLE": "Jak możemy ci pomóc?", + "SUBJECT": "Temat", + "DESCRIPTION": "Opis", + "CANCEL": "Anuluj", + "SEND": "Wyślij" + }, + "TITLE-DASHED": "-Skontaktuj się z pomocą techniczną-", + "GUIDE": "Przewodnik", + "HELP": "Pomoc", + "GLOSSARY": "Słowniczek" + }, + "LANGUAGE": { + "TITLE": "Język", + "TITLE-DASHED": "-Język-", + "CLOSE": "Zamknij" + }, + "DASHBOARD": { + "MY-GRANTS": "Moje Dotacje", + "GRANTS": "Dotacje", + "MY-DMPS": "Moje DMP", + "TITLE": "Co to jest {{ APP_NAME_CAPS }}?", + "DMP-QUESTION": "Co to jest DMP w {{ APP_NAME_CAPS }}?", + "INFO-TEXT": "{{ APP_NAME_CAPS }} to otwarta, rozszerzalna usługa, która ułatwia zarządzanie, walidację, monitorowanie i konserwację oraz plany zarządzania danymi. Umożliwia podmiotom (naukowcom, menedżerom, nadzorcom itp.) tworzenie praktycznych DMP, które mogą być swobodnie wymieniane między infrastrukturami do realizacji określonych aspektów procesu zarządzania danymi zgodnie z intencjami i zaangażowaniem właścicieli danych.", + "INFO-DMP-TEXT": "Plan zarządzania danymi (DMP) to żywy dokument opisujący zbiory danych, które są generowane i/lub ponownie wykorzystywane w trakcie badań i po ich zakończeniu. DMP mają na celu dostarczenie naukowcom niezbędnych informacji do ponownego tworzenia, redystrybucji i zmiany przeznaczenia wyników badań, zapewniając w ten sposób ich ważność i wykorzystanie.", + "NEW-QUESTION": "Nowy w DMP? Odwiedź", + "START-YOUR-FIRST-DMP": "Uruchom swój pierwszy DMP", + "OPEN-AIR-GUIDE": "Przewodnik dla badaczy OpenAIRE", + "LEARN-MORE": "aby dowiedzieć się więcej o tym, jak je stworzyć!", + "ORGANIZATIONS": "Organizacje powiązane", + "DMPS": "DMP", + "MY-DATASETS": "Moje zbiory danych", + "DATASETS": "Zbiory danych", + "SEARCH": "SZUKAJ...", + "DATA-MANAGEMENT-PLANS": "PLANY ZARZĄDZANIA DANYMI", + "PERSONAL-USAGE": "Użytek osobisty", + "PUBLIC-USAGE": "Użytek publiczny", + "DESCRIPTIONS": "Descriptions", + "DATASET-DESCRIPTIONS-DASHBOARD-TEXT": "Zbiory danych", + "PUBLIC-DMPS": "Publiczne DMP", + "PUBLIC-DATASETS": "Publiczne zbiory danych", + "RELATED-ORGANISATIONS": "Organizacje powiązane", + "DRAFTS": "Wersje robocze", + "ALL": "Wszystko", + "EMPTY-LIST": "Puste pole", + "LATEST-ACTIVITY": "Ostatnia aktywność", + "DMP-ABOUT-BEG": "DMP w {{ APP_NAME }} składa się z kluczowych informacji dotyczących badań, takich jak cel, zamierzenia i zaangażowani naukowcy, ale także z dokumentacji zbiorów danych badawczych, a mianowicie", + "DMP-ABOUT-END": ", które podkreślają podjęte kroki i środki stosowane w ramach działań związanych z zarządzaniem danymi.", + "SELECT-DMP": "Wybierz DMP dla swojego zbioru danych", + "ACTIONS": { + "ADD-DESCRIPTION": "Add Description", + "ADD-DATASET": "Dodaj zbiór danych", + "ADD-DMP-DESCRIPTION": "Dodaj opis DMP" + }, + "TOUR-GUIDE": { + "DMP": "To jest twój pulpit nawigacyjny. Możesz przeglądać i edytować wszystkie utworzone lub współtworzone przez ciebie DMP.", + "START-NEW": "Utwórz swój DMP za pomocą funkcji Uruchom nowy DMP.", + "IMPORT-DMP": "Możesz zaimportować DMP", + "START-WIZARD": "lub utwórz nowy w {{ APP_NAME }}.", + "DATASET": "To jest twój pulpit nawigacyjny. Możesz przeglądać i edytować wszystkie utworzone lub współtworzone przez ciebie zestawy danych.", + "NEW-DATASET": "Dzięki funkcji Dodaj zbiór danych możesz opisywać nowe zbiory danych w dowolnym momencie procesu badawczego.", + "GOT-IT": "Mam to!", + "LEAVE-TOUR": "Opuść przewodnik" + }, + "ADD-NEW-DATASET": { + "OPTIONS-NOT-ENOUGH": "Czy te opcje nie wystarczą?", + "START-NEW-DMP": "Rozpocznij nowy DMP" + } + }, + "USER-DIALOG": { + "USER-PROFILE": "Mój profil", + "USER-PROFILE-SETTINGS": "Ustawienia mojego Profilu...", + "EXIT": "Wyjście", + "LOG-OUT": "Wyloguj" + }, + "USER-PROFILE": { + "MERGING-SUCCESS": "Linking of the two profiles was successful.", + "MERGING-EMAILS-DIALOG": { + "TITLE": "Zweryfikuj połączone konto", + "MESSAGE": "Wysłano wiadomość e-mail w celu weryfikacji tej akcji. Po zaakceptowaniu będzie można zobaczyć połączone konta. Ostatnie połączone konto e-mail będzie tym, które zawiera wszystkie twoje rejestry DMP i aktywność w {{ APP_NAME }}." + }, + "UNLINK-ACCOUNT": { + "TITLE": "Verify account to be unlinked", + "MESSAGE": "An email to verify this action has been sent to your main account. Once accepted, {{accountToBeUnlinked}} will be no longer connected to your current ARGOS profile." + }, + "UNLINK-ACCOUNT-DIALOG": { + "MESSAGE": "By clicking \"Confirm\", you accept the transfer of your ARGOS activity performed from this account to your main ARGOS account, which is the one that is listed first. By logging in again with the unlinked account, you will be able to start your ARGOS experience from scratch, in an empty dashboard.", + "CONFIRM": "Confirm", + "CANCEL": "Cancel" + }, + "SETTINGS": { + "TITLE": "Ustawienia", + "TIMEZONE": "Strefa czasowa", + "CULTURE": "Kultura", + "LANGUAGE": "Język", + "CONNECTED-WITH": "Połączony z", + "NAME": "Nazwa", + "ORGANIZATION": "Organizacja", + "ROLE": "Rola", + "SELECT-ROLE": "Wybierz rolę", + "ACCOUNTS": "Konta", + "EMAILS": "E-maile", + "YOUR-EMAIL": "Twój e-mail" + }, + "ASSOCIATED-DMPS": "Powiązane DMP", + "DMPS": { + "SHOW-ALL": "Pokaż wszystko", + "CREATOR": "Twórca", + "MEMBER": "Członek" + }, + "ZENODO": { + "LOGIN": "Zaloguj się do Zenodo", + "LOGOUT": "Usuń Zenodo", + "AUTHORIZE": "Autoryzuj Zenodo", + "TITLE": "Konto Zenodo", + "DESCRIPTION": "Połączone konto Zenodo" + }, + "ROLE-ORGANIZATION": { + "FACULTY": "Wydział", + "LIBRARIAN": "Bibliotekarz", + "RESEARCHER": "Naukowiec", + "STUDENT": "Student (licencjat/inżynier, magister)", + "EARLY-CAREER-RESEARCHER": "Początkujący naukowiec (doktorant, student studiów podyplomowych)", + "RESEARCH-ADMINISTRATOR": "Administrator badań", + "REPOSITORY-MANAGER": "Menedżer repozytorium", + "RESEARCH-INFRASTRUCTURE": "Infrastruktura badawcza", + "SERVICE-PROVIDER": "Usługodawca", + "PUBLISHER": "Wydawca", + "RESEARCH-FUNDER": "Sponsor badań", + "POLICY-MAKER": "Prawodawca", + "SME-INDUSTRY": "MŚP/Przemysł", + "OTHER": "Inne" + }, + "ACTIONS": { + "SAVE": "Zapisz", + "LINK-NEW": "Link {{ APP_NAME_CAPS }} accounts", + "LINK-NEW-ACCOUNT": "Połącz nowe konto", + "UNLINK-ACCOUNT": "Unlink", + "UNLINK-ACCOUNT-DISABLED": "You can't unlink your main profile's email", + "ADD": "Dodaj", + "CANCEL": "Anuluj" + } + }, + "DATASET-REFERENCED-MODELS": { + "SERVICES": { + "TITLE": "Dodaj nową usługę", + "LABEL": "Etykieta", + "ABBREVIATION": "Skrót", + "URI": "Uri" + }, + "DATA-REPOSITORY": { + "TITLE": "Dodaj nowe repozytorium danych", + "LABEL": "Etykieta", + "ABBREVIATION": "Skrót", + "URI": "Uri" + }, + "EXTERNAL-DATASET": { + "TITLE": "Dodaj nowy zewnętrzny zbiór danych", + "LABEL": "Etykieta", + "ABBREVIATION": "Skrót" + }, + "REGISTRY": { + "TITLE": "Dodaj nowy rejestr", + "LABEL": "Etykieta", + "ABBREVIATION": "Skrót", + "URI": "Uri" + } + }, + "FACET-SEARCH": { + "FILTER": "Filtr", + "GRANT-STATUS": { + "TITLE": "Status dotacji", + "OPTIONS": { + "ANY": "Dowolne", + "ACTIVE": "Aktywny", + "INACTIVE": "Nieaktywny" + } + }, + "GRANT": { + "TITLE": "Dotacja pokrewna", + "FILTER": "Filtruj dotacje" + }, + "PROFILES": { + "TITLE": "Specyfikacja zbioru danych" + }, + "ROLE": { + "TITLE": "Rola", + "ANY": "Dowolne", + "OWNER": "Właściciel", + "MEMBER": "Członek" + }, + "DMP-ORGANISATIONS": { + "TITLE": "Organizacja", + "FILTER": "Filtruj organizacje" + } + }, + "DMP-FINALISE-DIALOG": { + "DMP": "DMP", + "DATASETS": "Zbiory danych", + "EMPTY": "Brak zbiorów danych dla tego DMP", + "SUBMIT": "Prześlij", + "FINALISE-TITLE": "Czy chcesz sfinalizować którykolwiek z następujących roboczych zestawów danych?", + "ALREADY-FINALISED-DATASETS": "Już sfinalizowano zbiory danych", + "NONE": "Brak", + "VALIDATION": { + "AT-LEAST-ONE-DATASET-FINALISED": "Musisz mieć co najmniej jeden sfinalizowany zestaw danych" + }, + "IMPACT": "Ta akcja/to działanie/ta funkcja? sfinalizuje twój DMP i nie będziesz mógł go ponownie edytować.", + "AFTER-FINALIZATION": "Po sfinalizowaniu DMP możesz go opublikować i będzie on publicznie dostępny dla narzędzia {{ APP_NAME_CAPS }}.", + "INVALID": "Nieprawidłowy" + }, + "DRAFTS": { + "FOR-DMP": "Dla DMP:", + "FOR-GRANT": "Dla dotacji:" + }, + "QUICKWIZARD": { + "CREATE-ADD": { + "CREATE": { + "TITLE": "Utwórz nowy DMP", + "SUBTITLE": "Utwórz nowy DMP i opisz swoje zbiory danych przy pomocy naszego kreatora, który poprowadzi cię przez najistotniejsze elementy definicji DMP.", + "QUICKWIZARD_CREATE": { + "TITLE": "Kreator DMP", + "POST-SELECTION-INFO": "Ten kreator umożliwia utworzenie nowego DMP zawierającego tylko najbardziej niezbędne wymagane informacje , a następnie opisanie przynajmniej jednego zbioru danych zarządzanych w ramach tego DMP. Po zakończeniu pracy kreatora będziesz mieć mozliwość dalszej edycji DMP, uzyskania dostępu do jego zaawansowanych właściwości za pośrednictwem pełnego edytora DMP, a nawet dodania większej liczby zbiorów danych lub edytowania poprzednich.", + "ACTIONS": { + "DELETE": "Usuń", + "SAVE": "Zapisz", + "SAVE-AND-FINALIZE": "Zapisz i sfinalizuj", + "NEXT": "Dalej", + "BACK": "Powrót", + "CREATE-NEW-GRANT": "Dodaj dotację", + "EXIST-GRANT": "Skorzystaj z istniejącej dotacji", + "CREATE-NEW-FUNDER": "Dodaj sponsora", + "EXIST-FUNDER": "Wykorzystaj istniejącego sponsora", + "CREATE-NEW-PROJECT": "Dodaj projekt", + "EXIST-PROJECT": "Użyj istniejącego projektu" + }, + "FIRST-STEP": { + "TITLE": "Dotacja", + "ABOUT-GRANT": "Znajdź dotację, z którą powiązany jest twój DMP i połącz go z informacjami o sponsorach. Jeśli dotacja nie jest wymieniona lub tworzysz DMP dla propozycji dotacji lub do innych celów, użyj funkcji \"Dodaj dotację \"", + "ABOUT-NEW-GRANT": "Jeśli tworzysz DMP dla wniosku o dotację, użytku instytucjonalnego lub naukowego lub celów szkoleniowych i edukacyjnych, dodaj informacje poniżej, tworząc nową dotację.", + "ABOUT-FUNDER": "Znajdź podmiot finansujący, który chcesz powiązać z DMP, który zostanie utworzony, a następnie wybierz dotację, z którą powiązany jest podmiot finansujący. Jeśli podmiot finansujący nie znajduje się na liście, użyj opcji \"Dodaj podmiot finansujący\"", + "ABOUT-NEW-FUNDER": "Jeśli tworzysz DMP dla wniosku o dotację, użytku instytucjonalnego lub naukowego lub w celach szkoleniowych i edukacyjnych i chcesz powiązać go z podmiotem finansującym, którego nie ma na liście, utwórz nowy podmiot finansujący.", + "ABOUT-PROJECT": "Znajdź projekt, z którym powiązany jest Twój DMP. Jeśli projektu nie ma na liście, użyj funkcji \"Dodaj projekt\"", + "ABOUT-NEW-PROJECT": "", + "OR": "lub", + "FIELDS": { + "SELECT-GRANT": "Wybierz dotację, z którą powiązany jest DMP", + "SELECT-FUNDER": "Wybierz podmiot finansujący dotację, z którym powiązany jest DMP", + "SELECT-PROJECT": "Wybierz projekt, z którym powiązany jest DMP", + "GRANT-LABEL": "Nazwa dotacji", + "FUNDER-LABEL": "Nazwa podmiotu finansującego", + "PROJECT-LABEL": "Nazwa projektu", + "LABEL-HINT": "Dodaj nazwę dotacji, która pojawia się w zaproszeniu do składania wniosków o dotację", + "DESCRIPTION": "Opis", + "DESCRIPTION-HINT": "Krótko wyjaśnij cele i zadania grantu" + } + }, + "SECOND-STEP": { + "TITLE": "Profil DMP", + "ABOUT": "Plan zarządzania danymi składa się z zestawu pytań, na które należy odpowiedzieć na poziomie szczegółowości odpowiednim dla dotacji lub celu, dla którego tworzysz DMP. Treść każdego DMP różni się w zależności od wybranego szablonu zbioru danych, który zawiera zestaw dostosowanych pytań w odpowiedzi na wymagania polityki podmiotów finansujących, instytucji i środowisk badawczych.", + "NEW-TITLE": "", + "DMP-NAME": "DMP do dotacji: ", + "FIELDS": { + "NAME": "Tytuł DMP", + "DESCRIPTION": "Podsumowanie", + "DESCRIPTION-HINT": "Krótko opisz kontekst i cel DMP", + "PROFILE": "Szablon zbioru danych", + "PROFILE-HINT": "Wybierz szablon, aby opisać swoje zbiory danych. Jeśli chcesz wybrać wiele szablonów zbiorów danych, użyj funkcji \"Nowy DMP (ekspert)\". Możesz także dodać nowe zestawy danych w dowolnym momencie po utworzeniu DMP ", + "HELP": "Jeśli nie możesz znaleźć szablonu lub chcesz stworzyć spersonalizowany szablon dla swojej instytucji, społeczności badawczej lub potrzeb szkoleniowych, skontaktuj się z nami." + } + }, + "THIRD-STEP": { + "TITLE": "Zbiór danych", + "NEW-TITLE": "", + "DATASET-LABEL": "Tytuł zbioru danych", + "DATASET-NAME": "Zbiór danych: ", + "DATASET-NAME-FOR": " Dla DMP: ", + "LIST-BUTTON-TOOLTIP": "Lista zbiorów danych", + "ADD-BUTTON-TOOLTIP": "Dodaj zbiór danych" + } + } + }, + "ADD": { + "TITLE": "Dodaj zbiór danych do istniejącego DMP", + "DATASET-WIZARD": "Kreator zbioru danych", + "POST-SELECTION-INFO": "Ten kreator ułatwia proces dodawania nowych zbiorów danych do istniejących DMP, prowadząc cię przez cały proces i żądając tylko najbardziej istotnych informacji do wykonania zadania. Można uzyskać pełny dostęp do atrybutów zbioru danych za pośrednictwem menu dostępu do zbioru danych systemu.", + "SUBTITLE": "Ten kreator pozwala opisać dodatkowe zbiory danych zarządzane w kontekście DMP, dostarczając tylko niezbędne informacje do ich opisu.", + "CREATED": "Utworzono" + } + }, + "SAVE-DIALOG": { + "TITLE": "Czy chcesz dodać kolejny zestaw danych?", + "ACTIONS": { + "AFFIRMATIVE": "Tak", + "NEGATIVE": "Nie" + } + }, + "HINT": "(Sugerowana nazwa domyślna)" + }, + "DATASET-PROFILE-STATUS": { + "NONE": "Brak", + "DRAFT": "Projekt", + "FINALIZED": "Sfinalizowano", + "DELETED": "Usunięto" + }, + "BLUEPRINT-STATUS": { + "NONE": "None", + "DRAFT": "Draft", + "FINALIZED": "Finalized", + "DELETED": "Deleted" + } +} diff --git a/deployment/opendmp/backend/i18n/pt.json b/deployment/opendmp/backend/i18n/pt.json new file mode 100644 index 000000000..b50b8daa8 --- /dev/null +++ b/deployment/opendmp/backend/i18n/pt.json @@ -0,0 +1,1996 @@ +{ + "APP_NAME": "Argos", + "APP_NAME_CAPS": "ARGOS", + "GENERAL": { + "VALIDATION": { + "REQUIRED": "Obrigatório", + "GRANT-START-AFTER-END": "A data de início do financiamento não pode ser posterior à data de término", + "PATTERN-_": "O caracter \"_\" não é permitido", + "URL": { + "LABEL": "URL", + "MESSAGE": "Please provide a valid URL" + } + }, + "DELETE-CONFIRMATION": { + "TITLE": "Atenção", + "MESSAGE": "Tem a certeza de que quer eliminar este item?", + "POSITIVE": "Sim", + "NEGATIVE": "Cancelar" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Criado com sucesso", + "SUCCESSFUL-UPDATE": "Atualizado com sucesso", + "SUCCESSFUL-LOGIN": "Início de sessão bem sucedido", + "SUCCESSFUL-LOGOUT": "Sessão terminada com sucesso", + "SUCCESSFUL-EMAIL-SEND": "Email enviado com sucesso", + "SUCCESSFUL-COPY-TO-CLIPBOARD": "Copiado para a área de transferência", + "UNSUCCESSFUL-LOGOUT": "Não foi possível terminar a sessão", + "UNSUCCESSFUL-LOGIN": "Não foi possível iniciar a sessão", + "SUCCESSFUL-DATASET-PROFILE-DELETE": "Eliminado com sucesso", + "UNSUCCESSFUL-DATASET-PROFILE-DELETE": "Este modelo não pode ser eliminado porque existem Datasets associados", + "SUCCESSFUL-DMP-BLUEPRINT-DELETE": "Successful Delete", + "UNSUCCESSFUL-DMP-BLUEPRINT-DELETE": "This blueprint can not deleted, because DMPs are associated with it", + "SUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "Successful Delete", + "UNSUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "This type can not deleted, because Descriptions are associated with it", + "SUCCESSFUL-DELETE": "Eliminado com sucesso", + "UNSUCCESSFUL-DELETE": "Não eliminado", + "UNSUCCESSFUL-EMAIL-SEND": "Falha no envio de email", + "UNSUCCESSFUL-REMOVE-TEMPLATE": "Falha na remoção do modelo, um ou mais Datasets deste PGD utilizam este modelo" + }, + "ERRORS": { + "HTTP-REQUEST-ERROR": "Ocorreu um erro inesperado" + }, + "NAMES": { + "DATASET": "Dataset" + }, + "STATUSES": { + "EDIT": "Editado", + "FINALISED": "Concluído" + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "WARNING": "Atenção!", + "THIS-FIELD": "Campo", + "HAS-ERROR": "Tem erro", + "REQUIRED": "Obrigatório", + "EMAIL": "Email inválido", + "MIN-VALUE": "O valor mínimo deve ser {{min}}", + "MAX-VALUE": "O valor máximo deve ser {{max}}", + "ACTIONS": { + "CANCEL": "Fechar" + } + }, + "CONFIRMATION-DIALOG": { + "DELETE-ITEM": "Eliminar este item?", + "DELETE-USER": "Remover este colaborador?", + "FINALIZE-ITEM": "Concluir este item?", + "UNFINALIZE-ITEM": "Cancelar a conclusão?", + "PUBLISH-ITEM": "Publicar este item?", + "ADD-DATASET": "Deseja continuar a adicionar Datasets ao seu PGD? Poderá sempre adicionar mais Datasets através do menu \"Adicionar Dataset (Assistente)\".", + "ZENODO-DOI": "Deseja criar um identificador de objeto digital (DOI) com a conta {{username}} para o PGD?", + "LEAVE-PAGE": "Se sair, as suas alterações não serão guardadas.", + "LEAVE-WARNING": "Tem alterações não guardadas!", + "PRIVACY-POLICY-NAMES": "Os nomes de todas as pessoas envolvidas neste PGD estarão visíveis publicamente. Concorda com isso?", + "ACTIONS": { + "CONFIRM": "Sim", + "NO": "Não", + "DELETE": "Eliminar", + "REMOVE": "Remover", + "CANCEL": "Cancelar", + "LEAVE": "Sair", + "POLICY-AGREE": "Tornar os nomes visíveis ao público.", + "REQUIRED": "Clicar na caixa de verificação é obrigatório." + } + }, + "NOTIFICATION-DIALOG": { + "POPUP": { + "TITLE": "Dataset em falta", + "MESSAGE": "Pelo menos um Dataset tem de ser criado para poder guardar o PGD.", + "CLOSE": "Fechar" + } + }, + "START-NEW-DMP-DIALOG": { + "IMPORT": "O ficheiro a importar", + "FUNCTION-SUPPORTS": "deverá ser", + "JSON-FILES": "em formato .json", + "PRODUCED": "produzido", + "RDA-SPECIFICATIONS": "de acordo com as especificações da RDA", + "MACHINE-ACTIONABLE": "para PGDs acionáveis por máquina", + "UPLOAD-FILE": "Carregar ficheiro", + "REPLACE-FILE": "Substituir ficheiro" + }, + "INVITATION-DIALOG": { + "HINT": "Prima vírgula ou \"Enter\" entre os autores", + "SUCCESS": "Convite enviado com sucesso", + "ERROR": "O envio de convite falhou" + }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "Criou com sucesso o seu", + "DMP": "PGD", + "TO-DATASET": "Será transferido para o editor de", + "DATASET": "Datasets", + "EDITOR": "onde poderá criar ou rever o seu modelo", + "START": "Ok" + }, + "ACTIONS": { + "VIEW-ALL": "Ver Tudo", + "SHOW-MORE": "Mostrar mais", + "LOAD-MORE": "Carregar mais", + "LOAD-LESS": "Carregar menos", + "SHOW-LESS": "Mostrar menos", + "LOG-IN": "Iniciar Sessão", + "TAKE-A-TOUR": "Necessita de ajuda? Faça uma visita guiada.", + "NO-MORE-AVAILABLE": "No more results available" + }, + "PREPOSITIONS": { + "OF": "de" + }, + "TITLES": { + "PREFIX": "Abrir PGD - ", + "GENERAL": "Criar Planos de Gestão de Dados", + "ABOUT": "Sobre", + "PRIVACY": "Política de Privacidade", + "OPENSOURCE-LICENCES": "Licenciamento Opensource", + "TERMS": "Termos do Serviço", + "COOKIES-POLICY": "Política de Cookies", + "PLANS": "Os meus PGDs", + "EXPLORE-PLANS": "PGDs publicados", + "QUICK-WIZARD": "Novo PGD (Assistente)", + "PLANS-NEW": "Novo PGD (Experiente)", + "DMP-NEW": "Novo PGD", + "DESCRIPTIONS": "My Descriptions", + "EXPLORE": "Published Descriptions", + "DATASETCREATEWIZARD": "Adicionar Dataset (Assistente)", + "GRANTS": "Os meus Grants", + "DMP-BLUEPRINTS": "DMP Blueprints", + "DATASET-PROFILES": "Datasets", + "DESCRIPTION-TYPES": "Description Types", + "USERS": "Utilizadores", + "PROFILE": "O meu Perfil", + "LOGIN": "Iniciar Sessão", + "DMP-OVERVIEW": "Visão geral do PGD", + "DMP-EDIT": "Editar PGD", + "DATASET-OVERVIEW": "Visão geral do Dataset", + "DATASET-EDIT": "Ver/Editar Dataset", + "DMP-NEW-VERSION": "Nova versão do PGD", + "DMP-CLONE": "Duplicar Plano", + "DATASET-NEW": "Novo Dataset", + "GRANT-NEW": "Novo Grant", + "GRANT-EDIT": "Ver/Editar Grant", + "DMP-BLUEPRINT-NEW": "New DMP Blueprint", + "DMP-BLUEPRINT-CLONE": "New Clone of DMP Blueprint", + "DMP-BLUEPRINT-EDIT": "Edit DMP Blueprint", + "DATASET-PROFILES-NEW": "Novo Dataset", + "DATASET-PROFILES-EDIT": "Editar Dataset", + "DESCRIPTION-TYPE-NEW": "New Description Type", + "DESCRIPTION-TYPE-EDIT": "Edit Description Type", + "EXPLORE-PLANS-OVERVIEW": "Visão geral do PGD publicado", + "DATASET-PUBLIC-EDIT": "Ver Dataset Publicado", + "DMP-PUBLIC-EDIT": "Ver PGD Publicado", + "DATASET-COPY": "Copiar Dataset", + "DATASET-UPDATE": "Atualizar Dataset", + "DATASET-PROFILES-NEW-VERSION": "Nova versão do Dataset", + "DATASET-PROFILES-CLONE": "Duplicação do Dataset", + "LANGUAGE-EDITOR": "Editor de idioma", + "GUIDE-EDITOR": "Editor do Guia do Utilizador", + "LANGUAGE": "Idioma", + "SIGN-IN": "Entrar na conta" + }, + "FILE-TRANSFOMER": { + "PDF": "PDF", + "XML": "XML", + "JSON": "RDA JSON", + "DOC": "DOCX" + }, + "LANGUAGES": { + "en": "Inglês", + "gr": "Grego", + "es": "Espanhol", + "de": "Alemão", + "tr": "Turco", + "sk": "Eslovaco", + "sr": "Sérvio", + "pt": "Português", + "hr": "Croatian", + "pl": "Polish" + } + }, + "COOKIE": { + "MESSAGE": "Esta página Web utiliza cookies para melhorar a experiência do utilizador.", + "DISMISS": "Aceitar", + "DENY": "Recusar cookies", + "LINK": "Saiba mais", + "POLICY": "Política de Cookies" + }, + "EMAIL-CONFIRMATION": { + "EXPIRED-EMAIL": "O convite por email expirou", + "CARD-TITLE": "Email", + "REQUEST-EMAIL-HEADER": "Está quase! Por favor, preencha o seu email.", + "REQUEST-EMAIL-TEXT": "Terá de o confirmar para utilizar a aplicação.", + "SUBMIT": "Submeter", + "SENT-EMAIL-HEADER": "Foi enviado email!", + "EMAIL-FOUND": "O email já está confirmado" + }, + "HOME": { + "DMPS": "PGDs", + "DATASETS": "Datasets", + "LOGIN": { + "TITLE": "Iniciar sessão", + "TEXT": "Não necessita de ter uma conta registada para o {{ APP_NAME_CAPS }}" + } + }, + "NAV-BAR": { + "BREADCRUMB-ROOT": "Painel", + "TITLE": "{{ APP_NAME_CAPS }}", + "GRANTS": "Grants", + "GRANT": "Grant", + "DMP": "PGD", + "DMPS": "PGDs", + "MY-DMPS": "Os meus PGDs", + "DATASETS": "Datasets", + "DESCRIPTION": "Description", + "PUBLIC-DATASETS": "Explorar o {{ APP_NAME_CAPS }}", + "USERS": "Utilizadores", + "DATASETS-ADMIN": "Datasets", + "DMP-BLUEPRINTS": "DMP Blueprints", + "ABOUT": "Sobre", + "MY-DATASET-DESCRIPTIONS": "Os meus Datasets", + "DATASET-DESCRIPTION-WIZARD": "Assistente de Dataset", + "PUBLIC DATASETS": "Datasets Publicados", + "PUBLIC-DMPS": "PGDs Publicados", + "HOME": "Início", + "DMP-WIZARD": "Assistente de PGD", + "DATASET-TEMPLATES": "Datasets", + "TEMPLATE": "Modelo", + "DMP-BLUEPRINTS-CAPS": "DMP BLUEPRINTS", + "USERS-BREADCRUMB": "Utilizadores", + "START-NEW-DMP": "Criar novo PGD", + "START-NEW-DMP-TXT": "Crie um novo PGD ou importe um já pré-existente para o {{ APP_NAME }}", + "START-WIZARD": "Criar novo PGD", + "IMPORT-FROM-FILE": "Importar ficheiro", + "SEARCH": { + "DATASET": "Dataset", + "DMP": "PGD", + "GRANT": "Grant", + "PUBLISHED": "Publicado" + } + }, + "SIDE-BAR": { + "GENERAL": "GERAL", + "ABOUT": "Sobre", + "DASHBOARD": "Início", + "DMP": "PLANOS DE GESTÃO DE DADOS", + "MY-DMPS": "Os meus PGDs", + "DATASETS": "Datasets", + "GRANTS": "GRANTS", + "NEW DATASET": "Novo Dataset", + "QUICK-WIZARD": "Novo PGD (Assistente)", + "QUICK-WIZARD-DATASET": "Adicionar Dataset (Assistente)", + "ADD-EXPERT": "Novo PGD (Experiente)", + "MY-DATASET-DESC": "As minhas descrições de Datasets", + "MY-DESCRIPTIONS": "My Descriptions", + "MY-GRANTS": "Os meus Grants", + "HISTORY": "HISTÓRICO", + "HISTORY-VISITED": "VISITADOS RECENTEMENTE", + "HISTORY-EDITED": "EDITADOS RECENTEMENTE", + "PUBLIC": "PUBLICADOS", + "PUBLIC-DMPS": "PGDs públicos", + "PUBLIC-DESC": "Public Descriptions", + "ACCOUNT": "CONTA", + "ADMIN": "Administrador", + "DESCRIPTION-TEMPLATES": "Description Templates", + "DESCRIPTION-TEMPLATE-TYPES": "Description Types", + "DMP-BLUEPRINTS": "DMP Blueprints", + "USERS": "Utilizadores", + "LANGUAGE-EDITOR": "Editor de idioma", + "GUIDE-EDITOR": "Editor do Guia de Utilizador", + "CO-BRANDING": "Co-Branding", + "SUPPORT": "Suporte", + "FEEDBACK": "Enviar comentários", + "SUPPORTIVE-MATERIAL": "Material de Suporte" + }, + "DATASET-PROFILE-EDITOR": { + "TITLE": { + "NEW": "Novo Cliente API", + "NEW-PROFILE": "New Description Template", + "NEW-PROFILE-VERSION": "Nova Versão de ", + "NEW-PROFILE-CLONE": "Duplicação de " + }, + "FIELDS": { + "DATASET-TITLE": "Description Template Name", + "DATASET-DESCRIPTION": "Descrição", + "ROLES": "Funções" + }, + "STEPS": { + "GENERAL-INFO": { + "TITLE": "Informação Geral", + "DATASET-TEMPLATE-NAME": "Description template name", + "DATASET-TEMPLATE-NAME-HINT": "A title that determines the Description template.", + "DATASET-TEMPLATE-DESCRIPTION": "Descrição", + "DATASET-TEMPLATE-DESCRIPTION-HINT": "Uma breve descrição do que é o modelo de dados, o seu âmbito e objetivos.", + "DESCRIPTION-TEMPLATE-TYPE": "Description template type", + "DESCRIPTION-TEMPLATE-SELECT-TYPE": "Select a type", + "DATASET-TEMPLATE-LANGUAGE": "Description template language", + "DATASET-TEMPLATE-SELECT-LANGUAGE": "Selecione o idioma", + "DATASET-TEMPLATE-USERS": "Editors", + "DATASET-TEMPLATE-USERS-HINT": "Add editors and save changes to notify them.", + "DATASET-TEMPLATE-REMOVE-USER": "Remove Editor", + "DATASET-TEMPLATE-NO-USERS-YET": "... No editors yet", + "DATASET-TEMPLATE-VALIDATE-AND-ADD-USER": "Validate and Add Editor", + "DATASET-TEMPLATE-DESCRIPTION-PLACEHOLDER": "Descrição do modelo de dados", + "UNTITLED": "Sem título", + "QUESTION": "Questão", + "TEMPLATE-OUTLINE": "Esquema do modelo", + "ERRORS":{ + "USER-NOT-FOUND":"Usuário não encontrado." + } + }, + "PAGE-INFO": { + "PAGE-NAME": "Nome do capítulo", + "PAGE-NAME-HINT": "Set a name for the desciption chapter.", + "PAGE-DESCRIPTION": "Descrição", + "PAGE-DESCRIPTION-HINT": "Escreva uma breve descrição do que se trata neste capítulo.", + "ACTIONS": { + "CREATE-FIRST-PAGE": "Criar o primeiro capítulo", + "CREATE-NEW-SUBSECTION": "Secção", + "CREATE-NEW-SECTION": "Capítulo", + "CREATE-FIRST-SECTION": "Criar o primeiro capítulo", + "NOTHING-HERE-HINT": "Ainda sem informação.", + "START-CREATING-PAGE-START": "Começar por ", + "START-CREATING-PAGE-END": "criar o primeiro capítulo.", + "CREATE-SECTION": "Criar secção" + }, + "PAGE": "Capítulo" + }, + "SECTION-INFO": { + "SECTION-NAME": "Nome da Secção", + "SECTION-NAME-HINT": "Definir um nome para a secção.", + "SECTION-DESCRIPTION": "Descrição", + "SECTION-DESCRIPTION-HINT": "Escreva uma breve descrição do que se trata na secção.", + "SECTION": "Secção" + }, + "PAGES": { + "TITLE": "Descrição do Capítulo", + "PAGE-PREFIX": "Capítulo", + "PAGE-INPUT-TITLE": "Título do Capítulo", + "DATASET-DETAILS": "Detalhes do Dataset", + "EXTERNAL-REFERENCES": "Referências Externas", + "DESCRIPTION": "Descrição" + }, + "FORM": { + "TITLE": "Descrição do Formulário", + "SECTION": { + "TITLE": "Informação da Secção", + "FIELDS": { + "ID": "Identificador Único da Secção", + "TITLE": "Nome da Secção", + "PAGE": "Página a ser exibida", + "ORDER": "Ordem", + "DESCRIPTION": "Descrição", + "FIELDS-TITLE": "Campos", + "SUB-SECTIONS-TITLE": "Sub-Secções" + }, + "ACTIONS": { + "ADD-SUB-SECTION": "Adicionar Sub-Secção +", + "ADD-FIELD": "Adicionar Campo +" + } + }, + "COMPOSITE-FIELD": { + "TITLE": "Informação do Campo Composto", + "SIMPLE-FIELD-TITLE": "Informação do Campo", + "SUB-FIELDS-TITLE": "Campos Subordinados", + "FIELDS": { + "COMPOSITE-CHECKBOX": "Campo Composto", + "MULTIPLICITY-CHECKBOX": "Multiplicidade", + "COMMENT-CHECKBOX": "Incluir Campo de Comentários", + "COMPOSITE-TITLE": "Nome do Campo Composto", + "FIELD-TITLE": "Nome do Campo", + "DESCRIPTION": "Descrição", + "EXTENDED-DESCRIPTION": "Descrição Alargada", + "ADDITIONAL-INFORMATION": "Informação Adicional", + "MULTIPLICITY-MIN": "Multiplicidade Min", + "MULTIPLICITY-MAX": "Multiplicidade Máx", + "MULTIPLICITY-PLACEHOLDER": "Multiplicity Placeholder Text", + "MULTIPLICITY-TABLEVIEW": "View inputs in table", + "MULTIPLICITY-ADD-ONE-FIELD": "Add more", + "MULTIPLICITY-ADD-ONE-FIELD-TABLEVIEW": "Add row", + "ORDER": "Ordem", + "COMMENT-PLACEHOLDER": "Por favor especifique", + "COMMENT-HINT": "Disponibilize informação ou justificação adicional sobre a sua seleção", + "SEMANTICS": "Semantics", + "EXPORT": "Include in Export" + }, + "ACTIONS": { + "ADD-CHILD-FIELD": "Adicionar Campo Subordinado +" + } + }, + "FIELD": { + "FIELDS": { + "RULES-TITLE": "Questões Condicionadas", + "FIELD-RULES-VALUE": "Valor", + "ID": "Identificador Único da Secção", + "VIEW-STYLE": "Tipo", + "MULTIPLICITY-MIN": "Multiplicidade Min", + "MULTIPLICITY-MAX": "Multiplicidade Máx", + "ORDER": "Ordem", + "DEFAULT-VALUE": "Valor Padrão", + "VALIDATION": "Validação", + "MULTIPLICITY-CHECKBOX": "Multiplicidade", + "FIELD-TEXT-AREA-TITLE": "Dados da Área de Texto", + "FIELD-TEXT-AREA-PLACEHOLDER": "Sugestão de Preenchimento", + "FIELD-RICH-TEXT-AREA-TITLE": "Rich Text Area Data", + "FIELD-RICH-TEXT-AREA-PLACEHOLDER": "Input Placeholder Text", + "FIELD-UPLOAD-TITLE": "Upload", + "FIELD-UPLOAD-PLACEHOLDER": "Upload Placeholder Text", + "FIELD-UPLOAD-MAX-FILE-SIZE": "Max File Size (up to {{maxfilesize}} Megabytes)", + "FIELD-UPLOAD-CUSTOM-FILETYPE": "Other file types", + "FIELD-UPLOAD-SELECT-FILETYPE": "Select file types", + "FIELD-UPLOAD-LABEL": "media type name", + "FIELD-UPLOAD-VALUE": "media type value", + "FIELD-BOOLEAN-DECISION-TITLE": "Dados Booleanos de Decisão", + "FIELD-BOOLEAN-DECISION-PLACEHOLDER": "Sugestão de Preenchimento", + "FIELD-CHECKBOX-TITLE": "Dados da caixa de verificação", + "FIELD-CHECKBOX-PLACEHOLDER": "Sugestão de Preenchimento", + "FIELD-FREE-TEXT-TITLE": "Dados do Texto Livre", + "FIELD-FREE-TEXT-PLACEHOLDER": "Sugestão de Preenchimento", + "FIELD-COMBO-BOX-TYPE": "Tipo de Caixa de Combinação", + "FIELD-WORD-LIST-TITLE": "Dados da Lista de Palavras", + "FIELD-WORD-LIST-PLACEHOLDER": "Sugestão de Preenchimento", + "FIELD-WORD-LIST-LABEL": "Etiqueta", + "FIELD-WORD-LIST-VALUE": "Valor", + "FIELD-INTERNAL-DMP-ENTITIES-TYPE": "Tipo de Entidade Interna do PGD", + "FIELD-RESEARCHERS-TITLE": "Autocompletar Investigadores", + "FIELD-RESEARCHERS-PLACEHOLDER": "Sugestão de Preenchimento", + "FIELD-DATASETS-PLACEHOLDER": "Sugestão de Preenchimento", + "FIELD-DMPS-PLACEHOLDER": "Sugestão de Preenchimento", + "FIELD-RADIO-BOX-TITLE": "Dados de Escolha Múltipla", + "FIELD-RADIO-BOX-PLACEHOLDER": "Sugestão de Preenchimento", + "FIELD-RADIO-BOX-LABEL": "Etiqueta", + "FIELD-RADIO-BOX-VALUE": "Valor", + "FIELD-AUTOCOMPLETE-TITLE": "Autopreenchimento de Dados", + "FIELD-AUTOCOMPLETE-PLACEHOLDER": "Sugestão de Preenchimento", + "FIELD-AUTOCOMPLETE-SOURCE-TITLE": "Fontes", + "FIELD-AUTOCOMPLETE-ADD_SOURCE": "Adicionar Fonte", + "FIELD-AUTOCOMPLETE-TYPE": "Tipo de Fonte", + "FIELD-AUTOCOMPLETE-TYPE-UNCACHED": "Uncached", + "FIELD-AUTOCOMPLETE-TYPE-CACHED": "Cached", + "FIELD-AUTOCOMPLETE-LABEL": "Etiqueta", + "FIELD-AUTOCOMPLETE-VALUE": "Valor", + "FIELD-AUTOCOMPLETE-SOURCE": "Fonte", + "FIELD-AUTOCOMPLETE-URL": "URL", + "FIELD-AUTOCOMPLETE-OPTIONS-ROOT": "Opções de Raiz", + "FIELD-AUTOCOMPLETE-HAS-AUTH": "Has Authentication", + "FIELD-AUTOCOMPLETE-AUTH-METHOD": "Method", + "FIELD-AUTOCOMPLETE-AUTH-BODY": "Request Body", + "FIELD-AUTOCOMPLETE-AUTH-TYPE": "Authentication Type", + "FIELD-DATE-PICKER-TITLE": "Escolha da Data", + "FIELD-DATE-PICKER-PLACEHOLDER": "Sugestão de Preenchimento", + "FIELD-DATE-PICKER-LABEL": "Etiqueta", + "FIELD-DATE-PICKER-VALUE": "Valor", + "FIELD-MULTIPLE-AUTOCOMPLETE": "Autopreenchimento Múltiplo", + "FIELD-MULTIPLE-WORDLIST": "Seleção Múltipla", + "FIELD-CURRENCY-TITLE": "Dados da Moeda", + "FIELD-CURRENCY-PLACEHOLDER": "Texto de Entrada", + "FIELD-REGISTRIES-TITLE": "Dados dos Registos", + "FIELD-REGISTRIES-PLACEHOLDER": "Texto de Entrada", + "FIELD-SERVICES-TITLE": "Dados dos Serviços", + "FIELD-SERVICES-PLACEHOLDER": "Texto de Entrada", + "FIELD-ORGANIZATIONS-TITLE": "Dados das Organizações", + "FIELD-ORGANIZATIONS-PLACEHOLDER": "Texto de Entrada", + "FIELD-EXTERNAL-DATASETS-TITLE": "Dados dos Datasets Externos", + "FIELD-EXTERNAL-DATASETS-PLACEHOLDER": "Texto de Entrada", + "FIELD-DATA-REPOSITORIES-TITLE": "Dados dos Repositórios", + "FIELD-DATA-REPOSITORIES-PLACEHOLDER": "Texto de Entrada", + "FIELD-PUB-REPOSITORIES-TITLE": "Publication repositories", + "FIELD-PUB-REPOSITORIES-PLACEHOLDER": "Texto de Entrada", + "FIELD-JOURNALS-REPOSITORIES-TITLE": "Journals", + "FIELD-JOURNALS-REPOSITORIES-PLACEHOLDER": "Texto de Entrada", + "FIELD-TAXONOMIES-TITLE": "Taxonomies Data", + "FIELD-TAXONOMIES-PLACEHOLDER": "Texto de Entrada", + "FIELD-LICENSES-TITLE": "Licenses Data", + "FIELD-LICENSES-PLACEHOLDER": "Texto de Entrada", + "FIELD-PUBLICATIONS-TITLE": "Publications Data", + "FIELD-PUBLICATIONS-PLACEHOLDER": "Texto de Entrada", + "FIELD-TAGS-TITLE": "Dados das Etiquetas", + "FIELD-TAGS-PLACEHOLDER": "Texto de Entrada", + "FIELD-DATASET-IDENTIFIER-TITLE": "Dados de Identificador de Dataset", + "FIELD-DATASET-IDENTIFIER-PLACEHOLDER": "Texto de Entrada", + "FIELD-VALIDATOR-TITLE": "Dados de Validação", + "FIELD-VALIDATOR-PLACEHOLDER": "Texto de Entrada", + "EXTERNAL-DATASET-TYPE-NAME": "Type", + "EXTERNAL-DATASET-TYPES":{ + "PRODUCED": "Produced dataset", + "REUSED": "Reused dataset", + "OTHER": "Other" + } + }, + "ERROR-MESSAGES": { + "FIELD-OTHER-SOURCES-REQUIRED": "Deve ser fornecida pelo menos uma fonte.", + "FIELD-RADIO-AT-LEAST-ONE-REQUIRED": "Deve haver pelo menos uma opção fornecida.", + "FIELD-SELECT-AT-LEAST-ONE-REQUIRED": "Deve haver pelo menos uma opção fornecida." + }, + "DEFAULT-VALUES": { + "NONE": "Nenhum", + "BOOLEAN-DECISION": { + "YES": "Sim", + "NO": "Não" + }, + "CHECK-BOX": { + "CHECKED": "Verificado", + "UNCHECKED": "Não verificado" + } + }, + "ACTIONS": { + "ADD-RULE": "Adicionar Regra de Visibilidade +" + }, + "STATUS":{ + "CALCULATING-PREVIEW":"... calculating preview", + "PREVIEW-UPDATED":"Preview updated!" + } + }, + "RULE": { + "FIELDS": { + "RULE-TYPE": "Tipo de Regra", + "TARGET": "ID do Campo de Destino", + "VALUE": "Valor Obrigatório", + "RULE-IF": "Se valor é", + "RULE-THEN": "então mostrar questão", + "FIELDSETS": "Questões", + "FIELDS": "Inputs" + }, + "HINTS": { + "ELEMENT-CHILD-OF-TARGET": "Este elemento é subordinador da entrada selecionada.", + "ELEMENT-HIDDEN-FROM-ELEMENT": "Este elemento esconde o elemento, ou um elemento subordinador, do input a partir do qual está a tentar aplicar a regra de visibilidade." + } + }, + "FORM-VALIDATION": { + "ERROR-MESSAGES": { + "PAGE-MUST-HAVE-SECTION": "Cada capítulo deve ter pelo menos uma secção.", + "NEEDS-MORE-INFORMATION": " necessita de mais informação.", + "MUST-HAVE-SECTION-OR-FIELDSET": " deve ter ou secção ou questão.", + "MISSING": "Em falta", + "PROVIDE-PAGE-AND-SECTION": "Assegure-se que fornece um capítulo e pelo menos uma secção por capítulo." + } + }, + "TABLE-OF-CONTENTS": { + "ERROR-MESSAGES": { + "FIELDSET-MUST-HAVE-PARENT-SECTION": "A questão só pode ser subordinada à secção.", + "INPUT-SECTION-SAME-LEVEL": "Não pode ter questão e secção no mesmo nível.", + "DRAG-NOT-SUPPORTED": "Função de 'Drag n drop' da secção não suportada.", + "PAGE-ELEMENT-ONLY-TOP-LEVEL": "Os elementos do capítulo só podem estar ao nível superior" + } + } + }, + "TOOLKIT": { + "GENERAL-TOOLS": "Ferramentas de Questões", + "NEW-INPUT-SET": "Adicionar Questão", + "CLONE": "Duplicar", + "DELETE": "Eliminar" + } + }, + "ACTIONS": { + "SAVE": "Guardar", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-CLOSE": "Save & Close", + "FINALIZE": "Concluir", + "UPDATE": "Atualizar", + "UPDATE-AND-CONTINUE": "Update & Continue", + "UPDATE-AND-CLOSE": "Update & Close", + "CANCEL": "Cancelar", + "DELETE": "Eliminar", + "ADD-PAGE": "Adicionar Página +", + "ADD-SECTION": "Adicionar Secção +", + "VALIDATE": "Validar", + "PREVIEW-AND-FINALIZE": "Pré-visualização e finalizar", + "BACK-TO-TOP": "Voltar ao topo", + "FIELD": { + "MAKE-IT-REQUIRED": "Torne o input requerido", + "ADD-VISIBILITY-RULE": "Adione Questão Condicionada", + "DELETE-INPUT": "Eliminar este input", + "PREVIEW": "Pré-visualização", + "NOT-INITIALIZED": "Ainda não iniciado", + "MOVE-UP": "Move this input above", + "MOVE-DOWN": "Move this input below" + }, + "FIELDSET": { + "ADD-INPUT": "Adicionar novo input", + "COMMENT-FIELD": "Campo de comentário", + "INCLUDE-COMMENT-FIELD": "Um input no campo de comentários é anexado à questão.", + "ENABLE-MULTIPLICITY": "O utilizador pode dar mais do que uma resposta à questão.", + "MULTIPLICITY": "Multiplicidade", + "MORE": "Mais.." + } + }, + "FEEDBACK-MESSAGES": { + "SAVE-SUCCESS": "As alterações foram guardadas com sucesso." + }, + "ERRORS": { + "INVALID-VISIBILITY-RULES": { + "MESSAGE-START": "Foram detetadas regras de visibilidade inválidas em ", + "MESSAGE-END": ". Gostaria de as corrigir?", + "CONFIRM-YES": "Sim, remova as regras inválidas", + "CONFIRM-NO": "Não, mantenha as regras.", + "REMOVE-SUCCESS": "As regras de visibilidade inválidas foram removidas com sucesso." + } + } + }, + "GRANT-LISTING": { + "TITLE": "Grants", + "SUBTITLE": "Subtítulo do Grant", + "ACTIONS": { + "NEW": "Novo Grant" + } + }, + "DMP-LISTING": { + "DMP": "PGD", + "GRANT": "Grant", + "TITLE": "Plano de Gestão de Dados", + "OWNER": "Proprietário", + "MEMBER": "Membro", + "CREATOR": "Autor", + "EDITED": "Editado", + "FINALIZED": "Concluído", + "PUBLISHED": "Publicado", + "VERSION": "Versão", + "CONTAINED-DESCRIPTIONS": "Contained Descriptions", + "TEXT-INFO": "A informação contida no Plano de Gestão de Dados (PGD) demonstra como os dados foram recolhidos e/ou gerados, como foram processados e analisados, que ferramentas, normas e metodologias utilizaram. Fornece também informação de onde e como os dados são alojados, publicados e preservados.", + "TEXT-INFO-QUESTION": "Não tem a certeza de como um Plano de Gestão de Dados (PGD) é na prática? Pesquise “PGD Públicos” e", + "LINK-ZENODO": "Comunidade LIBER no Zenodo", + "GET-IDEA": "para ter uma ideia!", + "SORT-BY": "Ordenar por", + "COLUMNS": { + "NAME": "Nome", + "GRANT": "Grant", + "PROFILE": "Modelo", + "CREATION-TIME": "Data de Criação", + "ORGANISATIONS": "Organizações", + "LATEST_VERSION": "Última Versão", + "ACTIONS": "Ações", + "DATASETS": "Datasets", + "STATUS": "Estado", + "PEOPLE": "Pessoas", + "VERSION": "Versão" + }, + "ACTIONS": { + "NEW": "Novo PGD", + "NEW-WITH-WIZARD": "Novo PGD utilizando o Assistente", + "EDIT": "Editar", + "INVITE": "Convidar Colaboradores", + "INVITE-AUTHORS": "Convidar Autores", + "INVITE-SHORT": "Convidar", + "ADD-DATASET": "Adicionar Dataset ao PGD", + "ADD-DESCRIPTION-SHORT": "Add Description", + "ADD-DESCRIPTION-FOR-SECTION": "Add Description", + "DATASETS": "Listar todos os Datasets do PGD", + "NEW-VERSION": "Nova Versão", + "START-NEW-VERSION": "Iniciar Nova Versão", + "VIEW-VERSION": "Ver todas as Versões do PGD", + "CLONE": "Duplicar", + "COPY": "Copiar", + "DELETE": "Eliminar", + "DEPOSIT": "Depositar", + "EXPORT": "Exportar", + "MAKE-PUBLIC": "Tornar Público", + "PUBLISH": "Publicar", + "FINALIZE": "Concluir", + "UNFINALIZE": "Anular", + "ADV-EXP": "Exportação Avançada", + "EXP-AS": "Exportar como", + "DOWNLOAD-XML": "XML", + "DOWNLOAD-DOCX": "DOCX", + "DOWNLOAD-PDF": "PDF", + "SETTINGS": "Configurações", + "GETDOI": "Obter o DOI" + }, + "TOOLTIP": { + "DMP-STATUS": { + "DRAFT": "Acesso Privado - PGD Editável", + "FINALIZED": "Acesso Privado - PGD Fechado", + "PUBLISHED": "Acesso Público - PGD Fechado" + }, + "LEVEL-OF-ACCESS": "Nível de Acesso", + "INVOLVED-DATASETS": "Datasets Implicados", + "TEMPLATES-INVOLVED": "Modelo de Dados Implicado" + }, + "VIEW-ALL-VERSIONS": "Todas as versões de", + "EMPTY-LIST": "Sem informação" + }, + "DMP-PUBLIC-LISTING": { + "TITLE": "Plano de Gestão de Dados Publicado", + "OWNER": "Proprietário", + "MEMBER": "Membro", + "CREATOR": "Autor", + "VIEW-ONLY": "Ver Apenas", + "TOOLTIP": { + "PUBLISHED": "Acesso Público - PGD Fechado", + "INVOLVED-DATASETS": "Datasets Implicados", + "TEMPLATES-INVOLVED": "Modelo de Dados Implicado" + }, + "EMPTY-LIST": "Sem informação" + }, + "DMP-UPLOAD": { + "TITLE": "Importar o Plano de Gestão de Dados", + "UPLOAD-BUTTON": "Carregar", + "UPLOAD-SUCCESS": "Importado com Sucesso", + "ACTIONS": { + "IMPORT": "Importar", + "CANCEL": "Cancelar" + }, + "PLACEHOLDER": "Título do PGD" + }, + "DATASET-WIZARD": { + "TITLE": { + "NEW": "Novo Dataset" + }, + "EDITOR": { + "FIELDS": { + "EXTERNAL-DATASET-TYPE": "Tipo", + "EXTERNAL-AUTOCOMPLETE-SUBTITLE": "Fonte: ", + "EXTERNAL-AUTOCOMPLETE-NO-SOURCE": "Fonte não disponibilizada" + } + }, + "FIRST-STEP": { + "TITLE": "Informação do Dataset", + "DMP": "Plano de Gestão de Dados", + "PROFILE": "Dataset", + "SUB-TITLE": "Criado em: " + }, + "SECOND-STEP": { + "TITLE": "Referências Externas", + "EXTERNAL-HINT": "Lista de valores fornecida por fonte(s) externa(s)" + }, + "THIRD-STEP": { + "TITLE": "Descrição" + }, + "ACTIONS": { + "NEXT": "Seguinte", + "BACK": "Voltar", + "CLOSE": "Fechar", + "BACK-TO": "Voltar para", + "DELETE": "Eliminar", + "GO-TO-GRANT": "Ir para o Grant do Dataset", + "GO-TO-DMP": "Ir para o PGD do Dataset", + "SAVE": "Guardar", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-ADD": "Guardar e Adicionar Novo", + "SAVE-AND-CLOSE": "Guardar e Fechar", + "SAVE-AND-FINALISE": "Guardar e Concluir", + "FINALIZE": "Concluir", + "REVERSE": "Reverter", + "INFO": "Datasets de PGDs finalizados não podem ser revertidos para não concluídos", + "LOCK": "O Dataset está bloqueado por outro utilizador", + "DOWNLOAD-PDF": "Exportar para PDF", + "DOWNLOAD-XML": "Exportar para XML", + "DOWNLOAD-DOCX": "Exportar para DOCX", + "COPY-DESCRIPTION": "Copy Description", + "UPDATE-DATASET-PROFILE": "Atualizar o Modelo", + "VALIDATE":"Validate", + "UNDO-FINALIZATION-QUESTION" :"Desfazer a finalização??", + "CONFIRM" : "Sim", + "REJECT": "Não" + }, + "MESSAGES": { + "DATASET-NOT-FOUND": "O Dataset não existe", + "DATASET-NOT-ALLOWED": "Não tem acesso a este Dataset", + "SUCCESS-UPDATE-DATASET-PROFILE": "O Dataset foi atualizado com sucesso", + "MISSING-FIELDS": "There are some required fields left unfilled. Please check the DMP and make sure that all required questions are answered and URLs are provided with valid input. (Missing fields are marked in red color)", + "NO-FILES-SELECTED": "There is no selected file to upload", + "LARGE-FILE-OR-UNACCEPTED-TYPE": "The file is too large or its type is not supported.", + "MAX-FILE-SIZE": "Uploaded files should be up to {{maxfilesize}} MB.", + "ACCEPTED-FILE-TRANSFOMER": "Supported media types are: " + }, + "UPLOAD": { + "UPLOAD-XML": "Importar", + "UPLOAD-XML-FILE-TITLE": "Importar o Dataset", + "UPLOAD-XML-NAME": "Nome do Dataset", + "UPLOAD-XML-IMPORT": "Ficheiro", + "UPLOAD-XML-FILE-CANCEL": "Cancelar" + }, + "NEW-VERSION-FROM-FILE": { + "NEW-VERSION-XML": "Import", + "NEW-VERSION-XML-FILE-TITLE": "New Version from File for {{datasetName}}", + "NEW-VERSION-XML-FILE-CANCEL": "Cancel", + "NEW-VERSION-XML-SUCCESSFUL": "New Version successfully uploaded" + }, + "DIALOGUE": { + "TITLE": "Copiar o Dataset para o PGD", + "DMP-SEARCH": { + "PLACEHOLDER": "Pesquisar PGD" + }, + "COPY": "Copiar", + "CANCEL": "Cancelar", + "NEXT": "Seguinte", + "ERROR-MESSAGE": "Não contém este Modelo de Dados" + }, + "LOCKED":{ + "TITLE":"Dataset is locked", + "MESSAGE": "Somebody else is modifying the dataset at this moment. You may view the dataset but you cannot make any changes. If you would like to modify it please come back later." + }, + "FINALISE-POPUP":{ + "MESSAGE":"You will be directed to Dataset Editor where you can finalize the selected dataset. Would you like to proceed?", + "CONFIRM":"OK", + "CANCEL":"Cancelar" + } + }, + "DMP-OVERVIEW": { + "GRANT": "Grant", + "DMP-AUTHORS": "Autores do PGD", + "RESEARCHERS": "Investigadores", + "DESCRIPTIONS-USED": "Descriptions used", + "COLLABORATORS": "Colaboradores", + "PUBLIC": "Público", + "PRIVATE": "Privado", + "LOCKED": "Bloqueado", + "UNLOCKED": "Desbloqueado", + "YOU": "Você", + "LOCK": "Bloquear", + "TOOLTIP": { + "LEVEL-OF-ACCESS": "Nível de Acesso", + "INVOLVED-DATASETS": "Datasets Implicados", + "TEMPLATES-INVOLVED": "Modelos de Dados Implicados" + }, + "ERROR": { + "DELETED-DMP": "O PGD requerido foi eliminado", + "FORBIDEN-DMP": "Não está autorizado o acesso a este PGD" + }, + "MULTIPLE-DIALOG": { + "ZENODO-LOGIN": "Entre com o Zenodo", + "USE-DEFAULT": "Use o Token" + }, + "DEPOSIT": { + "ACCOUNT-LOGIN": "Which account would you like to use?", + "LOGIN": "Login with {{repository}}", + "NO-REPOSITORIES": "No publishing repositories", + "SELECT-REPOSITORIES": "Select repositories to deposit", + "AUTHORIZE": "Proceed to authorization", + "CANCEL": "Cancel" + }, + "LOCKED-DIALOG":{ + "TITLE": "DMP is locked", + "MESSAGE":"Somebody else is modifying the DMP at this moment. If you would like to modify or view it, please come back later." + }, + "MIN-DESCRIPTIONS-DIALOG": { + "TITLE": "Min({{minMultiplicity}}) datasets needed using this template.", + "MESSAGE": "Add dataset." + } + }, + "DATASET-OVERVIEW": { + "DESCRIPTION-AUTHORS": "Description authors", + "ERROR": { + "DELETED-DATASET": "O Dataset requerido foi eliminado", + "FORBIDEN-DATASET": "Não está autorizado o acesso a este Dataset" + }, + "LOCKED":{ + "TITLE": "Dataset is locked", + "MESSAGE": "Somebody else is modifying the dataset at this moment. If you would like to modify or view it, please come back later." + } + }, + "DATASET-LISTING": { + "TITLE": "Datasets", + "DESCRIPTION": "Description", + "SELECT-DESCRIPTIONS-TO-CLONE": "Select which descriptions to include in the new DMP. Selected descriptions will be editable.", + "SELECT-DESCRIPTIONS-NONE": "Not available Descriptions for this DMP.", + "TEXT-INFO": "Os Datasets no {{ APP_NAME }} são documentados segundo modelos pré-definidos, onde são registados os conteúdos e características de cada Dataset. Assim, um Plano de Gestão de Dados (PGD) pode conter tantos Datasets quanto os necessários. Pesquise ", + "TEXT-INFO-REST": " para ver os Datasets descritos no PGD do {{ APP_NAME }}", + "LINK-PUBLIC-DATASETS": "Datasets Públicos", + "TEXT-INFO-PAR": "Novos Datasets podem ser adicionados aos PGDs existentes em qualquer altura e ser descritos com mais do que um modelo. Os Datasets podem também ser duplicados e reutilizados em outros PGDs bem como serem removidos sem afetar o PGD como um todo.", + "COLUMNS": { + "NAME": "Nome", + "REFERNCE": "Referência", + "GRANT": "Grant", + "URI": "URI", + "STATUS": "Estado", + "DESCRIPTION": "Descrição", + "CREATED": "Criado", + "PUBLISHED": "Publicado", + "FINALIZED": "Concluído", + "LAST-EDITED": "Última Edição", + "ACTIONS": "Ações", + "DMP": "PGD", + "PROFILE": "Modelo", + "DATAREPOSITORIES": "Repositório de Dados", + "REGISTRIES": "Registos", + "SERVICES": "Serviços" + }, + "ACTIONS": { + "EDIT": "Editar", + "MAKE-IT-PUBLIC": "Tornar Público", + "VIEW": "Ver", + "NEW": "Novo Dataset", + "CREATE-NEW": "Criar novo Dataset", + "EXPORT": "Exportar", + "INVITE-COLLABORATORS": "Convidar Colaboradores", + "INVITE-SHORT": "Convidar" + }, + "STATES": { + "EDITED": "Editado", + "PUBLIC": "Público", + "FINALIZED": "Concluído", + "PUBLISHED": "Publicado" + }, + "TOOLTIP": { + "DATASET-STATUS": { + "DRAFT": "Acesso Privado - Dataset Editável", + "FINALIZED": "Acesso Privado - Dataset Fechado" + }, + "DMP": "PGD", + "GRANT": "Grant", + "TEMPLATES-INVOLVED": "Modelo de Dados", + "VERSION": "Versão do PGD", + "PART-OF": "Parte de", + "TO-DMP": "Para PGD", + "DMP-FOR": "PGD para" + }, + "EMPTY-LIST": "Sem informação" + }, + "DATASET-PUBLIC-LISTING": { + "TITLE": "Datasets Publicados", + "TOOLTIP": { + "FINALIZED": "Acesso Privado - Dataset Fechado", + "DMP": "PGD", + "GRANT": "Grant", + "TEMPLATES-INVOLVED": "Modelo de Dados" + }, + "EMPTY-LIST": "Sem informação" + }, + "DATASET-PROFILE-LISTING": { + "TITLE": "Description Templates", + "COLUMNS": { + "NAME": "Nome", + "REFERNCE": "Referência", + "GRANT": "Grant", + "URI": "URI", + "ROLE": "Função", + "TEMPLATE": "Modelo", + "ORGANIZATION": "Organização", + "STATUS": "Estado", + "VISITED": "Visitado", + "EDITED": "Editado", + "DESCRIPTION": "Descrição", + "CREATED": "Criado", + "ACTIONS": "Ações", + "DMP": "PGD", + "PROFILE": "Modelo", + "DATAREPOSITORIES": "Repositórios de Dados", + "REGISTRIES": "Registos", + "SERVICES": "Serviços" + }, + "ACTIONS": { + "EDIT": "Editar", + "MAKE-IT-PUBLIC": "Tornar Público", + "VIEW": "Ver", + "CLONE": "Duplicar", + "NEW-VERSION": "Nova Versão", + "NEW-VERSION-FROM-FILE": "New Version from File", + "VIEW-VERSIONS": "All Description Template Versions", + "DELETE": "Eliminar", + "CREATE-DESCRIPTION-TEMPLATE": "Create Description Template" + } + }, + "DESCRIPTION-TYPES-LISTING": { + "TITLE": "Description Types", + "CREATE-TYPE": "Create Description Type", + "COLUMNS": { + "NAME": "Name", + "STATUS": "Status" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "ACTIONS": { + "DELETE": "Delete" + } + }, + "DATASET-UPLOAD": { + "TITLE": "Importar Dataset", + "UPLOAD-BUTTON": "Carregar", + "ACTIONS": { + "IMPORT": "Importar", + "CANCEL": "Cancelar" + }, + "PLACEHOLDER": "Título do Dataset", + "DATASET-PROFILE": { + "SELECT": "Selecionar o Modelo de Dados" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Importado com Sucesso", + "UNSUCCESSFUL": "Algo correu mal" + } + }, + "DESCRIPTION-TYPE-EDITOR": { + "NEW": "New Description Type", + "FIELDS": { + "LABEL": "Name" + }, + "ACTIONS": { + "SAVE": "Save", + "FINALIZE": "Finalize", + "CANCEL": "Cancel" + } + }, + "DMP-BLUEPRINT-EDITOR": { + "TITLE": { + "NEW": "New DMP Blueprint", + "NEW-PROFILE-CLONE": "New Clone Of ", + "EDIT": "Editar" + }, + "FIELDS": { + "TITLE": "Campos", + "LABEL": "Nome", + "TYPE": "Tipo", + "DATATYPE": "Tipo de Dados", + "REQUIRED": "Obrigatório", + "FIELD-MULTIPLE-SELECT": "Multiple", + "EXTERNAL-AUTOCOMPLETE": { + "TITLE": "Autocompletar Dados", + "MULTIPLE-AUTOCOMPLETE": "Autopreenchimento Múltiplo", + "PLACEHOLDER": "Sugestão de Preenchimento", + "URL": "URL", + "OPTIONS-ROOT": "Opções de Raiz", + "LABEL": "Etiqueta", + "VALUE": "Valor" + } + }, + "ACTIONS": { + "SAVE": "Guardar", + "CANCEL": "Cancelar", + "DELETE": "Eliminar", + "FINALIZE": "Concluir", + "DOWNLOAD-XML": "Exportar para XML" + }, + "CONFIRM-DELETE-DIALOG":{ + "MESSAGE": "Would you like to delete this DMP template?", + "CONFIRM-BUTTON": "Yes, delete", + "CANCEL-BUTTON": "No" + } + }, + "GRANT-EDITOR": { + "TITLE": { + "NEW": "Novo Grant", + "EDIT": "Editar" + }, + "FIELDS": { + "LABEL": "Título", + "ABBREVIATION": "Abreviatura", + "URI": "URI", + "START": "Início", + "END": "Fim", + "DESCRIPTION": "Descrição", + "LOGO": "Logo do Grant" + }, + "ACTIONS": { + "SAVE": "Guardar", + "CANCEL": "Cancelar", + "DELETE": "Eliminar", + "GO-TO-DMPS": "Ir para os PGDs", + "VISIT-WEBSITE": "Visitar a página Web" + } + }, + "DMP-EDITOR": { + "TITLE": { + "NEW": "Novo Plano de Gestão de Dados", + "EDIT": "Editar", + "EDIT-DMP": "Editar PGD", + "ADD-DATASET": "Adicionar Dataset", + "EDIT-DESCRIPTION": "Editing Description", + "CLONE-DMP": "Duplicar", + "NEW-VERSION": "Nova Versão", + "CREATE-DATASET": "Criar Dataset", + "SUBTITLE": "DOI", + "PREVIEW-DATASET": "Pré-visualização do Dataset" + }, + "FIELDS": { + "NAME": "Título do PGD", + "RELATED-GRANT": "Grant relacionado", + "DESCRIPTION": "Descrição", + "DESCRIPTION-HINT": "Descreva brevemente o contexto e objetivo do PGD", + "ORGANISATIONS": "Organizações", + "ORGANISATIONS-HINT": "Adicione aqui os nomes das organizações que contribuem para a criação e revisão dos PGDs", + "RESEARCHERS": "Investigadores", + "RESEARCHERS-HINT": "Indique os nomes das pessoas que geraram, processaram e analisaram os dados descritos no PGD.", + "AUTHORS": "Autores", + "TEMPLATES": "Modelos", + "TEMPLATE": "PGD", + "DATASET-TEMPLATES": "Datasets relacionados", + "SELECT-TEMPLATE": "Select a template to describe your descriptions", + "PROFILE": "PGD", + "PROJECT": "Projeto", + "GRANT": "Grant", + "GRANTS": "Grants", + "GRANTS-HINT": "Encontre o Grant da sua investigação ou adicione um novo", + "FUNDER": "Financiador", + "FUNDER-HINT": "Selecione o finaciador da sua investigação ou adicione um novo", + "FUNDING-ORGANIZATIONS": "Organizações de Financiamento", + "PROJECT-HINT": "Os projetos no {{ APP_NAME }} são vistos como atividades financiadas por um Grant ou atividades ao abrigo de diferentes Grants em modo de colaboração. Por favor preencha o campo referente ao projeto para o Grant associado à sua organização, se o seu projeto se enquadra numa das categorias referidas. Em todos os outros casos, por favor não preencha este campo.", + "STATUS": "Estado do PGD", + "EXTERNAL-SOURCE-HINT": "Lista de valores fornecidos por entidade(s) externa(s)", + "COLLABORATORS": "Colaboradores", + "LANGUAGE": "Idioma", + "LANGUAGE-HINT": "Selecione o idioma do seu PGD", + "LICENSE": "Licença", + "VISIBILITY": "Visibilidade", + "VISIBILITY-HINT": "Selecione como o Plano de Gestão de Dados (PGD) deverá ser visualizado no {{ APP_NAME }}. Se selecionar 'Público', o PGD é automaticamente disponibilizado a todos os utilizadores de 'PGDs Públicos'.", + "PUBLICATION": "Data de Publicação", + "CONTACT": "Contacto", + "COST": "Custos", + "DESCRIPTIONS": "Descriptions" + }, + "ACTIONS": { + "GO-TO-GRANT": "Ir para Grant", + "GO-TO-DATASETS": "Ir para Datasets", + "SAVE-CHANGES": "Guardar alterações", + "SAVE": "Guardar", + "CANCEL": "Cancelar", + "DELETE": "Eliminar", + "DELETE-DATASET": "Eliminar Dataset", + "DISCARD": "Ignorar", + "FINALISE": "Concluir", + "LOCK": "O PGD está bloqueado por outro utilizador", + "PERMISSION": "Não tem permissão para editar este PGD", + "INSERT-MANUALLY": "Inserir manualmente", + "CREATE-DATASET": "Criar um novo", + "DISABLED-EXPORT": "Please save your changes to export this DMP" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Preencha com a descrição", + "ORGANIZATION": "Selecione a organização", + "AUTHORS": "Selecionar autores", + "RESEARCHERS": "Selecionar investigadores" + }, + "SNACK-BAR": { + "UNSUCCESSFUL-DOI": "Criação de DOI sem sucesso", + "SUCCESSFUL-DOI": "Criação de DOI com sucesso", + "UNSUCCESSFUL-FINALIZE": "Finalização do PGD sem sucesso" + }, + "DESCRIPTION-TEMPLATE-LIST": { + "TITLE": "Available Description Templates", + "TEXT": "Descriptions selected: ", + "OK": "OK" + }, + "VISIBILITY": { + "PUBLIC": "Público", + "RESTRICTED": "Restrito" + }, + "STEPPER": { + "USER-GUIDE": "Etapas de Preenchimento", + "MAIN-INFO": "Informação Geral", + "FUNDING-INFO": "Informação sobre o Financiamento", + "DATASET-SELECTION": "Seleção de Dataset", + "DESCRIPTION-INFO": "Description info", + "LICENSE-INFO": "Informação sobre a Licença", + "DATASET": "Dataset", + "PREVIOUS": "Anterior", + "NEXT": "Seguinte" + }, + "MAIN-INFO": { + "INTRO": "A criação de um Plano de Gestão de Dados (PGD) no {{ APP_NAME }} consiste na descrição de informação-chave sobre a investigação, nomeadamente a sua finalidade, objetivos e investigadores envolvidos. Consiste ainda na descrição da informação sobre o tipo de dados utilizado na investigação, destacando as etapas e os meios utilizados, para uma gestão de dados mais eficaz.", + "HINT": "Uma breve descrição sobre o tema do PGD, o seu âmbito e objetivos.", + "TYPING": "Digite mais letras do nome para que seja possível encontrá-lo mais facilmente.", + "UNIQUE-IDENTIFIER": "Identificador único", + "RESEARCHER-IDENTIFIER-EXISTS": "O identificador do investigador já existe.", + "ORGANISATION-IDENTIFIER-EXSTS": "O identificador da organização já existe.", + "IDENTIFIER-EXISTS-RESEARCHER-LIST": "Este identificador está já a ser utilizado por um investigador incluído na lista.", + "IDENTIFIER-EXISTS-ORGANISATION-LIST": "Este identificador está já a ser utilizado por uma organização incluída na lista.", + "SAVE":"Guardar", + "CANCEL": "Cancelar" + }, + "FUNDING-INFO": { + "INTRO": "Um Plano de Gestão de Dados (PGD) permite uma maior proximidade com o local onde os seus dados são gerados, analisados e armazenados. O {{ APP_NAME }} é uma ferramenta aberta, extensível e colaborativa que disponibiliza Planos de Gestão de Dados FAIR e Abertos.", + "FIND": "Não foi possível encontrar a informação pretendida?", + "UNIQUE-IDENTIFIER": "Identificador único", + "IDENTIFIER-FUNDER-EXISTS": "Já existe um financiador com este identificador.", + "IDENTIFIER-GRANT-EXISTS": "Já existe um Grant com este identificador.", + "IDENTIFIER-PROJECT-EXISTS": "Já existe um projeto com este identificador." + }, + "DATASET-INFO": { + "INTRO": "Um Plano de Gestão de Dados (PGD) no {{ APP_NAME }} inclui informação-chave sobre a investigação, nomeadamente a sua finalidade, objetivos e investigadores envolvidos. Inclui também informação sobre a documentação de Datasets da investigação, destacando as etapas seguidas e os meios utilizados nas atividades de gestão de dados.", + "SECOND-INTRO": "Os dados devem ser documentados segundo modelos pré-definidos, onde são registados os conteúdos e características de cada Dataset. No {{ APP_NAME }} um Plano de Gestão de Dados (PGD) pode conter tantos Datasets quanto os necessários.", + "FIND": "Não foi possível encontrar a informação pretendida?", + "HINT": "Select a template to describe your descriptions. You may select more than one template." + }, + "LICENSE-INFO": { + "INTRO": "Cada Plano de Gestão de Dados (PGD) pode conter informações específicas sobre a licença, no que se refere à abertura e disponibilidade de dados. Deste modo, é possível definir quem pode ver os seus Datasets e por quanto tempo esses dados ficarão em acesso restrito.", + "HINT": "Atribua uma licença ao seu PGD selecionando a mais apropriada da lista.", + "TYPING": "Digite mais letras do nome para que seja possível encontrá-lo mais facilmente." + }, + "DATASET-DESCRIPTION": { + "INTRO": "Em termos gerais, os seus dados de investigação devem ser 'FAIR', ou seja, localizáveis (findable), acessíveis (accessible), interoperáveis (interoperable) e reutilizáveis (re-usable). Estes princípios precedem as escolhas de implementação e não sugerem necessariamente qualquer tecnologia específica, norma ou solução de implementação. Este modelo não pretende ser uma implementação técnica rigorosa dos princípios 'FAIR', mas sim inspirado no conceito geral 'FAIR'." + }, + "CHANGES": "Alterações não guardadas", + "CLONE-DIALOG": { + "CLONE": "Duplicar", + "SAVE": "Guardar", + "CANCEL": "Cancelar" + }, + "LOCKED":{ + "TITLE":"DMP is locked", + "MESSAGE":"Somebody else is modifying the DMP at this moment. You may view the dataset but you cannot make any changes." + } + }, + "DMP-BLUEPRINT-LISTING": { + "TITLE": "DMP Blueprints", + "CREATE-DMP-BLUEPRINT": "Create DMP Blueprint", + "COLUMNS": { + "NAME": "Nome", + "STATUS": "Estado", + "CREATED": "Criado", + "PUBLISHED": "Publicado", + "LAST-EDITED": "Última edição" + }, + "ACTIONS": { + "CLONE": "Clone", + "DOWNLOAD-XML":"Download XML", + "DELETE": "Delete" + }, + "UPLOAD": { + "UPLOAD-XML": "Importar", + "UPLOAD-XML-FILE-TITLE": "Importar Plano de Gestão de Dados", + "UPLOAD-XML-NAME": "Nome do PGD", + "UPLOAD-XML-IMPORT": "Ficheiro", + "UPLOAD-XML-FILE-CANCEL": "Cancelar" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "MESSAGES":{ + "TEMPLATE-UPLOAD-SUCCESS":"Template successfully uploaded" + } + }, + "DYNAMIC-FORM": { + "FIELDS": { + "LABEL": "Etiqueta" + }, + "ACTIONS": { + "PREVIEW": "Pré-visualização", + "ADD-PAGE": "Adicionar Página +", + "ADD-SECTION": "Adicionar Secção +" + } + }, + "CRITERIA": { + "FILTERS": "Filtros", + "GRANTS": { + "LIKE": "Procurar", + "PERIOD-FROM": "Data de Início do Grant", + "PERIOD-TO": "Data de Fim do Grant", + "GRANT-STATE-TYPE": "Estado do Grant", + "TYPES": { + "NONE": "-", + "ON-GOING": "Em curso", + "FINISHED": "Finalizado" + } + }, + "DATASET-PROFILE": { + "LIKE": "Procurar", + "STATUS": "Estado" + }, + "DATA-SETS": { + "PERIOD-FROM": "Data de Início", + "PERIOD-TO": "Data de Fim", + "STATUS": "Estado", + "NONE": "-", + "TAGS": "Etiquetas", + "SELECT-TAGS": "Selecionar Etiquetas", + "LIKE": "Search Descriptions", + "DRAFT-LIKE": "Search Draft Descriptions", + "SELECT-GRANTS": "Selecionar Grants", + "ROLE": "Função", + "ORGANIZATION": "Organização", + "SELECT-ORGANIZATIONS": "Selecionar Organização", + "SELECT-SPEC": "Selecionar Especificação de Dataset", + "RELATED-GRANT": "Grants", + "SELECT-DMP": "Selecionar PGD", + "RELATED-DMP": "PGDs", + "SELECT-COLLABORATORS": "Selecionar Colaboradores", + "RELATED-COLLABORATORS": "Colaboradores", + "SELECT-DATASET-TEMPLATES": "Selecionar Datasets", + "RELATED-DATASET-TEMPLATES": "Datasets", + "ALL-VERSIONS": "Todas as Versões" + }, + "DMP": { + "LIKE": "Procurar PGDs", + "GRANTS": "Grants", + "SELECT-GRANTS": "Selecionar Grants", + "SELECT-COLLABORATORS": "Selecionar Colaboradores", + "RELATED-COLLABORATORS": "Colaboradores", + "SELECT-DATASET-TEMPLATES": "Selecionar Datasets", + "RELATED-DATASET-TEMPLATES": "Datasets" + }, + "BLUEPRINT": { + "LIKE": "Search", + "STATUS": "Status" + }, + "USERS": { + "LABEL": "Procurar", + "ROLE": "Função", + "SHOW": "Mostrar" + }, + "SELECT": "Selecionar uma opção", + "LIKE": "Procurar" + }, + "DATASET-EDITOR": { + "TITLE": { + "NEW": "Novo Plano de Gestão de Dados", + "EDIT": "Editar", + "INTRO": "You are using the Description editor. Answer here questions that describe your data management activities.", + "INTRO-TIP": "Tip: Add new descriptions to describe different types of data or disciplinary data to avoid mixing information." + }, + "FIELDS": { + "NAME": "Designação do Dataset", + "TITLE": "Title of Description", + "DESCRIPTION": "Descrição", + "PROFILE": "Modelo", + "URI": "URI", + "DMP": "PGD", + "SELECT-DMP": "Selecionar PGD", + "DATAREPOSITORIES": "Repositório de Dados", + "REGISTRIES": "Registos", + "SERVICES": "Serviços", + "EXTERNAL-DATASETS": "Datasets Externos", + "EXTERNAL-DATASETS-DESCRIPTION": "Datasets relacionados com o descrito no PGD, podem ser utilizados para a sua produção ou como derivado ou subproduto da sua utilização", + "EXTERNAL-DATASET-TYPE": "Tipo de Dataset Externo", + "EXTERNAL-DATASET-INFO": "Informação de Dataset Externo", + "DATAREPOSITORIES-INFO": "Informação de Repositório de Dados", + "EXTERNAL-LINK": "Link Externo", + "TAGS": "Etiquetas", + "CREATE": "Criar Novo" + }, + "ACTIONS": { + "SAVE": "Guardar", + "CANCEL": "Cancelar", + "DELETE": "Eliminar", + "UPDATE": "Atualizar", + "DISCARD": { + "DISCARD-NEW-MESSAGE": "Todas as alterações irão ser descartadas e será redirecionado para o editor do PGD. Pretende continuar?", + "DISCARD-NEW-CONFIRM": "Sim, pretendo descartar e remover este modelo de dados.", + "DISCARD-NEW-DENY": "Não", + "DISCARD-EDITED-MESSAGE": "Todas as alterações irão ser descartadas e será redirecionado para o editor do PGD. Pretende continuar?", + "DISCARD-EDITED-CONFIRM": "Sim, reverter as alterações e voltar atrás.", + "DISCARD-EDITED-DENY": "Não" + }, + "DISABLED-EXPORT": "Please save your changes to export this Dataset" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Preencher com descrição", + "EXTERNAL-LINK": "Forneça uma ligação URL externa" + }, + "HINT": { + "DESCRIPTION": "Briefly describe the context and purpose of the Description", + "TITLE": "Uma breve descrição do que o/a ", + "TITLE-REST": "é sobre o seu âmbito e objetivos." + }, + "VERSION-DIALOG": { + "ABOUT": "O versionamento é automático.", + "QUESTION": "O seu modelo de dados está desatualizado. Pretende atualizá-lo de acordo com a última versão?" + }, + "ERRORS":{ + "ERROR-OCCURED": "Um erro ocorreu.", + "MESSAGE": "Mensangem: " + }, + "QUESTION": { + "EXTENDED-DESCRIPTION": { + "VIEW-MORE": "View more", + "VIEW-LESS": "View less" + } + }, + "MAX-DESCRIPTION-DIALOG": { + "TITLE": "Max datasets using this template.", + "MESSAGE": "Select another profile." + } + }, + "DATASET-CREATE-WIZARD": { + "ACTIONS": { + "NEXT": "Seguinte", + "BACK": "Voltar", + "SAVE": "Guardar" + }, + "FIRST-STEP": { + "TITLE": "PGD", + "PLACEHOLDER": "Selecione um PGD existente" + }, + "PREFILL-STEP": { + "TITLE": "Initialize your Dataset", + "PREFILL": "Prefill", + "OR": "OR", + "HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.", + "MANUALLY": "Manually", + "PROFILE": "Dataset Template", + "PREFILLED-DATASET": "Prefilled Dataset", + "SEARCH": "Start typing to search for a dataset or software", + "NEXT": "Next" + } + }, + "INVITATION-EDITOR": { + "TITLE": "Enviar convites para", + "AUTOCOMPLETE-USER": "Utilizador", + "AUTOCOMPLETE-EMAIL": "Email", + "AUTOCOMPLETE-USER-EMAIL": "Kat ou kat@exemplo.com", + "ACTIONS": { + "SEND-INVITATION": "Enviar Convites", + "CANCEL": "Cancelar" + } + }, + "USERS": { + "LISTING": { + "TITLE": "Utilizadores", + "EMAIL": "Email", + "LAST-LOGGED-IN": "Último acesso", + "LABEL": "Etiqueta", + "ROLES": "Funções", + "NAME": "Nome", + "PERMISSIONS": "Permissões", + "EXPORT": "Exportar utilizadores" + }, + "ACTIONS": { + "EDIT": "Editar", + "SAVE": "Guardar" + } + }, + "TYPES": { + "APP-ROLE": { + "ADMIN": "Administrador", + "USER": "Utilizador", + "TENANT-ADMIN": "Tenant Administrador", + "TENANT-USER": "Tenant Utilizador", + "TENANT-MANAGER": "Gestor", + "TENANT-DESCRIPTION-TEMPLATE-EDITOR": "Description Template Editor" + }, + "DMP-PROFILE-FIELD": { + "DATA-TYPE": { + "DATE": "Data", + "NUMBER": "Número", + "TEXT": "Texto", + "EXTERNAL-AUTOCOMPLETE": "Autopreenchimento Externo" + }, + "TYPE": { + "INPUT": "Entrada" + } + }, + "DATASET-STATUS": { + "DRAFT": "Rascunho", + "FINALISED": "Concluído", + "ANY": "Qualquer", + "DRAFT-DESC": "Registos Rascunho" + }, + "DATASET-ROLE": { + "OWNER": "Proprietário", + "MEMBER": "Membro", + "ANY": "Qualquer" + }, + "EXTERNAL-DATASET-TYPE": { + "SOURCE": "Fonte", + "SOURCES": "Fontes", + "SOURCE:": "Fonte: ", + "NO-SOURCE": "Não ligar à fonte", + "OUTPUT": "Output", + "SELECT": "Selecionar" + }, + "DMP": { + "FINALISED": "Concluído", + "DRAFT": "Rascunho" + }, + "DMP-VISIBILITY": { + "VISIBILITY": "Visibilidade", + "PUBLIC": "Publicado", + "FINALIZED": "Concluído", + "DRAFT": "Rascunho", + "ANY": "Qualquer" + }, + "DATASET-PROFILE-FIELD-VALIDATION-TYPE": { + "NONE": "Nenhum", + "REQUIRED": "Obrigatório" + }, + "DATASET-PROFILE-FIELD-VIEW-STYLE": { + "BOOLEAN-DECISION": "Dados booleanos de decisão", + "CHECKBOX": "Caixa de Verificação", + "COMBO-BOX": "Caixa de Combinação", + "INTERNAL-DMP-ENTITIES": "Entidades Internas do PGD", + "FREE-TEXT": "Texto Livre", + "RADIO-BOX": "Escolha Múltipla", + "TEXT-AREA": "Área de Texto", + "RICH-TEXT-AREA": "Rich Text Area", + "UPLOAD": "Upload", + "DATE-PICKER": "Escolha de Data", + "EXTERNAL-DATASETS": "Datasets Externos", + "DATA-REPOSITORIES": "Repositórios de Dados", + "PUB-REPOSITORIES": "Publication Repositories", + "JOURNALS-REPOSITORIES": "Journals", + "TAXONOMIES": "Taxonomies", + "LICENSES": "Licenses", + "PUBLICATIONS": "Publications", + "REGISTRIES": "Registos", + "SERVICES": "Serviços", + "TAGS": "Etiquetas", + "RESEARCHERS": "Investigadores", + "ORGANIZATIONS": "Organizações", + "DATASET-IDENTIFIER": "Identificador de Dataset", + "CURRENCY": "Moeda", + "VALIDATION": "Validação", + "OTHER": "Outro", + "SELECT": "Selecione" + }, + "DATASET-PROFILE-UPLOAD-TYPE": { + "DOWNLOAD": "Download file" + }, + "DATASET-PROFILE-COMBO-BOX-TYPE": { + "WORD-LIST": "Lista de Palavras", + "AUTOCOMPLETE": "Autopreenchimento", + "EXTERNAL-SOURCE-HINT": "Lista de valores fornecidos por fonte(s) externa(s)", + "ACTIONS": { + "YES": "Sim", + "NO": "Não" + } + }, + "DATASET-PROFILE-INTERNAL-DMP-ENTITIES-TYPE": { + "RESEARCHERS": "Investigadores", + "DMPS": "PGDs", + "DATASETS": "Datasets", + "EXTERNAL-SOURCE-HINT": "Lista de valores fornecidos por fonte(s) externa(s)" + }, + "DATASET-PROFILE-VALIDATOR": { + "ACTION": "Validar", + "REPOSITORIES-PLACEHOLDER": "Repositórios" + }, + "DATASET-PROFILE-IDENTIFIER": { + "IDENTIFIER-TYPE": "Tipo de Identificador" + }, + "RECENT-ACTIVITY-ORDER": { + "CREATED": "Criado", + "LABEL": "Etiqueta", + "MODIFIED": "Modificado", + "FINALIZED": "Concluído", + "PUBLISHED": "Publicado", + "STATUS": "Estado" + } + }, + "ADDRESEARCHERS-EDITOR": { + "TITLE": "Adicionar Investigador", + "FIRST_NAME": "Nome Próprio", + "LAST_NAME": "Sobrenome", + "ACTIONS": { + "SAVE": "Guardar", + "CANCEL": "Cancelar" + } + }, + "ADDORGANIZATION-EDITOR": { + "TITLE": "Adicionar uma Organização", + "NAME": "Nome", + "ACTIONS": { + "SAVE": "Guardar", + "CANCEL": "Cancelar" + } + }, + "ADDEDITCOST-EDITOR": { + "ADD-TITLE": "Adicionar um Custo", + "EDIT-TITLE": "Editar o Custo", + "CODE": "Código", + "DESCRIPTION": "Descrição", + "TITLE": "Título", + "VALUE": "Valor", + "ACTIONS": { + "SAVE": "Guardar", + "CANCEL": "Cancelar" + } + }, + "DMP-WIZARD": { + "FIRST-STEP": { + "DMP": "Editor de PGD", + "DATASETS": "Datasets" + }, + "ACTIONS": { + "NEXT": "Seguinte", + "BACK": "Voltar", + "SAVE": "Guardar" + } + }, + "DMP-RELATED-GRANT": { + "RELATED-GRANT": "Grant relacionado" + }, + "DMP-RELATED-COLLABORATOR": { + "RELATED-COLLABORATOR": "Colaborador relacionado", + "SELECT-COLLABORATORS": "Colaboradores selecionados" + }, + "DMP-RELATED-ORGANIZATION": { + "RELATED-ORGANIZATION": "Organização", + "SELECT-ORGANIZATIONS": "Organizações selecionadas" + }, + "DATASET-PROFILE": { + "PREVIEW": "Pré-visualização", + "FORM-DESCRIPTION": "Formulário de descrição", + "PAGES-DESCRIPTION": "Páginas de descrição" + }, + "RECENT-ACTIVITY": { + "MY-TITLE-GRANT": "A minha atividade recente no Grant", + "MY-TITLE-DMP": "A minha atividade recente no PGD", + "MY-TITLE-DATASET": "A minha atividade recente no Dataset", + "LAST-VISITED-DMP": "Último Plano de Gestão de Dados visitado", + "LAST-EDITED-DMP": "Último Plano de Gestão de Dados editado", + "LICENSE": "Os PGDs abaixo são públicos ao abrigo da Licença #" + }, + "FILE-UPLOADER": { + "DEFAULT": "Escolha um ficheiro", + "GRANT": "", + "UPLOAD": "Carregar" + }, + "URL-LISTING-COMPONENT": { + "SHOW-MORE": "Mostrar mais" + }, + "HOMEPAGE": { + "OPEN-DMPS": { + "STATS": "Painel do {{ APP_NAME_CAPS }}" + }, + "MY-DMPS": { + "STATS": "O meu Painel" + } + }, + "ABOUT": { + "TITLE-DASHED": "-Sobre-", + "TITLE": "Sobre", + "MAIN-CONTENT": "O nosso objetivo é tornar os seus dados de investigação 'FAIR', ou seja localizáveis (findable), acessíveis (accessible), interoperáveis (interoperable) e reutilizáveis (re-usable). Estes princípios precedem as escolhas de implementação e não sugerem necessariamente qualquer tecnologia específica, padrão, ou solução de implementação.", + "CONTRIBUTORS": "Colaboradores", + "WELCOME": "Bem vindo ao {{ APP_NAME_CAPS }}", + "WELCOME-MESSAGE": "Criar, ligar, partilhar Planos de Gestão de Dados" + }, + "FOOTER": { + "CONTACT-SUPPORT": "Contacto de Suporte", + "FAQ": "FAQ", + "GUIDE": "Guia de Utilizador", + "GLOSSARY": "Glossário", + "TERMS-OF-SERVICE": "Condições do Serviço", + "ABOUT": "Sobre", + "COOKIES-POLICY": "Política de Cookies", + "PRIVACY-POLICY": "Política de Privacidade" + }, + "GLOSSARY": { + "TITLE": "Glossário", + "TITLE-DASHED": "-Glossário-", + "CLOSE": "Fechar" + }, + "FAQ": { + "TITLE": "FAQ", + "TITLE-DASHED": "-FAQ-", + "CLOSE": "Fechar" + }, + "GUIDE": { + "TITLE": "Guia de Utilizador", + "TITLE-DASHED": "-Guia de Utilizador-", + "CLOSE": "Fechar", + "SAVE": "Guardar" + }, + "PRIVACY-POLICY": { + "TITLE": "-Política de Privacidade-", + "MAIN-CONTENT": "" + }, + "OPENSOURCE-LICENCES": { + "TITLE": "Licenças Opensource", + "MAIN-CONTENT": "" + }, + "TERMS-OF-SERVICE": { + "TITLE": "Condições do Serviço", + "MAIN-CONTENT": "" + }, + "COOKIES-POLICY": { + "TITLE": "Política de Cookies" + }, + "CONTACT": { + "SUPPORT": { + "TITLE": "Contacto de Suporte", + "SUBTITLE": "Como podemos ajudar?", + "SUBJECT": "Assunto", + "DESCRIPTION": "Descrição", + "CANCEL": "Cancelar", + "SEND": "Enviar" + }, + "TITLE-DASHED": "-Contacto de Suporte-", + "GUIDE": "Guia", + "HELP": "Ajuda", + "GLOSSARY": "Glossário" + }, + "LANGUAGE": { + "TITLE": "Idioma", + "TITLE-DASHED": "-Idioma-", + "CLOSE": "Fechar" + }, + "DASHBOARD": { + "MY-GRANTS": "Os meus Grants", + "GRANTS": "Grants", + "MY-DMPS": "Os meus PGDs", + "TITLE": "O que é o {{ APP_NAME_CAPS }}?", + "DMP-QUESTION": "O que é um Plano de Gestão de Dados no {{ APP_NAME_CAPS }}?", + "INFO-TEXT": "O {{ APP_NAME_CAPS }} é um serviço aberto e extensível que simplifica a gestão, validação, monitorização e manutenção de Planos de Gestão de Dados (PGDs). Permite aos intervenientes (investigadores, gestores, coordenadores, investigadores principais, entre outros) criar PGDs acionáveis por máquina, que podem ser livremente trocados entre infraestruturas para a execução de aspetos específicos no processo de gestão de dados, de acordo com as intenções e o compromisso dos proprietários dos dados.", + "INFO-DMP-TEXT": "Um Plano de Gestão de Dados (PGD) é um documento dinâmico que descreve os conjuntos de dados que são gerados e/ou reutilizados durante e após a vida útil de uma investigação. Os PGD visam fornecer aos investigadores informações essenciais para a reprodução, redistribuição e redefinição dos resultados da investigação, assegurando assim a sua validade e qualidade.", + "NEW-QUESTION": "Novo nos Planos de Gestão de Dados? Visite", + "START-YOUR-FIRST-DMP": "Começar o seu primeiro PGD", + "OPEN-AIR-GUIDE": "Guia OpenAIRE para Investigadores", + "LEARN-MORE": "para saber mais sobre como criar um Plano de Gestão de Dados!", + "ORGANIZATIONS": "Organizações relacionadas", + "DMPS": "PGDs", + "MY-DATASETS": "Os meus Datasets", + "DATASETS": "Datasets", + "SEARCH": "PESQUISA...", + "DATA-MANAGEMENT-PLANS": "PLANOS DE GESTÃO DE DADOS", + "PERSONAL-USAGE": "Uso Pessoal", + "PUBLIC-USAGE": "Uso Público", + "DESCRIPTIONS": "Descriptions", + "DATASET-DESCRIPTIONS-DASHBOARD-TEXT": "", + "PUBLIC-DMPS": "PGDs Públicos", + "PUBLIC-DATASETS": "Datasets Públicos", + "RELATED-ORGANISATIONS": "Organizações Relacionadas", + "DRAFTS": "Rascunhos", + "ALL": "TODOS", + "EMPTY-LIST": "Sem Informação", + "LATEST-ACTIVITY": "Última Atividade", + "DMP-ABOUT-BEG": "A criação de um Plano de Gestão de Dados (PGD) no {{ APP_NAME }} consiste em fornecer informação-chave sobre a investigação, tal como, a sua finalidade, os seus objetivos e quais os investigadores envolvidos, como também sobre a documentação relativa aos dados de investigação que permite evidenciar os passos dados e os meios utilizados para uma gestão mais eficaz dos dados a produzir ou que já tenham sido produzidos.", + "DMP-ABOUT-END": "", + "SELECT-DMP": "Selecione um PGD para o seu Dataset", + "ACTIONS": { + "ADD-DESCRIPTION": "Add Description", + "ADD-DATASET": "Adicione um Dataset", + "ADD-DMP-DESCRIPTION": "Adicione uma descrição ao PGD" + }, + "TOUR-GUIDE": { + "DMP": "Aqui pode visualizar e editar todos os PGDs para os quais tenha contribuído ou criado.", + "START-NEW": "Crie o seu PGD através do botão “Criar novo PGD”.", + "IMPORT-DMP": "Aqui pode importar um PGD pré-existente...", + "START-WIZARD": "... ou criar um novo no {{ APP_NAME }}!", + "DATASET": "Aqui pode visualizar e editar todos os Modelos de Dados para os quais tenha contribuído ou criado.", + "NEW-DATASET": "Através do botão “Adicione um Dataset” pode em qualquer altura do processo de investigação adicionar e preencher um novo modelo de dados.", + "GOT-IT": "Ok, entendi!", + "LEAVE-TOUR": "Fechar" + }, + "ADD-NEW-DATASET": { + "OPTIONS-NOT-ENOUGH": "Não pretende selecionar nenhuma destas opções?", + "START-NEW-DMP": "Criar novo PGD" + } + }, + "USER-DIALOG": { + "USER-PROFILE": "O Meu Perfil", + "USER-PROFILE-SETTINGS": "Definições do Meu Perfil...", + "EXIT": "Sair ", + "LOG-OUT": "Terminar Sessão" + }, + "USER-PROFILE": { + "MERGING-SUCCESS": "Linking of the two profiles was successful.", + "MERGING-EMAILS-DIALOG": { + "TITLE": "Verify linked account", + "MESSAGE": "An email to verify this action has been sent to you. Once accepted, you will be able to see your accounts merged. The last email account that you merge will be the one containing all of your DMP records and activity in {{ APP_NAME }}." + }, + "UNLINK-ACCOUNT": { + "TITLE": "Verify account to be unlinked", + "MESSAGE": "An email to verify this action has been sent to your main account. Once accepted, {{accountToBeUnlinked}} will be no longer connected to your current ARGOS profile." + }, + "UNLINK-ACCOUNT-DIALOG": { + "MESSAGE": "By clicking \"Confirm\", you accept the transfer of your ARGOS activity performed from this account to your main ARGOS account, which is the one that is listed first. By logging in again with the unlinked account, you will be able to start your ARGOS experience from scratch, in an empty dashboard.", + "CONFIRM": "Confirm", + "CANCEL": "Cancel" + }, + "SETTINGS": { + "TITLE": "Definições", + "TIMEZONE": "Fuso horário", + "CULTURE": "Cultura", + "LANGUAGE": "Idioma", + "CONNECTED-WITH": "Ligado a", + "NAME": "Nome", + "ORGANIZATION": "Organização", + "ROLE": "Função", + "SELECT-ROLE": "Selecione função", + "ACCOUNTS": "Contas", + "EMAILS": "Emails", + "YOUR-EMAIL": "O seu email" + }, + "ASSOCIATED-DMPS": "PGDs associados", + "DMPS": { + "SHOW-ALL": "Mostrar todos", + "CREATOR": "Autor", + "MEMBER": "Membro" + }, + "ZENODO": { + "LOGIN": "Iniciar Sessão no Zenodo", + "LOGOUT": "Fechar Sessão no Zenodo", + "AUTHORIZE": "Autorizar Zenodo", + "TITLE": "Conta no Zenodo", + "DESCRIPTION": "Conta no Zenodo Associada:" + }, + "ROLE-ORGANIZATION": { + "FACULTY": "Docente", + "LIBRARIAN": "Bibliotecário(a)", + "RESEARCHER": "Investigador(a)", + "STUDENT": "Estudante (BA/BSc, MSc)", + "EARLY-CAREER-RESEARCHER": "Investigador(a) em início de carreira (Candidato Doutoramento, Pós-graduação)", + "RESEARCH-ADMINISTRATOR": "Administrador(a) de Investigação", + "REPOSITORY-MANAGER": "Gestor(a) de Repositório", + "RESEARCH-INFRASTRUCTURE": "Infraestrutura de Investigação", + "SERVICE-PROVIDER": "Fornecedor de Serviço", + "PUBLISHER": "Editor", + "RESEARCH-FUNDER": "Financiador de Investigação", + "POLICY-MAKER": "Decisor Político", + "SME-INDUSTRY": "PME / Indústria", + "OTHER": "Outros" + }, + "ACTIONS": { + "SAVE": "Guardar", + "LINK-NEW": "Link {{ APP_NAME_CAPS }} accounts", + "LINK-NEW-ACCOUNT": "Ligar a nova conta", + "UNLINK-ACCOUNT": "Unlink", + "UNLINK-ACCOUNT-DISABLED": "You can't unlink your main profile's email", + "ADD": "Adicionar", + "CANCEL": "Cancelar" + } + }, + "DATASET-REFERENCED-MODELS": { + "SERVICES": { + "TITLE": "Adicionar Novo Serviço", + "LABEL": "Etiqueta", + "ABBREVIATION": "Abreviatura", + "URI": "URI" + }, + "DATA-REPOSITORY": { + "TITLE": "Adicionar novo Repositório de Dados", + "LABEL": "Etiqueta", + "ABBREVIATION": "Abreviatura", + "URI": "URI" + }, + "EXTERNAL-DATASET": { + "TITLE": "Adicionar Novo Dataset Externo", + "LABEL": "Etiqueta", + "ABBREVIATION": "Abreviatura" + }, + "REGISTRY": { + "TITLE": "Adicionar Novo Registo", + "LABEL": "Etiqueta", + "ABBREVIATION": "Abreviatura", + "URI": "URI" + } + }, + "FACET-SEARCH": { + "FILTER": "Filtro", + "GRANT-STATUS": { + "TITLE": "Grants", + "OPTIONS": { + "ANY": "Qualquer", + "ACTIVE": "Ativo", + "INACTIVE": "Inativo" + } + }, + "GRANT": { + "TITLE": "Grants", + "FILTER": "Filtrar Grants" + }, + "PROFILES": { + "TITLE": "Especificações do Dataset" + }, + "ROLE": { + "TITLE": "Função", + "ANY": "Qualquer", + "OWNER": "Proprietário", + "MEMBER": "Membro" + }, + "DMP-ORGANISATIONS": { + "TITLE": "Organização", + "FILTER": "Filtrar Organizações" + } + }, + "DMP-FINALISE-DIALOG": { + "DMP": "PGD", + "DATASETS": "Datasets", + "EMPTY": "Até ao momento não existem Datasets neste PGD", + "SUBMIT": "Submeter", + "FINALISE-TITLE": "Pretende finalizar algum destes Datasets em rascunho?", + "ALREADY-FINALISED-DATASETS": "Datasets já concluídos", + "NONE": "Nenhum", + "VALIDATION": { + "AT-LEAST-ONE-DATASET-FINALISED": "Tem de ter pelo menos um Dataset concluído" + }, + "IMPACT": "Esta ação finalizará o seu PGD, não sendo possível a sua edição.", + "AFTER-FINALIZATION": "Após a finalização do seu PGD poderá publicá-lo, ficando este publicamente disponível na ferramenta {{ APP_NAME_CAPS }}.", + "INVALID": "Inválido" + }, + "DRAFTS": { + "FOR-DMP": "Para PGD:", + "FOR-GRANT": "Para Grant:" + }, + "QUICKWIZARD": { + "CREATE-ADD": { + "CREATE": { + "TITLE": "Criar um novo PGD", + "SUBTITLE": "Crie um novo PGD e descreva o(s) seu(s) Dataset(s) guiando-se passo a passo pelo nosso Assistente através dos elementos essenciais de uma descrição do PGD.", + "QUICKWIZARD_CREATE": { + "TITLE": "Assistente PGDs", + "POST-SELECTION-INFO": "Este Assistente permite-lhe criar um novo PGD fornecendo apenas as informações essenciais para tal e, em seguida, descrever um ou mais Datasets que são geridos no âmbito deste PGD. Após terminar a edição do PGD no Assistente, poderá editar e aceder às suas propriedades avançadas, através do editor. Poderá também adicionar mais Datasets ou editar os anteriores.", + "ACTIONS": { + "DELETE": "Eliminar", + "SAVE": "Guardar", + "SAVE-AND-FINALIZE": "Guardar e Concluir", + "NEXT": "Seguinte", + "BACK": "Voltar", + "CREATE-NEW-GRANT": "Adicionar Grant", + "EXIST-GRANT": "Utilizar Grant Existente", + "CREATE-NEW-FUNDER": "Adicionar Financiador", + "EXIST-FUNDER": "Utilizar Financiador Existente", + "CREATE-NEW-PROJECT": "Adicionar Projeto", + "EXIST-PROJECT": "Utilizar Projeto Existente" + }, + "FIRST-STEP": { + "TITLE": "Grant", + "ABOUT-GRANT": "Encontre o Grant a que o seu PGD está associado e ligue-o às informações dos financiadores. Se o Grant não estiver listado ou se estiver a criar um PGD para um novo Grant ou para outros fins, utilize.\"Adicionar Grant\"", + "ABOUT-NEW-GRANT": "Se estiver a criar um PGD para uma proposta de Grant, para uso institucional, na comunidade de investigação ou para fins de formação e educação, acrescente informações abaixo, criando um novo Grant.", + "ABOUT-FUNDER": "Encontre o financiador que deseja associar ao PGD que será criado e depois selecione um Grant com o qual o financiador está ligado. Se o financiador não estiver listado, utilize \"Adicionar Financiador\"", + "ABOUT-NEW-FUNDER": "Se está a criar um PGD para um Grant, para uso institucional, na comunidade de investigação ou fins de formação e educação e deseja associá-lo a um financiador que não esteja listado, então crie um novo financiador", + "ABOUT-PROJECT": "Encontre o projecto ao qual o seu PGD está associado. Se o projeto não estiver listado, utilize \"Adicionar Projeto\"", + "ABOUT-NEW-PROJECT": "", + "OR": "ou", + "FIELDS": { + "SELECT-GRANT": "Selecione o Grant ao qual o PGD está associado", + "SELECT-FUNDER": "Selecione o financiador do Grant ao qual o PGD está associado", + "SELECT-PROJECT": "Selecione o projeto ao qual o PGD está associado", + "GRANT-LABEL": "Nome do Grant", + "FUNDER-LABEL": "Nome do Financiador", + "PROJECT-LABEL": "Nome do Projeto", + "LABEL-HINT": "Acrescentar o nome do Grant tal como aparece na candidatura à apresentação de propostas", + "DESCRIPTION": "Descrição", + "DESCRIPTION-HINT": "Explicar sucintamente as finalidades e objetivos do Grant" + } + }, + "SECOND-STEP": { + "TITLE": "Perfil do PGD", + "ABOUT": "Um Plano de Gestão de Dados (PGD) consiste num conjunto de perguntas às quais deve responder com um nível de detalhe adequado ao Grant ou com relevância para o propósito da criação deste PGD. O conteúdo de cada PGD varia em função do(s) Modelo(s) de Dataset seleccionado(s) que contém(êm) um conjunto de perguntas personalizadas em resposta aos requisitos e políticas dos financiadores, instituições, comunidades de investigação.", + "NEW-TITLE": "", + "DMP-NAME": "PGD do Grant : ", + "FIELDS": { + "NAME": "Título do PGD", + "DESCRIPTION": "Sumário", + "DESCRIPTION-HINT": "Explicar sucintamente as finalidades e objetivos do PGD", + "PROFILE": "Dataset", + "PROFILE-HINT": "Selecione um modelo para descrever o(s) seu(s) Dataset(s). Se desejar selecionar vários modelos de Datasets, utilize \"Novo PGD (Experiente)\". Também pode adicionar novos Datasets em qualquer altura após a criação do PGD.", + "HELP": "Se não conseguir encontrar um modelo ou se quiser criar um modelo personalizado para a sua instituição, comunidade de investigação ou necessidades de formação, contacte-nos." + } + }, + "THIRD-STEP": { + "TITLE": "Dataset", + "NEW-TITLE": "", + "DATASET-LABEL": "Título do Dataset", + "DATASET-NAME": "Dataset: ", + "DATASET-NAME-FOR": "Para PGD: ", + "LIST-BUTTON-TOOLTIP": "Lista de Datasets", + "ADD-BUTTON-TOOLTIP": "Adicionar Dataset" + } + } + }, + "ADD": { + "TITLE": "Adicionar Dataset a um PGD existente", + "DATASET-WIZARD": "Assistente de Dataset", + "POST-SELECTION-INFO": "Este Assistente simplifica o processo de adição de novos Datasets aos PGDs existentes, guiando-o e solicitando apenas as peças de informação essenciais para completar a tarefa. O acesso completo aos atributos de um Dataset pode ser obtido posteriormente, através dos menus de acesso ao Dataset no Sistema.", + "SUBTITLE": "Este Assistente permite-lhe descrever Datasets adicionais geridos no contexto de um PGD, fornecendo apenas as informações essenciais para a sua descrição.", + "CREATED": "Criado em" + } + }, + "SAVE-DIALOG": { + "TITLE": "Deseja adicionar outro Dataset?", + "ACTIONS": { + "AFFIRMATIVE": "Sim", + "NEGATIVE": "Não" + } + }, + "HINT": "(Sugestão de nome por defeito)" + }, + "DATASET-PROFILE-STATUS": { + "NONE": "Nenhum", + "DRAFT": "Rascunho", + "FINALIZED": "Concluído", + "DELETED": "Eliminado" + }, + "BLUEPRINT-STATUS": { + "NONE": "None", + "DRAFT": "Draft", + "FINALIZED": "Finalized", + "DELETED": "Deleted" + }, + "This account has no Zenodo Token": "Selecione uma das seguintes opções para depositar o seu PGD:", + "File format is not supported": "Ficheiro a importar deverá ser em formato .json", + "You cannot Remove Datamanagement Plan with Datasets": "Não pode remover o Plano de Gestão de Dados porque contém pelo menos um modelo de dados associado", + "Failed to create DOI for the Data Management Plan.": "Não foi possível criar um DOI para o Plano de Gestão de Dados", + "No entity found for query": "Não foi possível eliminar o item pretendido", + "Index: 0, Size: 0" : "Ficheiro a importar deverá ser em formato .json", + "Field value of": "O campo", + "must be filled": "deve ser preenchido" +} diff --git a/deployment/opendmp/backend/i18n/sk.json b/deployment/opendmp/backend/i18n/sk.json new file mode 100644 index 000000000..8e914bc84 --- /dev/null +++ b/deployment/opendmp/backend/i18n/sk.json @@ -0,0 +1,1988 @@ +{ + "APP_NAME": "Argos", + "APP_NAME_CAPS": "ARGOS", + "GENERAL": { + "VALIDATION": { + "REQUIRED": "Povinné", + "GRANT-START-AFTER-END": "Dátum začatia poskytovania grantu nesmie byť po dátume ukončenia", + "PATTERN-_": "Znak \"_\" nie je povolený", + "URL": { + "LABEL": "URL", + "MESSAGE": "Please provide a valid URL" + } + }, + "DELETE-CONFIRMATION": { + "TITLE": "Upozornenie", + "MESSAGE": "Ste si istý, že chcete vymazať túto položku?", + "POSITIVE": "Áno", + "NEGATIVE": "Zrušiť" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Úspešne vytvorené", + "SUCCESSFUL-UPDATE": "Úspešne aktualizované", + "SUCCESSFUL-LOGIN": "Úspešné prihlásenie", + "SUCCESSFUL-LOGOUT": "Úspešné odhlásenie", + "SUCCESSFUL-EMAIL-SEND": "Email úspešne odoslaný", + "SUCCESSFUL-COPY-TO-CLIPBOARD": "Copied to Clipboard", + "UNSUCCESSFUL-LOGOUT": "Neúspešné odhlásenie", + "UNSUCCESSFUL-LOGIN": "Neúspešné prihlásenie", + "SUCCESSFUL-DATASET-PROFILE-DELETE": "Úspešne vymazané", + "UNSUCCESSFUL-DATASET-PROFILE-DELETE": "Túto šablónu nie je možné odstrániť, pretože sú k nej priradené súbory dát", + "SUCCESSFUL-DMP-BLUEPRINT-DELETE": "Successful Delete", + "UNSUCCESSFUL-DMP-BLUEPRINT-DELETE": "This blueprint can not deleted, because DMPs are associated with it", + "SUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "Successful Delete", + "UNSUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "This type can not deleted, because Descriptions are associated with it", + "SUCCESSFUL-DELETE": "Úspešne vymazané", + "UNSUCCESSFUL-DELETE": "Neúspešne vymazané", + "UNSUCCESSFUL-EMAIL-SEND": "Odoslanie emailu zlyhalo", + "UNSUCCESSFUL-REMOVE-TEMPLATE": "Neúspešné odstránenie šablóny, jeden alebo viac súborov dát tohto DMP šablónu používa" + }, + "ERRORS": { + "HTTP-REQUEST-ERROR": "Nastala neočakávaná chyba" + }, + "NAMES": { + "DATASET": "Súbor dát" + }, + "STATUSES": { + "EDIT": "Upravené", + "FINALISED": "Dokončené" + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "WARNING": "Upozornenie!", + "THIS-FIELD": "V poli", + "HAS-ERROR": "sa vyskytla chyba", + "REQUIRED": "Povinné", + "EMAIL": "Neplatný email", + "MIN-VALUE": "Minimálna hodnota by mala byť {{min}}", + "MAX-VALUE": "Maximálna hodnota by mala byť {{max}}", + "ACTIONS": { + "CANCEL": "Zatvoriť" + } + }, + "CONFIRMATION-DIALOG": { + "DELETE-ITEM": "Vymazať túto položku?", + "DELETE-USER": "Odstrániť tohto spolupracovníka?", + "FINALIZE-ITEM": "Dokončiť túto položku?", + "UNFINALIZE-ITEM": "Zrušiť dokončenie?", + "PUBLISH-ITEM": "Publikovať túto položku?", + "ADD-DATASET": "Chcete pokračovať pridaním súboru dát do svojho DMP? Vždy môžete pridať ďalšie súbory dát pomocou ponuky \"Pridať súbor dát (Sprievodca)\".", + "ZENODO-DOI": "Chcete vytvoriť medzinárodný identifikátor digitálneho objektu, DOI (Digital object Identifier), s {{meno používateľa}} účtom pre DMP?", + "LEAVE-PAGE": "Ak opustíte stránku, zmeny sa neuložia.", + "LEAVE-WARNING": "Zmeny sa neuložili!", + "PRIVACY-POLICY-NAMES": "Mená všetkých ľudí zapojených do tohto DMP budú verejne viditeľné. Súhlasíte s tým?", + "ACTIONS": { + "CONFIRM": "Áno", + "NO": "Nie", + "DELETE": "Vymazať", + "REMOVE": "Odstrániť", + "CANCEL": "Zrušiť", + "LEAVE": "Odísť", + "POLICY-AGREE": "Zverejniť mená.", + "REQUIRED": "Označenie políčka je povinné." + } + }, + "NOTIFICATION-DIALOG": { + "POPUP": { + "TITLE": "Súbor dát chýba", + "MESSAGE": "Musí byť vytvorený najmenej jeden súbor, aby bolo možné DMP uložiť.", + "CLOSE": "Zatvoriť" + } + }, + "START-NEW-DMP-DIALOG": { + "IMPORT": "Funkcia", + "FUNCTION-SUPPORTS": "importovať podporuje", + "JSON-FILES": ".json súbory", + "PRODUCED": "vytvorené", + "RDA-SPECIFICATIONS": "podľa špecifikácií RDS", + "MACHINE-ACTIONABLE": "pre strojovo spracovateľné DMP", + "UPLOAD-FILE": "Nahrať súbor", + "REPLACE-FILE": "Replace File" + }, + "INVITATION-DIALOG": { + "HINT": "Po každom vložení pozvánky nového používateľa stlačte čiarku", + "SUCCESS": "Invitation successfully sent", + "ERROR": "Invitation sent failed" + }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "You have successfully created your", + "DMP": "DMP", + "TO-DATASET": "You will be transferred to the", + "DATASET": "Dataset", + "EDITOR": "editor", + "START": "let's start" + }, + "ACTIONS": { + "VIEW-ALL": "Pozrieť všetko", + "SHOW-MORE": "Ukázať viac", + "LOAD-MORE": "Načítať viac", + "LOAD-LESS": "Načítať menej", + "SHOW-LESS": "Ukázať menej", + "LOG-IN": "Prihlásiť sa", + "TAKE-A-TOUR": "Potrebujete pomoc? Pozrite sa..", + "NO-MORE-AVAILABLE": "No more results available" + }, + "PREPOSITIONS": { + "OF": "z" + }, + "TITLES": { + "PREFIX": "Otvorený DMP - ", + "GENERAL": "Tvorba Plánu manažmentu dát (DMP)", + "ABOUT": "O nástroji", + "PRIVACY": "Zásady ochrany súkromných údajov", + "OPENSOURCE-LICENCES": " Open source licencie", + "TERMS": "Podmienky používania", + "COOKIES-POLICY": "Zásady používania súborov cookies", + "PLANS": "Moje DMP", + "EXPLORE-PLANS": "Publikované DMP", + "QUICK-WIZARD": "Nový DMP (Sprievodca)", + "PLANS-NEW": "Nový DMP (Expert)", + "DMP-NEW": "Nový DMP", + "DESCRIPTIONS": "My Descriptions", + "EXPLORE": "Published Descriptions", + "DATASETCREATEWIZARD": "Pridať súbor dát (Sprievodca)", + "GRANTS": "Moje granty", + "DMP-BLUEPRINTS": "DMP Blueprints", + "DATASET-PROFILES": "Šablóny súborov dát", + "DESCRIPTION-TYPES": "Description Types", + "USERS": "Používatelia", + "PROFILE": "Môj profil", + "LOGIN": "Prihlásenie", + "DMP-OVERVIEW": "Prehľad DMP ", + "DMP-EDIT": "Editovať DMP", + "DATASET-OVERVIEW": "Prehľad súborov dát", + "DATASET-EDIT": "Pozrieť/Editovať súbor dát", + "DMP-NEW-VERSION": "Nová verzia DMP", + "DMP-CLONE": "Klonovať DMP", + "DATASET-NEW": "Nový súbor dát", + "GRANT-NEW": "Nový grant", + "GRANT-EDIT": "Pozrieť/Editovať grant", + "DMP-BLUEPRINT-NEW": "New DMP Blueprint", + "DMP-BLUEPRINT-CLONE": "New Clone of DMP Blueprint", + "DMP-BLUEPRINT-EDIT": "Edit DMP Blueprint", + "DATASET-PROFILES-NEW": "Nový klon šablóny súboru dát", + "DATASET-PROFILES-EDIT": "Editovať šablónu súboru dát", + "DESCRIPTION-TYPE-NEW": "New Description Type", + "DESCRIPTION-TYPE-EDIT": "Edit Description Type", + "EXPLORE-PLANS-OVERVIEW": "Publikované DMP - prehľad", + "DATASET-PUBLIC-EDIT": "Pozrieť publikované súbory dát", + "DMP-PUBLIC-EDIT": "Pozrieť publikované DMP", + "DATASET-COPY": "Kopírovať súbor dát", + "DATASET-UPDATE": "Aktualizovať súbor dát", + "DATASET-PROFILES-NEW-VERSION": "Nová verzia šablóny súboru dát", + "DATASET-PROFILES-CLONE": "Nový klon šablóny súboru dát", + "LANGUAGE-EDITOR": "Úprava jazyka", + "GUIDE-EDITOR": "Úprava používateľskej príručky", + "LANGUAGE": "Jazyk", + "SIGN-IN": "Prihlásiť sa do účtu" + }, + "FILE-TRANSFOMER": { + "PDF": "PDF", + "XML": "XML", + "JSON": "JSON", + "DOC": "Dokument" + }, + "LANGUAGES": { + "en": "Angličtina", + "gr": "Gréčtina", + "es": "Španielčtina", + "de": "Nemečina", + "tr": "Turečtina", + "sk": "Slovenčina", + "sr": "Serbian", + "pt": "Portuguese", + "hr": "Croatian", + "pl": "Polish" + } + }, + "COOKIE": { + "MESSAGE": "Táto stránka používa súbory cookies na zlepšenie služieb pre používateľa.", + "DISMISS": "Prijať", + "DENY": "Odmietnuť cookies", + "LINK": "Dozvedieť sa viac", + "POLICY": "Zásady používania súborov cookies." + }, + "EMAIL-CONFIRMATION": { + "EXPIRED-EMAIL": "Platnosť emailovej pozvánky skončila", + "CARD-TITLE": "email", + "REQUEST-EMAIL-HEADER": "Už sme takmer na konci! Vyplňte svoj email.", + "REQUEST-EMAIL-TEXT": "Na používanie aplikácie musíte potvrdiť svoj email.", + "SUBMIT": "Odoslať", + "SENT-EMAIL-HEADER": "Email bol odoslaný!", + "EMAIL-FOUND": "Email je potvrdený" + }, + "HOME": { + "DMPS": "DMP", + "DATASETS": "Súbory dát", + "LOGIN": { + "TITLE": "Prihlásiť sa", + "TEXT": "Na používanie platformy {{ APP_NAME_CAPS }} nepotrebujte mať registrovaný účet." + } + }, + "NAV-BAR": { + "BREADCRUMB-ROOT": "Nástenka", + "TITLE": "{{ APP_NAME_CAPS }}", + "GRANTS": "Granty", + "GRANT": "Grant", + "DMP": "DMP", + "DMPS": "DMP", + "MY-DMPS": "Moje DMP", + "DATASETS": "Súbory dát", + "DESCRIPTION": "Description", + "PUBLIC-DATASETS": "Preskúmať {{ APP_NAME_CAPS }}", + "USERS": "Používatelia", + "DATASETS-ADMIN": "Šablóny súborov dát", + "DMP-BLUEPRINTS": "DMP Blueprints", + "ABOUT": "O nástroji", + "MY-DATASET-DESCRIPTIONS": "MOJE SÚBORY DÁT", + "DATASET-DESCRIPTION-WIZARD": "Sprievodca pre Súbory dát", + "PUBLIC DATASETS": "VEREJJNÉ SÚBORY DÁT", + "PUBLIC-DMPS": "VEREJNÉ DMP", + "HOME": "DOMOV", + "DMP-WIZARD": "Sprievodca pre DMP ", + "DATASET-TEMPLATES": "ŠABLÓNY SÚBOROV DÁT", + "TEMPLATE": "ŠABLÓNA", + "DMP-BLUEPRINTS-CAPS": "DMP BLUEPRINTS", + "USERS-BREADCRUMB": "POUŽÍVATELIA", + "START-NEW-DMP": "Začať nový DMP", + "START-NEW-DMP-TXT": "Svoj DMP vytvoríte ľahko pomocou špeciálneho Sprievodcu. Obsahuje presný návod s podrobnými informáciami potrebnými na ľahké vytvorenie DMP.", + "START-WIZARD": "Použiť Sprievodcu", + "IMPORT-FROM-FILE": "Importovať zo súboru", + "SEARCH": { + "DATASET": "Súbor dát", + "DMP": "DMP", + "GRANT": "Grant", + "PUBLISHED": "Publikované" + } + }, + "SIDE-BAR": { + "GENERAL": "VŠEOBECNÉ INFORMÁCIE", + "ABOUT": "O nástroji", + "DASHBOARD": "Domov", + "DMP": "PLÁNY MANAŽMENTU DÁT", + "MY-DMPS": "Moje DMP", + "DATASETS": "SÚBORY DÁT", + "GRANTS": "GRANTY", + "NEW DATASET": "Nový súbor dát", + "QUICK-WIZARD": "Nový DMP (Sprievodca)", + "QUICK-WIZARD-DATASET": "Pridať súbor dát (Sprievodca)", + "ADD-EXPERT": "Nový DMP (Expert)", + "MY-DATASET-DESC": "Moje typy súborov dát.", + "MY-DESCRIPTIONS": "My Descriptions", + "MY-GRANTS": "Moje granty", + "HISTORY": "HISTÓRIA", + "HISTORY-VISITED": "NAPOSLEDY NAVŠTÍVENÉ", + "HISTORY-EDITED": "NAPOSLEDY UPRAVENÉ", + "PUBLIC": "PUBLIKOVANÉ", + "PUBLIC-DMPS": "Verejné DMP", + "PUBLIC-DESC": "Public Descriptions", + "ACCOUNT": "ÚČET", + "ADMIN": "ADMIN", + "DESCRIPTION-TEMPLATES": "Description Templates", + "DESCRIPTION-TEMPLATE-TYPES": "Description Types", + "DMP-BLUEPRINTS": "DMP Blueprints", + "USERS": "Používatelia", + "LANGUAGE-EDITOR": "Úprava jazyka", + "GUIDE-EDITOR": "Úprava používateľskej príručky", + "CO-BRANDING": "Co-Branding", + "SUPPORT": "Podpora", + "FEEDBACK": "Poslať spätnú väzbu", + "SUPPORTIVE-MATERIAL": "Podporný materiál" + }, + "DATASET-PROFILE-EDITOR": { + "TITLE": { + "NEW": "Nový API klient", + "NEW-PROFILE": "New Description Template", + "NEW-PROFILE-VERSION": "Nová verzia", + "NEW-PROFILE-CLONE": "Nový klon" + }, + "FIELDS": { + "DATASET-TITLE": "Description Template Name", + "DATASET-DESCRIPTION": "Opis", + "ROLES": "Role" + }, + "STEPS": { + "GENERAL-INFO": { + "TITLE": "General Info", + "DATASET-TEMPLATE-NAME": "Description template name", + "DATASET-TEMPLATE-NAME-HINT": "A title that determines the Description template.", + "DATASET-TEMPLATE-DESCRIPTION": "Description", + "DATASET-TEMPLATE-DESCRIPTION-HINT": "A brief description of what the Dataset is about, it's scope and objectives.", + "DESCRIPTION-TEMPLATE-TYPE": "Description template type", + "DESCRIPTION-TEMPLATE-SELECT-TYPE": "Select a type", + "DATASET-TEMPLATE-LANGUAGE": "Description template language", + "DATASET-TEMPLATE-SELECT-LANGUAGE": "Select a language", + "DATASET-TEMPLATE-USERS": "Editors", + "DATASET-TEMPLATE-USERS-HINT": "Add editors and save changes to notify them.", + "DATASET-TEMPLATE-REMOVE-USER": "Remove Editor", + "DATASET-TEMPLATE-NO-USERS-YET": "... No editors yet", + "DATASET-TEMPLATE-VALIDATE-AND-ADD-USER": "Validate and Add Editor", + "DATASET-TEMPLATE-DESCRIPTION-PLACEHOLDER": "Dataset template description", + "UNTITLED": "Untitled", + "QUESTION": "Question", + "TEMPLATE-OUTLINE": "Template outline", + "ERRORS":{ + "USER-NOT-FOUND":"User not found." + } + }, + "PAGE-INFO": { + "PAGE-NAME": "Chapter Name", + "PAGE-NAME-HINT": "Set a name for the desciption chapter.", + "PAGE-DESCRIPTION": "Description", + "PAGE-DESCRIPTION-HINT": "Write a brief desciption of what the chapter is about.", + "ACTIONS": { + "CREATE-FIRST-PAGE": "Create the first chapter", + "CREATE-NEW-SUBSECTION": "Section", + "CREATE-NEW-SECTION": "Chapter", + "CREATE-FIRST-SECTION": "Create the first chapter", + "NOTHING-HERE-HINT": "Nothing here yet.", + "START-CREATING-PAGE-START": "Start by ", + "START-CREATING-PAGE-END": "creating the first chapter.", + "CREATE-SECTION": "Create section" + }, + "PAGE": "Chapter" + }, + "SECTION-INFO": { + "SECTION-NAME": "Section Name", + "SECTION-NAME-HINT": "Set a name for the section.", + "SECTION-DESCRIPTION": "Description", + "SECTION-DESCRIPTION-HINT": "Write a brief desciption of what the section is about.", + "SECTION": "Section" + }, + "PAGES": { + "TITLE": "Opis stránky", + "PAGE-PREFIX": "Stránka", + "PAGE-INPUT-TITLE": "Názov stránky", + "DATASET-DETAILS": "Podrobné informácie o súbore dát", + "EXTERNAL-REFERENCES": "Externé odkazy", + "DESCRIPTION": "Opis" + }, + "FORM": { + "TITLE": "Formulár opisu", + "SECTION": { + "TITLE": "Informácie o sekcii", + "FIELDS": { + "ID": "Jedinečný identifikátor sekcie", + "TITLE": "Názov sekcie", + "PAGE": "Stránka na zobrazenie", + "ORDER": "Poradie", + "DESCRIPTION": "Opis", + "FIELDS-TITLE": "Polia", + "SUB-SECTIONS-TITLE": "Podsekcie" + }, + "ACTIONS": { + "ADD-SUB-SECTION": "Pridať podsekciu +", + "ADD-FIELD": "Pridať pole +" + } + }, + "COMPOSITE-FIELD": { + "TITLE": "Composite Field Information", + "SIMPLE-FIELD-TITLE": "Field Information", + "SUB-FIELDS-TITLE": "Child Fields", + "FIELDS": { + "COMPOSITE-CHECKBOX": "Composite Field", + "MULTIPLICITY-CHECKBOX": "Multiplicity", + "COMMENT-CHECKBOX": "Include Comment Field", + "COMPOSITE-TITLE": "Composite Field Name", + "FIELD-TITLE": "Field Name", + "DESCRIPTION": "Description", + "EXTENDED-DESCRIPTION": "Extended Description", + "ADDITIONAL-INFORMATION": "Additional Information", + "MULTIPLICITY-MIN": "Multiplicity Min", + "MULTIPLICITY-MAX": "Multiplicity Max", + "MULTIPLICITY-PLACEHOLDER": "Multiplicity Placeholder Text", + "MULTIPLICITY-TABLEVIEW": "View inputs in table", + "MULTIPLICITY-ADD-ONE-FIELD": "Add more", + "MULTIPLICITY-ADD-ONE-FIELD-TABLEVIEW": "Add row", + "ORDER": "Order", + "COMMENT-PLACEHOLDER": "Please Specify", + "COMMENT-HINT": "Provide additional information or justification about your selection", + "SEMANTICS": "Semantics", + "EXPORT": "Include in Export" + }, + "ACTIONS": { + "ADD-CHILD-FIELD": "Add Child Field +" + } + }, + "FIELD": { + "FIELDS": { + "RULES-TITLE": "Visibility Rules", + "FIELD-RULES-VALUE": "Value", + "ID": "Section Unique Identifier", + "VIEW-STYLE": "Type", + "MULTIPLICITY-MIN": "Multiplicity Min", + "MULTIPLICITY-MAX": "Multiplicity Max", + "ORDER": "Order", + "DEFAULT-VALUE": "Default Value", + "VALIDATION": "Validation", + "MULTIPLICITY-CHECKBOX": "Multiplicity", + "FIELD-TEXT-AREA-TITLE": "Text Area Data", + "FIELD-TEXT-AREA-PLACEHOLDER": "Input Placeholder", + "FIELD-RICH-TEXT-AREA-TITLE": "Rich Text Area Data", + "FIELD-RICH-TEXT-AREA-PLACEHOLDER": "Input Placeholder Text", + "FIELD-UPLOAD-TITLE": "Upload", + "FIELD-UPLOAD-PLACEHOLDER": "Upload Placeholder Text", + "FIELD-UPLOAD-MAX-FILE-SIZE": "Max File Size (up to {{maxfilesize}} Megabytes)", + "FIELD-UPLOAD-CUSTOM-FILETYPE": "Other file types", + "FIELD-UPLOAD-SELECT-FILETYPE": "Select file types", + "FIELD-UPLOAD-LABEL": "media type name", + "FIELD-UPLOAD-VALUE": "media type value", + "FIELD-BOOLEAN-DECISION-TITLE": "Boolean Decision Data", + "FIELD-BOOLEAN-DECISION-PLACEHOLDER": "Input Placeholder", + "FIELD-CHECKBOX-TITLE": "Checkbox Data", + "FIELD-CHECKBOX-PLACEHOLDER": "Input Placeholder", + "FIELD-FREE-TEXT-TITLE": "Free Text Data", + "FIELD-FREE-TEXT-PLACEHOLDER": "Input Placeholder", + "FIELD-COMBO-BOX-TYPE": "Type of Combo Box", + "FIELD-WORD-LIST-TITLE": "Word List Data", + "FIELD-WORD-LIST-PLACEHOLDER": "Input Placeholder", + "FIELD-WORD-LIST-LABEL": "Label", + "FIELD-WORD-LIST-VALUE": "Value", + "FIELD-INTERNAL-DMP-ENTITIES-TYPE": "Type of Internal DMP Entity", + "FIELD-RESEARCHERS-TITLE": "Researchers Autocomplete", + "FIELD-RESEARCHERS-PLACEHOLDER": "Input Placeholder", + "FIELD-DATASETS-PLACEHOLDER": "Input Placeholder", + "FIELD-DMPS-PLACEHOLDER": "Input Placeholder", + "FIELD-RADIO-BOX-TITLE": "Radio Box Data", + "FIELD-RADIO-BOX-PLACEHOLDER": "Input Placeholder", + "FIELD-RADIO-BOX-LABEL": "Label", + "FIELD-RADIO-BOX-VALUE": "Value", + "FIELD-AUTOCOMPLETE-TITLE": "Autocomplete Data", + "FIELD-AUTOCOMPLETE-PLACEHOLDER": "Input Placeholder", + "FIELD-AUTOCOMPLETE-SOURCE-TITLE": "Sources", + "FIELD-AUTOCOMPLETE-ADD_SOURCE": "Add Source", + "FIELD-AUTOCOMPLETE-TYPE": "Source Type", + "FIELD-AUTOCOMPLETE-TYPE-UNCACHED": "Uncached", + "FIELD-AUTOCOMPLETE-TYPE-CACHED": "Cached", + "FIELD-AUTOCOMPLETE-LABEL": "Label", + "FIELD-AUTOCOMPLETE-VALUE": "Value", + "FIELD-AUTOCOMPLETE-SOURCE": "Source", + "FIELD-AUTOCOMPLETE-URL": "Url", + "FIELD-AUTOCOMPLETE-OPTIONS-ROOT": "Options Root", + "FIELD-AUTOCOMPLETE-HAS-AUTH": "Has Authentication", + "FIELD-AUTOCOMPLETE-AUTH-METHOD": "Method", + "FIELD-AUTOCOMPLETE-AUTH-BODY": "Request Body", + "FIELD-AUTOCOMPLETE-AUTH-TYPE": "Authentication Type", + "FIELD-DATE-PICKER-TITLE": "Date Picker", + "FIELD-DATE-PICKER-PLACEHOLDER": "Input Placeholder", + "FIELD-DATE-PICKER-LABEL": "Label", + "FIELD-DATE-PICKER-VALUE": "Value", + "FIELD-MULTIPLE-AUTOCOMPLETE": "Multiple Autocomplete", + "FIELD-MULTIPLE-WORDLIST": "Multiple Selection", + "FIELD-CURRENCY-TITLE": "Currency Data", + "FIELD-CURRENCY-PLACEHOLDER": "Input Placeholder Text", + "FIELD-REGISTRIES-TITLE": "Metadata", + "FIELD-REGISTRIES-PLACEHOLDER": "Input Placeholder Text", + "FIELD-SERVICES-TITLE": "Services Data", + "FIELD-SERVICES-PLACEHOLDER": "Input Placeholder Text", + "FIELD-ORGANIZATIONS-TITLE": "Organizations Data", + "FIELD-ORGANIZATIONS-PLACEHOLDER": "Input placeholder Text", + "FIELD-EXTERNAL-DATASETS-TITLE": "External Datasets Data", + "FIELD-EXTERNAL-DATASETS-PLACEHOLDER": "Input placeholder Text", + "FIELD-DATA-REPOSITORIES-TITLE": "Data Repositories Data", + "FIELD-DATA-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-PUB-REPOSITORIES-TITLE": "Publication repositories", + "FIELD-PUB-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-JOURNALS-REPOSITORIES-TITLE": "Journals", + "FIELD-JOURNALS-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-TAXONOMIES-TITLE": "Taxonomies Data", + "FIELD-TAXONOMIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-LICENSES-TITLE": "Licenses Data", + "FIELD-LICENSES-PLACEHOLDER": "Input placeholder Text", + "FIELD-PUBLICATIONS-TITLE": "Publications Data", + "FIELD-PUBLICATIONS-PLACEHOLDER": "Input placeholder Text", + "FIELD-TAGS-TITLE": "Tags Data", + "FIELD-TAGS-PLACEHOLDER": "Input placeholder Text", + "FIELD-DATASET-IDENTIFIER-TITLE": "Dataset Identifier Data", + "FIELD-DATASET-IDENTIFIER-PLACEHOLDER": "Input placeholder Text", + "FIELD-VALIDATOR-TITLE": "Validator Data", + "FIELD-VALIDATOR-PLACEHOLDER": "Input placeholder Text", + "EXTERNAL-DATASET-TYPE-NAME": "Type", + "EXTERNAL-DATASET-TYPES":{ + "PRODUCED": "Produced dataset", + "REUSED": "Reused dataset", + "OTHER": "Other" + } + }, + "ERROR-MESSAGES": { + "FIELD-OTHER-SOURCES-REQUIRED": "At least one source must be provided.", + "FIELD-RADIO-AT-LEAST-ONE-REQUIRED": "There must be at least one option provided.", + "FIELD-SELECT-AT-LEAST-ONE-REQUIRED": "There must be at least one option provided." + }, + "DEFAULT-VALUES": { + "NONE": "Žiadny", + "BOOLEAN-DECISION": { + "YES": "Áno", + "NO": "Nie" + }, + "CHECK-BOX": { + "CHECKED": "Zaškrtnuté", + "UNCHECKED": "Nezaškrtnuté" + } + }, + "ACTIONS": { + "ADD-RULE": "Pridať pravidlo Dostupnosti +" + }, + "STATUS":{ + "CALCULATING-PREVIEW":"... calculating preview", + "PREVIEW-UPDATED":"Preview updated!" + } + }, + "RULE": { + "FIELDS": { + "RULE-TYPE": "Rule Type", + "TARGET": "Target Field Id", + "VALUE": "Required Value", + "RULE-IF": "If Value is", + "RULE-THEN": "then show Field With Id", + "FIELDSETS": "Questions", + "FIELDS": "Inputs" + }, + "HINTS": { + "ELEMENT-CHILD-OF-TARGET": "This element is parent of selected input.", + "ELEMENT-HIDDEN-FROM-ELEMENT": "This element hides the element or a parent element of the input you are trying to apply visibility rule from." + } + }, + "FORM-VALIDATION": { + "ERROR-MESSAGES": { + "PAGE-MUST-HAVE-SECTION": "Each chapter must have at least one section.", + "NEEDS-MORE-INFORMATION": " needs more information.", + "MUST-HAVE-SECTION-OR-FIELDSET": " must have either section or question.", + "MISSING": "Missing", + "PROVIDE-PAGE-AND-SECTION": "Make sure you provide a chapter and at least one section per chapter." + } + }, + "TABLE-OF-CONTENTS": { + "ERROR-MESSAGES": { + "FIELDSET-MUST-HAVE-PARENT-SECTION": "Question can only be child of section.", + "INPUT-SECTION-SAME-LEVEL": "Cannot have question and section on the same level.", + "DRAG-NOT-SUPPORTED": "Drag n drop of section not supported to target container.", + "PAGE-ELEMENT-ONLY-TOP-LEVEL": "Chapter elements can only be at top level" + } + } + }, + "TOOLKIT": { + "GENERAL-TOOLS": "Questions tools", + "NEW-INPUT-SET": "Add Question", + "CLONE": "Clone", + "DELETE": "Delete" + } + }, + "ACTIONS": { + "SAVE": "Uložiť", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-CLOSE": "Save & Close", + "FINALIZE": "Dokončiť", + "UPDATE": "Aktualizovať", + "UPDATE-AND-CONTINUE": "Update & Continue", + "UPDATE-AND-CLOSE": "Update & Close", + "CANCEL": "Zrušiť", + "DELETE": "Vymazať", + "ADD-PAGE": "Pridať stránku +", + "ADD-SECTION": "Pridať sekciu +", + "VALIDATE": "Potvrdiť", + "PREVIEW-AND-FINALIZE": "Preview & Finalize", + "BACK-TO-TOP": "Back to top", + "FIELD": { + "MAKE-IT-REQUIRED": "Make input required", + "ADD-VISIBILITY-RULE": "Add Conditional Question", + "DELETE-INPUT": "Delete this input", + "PREVIEW": "Preview", + "NOT-INITIALIZED": "Not initialized yet", + "MOVE-UP": "Move this input above", + "MOVE-DOWN": "Move this input below" + }, + "FIELDSET": { + "ADD-INPUT": "Add input", + "COMMENT-FIELD": "Comment field", + "INCLUDE-COMMENT-FIELD": "A comment field input is appended to the given question.", + "ENABLE-MULTIPLICITY": "User may provide more than one answer to the given question.", + "MULTIPLICITY": "Multiplicity", + "MORE": "More.." + } + }, + "FEEDBACK-MESSAGES": { + "SAVE-SUCCESS": "Changes were saved successfully." + }, + "ERRORS": { + "INVALID-VISIBILITY-RULES": { + "MESSAGE-START": "There were invalid visibilty rules detected in ", + "MESSAGE-END": ". Would you like to fix them?", + "CONFIRM-YES": "Yes, remove invalid rules", + "CONFIRM-NO": "No, keep them.", + "REMOVE-SUCCESS": "Invalid visibility rules were removed successfully." + } + } + }, + "GRANT-LISTING": { + "TITLE": "Granty", + "SUBTITLE": "Podnázov grantu", + "ACTIONS": { + "NEW": "Nový grant" + } + }, + "DMP-LISTING": { + "DMP": "DMP", + "GRANT": "Grant", + "TITLE": "Plány manažmentu dát", + "OWNER": "Vlastník", + "MEMBER": "Člen", + "CREATOR": "Autor", + "EDITED": "Upravené", + "FINALIZED": "Dokončené", + "PUBLISHED": "Publikované", + "VERSION": "Verzia", + "CONTAINED-DESCRIPTIONS": "Contained Descriptions", + "TEXT-INFO": "Informácie v DMP ukazujú, ako boli súbory dát zhromaždené a/alebo vygenerované, ako boli spracované a analyzované, t.j. ktoré nástroje, štandardy a metódy a pod. sa použili. Ale tiež kde a ako sú súbory dát zálohované, publikované a uchovávané, vrátane nákladov na pracovníkov, ktorí sa venujú získavaniu a spravovaniu dát alebo nákladov na získanie a budovanie nástrojov a programov na manažment dát.", + "TEXT-INFO-QUESTION": "Neviete ako vyzerá DMP v praxi? Prezrite si verejné DMP a", + "LINK-ZENODO": "LIBER komunitu v Zenodo,", + "GET-IDEA": "aby ste získali predstavu.", + "SORT-BY": "Triediť podľa", + "COLUMNS": { + "NAME": "Názov", + "GRANT": "Grant", + "PROFILE": "Šablóna", + "CREATION-TIME": "Čas vytvorenie", + "ORGANISATIONS": "Organizácie", + "LATEST_VERSION": "Posledná verzia", + "ACTIONS": "Kroky", + "DATASETS": "Súbory dát", + "STATUS": "Stav", + "PEOPLE": "Ľudia", + "VERSION": "Verzia" + }, + "ACTIONS": { + "NEW": "Nový DMP", + "NEW-WITH-WIZARD": "Nový DMP-použiť Sprievodcu", + "EDIT": "Editovať", + "INVITE": "Pozvať prispievateľov", + "INVITE-AUTHORS": "Pozvať autorov", + "INVITE-SHORT": "Pozvať", + "ADD-DATASET": "Pridať súbor dát do DMP", + "ADD-DESCRIPTION-SHORT": "Add Description", + "ADD-DESCRIPTION-FOR-SECTION": "Add Description", + "DATASETS": "Uviesť všetky súbory dát DMP", + "NEW-VERSION": "Nová verzia", + "START-NEW-VERSION": "Začať novú verziu", + "VIEW-VERSION": "Všetky verzie DMP", + "CLONE": "Klonovať", + "COPY": "Copy", + "DELETE": "Vymazať", + "DEPOSIT": "Vložiť", + "EXPORT": "Exportovať", + "MAKE-PUBLIC": "Zverejniť", + "PUBLISH": "Publikovať", + "FINALIZE": "Dokončiť", + "UNFINALIZE": "Zrušiť dokončenie", + "ADV-EXP": "Pokročilé exportovanie", + "EXP-AS": "Exportovať ako", + "DOWNLOAD-XML": "Stiahnuť XML", + "DOWNLOAD-DOCX": "Stiahnuť dokument", + "DOWNLOAD-PDF": "Stiahnuť PDF", + "SETTINGS": "Nastavenia", + "GETDOI": "Získať DOI" + }, + "TOOLTIP": { + "DMP-STATUS": { + "DRAFT": "Neverejný prístup -editovateľný DMP", + "FINALIZED": "Neverejný prístup - uzavretý DMP", + "PUBLISHED": "Verejný prístup - uzavretý DMP" + }, + "LEVEL-OF-ACCESS": "Úroveň prístupu", + "INVOLVED-DATASETS": "Použité súbory dát", + "TEMPLATES-INVOLVED": "Použité šablóny súborov dát" + }, + "VIEW-ALL-VERSIONS": "Všetky verzie", + "EMPTY-LIST": "Zatiaľ prázdne." + }, + "DMP-PUBLIC-LISTING": { + "TITLE": "Publikované Plány manažmentu dát", + "OWNER": "Vlastník", + "MEMBER": "Člen", + "CREATOR": "Autor", + "VIEW-ONLY": "Iba prezerať", + "TOOLTIP": { + "PUBLISHED": "Verejný prístup - uzavreté DMP", + "INVOLVED-DATASETS": "Použité súbory dát", + "TEMPLATES-INVOLVED": "Použité šablóny súborov dát" + }, + "EMPTY-LIST": "Zatiaľ prázdne." + }, + "DMP-UPLOAD": { + "TITLE": "Importovať Plán manažmentu dát", + "UPLOAD-BUTTON": "Nahrať", + "UPLOAD-SUCCESS": "Importovanie bolo úspešné", + "ACTIONS": { + "IMPORT": "Importovať", + "CANCEL": "Zrušiť" + }, + "PLACEHOLDER": "Názov DMP" + }, + "DATASET-WIZARD": { + "TITLE": { + "NEW": "Nový Súbor dát" + }, + "EDITOR": { + "FIELDS": { + "EXTERNAL-DATASET-TYPE": "Typ", + "EXTERNAL-AUTOCOMPLETE-SUBTITLE": "Zdroj: ", + "EXTERNAL-AUTOCOMPLETE-NO-SOURCE": "Zdroj neuvedený" + } + }, + "FIRST-STEP": { + "TITLE": "Informácie o súbore dát", + "DMP": "Plán manažmentu dát", + "PROFILE": "Šablóna súboru dát", + "SUB-TITLE": "Vytvorený v: " + }, + "SECOND-STEP": { + "TITLE": "Externé odkazy", + "EXTERNAL-HINT": "Zoznam hodnôt dodaných z externých zdrojov" + }, + "THIRD-STEP": { + "TITLE": "Opis" + }, + "ACTIONS": { + "NEXT": "Ďalej", + "BACK": "Späť", + "CLOSE": "Ζavrieť", + "BACK-TO": "Späť na", + "DELETE": "Vymazať", + "GO-TO-GRANT": "Prejsť na Grant súboru dát", + "GO-TO-DMP": "Prejsť na DMP súboru dát", + "SAVE": "Uložiť", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-ADD": "Uložiť a pridať nový", + "SAVE-AND-CLOSE": "Uložiť a zavrieť", + "SAVE-AND-FINALISE": "Uložiť a dokončiť", + "FINALIZE": "Dokončiť", + "REVERSE": "Zrušiť dokončenie", + "INFO": "Súbory dát dokončenej verzie DMP nie je možné vrátiť to stavu pred dokončením", + "LOCK": "Súbor dát je zamknutý iným používateľom", + "DOWNLOAD-PDF": "Stiahnuť PDF", + "DOWNLOAD-XML": "Stiahnuť XML", + "DOWNLOAD-DOCX": "Stiahnuť DOCX", + "COPY-DESCRIPTION": "Copy Description", + "UPDATE-DATASET-PROFILE": "Aktualizovať šablónu", + "VALIDATE":"Validate", + "UNDO-FINALIZATION-QUESTION" :"Undo finalization?", + "CONFIRM" : "Yes", + "REJECT": "No" + }, + "MESSAGES": { + "DATASET-NOT-FOUND": "Súbor dát neexistuje", + "DATASET-NOT-ALLOWED": "K tomuto súboru dát nemáte prístup", + "SUCCESS-UPDATE-DATASET-PROFILE": "Šablóna súboru dát bola úspešne aktualizovaná", + "MISSING-FIELDS": "There are some required fields left unfilled. Please check the DMP and make sure that all required questions are answered and URLs are provided with valid input. (Missing fields are marked in red color.)", + "NO-FILES-SELECTED": "There is no selected file to upload", + "LARGE-FILE-OR-UNACCEPTED-TYPE": "The file is too large or its type is not supported.", + "MAX-FILE-SIZE": "Uploaded files should be up to {{maxfilesize}} MB.", + "ACCEPTED-FILE-TRANSFOMER": "Supported media types are: " + }, + "UPLOAD": { + "UPLOAD-XML": "Importovať", + "UPLOAD-XML-FILE-TITLE": "Importovať šablónu súboru dát", + "UPLOAD-XML-NAME": "Názov šablóny súboru dát", + "UPLOAD-XML-IMPORT": "Súbor", + "UPLOAD-XML-FILE-CANCEL": "Zrušiť" + }, + "NEW-VERSION-FROM-FILE": { + "NEW-VERSION-XML": "Import", + "NEW-VERSION-XML-FILE-TITLE": "New Version from File for {{datasetName}}", + "NEW-VERSION-XML-FILE-CANCEL": "Cancel", + "NEW-VERSION-XML-SUCCESSFUL": "New Version successfully uploaded" + }, + "DIALOGUE": { + "TITLE": "Kopírovať súbor dát do DMP", + "DMP-SEARCH": { + "PLACEHOLDER": "Prehľadať DMP" + }, + "COPY": "Kopírovať", + "CANCEL": "Zrušiť", + "NEXT": "Ďalej", + "ERROR-MESSAGE": "Neobsahuje túto šablónu súboru dát" + }, + "LOCKED":{ + "TITLE":"Dataset is locked", + "MESSAGE": "Somebody else is modifying the dataset at this moment. You may view the dataset but you cannot make any changes. If you would like to modify it please come back later." + } + }, + "DMP-OVERVIEW": { + "GRANT": "Grant", + "DMP-AUTHORS": "Autori DΜP", + "RESEARCHERS": "Výskumníci", + "DESCRIPTIONS-USED": "Descriptions used", + "COLLABORATORS": "Spolupracovníci", + "PUBLIC": "Verejné", + "PRIVATE": "Neverejné", + "LOCKED": "Zamknuté", + "UNLOCKED": "Odomknuté", + "YOU": "vy", + "LOCK": "Zamknúť", + "TOOLTIP": { + "LEVEL-OF-ACCESS": "Úroveň prístupu", + "INVOLVED-DATASETS": "Použité súbory dát", + "TEMPLATES-INVOLVED": "Použité šablóny súborov dát" + }, + "ERROR": { + "DELETED-DMP": "Požadovaný DMP je vymazaný", + "FORBIDEN-DMP": "K tomuto DMP nemáte povolený prístup" + }, + "MULTIPLE-DIALOG": { + "ZENODO-LOGIN": "Prihlásiť sa do Zenodo", + "USE-DEFAULT": "Použite predvolený token" + }, + "DEPOSIT": { + "ACCOUNT-LOGIN": "Which account would you like to use?", + "LOGIN": "Login with {{repository}}", + "NO-REPOSITORIES": "No publishing repositories", + "SELECT-REPOSITORIES": "Select repositories to deposit", + "AUTHORIZE": "Proceed to authorization", + "CANCEL": "Cancel" + }, + "LOCKED-DIALOG":{ + "TITLE": "DMP is locked", + "MESSAGE":"Somebody else is modifying the DMP at this moment. If you would like to modify or view it, please come back later." + }, + "MIN-DESCRIPTIONS-DIALOG": { + "TITLE": "Min({{minMultiplicity}}) datasets needed using this template.", + "MESSAGE": "Add dataset." + } + }, + "DATASET-OVERVIEW": { + "DESCRIPTION-AUTHORS": "Description authors", + "ERROR": { + "DELETED-DATASET": "Požadovaný DMP je vymazaný", + "FORBIDEN-DATASET": "K tomuto DMP nemáte povolený prístup" + }, + "LOCKED":{ + "TITLE": "Dataset is locked", + "MESSAGE": "Somebody else is modifying the dataset at this moment. If you would like to modify or view it, please come back later." + }, + "FINALISE-POPUP":{ + "MESSAGE":"You will be directed to Dataset Editor where you can finalize the selected dataset. Would you like to proceed?", + "CONFIRM":"OK", + "CANCEL":"Cancel" + } + }, + "DATASET-LISTING": { + "TITLE": "Súbory dát", + "DESCRIPTION": "Description", + "SELECT-DESCRIPTIONS-TO-CLONE": "Select which descriptions to include in the new DMP. Selected descriptions will be editable.", + "SELECT-DESCRIPTIONS-NONE": "Not available Descriptions for this DMP.", + "TEXT-INFO": "Súbory dát sú dokumentované podľa vopred definovaných šablón, ktoré určujú obsah daného typu súboru dát. V {{ APP_NAME }}e môže DMP obsahovať toľko typov súborov dát, koľko súborov dát dané DMP dokumentuje. Prezrieť", + "TEXT-INFO-REST": " súbory dát začlené do DMP v {{ APP_NAME }}e", + "LINK-PUBLIC-DATASETS": "Verejné súbory dát", + "TEXT-INFO-PAR": "Nové súbory dát je možné kedykoľvek pridať do existujúcich DMP a definovať ich prostredníctvom viacerých šablón. Súbory dát je možné klonovať a opätovne použiť, ako aj vymazať, pričom to nebude mať negatívny dopad na DMP ako celok.", + "COLUMNS": { + "NAME": "Názov", + "REFERNCE": "Odkazy", + "GRANT": "Grant", + "URI": "Uri", + "STATUS": "Stav", + "DESCRIPTION": "Opis", + "CREATED": "Vytvorené", + "PUBLISHED": "Publikované", + "FINALIZED": "Dokončené", + "LAST-EDITED": "Naposledy upravené", + "ACTIONS": "Kroky", + "DMP": "DMP", + "PROFILE": "Šablóna", + "DATAREPOSITORIES": "Repozitáre dát", + "REGISTRIES": "Registre", + "SERVICES": "Služby" + }, + "ACTIONS": { + "EDIT": "Editovať", + "MAKE-IT-PUBLIC": "Zverejniť", + "VIEW": "Pozrieť", + "NEW": "Nový Súbor dát", + "CREATE-NEW": "Vytvoriť nový Súbor dát", + "EXPORT": "Exportovať", + "INVITE-COLLABORATORS": "Pozvať spolupracovníkov", + "INVITE-SHORT": "Invite" + }, + "STATES": { + "EDITED": "Upravený", + "PUBLIC": "Verejný", + "FINALIZED": "Dokončený", + "PUBLISHED": "Publikovaný" + }, + "TOOLTIP": { + "DATASET-STATUS": { + "DRAFT": "Neverejný prístup - editovateľný súbor dát", + "FINALIZED": "Neverejný prístup - uzavretý súbor dát" + }, + "DMP": "DMP", + "GRANT": "Grant", + "TEMPLATES-INVOLVED": "Šablóna súboru dát", + "VERSION": "DMP verzia", + "PART-OF": "Súčasť", + "TO-DMP": "k DMP", + "DMP-FOR": "DMP pre" + }, + "EMPTY-LIST": "Zatiaľ prázdne." + }, + "DATASET-PUBLIC-LISTING": { + "TITLE": "Publikované súbory dát", + "TOOLTIP": { + "FINALIZED": "Neverejný prístup - uzavretý súbor dát", + "DMP": "DMP", + "GRANT": "Grant", + "TEMPLATES-INVOLVED": "Šablóna súboru dát" + }, + "EMPTY-LIST": "Zatiaľ prázdne." + }, + "DATASET-PROFILE-LISTING": { + "TITLE": "Description Templates", + "COLUMNS": { + "NAME": "Názov", + "REFERNCE": "Odkaz", + "GRANT": "Grant", + "URI": "Uri", + "ROLE": "Rola", + "TEMPLATE": "Šablóna", + "ORGANIZATION": "Organizácia", + "STATUS": "Stav", + "VISITED": "Navštívené", + "EDITED": "Upravené", + "DESCRIPTION": "Opis", + "CREATED": "Vytvorené", + "ACTIONS": "Kroky", + "DMP": "DMP", + "PROFILE": "Šablóna", + "DATAREPOSITORIES": "Repozitáre dát", + "REGISTRIES": "Registre", + "SERVICES": "Služby" + }, + "ACTIONS": { + "EDIT": "Editovať", + "MAKE-IT-PUBLIC": "Zverejniť", + "VIEW": "Pozrieť", + "CLONE": "Klonovať", + "NEW-VERSION": "Nová verzia", + "NEW-VERSION-FROM-FILE": "New Version from File", + "VIEW-VERSIONS": "All Description Template Versions", + "DELETE": "Delete", + "CREATE-DESCRIPTION-TEMPLATE": "Create Description Template" + } + }, + "DESCRIPTION-TYPES-LISTING": { + "TITLE": "Description Types", + "CREATE-TYPE": "Create Description Type", + "COLUMNS": { + "NAME": "Name", + "STATUS": "Status" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "ACTIONS": { + "DELETE": "Delete" + } + }, + "DATASET-UPLOAD": { + "TITLE": "Importovať súbor dát", + "UPLOAD-BUTTON": "Nahrať", + "ACTIONS": { + "IMPORT": "Importovať", + "CANCEL": "Zrušiť" + }, + "PLACEHOLDER": "Názov súboru dát", + "DATASET-PROFILE": { + "SELECT": "Vybrať šablónu súboru dát" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Importovanie bolo úspešné", + "UNSUCCESSFUL": "Vyskytol sa problém" + } + }, + "DESCRIPTION-TYPE-EDITOR": { + "NEW": "New Description Type", + "FIELDS": { + "LABEL": "Name" + }, + "ACTIONS": { + "SAVE": "Save", + "FINALIZE": "Finalize", + "CANCEL": "Cancel" + } + }, + "DMP-BLUEPRINT-EDITOR": { + "TITLE": { + "NEW": "New DMP Blueprint", + "NEW-PROFILE-CLONE": "New Clone Of ", + "EDIT": "Editovať" + }, + "FIELDS": { + "TITLE": "Polia", + "LABEL": "Názov", + "TYPE": "Typ", + "DATATYPE": "Typ dát", + "REQUIRED": "Povinné", + "FIELD-MULTIPLE-SELECT": "Multiple", + "EXTERNAL-AUTOCOMPLETE": { + "TITLE": "Automatické dopĺňanie údajov", + "MULTIPLE-AUTOCOMPLETE": "Viacnásobné automatické dokončenie", + "PLACEHOLDER": "Vložiť PLACEHOLDER", + "URL": "Url", + "OPTIONS-ROOT": "Options Root", + "LABEL": "Označenie", + "VALUE": "Hodnota" + } + }, + "ACTIONS": { + "SAVE": "Uložiť", + "CANCEL": "Zrušiť", + "DELETE": "Vymazať", + "FINALIZE": "Dokončiť", + "DOWNLOAD-XML": "Stiahnuť XML" + }, + "CONFIRM-DELETE-DIALOG":{ + "MESSAGE": "Would you like to delete this DMP template?", + "CONFIRM-BUTTON": "Yes, delete", + "CANCEL-BUTTON": "No" + } + }, + "GRANT-EDITOR": { + "TITLE": { + "NEW": "Nový Grant", + "EDIT": "Upraviť" + }, + "FIELDS": { + "LABEL": "Názov", + "ABBREVIATION": "Skratka", + "URI": "URL", + "START": "Začiatok", + "END": "Koniec", + "DESCRIPTION": "Opis", + "LOGO": "Logo grantu" + }, + "ACTIONS": { + "SAVE": "Uložiť", + "CANCEL": "Zrušiť", + "DELETE": "Vymazať", + "GO-TO-DMPS": "Prejsť na DMP", + "VISIT-WEBSITE": "Navštíviť webovú stránku" + } + }, + "DMP-EDITOR": { + "TITLE": { + "NEW": "Nový Plán manažmentu dát", + "EDIT": "Upraviť", + "EDIT-DMP": "Úprava DMP", + "ADD-DATASET": "Pridanie súboru dát", + "EDIT-DESCRIPTION": "Editing Description", + "CLONE-DMP": "Klonovať", + "NEW-VERSION": "Nová verzia", + "CREATE-DATASET": "Vytvorenie súboru dát", + "SUBTITLE": "DOI", + "PREVIEW-DATASET": "Previewing Dataset" + }, + "FIELDS": { + "NAME": "Názov", + "RELATED-GRANT": "Súvisiaci grant", + "DESCRIPTION": "Opis", + "DESCRIPTION-HINT": "Briefly describe the context and purpose of the DMP", + "ORGANISATIONS": "Organizácie", + "ORGANISATIONS-HINT": "Tu pridajte názvy organizácií, ktoré sa podieľajú na vytvorení alebo revízii DMP", + "RESEARCHERS": "Výskumníci", + "RESEARCHERS-HINT": "Add here the names of people that have produced, processed, analysed the data described in the DMP. ", + "AUTHORS": "Autori", + "TEMPLATES": "Šablóny", + "TEMPLATE": "DMP šablóna", + "DATASET-TEMPLATES": "Súvisiace šablóny súborov dát", + "SELECT-TEMPLATE": "Select a template to describe your descriptions", + "PROFILE": "Šablóna DMP", + "PROJECT": "Projekt", + "GRANT": "Grant", + "GRANTS": "Granty", + "GRANTS-HINT": "Find the grant of your research or add new", + "FUNDER": "Financovateľ", + "FUNDER-HINT": "Select a funder of your research or add new", + "FUNDING-ORGANIZATIONS": "Organizácia poskytujúca finančné prostriedky", + "PROJECT-HINT": "Projects in {{ APP_NAME }} are perceived as distinct activities falling under a grant or common activities under different grants in collaborative schemas, eg open call for contributions. Please complete it for the grant associated to your organization if your project falls under this category. In all other cases, please leave blank and it will be autocompleted.", + "STATUS": "Stav DMP", + "EXTERNAL-SOURCE-HINT": "Zoznam hodnôt dodaných z externých zdrojov", + "COLLABORATORS": "Spolupracovníci", + "LANGUAGE": "Jazyk", + "LANGUAGE-HINT": "Select the language of your DMP", + "LICENSE": "Licencia", + "VISIBILITY": "Viditeľnosť", + "VISIBILITY-HINT": "Choose how the DMP is displayed in {{ APP_NAME }}. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.", + "PUBLICATION": "Dátum publikovania", + "CONTACT": "Kontakt", + "COST": "Náklady", + "DESCRIPTIONS": "Descriptions" + }, + "ACTIONS": { + "GO-TO-GRANT": "Prejsť na Grant DMP", + "GO-TO-DATASETS": "Prejsť na súbory dát", + "SAVE-CHANGES": "Uložiť zmeny", + "SAVE": "Uložiť", + "CANCEL": "Zrušiť", + "DELETE": "Vymazať", + "DELETE-DATASET": "Vymazať súbor dát", + "DISCARD": "Zahodiť", + "FINALISE": "Dokončiť", + "LOCK": "DMP je zamknutý iným používateľom DMP", + "PERMISSION": "Na úpravu tohto DMP nemáte povolenie", + "INSERT-MANUALLY": "Doplniť manuálne", + "CREATE-DATASET": "Vytvoriť nový", + "DISABLED-EXPORT": "Please save your changes to export this DMP" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Doplniť opis", + "ORGANIZATION": "Vybrať organizáciu", + "AUTHORS": "Vybrať autorov", + "RESEARCHERS": "Vybrať výskumníkov" + }, + "SNACK-BAR": { + "UNSUCCESSFUL-DOI": "Neúspešné vytvorenie DOI", + "SUCCESSFUL-DOI": "Úspešné vytvorenie DOI", + "UNSUCCESSFUL-FINALIZE": "Neúspešné dokončenie DMP" + }, + "DESCRIPTION-TEMPLATE-LIST": { + "TITLE": "Available Description Templates", + "TEXT": "Descriptions selected: ", + "OK": "OK" + }, + "VISIBILITY": { + "PUBLIC": "Verejné", + "RESTRICTED": "Obmedzené" + }, + "STEPPER": { + "USER-GUIDE": "Postupné kroky", + "MAIN-INFO": "Hlavné informácie", + "FUNDING-INFO": "Informácie o financovaní", + "DATASET-SELECTION": "Výber súboru dát", + "DESCRIPTION-INFO": "Description info", + "LICENSE-INFO": "Informácie o licenciách", + "DATASET": "Súbor dát", + "PREVIOUS": "Späť", + "NEXT": "Ďalej" + }, + "MAIN-INFO": { + "INTRO": "DMP v platforme {{ APP_NAME }} tvoria kľúčové informácie o výskume, ako sú napríklad účel, ciele a zapojení výskumníci, ale aj informácie o dokumentácii výskumných súborov dát, hlavne o typoch dátových súborov, ktoré ukazujú postupnosť krokov a prostriedkov používaných v rámci manažmentu dát.", + "HINT": "Stručný opis toho, čoho sa DMP týka, rozsah a ciele DMP.", + "TYPING": "Napíšte viac písmen názvu, aby bolo možné nájsť správny DMP.", + "UNIQUE-IDENTIFIER": "Unique Identifier", + "RESEARCHER-IDENTIFIER-EXISTS": "Researcher identifier already exists.", + "ORGANISATION-IDENTIFIER-EXSTS": "Organisation identifier already exists.", + "IDENTIFIER-EXISTS-RESEARCHER-LIST": "This identifier is already used by a researcher in the researchers list.", + "IDENTIFIER-EXISTS-ORGANISATION-LIST": "This identifier is already used by an organisation in the organisations list.", + "SAVE":"Save", + "CANCEL": "Cancel" + }, + "FUNDING-INFO": { + "INTRO": "Plán manažmentu dát (DMP, z angl. Data Management Plan) tvoria vaše plány manažmentu dát, ktoré sú bližšie miestu, kde sú vygenerované, analyzované a uložené. {{ APP_NAME }} je otvorený, rozširovateľný, kolaboratívny nástroj, ktorý podporuje plány manažmentu otvorených dát a FAIR dát (Open and FAIR Data Management Plans).", + "FIND": "Nenašli ste správny súbor?", + "UNIQUE-IDENTIFIER": "Unique Identifier", + "IDENTIFIER-FUNDER-EXISTS": "A funder with the given identifier exists.", + "IDENTIFIER-GRANT-EXISTS": "A grant with the given identifier exists.", + "IDENTIFIER-PROJECT-EXISTS": "A project with the given identifier exists." + }, + "DATASET-INFO": { + "INTRO": "DMP v platforme {{ APP_NAME }} tvoria kľúčové informácie o výskume, ako sú napríklad účel, ciele a zapojení výskumníci, ale aj o dokumentácii výskumných súborov dát, hlavne informácie o typoch súborov dát, ktoré ukazujú postupnosť krokov a prostriedkov používaných v rámci manažmentu dát.", + "SECOND-INTRO": "Súbory dát sa vytvárajú podľa vopred definovaných šablón, ktoré určujú obsah typu súboru údajov. DMP v {{ APP_NAME }}e obsahuje toľko typov súborov údajov, koľko je súborov dát v ňom vytvorených.", + "FIND": "Nenašli ste správny súbor?", + "HINT": "Select a template to describe your descriptions. You may select more than one template." + }, + "LICENSE-INFO": { + "INTRO": "Každý DMP obsahuje špecifické informácie o licencii, o tom nakoľko je otvorená a prístupná. Takto je možné určiť, kto môže vidieť váš súbor údajov a ako dlho budú údaje neverejné.", + "HINT": "Stručný opis licencie, ktorú DMP používa, jej druh a kedy bude DMP otvorený.", + "TYPING": "Napíšte viac písmen názvu, aby bolo možné nájsť správnu licenciu." + }, + "DATASET-DESCRIPTION": { + "INTRO": "Vaše výskumné dáta mali byť \"fair\" to znamená vyhľadateľné (findable), dostupné (accessible), interoperabilné (inter-operable) a znovu využiteľné (re-usable). Tieto princípy predchádzajú výberu implementácie a nemusia nevyhnutne určovať konkrétnu technológiu, štandard alebo implementačné riešenie. Cieľom tejto šablóny nie je striktná technická implementácia princípu \"fair\" dáta, ale skôr sa ním inšpiruje ako všeobecným konceptom." + }, + "CHANGES": "neuložené zmeny", + "CLONE-DIALOG": { + "CLONE": "Klonovať", + "SAVE": "Uložiť", + "CANCEL": "Zrušiť" + }, + "LOCKED":{ + "TITLE":"DMP is locked", + "MESSAGE":"Somebody else is modifying the DMP at this moment. You may view the dataset but you cannot make any changes." + } + }, + "DMP-BLUEPRINT-LISTING": { + "TITLE": "DMP Blueprints", + "CREATE-DMP-BLUEPRINT": "Create DMP Blueprint", + "COLUMNS": { + "NAME": "Názov", + "STATUS": "Stav", + "CREATED": "Vytvorené", + "PUBLISHED": "Publikované", + "LAST-EDITED": "Naposledy upravené" + }, + "ACTIONS": { + "CLONE": "Clone", + "DOWNLOAD-XML":"Download XML", + "DELETE": "Delete" + }, + "UPLOAD": { + "UPLOAD-XML": "Importovať", + "UPLOAD-XML-FILE-TITLE": "Importovať šablónu Plánu manažmentu dát", + "UPLOAD-XML-NAME": "Názov šablóny DMP", + "UPLOAD-XML-IMPORT": "Súbor", + "UPLOAD-XML-FILE-CANCEL": "Zrušiť" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "MESSAGES":{ + "TEMPLATE-UPLOAD-SUCCESS":"Template successfully uploaded" + } + }, + "DYNAMIC-FORM": { + "FIELDS": { + "LABEL": "Označenie" + }, + "ACTIONS": { + "PREVIEW": "Náhľad", + "ADD-PAGE": "Pridať stránku +", + "ADD-SECTION": "Pridať sekciu +" + } + }, + "CRITERIA": { + "FILTERS": "Filtre", + "GRANTS": { + "LIKE": "Hľadať", + "PERIOD-FROM": "Začiatok grantu", + "PERIOD-TO": "Koniec grantu", + "GRANT-STATE-TYPE": "Stav grantu", + "TYPES": { + "NONE": "-", + "ON-GOING": "Prebieha", + "FINISHED": "Ukončený" + } + }, + "DATASET-PROFILE": { + "LIKE": "Hľadať", + "STATUS": "Stav" + }, + "DATA-SETS": { + "PERIOD-FROM": "Začať", + "PERIOD-TO": "Ukončiť", + "STATUS": "Stav", + "NONE": "-", + "TAGS": "Tagy", + "SELECT-TAGS": "Hľadať súbory dát", + "LIKE": "Search Descriptions", + "DRAFT-LIKE": "Search Draft Descriptions", + "SELECT-GRANTS": "Vybrať granty", + "ROLE": "Rola", + "ORGANIZATION": "Organizácia", + "SELECT-ORGANIZATIONS": "Vybrať organizáciu", + "SELECT-SPEC": "Vybrať špecifikáciu súboru dát", + "RELATED-GRANT": "Súvisiaci grant", + "SELECT-DMP": "Vybrať DMP", + "RELATED-DMP": "Súvisiaci DMP", + "SELECT-COLLABORATORS": "Vybrať spolupracovníkov", + "RELATED-COLLABORATORS": "Súvisiaci spolupracovníci", + "SELECT-DATASET-TEMPLATES": "Vybrať šablóny súborov dát", + "RELATED-DATASET-TEMPLATES": "Súvisiace šablóny súborov dát", + "ALL-VERSIONS": "Zo všetkých verzií" + }, + "DMP": { + "LIKE": "Hľadať DMP", + "GRANTS": "Granty", + "SELECT-GRANTS": "Vybrať grant", + "SELECT-COLLABORATORS": "Vybrať spolupracovníkov", + "RELATED-COLLABORATORS": "Súvisiaci spolupracovníci", + "SELECT-DATASET-TEMPLATES": "Vybrať šablóny súborov dát", + "RELATED-DATASET-TEMPLATES": "Súvisiace šablóny súborov dát" + }, + "BLUEPRINT": { + "LIKE": "Search", + "STATUS": "Status" + }, + "USERS": { + "LABEL": "Hľadať", + "ROLE": "Rola", + "SHOW": "Show" + }, + "SELECT": "Vybrať možnosť", + "LIKE": "Hľadať" + }, + "DATASET-EDITOR": { + "TITLE": { + "NEW": "Nový Plán manažmentu dát", + "EDIT": "Upraviť", + "INTRO": "You are using the Description editor. Answer here questions that describe your data management activities.", + "INTRO-TIP": "Tip: Add new descriptions to describe different types of data or disciplinary data to avoid mixing information." + }, + "FIELDS": { + "NAME": "Názov súboru údajov", + "TITLE": "Title of Description", + "DESCRIPTION": "Opis", + "PROFILE": "Šablóna", + "URI": "Uri", + "DMP": "DMP", + "SELECT-DMP": "Vybrať DMP", + "DATAREPOSITORIES": "Repozitáre dát", + "REGISTRIES": "Registre", + "SERVICES": "Služby", + "EXTERNAL-DATASETS": "Externé súbory dát", + "EXTERNAL-DATASETS-DESCRIPTION": "Dátové súbory súvisiace so súborom definovanom v DMP, ktoré sú buď použité na jeho vytvorenie alebo sú vedľajším produktom jeho používania", + "EXTERNAL-DATASET-TYPE": "Typ externého dátového súboru", + "EXTERNAL-DATASET-INFO": "Informácie o externých dátových súboroch", + "DATAREPOSITORIES-INFO": "Informácie o repozitároch dát", + "EXTERNAL-LINK": "Externý link", + "TAGS": "Tagy", + "CREATE": "Vytvoriť nový" + }, + "ACTIONS": { + "SAVE": "Uložiť", + "CANCEL": "Zrušiť", + "DELETE": "Vymazať", + "UPDATE": "Aktualizovať", + "DISCARD": { + "DISCARD-NEW-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-NEW-CONFIRM": "Yes, revert changes.", + "DISCARD-NEW-DENY": "No.", + "DISCARD-EDITED-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-EDITED-CONFIRM": "Yes, revert changes and go back.", + "DISCARD-EDITED-DENY": "No." + }, + "DISABLED-EXPORT": "Please save your changes to export this Dataset" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Doplniť opis", + "EXTERNAL-LINK": "Uviesť externý URL link" + }, + "HINT": { + "DESCRIPTION": "Briefly describe the context and purpose of the Description", + "TITLE": "Stručný opis toho, o čom je ", + "TITLE-REST": " , opis rozsahu a cieľov." + }, + "VERSION-DIALOG": { + "ABOUT": "Verziovanie je automatizované.", + "QUESTION": "Zdá sa, že Vaša šablóna súboru dát je zastaraná. Chcete ju aktualizovať na najnovšiu verziu?" + }, + "ERRORS":{ + "ERROR-OCCURED": "An error occured.", + "MESSAGE": "Message: " + }, + "QUESTION": { + "EXTENDED-DESCRIPTION": { + "VIEW-MORE": "View more", + "VIEW-LESS": "View less" + } + }, + "MAX-DESCRIPTION-DIALOG": { + "TITLE": "Max datasets using this template.", + "MESSAGE": "Select another profile." + } + }, + "DATASET-CREATE-WIZARD": { + "ACTIONS": { + "NEXT": "Ďalej", + "BACK": "Späť", + "SAVE": "Uložiť" + }, + "FIRST-STEP": { + "TITLE": "DMP", + "PLACEHOLDER": "Vybrať existujúci DMP." + }, + "PREFILL-STEP": { + "TITLE": "Initialize your Dataset", + "PREFILL": "Prefill", + "OR": "OR", + "HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.", + "MANUALLY": "Manually", + "PROFILE": "Dataset Template", + "PREFILLED-DATASET": "Prefilled Dataset", + "SEARCH": "Start typing to search for a dataset or software", + "NEXT": "Next" + } + }, + "INVITATION-EDITOR": { + "TITLE": "Poslať pozvánky ", + "AUTOCOMPLETE-USER": "Používateľ", + "AUTOCOMPLETE-EMAIL": "Email", + "AUTOCOMPLETE-USER-EMAIL": "Kat alebo kat@example.com", + "ACTIONS": { + "SEND-INVITATION": "Poslať pozvánky", + "CANCEL": "Zrušiť" + } + }, + "USERS": { + "LISTING": { + "TITLE": "Používatelia", + "EMAIL": "Email", + "LAST-LOGGED-IN": "Posledné prihlásenie", + "LABEL": "Označenie", + "ROLES": "Role", + "NAME": "Meno", + "PERMISSIONS": "Povolenia", + "EXPORT": "Export users" + }, + "ACTIONS": { + "EDIT": "Edit", + "SAVE": "Save" + } + }, + "TYPES": { + "APP-ROLE": { + "ADMIN": "Admin", + "USER": "Používateľ", + "TENANT-ADMIN": "Tenant Admin", + "TENANT-USER": "Tenant Používateľ", + "TENANT-MANAGER": "Manažér", + "TENANT-DESCRIPTION-TEMPLATE-EDITOR": "Description Template Editor" + }, + "DMP-PROFILE-FIELD": { + "DATA-TYPE": { + "DATE": "Dátum", + "NUMBER": "Číslo", + "TEXT": "Text", + "EXTERNAL-AUTOCOMPLETE": "Externé automatické dopĺňanie" + }, + "TYPE": { + "INPUT": "Vstup" + } + }, + "DATASET-STATUS": { + "DRAFT": "Návrh", + "FINALISED": "Dokončené", + "ANY": "Akýkoľvek", + "DRAFT-DESC": "Návrhy registrácií" + }, + "DATASET-ROLE": { + "OWNER": "Vlastník", + "MEMBER": "Člen", + "ANY": "Ktokoľvek" + }, + "EXTERNAL-DATASET-TYPE": { + "SOURCE": "Zdroj", + "SOURCES": "Zdroje", + "SOURCE:": "Zdroj: ", + "NO-SOURCE": "Nie je prepojenie na zdroj", + "OUTPUT": "Výstup", + "SELECT": "Vybrať" + }, + "DMP": { + "FINALISED": "Dokončené", + "DRAFT": "Návrh" + }, + "DMP-VISIBILITY": { + "VISIBILITY": "Viditľnosť", + "PUBLIC": "Publikované", + "FINALIZED": "Dokončené", + "DRAFT": "Návrh", + "ANY": "Ktokoľvek" + }, + "DATASET-PROFILE-FIELD-VALIDATION-TYPE": { + "NONE": "Žiadne", + "REQUIRED": "Povinné" + }, + "DATASET-PROFILE-FIELD-VIEW-STYLE": { + "BOOLEAN-DECISION": "Boolean Decision", + "CHECKBOX": "Zaškrtávacie pole (Checkbox)", + "COMBO-BOX": "Kombinované pole (Combo Box)", + "INTERNAL-DMP-ENTITIES": "Interné DMP entity (Internal DMP Entities)", + "FREE-TEXT": "Neštruktúrovaný text (Free Text)", + "RADIO-BOX": "Pole výberu (Radio Box)", + "TEXT-AREA": "Textová oblasť (Text Area)", + "RICH-TEXT-AREA": "Rich Text Area", + "UPLOAD": "Upload", + "DATE-PICKER": "Výber dátumu (Date Picker) ", + "EXTERNAL-DATASETS": "Externé súbory dát (External Datasets)", + "DATA-REPOSITORIES": "Repozitáre dát (Data Repositories)", + "PUB-REPOSITORIES": "Publication Repositories", + "JOURNALS-REPOSITORIES": "Journals", + "TAXONOMIES": "Taxonomies", + "LICENSES": "Licenses", + "PUBLICATIONS": "Publications", + "REGISTRIES": "Registre (Registries)", + "SERVICES": "Služby (Services)", + "TAGS": "Tagy (tags)", + "RESEARCHERS": "Výskumníci (Researchers)", + "ORGANIZATIONS": "Organizácie (Organizations)", + "DATASET-IDENTIFIER": "Identifikátor súborov dát (Dataset Identifier)", + "CURRENCY": "Mena (Currency)", + "VALIDATION": "Validator", + "OTHER": "Other", + "SELECT": "Select" + }, + "DATASET-PROFILE-UPLOAD-TYPE": { + "DOWNLOAD": "Download file" + }, + "DATASET-PROFILE-COMBO-BOX-TYPE": { + "WORD-LIST": "Zoznam slov", + "AUTOCOMPLETE": "Automatické dopĺňanie", + "EXTERNAL-SOURCE-HINT": "Zoznam hodnôt dodaných z externých zdrojov.", + "ACTIONS": { + "YES": "Áno", + "NO": "Nie" + } + }, + "DATASET-PROFILE-INTERNAL-DMP-ENTITIES-TYPE": { + "RESEARCHERS": "Výskumníci", + "DMPS": "DMP", + "DATASETS": "Súbory dát", + "EXTERNAL-SOURCE-HINT": "Zoznam hodnôt dodaných z externých zdrojov." + }, + "DATASET-PROFILE-VALIDATOR": { + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER": { + "IDENTIFIER-TYPE": "Identifier Type" + }, + "RECENT-ACTIVITY-ORDER": { + "CREATED": "Vytvorené", + "LABEL": "Označenie", + "MODIFIED": "Modifikované", + "FINALIZED": "Dokončené", + "PUBLISHED": "Publikované", + "STATUS": "Stav" + } + }, + "ADDRESEARCHERS-EDITOR": { + "TITLE": "Pridať výskumníka", + "FIRST_NAME": "Krstné meno", + "LAST_NAME": "Priezvisko", + "ACTIONS": { + "SAVE": "Uložiť", + "CANCEL": "Zrušiť" + } + }, + "ADDORGANIZATION-EDITOR": { + "TITLE": "Pridať organizáciu", + "NAME": "Názov", + "ACTIONS": { + "SAVE": "Uložiť", + "CANCEL": "Zrušiť" + } + }, + "ADDEDITCOST-EDITOR": { + "ADD-TITLE": "Pridať náklady", + "EDIT-TITLE": "Editovať náklady", + "CODE": "Kód", + "DESCRIPTION": "Opis", + "TITLE": "Názov", + "VALUE": "Hodnota", + "ACTIONS": { + "SAVE": "Uložiť", + "CANCEL": "Zrušiť" + } + }, + "DMP-WIZARD": { + "FIRST-STEP": { + "DMP": "DMP Editor", + "DATASETS": "Súbory dát" + }, + "ACTIONS": { + "NEXT": "Ďalej", + "BACK": "Späť", + "SAVE": "Uložiť" + } + }, + "DMP-RELATED-GRANT": { + "RELATED-GRANT": "Súvisiaci grant" + }, + "DMP-RELATED-COLLABORATOR": { + "RELATED-COLLABORATOR": "Súvisiaci spolupracovníci", + "SELECT-COLLABORATORS": "Vybrať spolupracovníka" + }, + "DMP-RELATED-ORGANIZATION": { + "RELATED-ORGANIZATION": "Organizácia", + "SELECT-ORGANIZATIONS": "Vybrať organizáciu" + }, + "DATASET-PROFILE": { + "PREVIEW": "Náhľad", + "FORM-DESCRIPTION": "Formulár - opis", + "PAGES-DESCRIPTION": "Stránky - opis" + }, + "RECENT-ACTIVITY": { + "MY-TITLE-GRANT": "Moja nedávna aktivita - Grant", + "MY-TITLE-DMP": "Moja nedávna aktivita - DMP", + "MY-TITLE-DATASET": "Moja nedávna aktivita - Súbor dát", + "LAST-VISITED-DMP": "Naposledy navštívený Plánmanažmentu dát", + "LAST-EDITED-DMP": "Naposledy upravený Plán manažmentu dát", + "LICENSE": "Nižšie uvedené DMP sú verejne dostupné pod licenciou ##" + }, + "FILE-UPLOADER": { + "DEFAULT": "Vybrať súbor", + "GRANT": "", + "UPLOAD": "Nahrať" + }, + "URL-LISTING-COMPONENT": { + "SHOW-MORE": "Ukázať viac" + }, + "HOMEPAGE": { + "OPEN-DMPS": { + "STATS": "{{ APP_NAME_CAPS }} nástenka" + }, + "MY-DMPS": { + "STATS": "Moja nástenka" + } + }, + "ABOUT": { + "TITLE-DASHED": "-O nástroji-", + "TITLE": "O nástroji", + "MAIN-CONTENT": "Našim cieľom je, aby boli Vaše výskumné dáta vyhľadateľné, dostupné, interoperabilné a znovu využiteľné (FAIR). Tieto princípy predchádzajú výberu implementácie a nemusia nevyhnutne určovať konkrétnu technológiu, štandard alebo implementačné riešenie.", + "CONTRIBUTORS": "Prispievatelia", + "WELCOME": "Vitajte v {{ APP_NAME_CAPS }}E", + "WELCOME-MESSAGE": "Vytvárajte, prepájajte, zdieľajte svoje plány manažmentu dát (DMP)." + }, + "FOOTER": { + "CONTACT-SUPPORT": "Kontaktovať podporu", + "FAQ": "FAQ", + "GUIDE": "Používateľská príručka", + "GLOSSARY": "Glosár", + "TERMS-OF-SERVICE": "Podmienky používania", + "ABOUT": "O nástroji", + "COOKIES-POLICY": "Zásady používania súborov cookies", + "PRIVACY-POLICY": "Zásady ochrany súkromných údajov" + }, + "GLOSSARY": { + "TITLE": "Glosár", + "TITLE-DASHED": "-Glosár-", + "CLOSE": "Zavrieť" + }, + "FAQ": { + "TITLE": "FAQ", + "TITLE-DASHED": "-FAQ-", + "CLOSE": "Zavrieť" + }, + "GUIDE": { + "TITLE": "Používateľská príručka", + "TITLE-DASHED": "-Používateľská príručka-", + "CLOSE": "Zavrieť", + "SAVE": "Save" + }, + "PRIVACY-POLICY": { + "TITLE": "-Zásady ochrany súkromných údajov-", + "MAIN-CONTENT": "" + }, + "OPENSOURCE-LICENCES": { + "TITLE": "Open source licencie", + "MAIN-CONTENT": "" + }, + "TERMS-OF-SERVICE": { + "TITLE": "Podmienky používania", + "MAIN-CONTENT": "" + }, + "COOKIES-POLICY": { + "TITLE": "Zásady používania súborov cookies" + }, + "CONTACT": { + "SUPPORT": { + "TITLE": "Kontaktovať podporu", + "SUBTITLE": "Ako Vám môžeme pomôcť?", + "SUBJECT": "Predmet", + "DESCRIPTION": "Opis", + "CANCEL": "Zrušiť", + "SEND": "Poslať" + }, + "TITLE-DASHED": "-Kontaktovať podporu-", + "GUIDE": "Príručka", + "HELP": "Pomoc", + "GLOSSARY": "Glosár" + }, + "LANGUAGE": { + "TITLE": "Jazyk", + "TITLE-DASHED": "-Jazyk-", + "CLOSE": "Zavrieť" + }, + "DASHBOARD": { + "MY-GRANTS": "Moje granty", + "GRANTS": "Granty", + "MY-DMPS": "Moje DMP", + "TITLE": "Čo je {{ APP_NAME_CAPS }}?", + "DMP-QUESTION": "Čo je DMP v {{ APP_NAME_CAPS }}E?", + "INFO-TEXT": "{{ APP_NAME_CAPS }} je otvorený, rozširovateľný nástroj, ktorý zjednodušuje manažment, validovanie, monitorovanie a údržbu plánov manažmentu dát (DMP, z angl. Data Management Plan). Umožňuje aktérom (výskumníkom, manažérom, supervízorom apod.) vytvárať strojovo spracovateľné DMP, ktoré sa môžu voľne vymieňať medzi infraštuktúrami na realizáciu konkrétnych aspektov procesu manažmentu dát v súlade so zámermi a záväzkami vlastníkov dát.", + "INFO-DMP-TEXT": "Plán manažmentu dát (DMP, z angl. Data Managment Plan) je živý dokument definujúci súbory dát, ktoré sú vygenerované a/alebo znovu používané počas výskumného projektu a po jeho ukončení. Cieľom DMP je poskytnúť výskumným pracovníkom dôležité informácie tak, aby mohli opätovne vytvoriť, opätovne distribuovať a opätovne použiť výskumné výsledky, čím sa zaistí validácia a lepšie využite dát.", + "NEW-QUESTION": "Nový používateľ DMP? Navštívte", + "START-YOUR-FIRST-DMP": "Začať prvý DMP", + "OPEN-AIR-GUIDE": "Príručka OpenAIRE pre výskumných pracovníkov,", + "LEARN-MORE": "poskytne viac informácií o vytvorení DMP.", + "ORGANIZATIONS": "Súvisiace organizácie", + "DMPS": "DMP", + "MY-DATASETS": "Moje súbory dát", + "DATASETS": "Súbory dát", + "SEARCH": "HĽADAŤ...", + "DATA-MANAGEMENT-PLANS": "PLÁNY MANAŽMENTU DÁT", + "PERSONAL-USAGE": "Osobné použitie", + "PUBLIC-USAGE": "Verejné použitie", + "DESCRIPTIONS": "Descriptions", + "DATASET-DESCRIPTIONS-DASHBOARD-TEXT": "Súbory dát", + "PUBLIC-DMPS": "Verejné DMP", + "PUBLIC-DATASETS": "Verejné súbory dát", + "RELATED-ORGANISATIONS": "Ďalšie organizácie", + "DRAFTS": "Návrhy", + "ALL": "Všetko", + "EMPTY-LIST": "Zatiaľ prázdne.", + "LATEST-ACTIVITY": "Posledná aktivita", + "DMP-ABOUT-BEG": "DMP v {{ APP_NAME }}e tvoria kľúčové informácie o výskume, ako sú napríklad účel, ciele a zapojení výskumníci, ale aj informácie o dokumentácii výskumných súborov dát, hlavne", + "DMP-ABOUT-END": "o typoch súborov dát, ktoré ukazujú postupnosť krokov a prostriedkov používaných v rámci manažmentu dát.", + "SELECT-DMP": "Vybrať DMP pre svoj súbor dát", + "ACTIONS": { + "ADD-DESCRIPTION": "Add Description", + "ADD-DATASET": "Pridať súbor dát", + "ADD-DMP-DESCRIPTION": "Pridať opis DMP" + }, + "TOUR-GUIDE": { + "DMP": "This is your dashboard. You can view and edit all DMPs that you have either contributed to or created yourself.", + "START-NEW": "Create your DMP with Start new DMP.", + "IMPORT-DMP": "You can import a DMP", + "START-WIZARD": "or create new in {{ APP_NAME }}.", + "DATASET": "This is your dashboard. You can view and edit all Datasets that you have either contributed to or created yourself.", + "NEW-DATASET": "With Add Dataset you can describe new datasets anytime in the research process.", + "GOT-IT": "Got it!", + "LEAVE-TOUR": "Leave Tour" + }, + "ADD-NEW-DATASET": { + "OPTIONS-NOT-ENOUGH": "Are those options not enough?", + "START-NEW-DMP": "Start new DMP" + } + }, + "USER-DIALOG": { + "USER-PROFILE": "Môj profil", + "USER-PROFILE-SETTINGS": "Nastavenie profilu...", + "EXIT": "Odísť ", + "LOG-OUT": "Odhlásiť sa" + }, + "USER-PROFILE": { + "MERGING-SUCCESS": "Linking of the two profiles was successful.", + "MERGING-EMAILS-DIALOG": { + "TITLE": "Verify linked account", + "MESSAGE": "An email to verify this action has been sent to you. Once accepted, you will be able to see your accounts merged. The last email account that you merge will be the one containing all of your DMP records and activity in {{ APP_NAME }}." + }, + "UNLINK-ACCOUNT": { + "TITLE": "Verify account to be unlinked", + "MESSAGE": "An email to verify this action has been sent to your main account. Once accepted, {{accountToBeUnlinked}} will be no longer connected to your current ARGOS profile." + }, + "UNLINK-ACCOUNT-DIALOG": { + "MESSAGE": "By clicking \"Confirm\", you accept the transfer of your ARGOS activity performed from this account to your main ARGOS account, which is the one that is listed first. By logging in again with the unlinked account, you will be able to start your ARGOS experience from scratch, in an empty dashboard.", + "CONFIRM": "Confirm", + "CANCEL": "Cancel" + }, + "SETTINGS": { + "TITLE": "Nastavenia", + "TIMEZONE": "Časové pásmo", + "CULTURE": "Kultúra", + "LANGUAGE": "Jazyk", + "CONNECTED-WITH": "Connected with", + "NAME": "Name", + "ORGANIZATION": "Organization", + "ROLE": "Role", + "SELECT-ROLE": "Select Role", + "ACCOUNTS": "Accounts", + "EMAILS": "Emails", + "YOUR-EMAIL": "Your Email" + }, + "ASSOCIATED-DMPS": "Súvisiace DMP", + "DMPS": { + "SHOW-ALL": "Ukázať všetko", + "CREATOR": "Autor", + "MEMBER": "Člen" + }, + "ZENODO": { + "LOGIN": "Prihlásiť sa do Zenodo", + "LOGOUT": "Odstrániť Zenodo", + "AUTHORIZE": "Authorize Zenodo", + "TITLE": "Zenodo účet", + "DESCRIPTION": "Prepojený Zenodo účet :" + }, + "ROLE-ORGANIZATION": { + "FACULTY": "Faculty", + "LIBRARIAN": "Librarian", + "RESEARCHER": "Researcher", + "STUDENT": "Student (BA/BSc, MSc)", + "EARLY-CAREER-RESEARCHER": "Early Career Researcher (PhD candidate, post-graduate)", + "RESEARCH-ADMINISTRATOR": "Research Administrator", + "REPOSITORY-MANAGER": "Repository Manager", + "RESEARCH-INFRASTRUCTURE": "Research Infrastructure", + "SERVICE-PROVIDER": "Service Provider", + "PUBLISHER": "Publisher", + "RESEARCH-FUNDER": "Research Funder", + "POLICY-MAKER": "Policymaker", + "SME-INDUSTRY": "SME/ Industry", + "OTHER": "Other" + }, + "ACTIONS": { + "SAVE": "Save", + "LINK-NEW": "Link {{ APP_NAME_CAPS }} accounts", + "LINK-NEW-ACCOUNT": "Link new account", + "UNLINK-ACCOUNT": "Unlink", + "UNLINK-ACCOUNT-DISABLED": "You can't unlink your main profile's email", + "ADD": "Add", + "CANCEL": "Cancel" + } + }, + "DATASET-REFERENCED-MODELS": { + "SERVICES": { + "TITLE": "Pridať novú službu", + "LABEL": "Označenie", + "ABBREVIATION": "Skratka", + "URI": "Uri" + }, + "DATA-REPOSITORY": { + "TITLE": "Pridať nový repozitár dát", + "LABEL": "Označenie", + "ABBREVIATION": "Skratka", + "URI": "Uri" + }, + "EXTERNAL-DATASET": { + "TITLE": "Pridať nový externý súbor dát", + "LABEL": "Označenie", + "ABBREVIATION": "Skratka" + }, + "REGISTRY": { + "TITLE": "Pridať nový register", + "LABEL": "Označenie", + "ABBREVIATION": "Skratka", + "URI": "Uri" + } + }, + "FACET-SEARCH": { + "FILTER": "Filter", + "GRANT-STATUS": { + "TITLE": "Stav grantu", + "OPTIONS": { + "ANY": "Akýkoľvek", + "ACTIVE": "Aktívny", + "INACTIVE": "Neaktívny" + } + }, + "GRANT": { + "TITLE": "Súvisiace granty", + "FILTER": "Filtrovať granty" + }, + "PROFILES": { + "TITLE": "Špecifikácia súboru dát" + }, + "ROLE": { + "TITLE": "Rola", + "ANY": "Ktokoľvek", + "OWNER": "Vlastník", + "MEMBER": "Člen" + }, + "DMP-ORGANISATIONS": { + "TITLE": "Organizácia", + "FILTER": "Filtrovať organizácie" + } + }, + "DMP-FINALISE-DIALOG": { + "DMP": "DMP", + "DATASETS": "Súbory dát", + "EMPTY": "Žiadne súbory dát pre tento DMP", + "SUBMIT": "Odoslať", + "FINALISE-TITLE": "Chcete dokončiť niektorý z nasledujúcich návrhov súborov dát?", + "ALREADY-FINALISED-DATASETS": "Dokončené súbory dát", + "NONE": "Žiadne", + "VALIDATION": { + "AT-LEAST-ONE-DATASET-FINALISED": "Musíte mať dokončený aspoň jeden súbor dát" + }, + "IMPACT": "Týmto krokom dokončíte svoj DMP a nebudete ho môcť znovu editovať.", + "AFTER-FINALIZATION": "Po dokončení DMP ho budete môcť Zverejniť, čím bude verejne dostupný pre {{ APP_NAME_CAPS }} nástroje .", + "INVALID": "Invalid" + }, + "DRAFTS": { + "FOR-DMP": "Pre DMP:", + "FOR-GRANT": "Pre Granty:" + }, + "QUICKWIZARD": { + "CREATE-ADD": { + "CREATE": { + "TITLE": "Vytvoriť nový DMP", + "SUBTITLE": "Vytvorte nový DMP a opíšte svoj/e Súbor/y dát. Náš sprievodca Vás postupne prevedie všetkými dôležitými prvkami definovania DMP.", + "QUICKWIZARD_CREATE": { + "TITLE": "DMP Sprievodca (Wizard)", + "POST-SELECTION-INFO": "Tento sprievodca Vám umožní vytvoriť nový DMP pri poskytnutí iba základných informácií, potrebných na vytvorenie DMP. Ďalej Vám umožní definovať jeden alebo dva súbory dát, ktoré sú spravované v tomto DMP. Po dokončení DMP budete môcť DMP ďalej editovať prostredníctvom sprievodcu, pričom budete mať prístup k jeho pokročilým prvkom prostredníctvom úplného editora DMP, dokonca budete môcť pridávať nové súbory dát a editovať predchádzajúce.", + "ACTIONS": { + "DELETE": "Vymazať", + "SAVE": "Uložiť", + "SAVE-AND-FINALIZE": "Uložiť a dokončiť", + "NEXT": "Ďalej", + "BACK": "Späť", + "CREATE-NEW-GRANT": "Pridať grant", + "EXIST-GRANT": "Použiť existujúci grant", + "CREATE-NEW-FUNDER": "Pridať financovateľa", + "EXIST-FUNDER": "Použiť existujúceho financovateľa", + "CREATE-NEW-PROJECT": "Pridať projekt", + "EXIST-PROJECT": "Použiť existujúci projekt" + }, + "FIRST-STEP": { + "TITLE": "Grant", + "ABOUT-GRANT": "Nájdite grant, s ktorým je DMP spojený a prepojte ho s informáciami financovateľov. Ak nie je grant uvedený v zozname alebo vytvárate DMP na návrh žiadosti o grant alebo na iný účel, použite príkaz \"Pridať grant\"", + "ABOUT-NEW-GRANT": "Ak vytvárate DMP na návrh žiadosti o grant, na použitie v rámci inštitúcie alebo výskumnými pracovníkmi, na školenia alebo vzdelávanie, pridajte informácie nižšie tak, že vytvoríte nový grant.", + "ABOUT-FUNDER": "Nájdite financovateľa, ktorého si želáte spojiť s DMP, ktoré vytvoríte, a potom vyberte grant, s ktorým je financovateľ prepojený. Ak nie je financovateľ uvedený v zozname, použite príkaz \"Pridať financovateľa\"", + "ABOUT-NEW-FUNDER": "Ak vytvárate DMP na návrh žiadosti o grant, na použitie v rámci inštitúcie alebo výskumnými pracovníkmi, na školenia alebo vzdelávanie, a chcete, aby bol prepojený na finacovateľa, ktorý sa nenachádza v zozname, vytvorte nového financovateľa.", + "ABOUT-PROJECT": "Nájdite projekt, s ktorým je Váš DMP spojený. Ak nie je projekt uvedený v zozname, použite príkaz \"Pridať projekt\"", + "ABOUT-NEW-PROJECT": "", + "OR": "alebo", + "FIELDS": { + "SELECT-GRANT": "Vybrať grant, s ktorým je DMP spojený", + "SELECT-FUNDER": "Vybrať financovateľa grantu, s ktorým je DMP spojený", + "SELECT-PROJECT": "Vybrať projekt, s ktorým je DMP spojený", + "GRANT-LABEL": "Názov grantu", + "FUNDER-LABEL": "Názov financovateľa", + "PROJECT-LABEL": "Názov projektu", + "LABEL-HINT": "Pridajte názov grantu tak, ako sa uvádza vo výzve na predloženie návrhu žiadosti o grant.", + "DESCRIPTION": "Opis", + "DESCRIPTION-HINT": "Stručne vysvetlite zámery a ciele grantu" + } + }, + "SECOND-STEP": { + "TITLE": "Profil DMP", + "ABOUT": "Data Management plán tvorí súbor otázok, na ktoré by ste mali odpovedať tak podrobne, ako si to vyžaduje grant alebo tak, aby zodpovedali účelu, na ktorý vytvárate DMP. Obsah každého DMP sa môže líšiť v závislosti od zvolených šablón súborov dát. Šablóny obsahujú súbor otázok špecifikovaných tak, aby dokázali reagovať na požiadavky politík financovateľov, inštitúcií, vedeckých komunít.", + "NEW-TITLE": "", + "DMP-NAME": "DMP pre grant : ", + "FIELDS": { + "NAME": "Názov DMP", + "DESCRIPTION": "Súhrn", + "DESCRIPTION-HINT": "Stručne opíšte obsah a účel DMP", + "PROFILE": "Šablóna súborov dát", + "PROFILE-HINT": "Vyberte šablónu na opísanie/definovanie súboru dát alebo súborov dát. Ak chcete vybrať viac šablón súborov dát, použite príkaz \"Nový DMP (Expert)\". Nové súbory dát môžete pridať aj kedykoľvek po vytvorení DMP.", + "HELP": "Ak nenájdete šablónu alebo chcete vytvoriť personalizovanú šablónu pre svoju inštitúciu, vedeckú komunitu alebo kvôli školeniu, kontaktujte nás." + } + }, + "THIRD-STEP": { + "TITLE": "Súbor dát", + "NEW-TITLE": "", + "DATASET-LABEL": "Názov súboru dát", + "DATASET-NAME": "Súbor dát: ", + "DATASET-NAME-FOR": " pre DMP: ", + "LIST-BUTTON-TOOLTIP": "Zoznam súborov dát", + "ADD-BUTTON-TOOLTIP": "Pridať súbor dát" + } + } + }, + "ADD": { + "TITLE": "Pridať súbor dát do existujúceho DMP", + "DATASET-WIZARD": "Sprievodca pre súbor dát ", + "POST-SELECTION-INFO": "Tento sprievodca zjednodušuje proces pridávania nových súborov dát do existujúcich DMP, pričom Vás naviguje a vyžaduje iba najdôležitejšie informácie potrebné na splnenie úlohy. Plný prístup k atribútom súboru dát môžete získať prostredníctvom ponúk (menus) na prístup k súborom dát v systéme.", + "SUBTITLE": "Tento sprievodca Vám umožňuje opísať/definovať ďalšie súbory dát spravované v rámci DMP, pričom na ich opis používa iba dôležité informácie.", + "CREATED": "Vytvorené" + } + }, + "SAVE-DIALOG": { + "TITLE": "Chcete pridať ďalší súbor dát?", + "ACTIONS": { + "AFFIRMATIVE": "Áno", + "NEGATIVE": "Nie" + } + }, + "HINT": "(Navrhovaný predvolený názov)" + }, + "DATASET-PROFILE-STATUS": { + "NONE": "ˇŽiadny", + "DRAFT": "Návrh", + "FINALIZED": "Dokončené", + "DELETED": "Deleted" + }, + "BLUEPRINT-STATUS": { + "NONE": "None", + "DRAFT": "Draft", + "FINALIZED": "Finalized", + "DELETED": "Deleted" + } +} diff --git a/deployment/opendmp/backend/i18n/sr.json b/deployment/opendmp/backend/i18n/sr.json new file mode 100644 index 000000000..203300ce0 --- /dev/null +++ b/deployment/opendmp/backend/i18n/sr.json @@ -0,0 +1,1988 @@ +{ + "APP_NAME": "Argos", + "APP_NAME_CAPS": "ARGOS", + "GENERAL": { + "VALIDATION": { + "REQUIRED": "Obavezno", + "GRANT-START-AFTER-END": "Datum početka ne može biti kasniji od datuma završetka granta.", + "PATTERN-_": "Karakter \"_\" nije dozvoljen", + "URL": { + "LABEL": "URL", + "MESSAGE": "Please provide a valid URL" + } + }, + "DELETE-CONFIRMATION": { + "TITLE": "Oprez", + "MESSAGE": "Da li ste sigurni da želite da obrišete ovu stavku?", + "POSITIVE": "Da", + "NEGATIVE": "Odustanite" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Uspešno kreirano", + "SUCCESSFUL-UPDATE": "Uspešno ažurirano", + "SUCCESSFUL-LOGIN": "Uspešno ste se prijavili", + "SUCCESSFUL-LOGOUT": "Uspešno ste se odjavili", + "SUCCESSFUL-EMAIL-SEND": "Email uspešno poslat", + "SUCCESSFUL-COPY-TO-CLIPBOARD": "Copied to Clipboard", + "UNSUCCESSFUL-LOGOUT": "Neuspešno odjavljivanje", + "UNSUCCESSFUL-LOGIN": "Neuspešno prijavljivanje", + "SUCCESSFUL-DATASET-PROFILE-DELETE": "Uspešno brisanje", + "UNSUCCESSFUL-DATASET-PROFILE-DELETE": "Ne možete da obrišete obrazac zato što je povezan sa skupom podataka", + "SUCCESSFUL-DMP-BLUEPRINT-DELETE": "Successful Delete", + "UNSUCCESSFUL-DMP-BLUEPRINT-DELETE": "This blueprint can not deleted, because DMPs are associated with it", + "SUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "Successful Delete", + "UNSUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "This type can not deleted, because Descriptions are associated with it", + "SUCCESSFUL-DELETE": "Uspešno brisanje", + "UNSUCCESSFUL-DELETE": "Neuspešno brisanje", + "UNSUCCESSFUL-EMAIL-SEND": "Neuspešno slanje email-a", + "UNSUCCESSFUL-REMOVE-TEMPLATE": "Neuspešno uklanjanje obrasca. Jedan ili više skupova podataka u okviru Plana koristi ovaj obrazac" + }, + "ERRORS": { + "HTTP-REQUEST-ERROR": "Došlo je do neočekivane greške" + }, + "NAMES": { + "DATASET": "Skup podataka" + }, + "STATUSES": { + "EDIT": "Izmenjeno", + "FINALISED": "Završeno" + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "WARNING": "Oprez!", + "THIS-FIELD": "Polje", + "HAS-ERROR": "sadrži grešku", + "REQUIRED": "Obavezno", + "EMAIL": "Neispravna e-mail adresa", + "MIN-VALUE": "Minimalna vrednost treba da bude {{min}}", + "MAX-VALUE": "Maksimalna vrednost treba da bude {{max}}", + "ACTIONS": { + "CANCEL": "Zatvorite" + } + }, + "CONFIRMATION-DIALOG": { + "DELETE-ITEM": "Obrišite stavku?", + "DELETE-USER": "Uklonite saradnika?", + "FINALIZE-ITEM": "Dovršite stavku?", + "UNFINALIZE-ITEM": "Poništite finalizaciju?", + "PUBLISH-ITEM": "Objavite stavku?", + "ADD-DATASET": "Ako želite da dodate skup podataka u Plan, koristite meni \"Dodajte skup podataka (Čarobnjak)\".", + "ZENODO-DOI": "Da li želite da kreirate digitalni identifikator objekta (DOI) za Plan sa {{username}} nalogom?", + "LEAVE-PAGE": "Ako zatvorite, izmene se neće sačuvati.", + "LEAVE-WARNING": "Imate nesačuvane izmene!", + "PRIVACY-POLICY-NAMES": "Imena svih saradnika uključenih u Plan biće javno vidljiva. Da li ste saglasni?", + "ACTIONS": { + "CONFIRM": "Da", + "NO": "Ne", + "DELETE": "Brisanje", + "REMOVE": "Uklonite", + "CANCEL": "Odustanite", + "LEAVE": "Zatvorite", + "POLICY-AGREE": "Neka imena budu javno vidljiva.", + "REQUIRED": "Neophodno je da odaberete polje za potvrdu." + } + }, + "NOTIFICATION-DIALOG": { + "POPUP": { + "TITLE": "Nedostaje skup podataka", + "MESSAGE": "Bar jedan skup podataka mora da bude kreiran da bi se Plan sačuvao.", + "CLOSE": "Zatvorite" + } + }, + "START-NEW-DMP-DIALOG": { + "IMPORT": "Dodajte", + "FUNCTION-SUPPORTS": "funkcija podržava", + "JSON-FILES": ".json datoteke", + "PRODUCED": "izrađen", + "RDA-SPECIFICATIONS": "prema RDA specifikacijama", + "MACHINE-ACTIONABLE": "za mašinski čitljive Planove", + "UPLOAD-FILE": "Uvezite datoteku", + "REPLACE-FILE": "Replace File" + }, + "INVITATION-DIALOG": { + "HINT": "Za razdvajanje autora koristite tastere zapeta \",\" ili \"Enter\"", + "SUCCESS": "Poziv je uspešno poslat", + "ERROR": "Nije uspelo slanje poziva" + }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "Uspešno ste kreirali", + "DMP": "DMP", + "TO-DATASET": "Preusmeravanje na", + "DATASET": "uređivanje", + "EDITOR": "skupa podataka", + "START": "početak" + }, + "ACTIONS": { + "VIEW-ALL": "Pogledajte sve", + "SHOW-MORE": "Prikažite više", + "LOAD-MORE": "Učitajte još", + "LOAD-LESS": "Load less", + "SHOW-LESS": "Prikažite manje", + "LOG-IN": "Prijavljivanje", + "TAKE-A-TOUR": "Da li Vam je potrebna pomoć? Pogledajte uputstvo..", + "NO-MORE-AVAILABLE": "No more results available" + }, + "PREPOSITIONS": { + "OF": "od" + }, + "TITLES": { + "PREFIX": "Otvorite plan upravljanja podacima -", + "GENERAL": "Uređivač plana upravljanja podacima", + "ABOUT": "Više o", + "PRIVACY": "Politika privatnosti", + "OPENSOURCE-LICENCES": "Licence otvorenog koda", + "TERMS": "Uslovi korišćenja", + "COOKIES-POLICY": "Politika kolačića", + "PLANS": "Moji Planovi", + "EXPLORE-PLANS": "Objavljeni Planovi", + "QUICK-WIZARD": "Novi Plan (Čarobnjak)", + "PLANS-NEW": "Novi Plan (Napredno)", + "DMP-NEW": "Novi Plan", + "DESCRIPTIONS": "My Descriptions", + "EXPLORE": "Published Descriptions", + "DATASETCREATEWIZARD": "Dodajte skup podataka (Čarobnjak)", + "GRANTS": "Moji grantovi", + "DMP-BLUEPRINTS": "DMP Blueprints", + "DATASET-PROFILES": "Obrasci za skupove podataka", + "DESCRIPTION-TYPES": "Description Types", + "USERS": "Korisnici", + "PROFILE": "Moj profil", + "LOGIN": "Prijava", + "DMP-OVERVIEW": "Pregled Plana", + "DMP-EDIT": "Uređivanje Plana", + "DATASET-OVERVIEW": "Pregled skupova podataka", + "DATASET-EDIT": "Prikaz/uređivanje skupa podataka", + "DMP-NEW-VERSION": "Nova verzija Plana", + "DMP-CLONE": "Napravite kopiju Plana", + "DATASET-NEW": "Novi skup podataka", + "GRANT-NEW": "Novi grant", + "GRANT-EDIT": "Prikažite/uredite grant", + "DMP-BLUEPRINT-NEW": "New DMP Blueprint", + "DMP-BLUEPRINT-CLONE": "New Clone of DMP Blueprint", + "DMP-BLUEPRINT-EDIT": "Edit DMP Blueprint", + "DATASET-PROFILES-NEW": "Novi obrazac za skup podataka", + "DATASET-PROFILES-EDIT": "Uredite obrazac skupa podataka", + "DESCRIPTION-TYPE-NEW": "New Description Type", + "DESCRIPTION-TYPE-EDIT": "Edit Description Type", + "EXPLORE-PLANS-OVERVIEW": "Pregled objavljenih Planova", + "DATASET-PUBLIC-EDIT": "Prikaz objavljenih skupova podataka", + "DMP-PUBLIC-EDIT": "Prikaz objavljenih Planova", + "DATASET-COPY": "Kopirajte skup podataka", + "DATASET-UPDATE": "Ažurirajte skup podataka", + "DATASET-PROFILES-NEW-VERSION": "Nova verzija obrasca za skup podataka", + "DATASET-PROFILES-CLONE": "Nova kopija obrasca za skup podataka", + "LANGUAGE-EDITOR": "Uređivanje jezika", + "GUIDE-EDITOR": "Uređivanje vodiča za korisnike", + "LANGUAGE": "Jezik", + "SIGN-IN": "Prijavljivanje korisnika" + }, + "FILE-TRANSFOMER": { + "PDF": "PDF", + "XML": "XML", + "JSON": "RDA JSON", + "DOC": "Dokument" + }, + "LANGUAGES": { + "en": "engleski", + "gr": "grčki", + "es": "španski", + "de": "nemački", + "tr": "turski", + "sk": "slovački", + "sr": "Serbian", + "pt": "Portuguese", + "hr": "Croatian", + "pl": "Polish" + } + }, + "COOKIE": { + "MESSAGE": "Ovaj sajt koristi kolačiće kako bi poboljšao iskustvo korisnika.", + "DISMISS": "Omogućite kolačiće", + "DENY": "Onemogućite kolačiće", + "LINK": "Više o kolačićima", + "POLICY": "Politika kolačića" + }, + "EMAIL-CONFIRMATION": { + "EXPIRED-EMAIL": "Poziv je istekao", + "CARD-TITLE": "E-mail", + "REQUEST-EMAIL-HEADER": "Još malo pa smo završili. Navedite svoju e-mail adresu.", + "REQUEST-EMAIL-TEXT": "Potvrdite, ako želite da koristite aplikaciju.", + "SUBMIT": "Pošaljite", + "SENT-EMAIL-HEADER": "Email je poslat!", + "EMAIL-FOUND": "Email adresa je već potvrđena" + }, + "HOME": { + "DMPS": "Planovi", + "DATASETS": "Skupovi podataka", + "LOGIN": { + "TITLE": "Prijava", + "TEXT": "Registracija nije potrebna" + } + }, + "NAV-BAR": { + "BREADCRUMB-ROOT": "Komandna tabla", + "TITLE": "{{ APP_NAME_CAPS }}", + "GRANTS": "Grantovi", + "GRANT": "Grant", + "DMP": "Plan", + "DMPS": "Planovi", + "MY-DMPS": "Moji Planovi", + "DATASETS": "Skupovi podataka", + "DESCRIPTION": "Description", + "PUBLIC-DATASETS": "Istražite {{ APP_NAME_CAPS }}", + "USERS": "Korisnici", + "DATASETS-ADMIN": "Obrasci za skupove podataka", + "DMP-BLUEPRINTS": "DMP Blueprints", + "ABOUT": "Više o", + "MY-DATASET-DESCRIPTIONS": "MOJI SKUPOVI PODATAKA", + "DATASET-DESCRIPTION-WIZARD": "Čarobnjak za skupove podataka", + "PUBLIC DATASETS": "OBJAVLJENI SKUPOVI PODATAKA", + "PUBLIC-DMPS": "OBJAVLJENI PLANOVI", + "HOME": "POČETAK", + "DMP-WIZARD": "Čarobnjak za kreiranje Planova", + "DATASET-TEMPLATES": "OBRASCI ZA SKUPOVE PODATAKA", + "TEMPLATE": "OBRAZAC", + "DMP-BLUEPRINTS-CAPS": "DMP BLUEPRINTS", + "USERS-BREADCRUMB": "KORISNICI", + "START-NEW-DMP": "Započnite kreiranje novog Plana", + "START-NEW-DMP-TXT": "Krenite ispočetka ili nastavite da radite u {{ APP_NAME }}u! Kreirajte novi plan ili uvezite postojeći u {{ APP_NAME }}", + "START-WIZARD": "Pokrenite Čarobnjaka", + "IMPORT-FROM-FILE": "Uvezite iz datoteke", + "SEARCH": { + "DATASET": "Skup podataka", + "DMP": "Plan upravljanja podacima", + "GRANT": "Grant", + "PUBLISHED": "Objavljeno" + } + }, + "SIDE-BAR": { + "GENERAL": "OPŠTE", + "ABOUT": "Više o", + "DASHBOARD": "Početak", + "DMP": "PLANOVI UPRAVLJANJA PODACIMA", + "MY-DMPS": "Moji Planovi", + "DATASETS": "SKUPOVI PODATAKA", + "GRANTS": "GRANTOVI", + "NEW DATASET": "Nov skup podataka", + "QUICK-WIZARD": "Novi Plan (Čarobnjak)", + "QUICK-WIZARD-DATASET": "Dodajte skup podataka (Čarobnjak)", + "ADD-EXPERT": "Novi Plan (Napredno)", + "MY-DATASET-DESC": "Opis mog skupa podataka", + "MY-DESCRIPTIONS": "My Descriptions", + "MY-GRANTS": "Moji grantovi", + "HISTORY": "ISTORIJA", + "HISTORY-VISITED": "POSLEDNJA POSETA", + "HISTORY-EDITED": "POSLEDNJI UNOS", + "PUBLIC": "OBJAVLJENO", + "PUBLIC-DMPS": "Javno dostupni Planovi", + "PUBLIC-DESC": "Public Descriptions", + "ACCOUNT": "NALOG", + "ADMIN": "ADMINISTRATOR", + "DESCRIPTION-TEMPLATES": "Description Templates", + "DESCRIPTION-TEMPLATE-TYPES": "Description Types", + "DMP-BLUEPRINTS": "DMP Blueprints", + "USERS": "Korisnici", + "LANGUAGE-EDITOR": "Uređivanje jezika", + "GUIDE-EDITOR": "Uređivanje vodiča za korisnike", + "CO-BRANDING": "Partnerstvo", + "SUPPORT": "Podrška", + "FEEDBACK": "Pošaljite nam sugestije i komentare", + "SUPPORTIVE-MATERIAL": "Потпорни материјал" + }, + "DATASET-PROFILE-EDITOR": { + "TITLE": { + "NEW": "Nov API klijent", + "NEW-PROFILE": "New Description Template", + "NEW-PROFILE-VERSION": "Nova verzija", + "NEW-PROFILE-CLONE": "Nova kopija" + }, + "FIELDS": { + "DATASET-TITLE": "Description Template Name", + "DATASET-DESCRIPTION": "Opis", + "ROLES": "Uloge" + }, + "STEPS": { + "GENERAL-INFO": { + "TITLE": "General Info", + "DATASET-TEMPLATE-NAME": "Description template name", + "DATASET-TEMPLATE-NAME-HINT": "A title that determines the Description template.", + "DATASET-TEMPLATE-DESCRIPTION": "Description", + "DATASET-TEMPLATE-DESCRIPTION-HINT": "A brief description of what the Dataset is about, it's scope and objectives.", + "DESCRIPTION-TEMPLATE-TYPE": "Description template type", + "DESCRIPTION-TEMPLATE-SELECT-TYPE": "Select a type", + "DATASET-TEMPLATE-LANGUAGE": "Description template language", + "DATASET-TEMPLATE-SELECT-LANGUAGE": "Select a language", + "DATASET-TEMPLATE-USERS": "Editors", + "DATASET-TEMPLATE-USERS-HINT": "Add editors and save changes to notify them.", + "DATASET-TEMPLATE-REMOVE-USER": "Remove Editor", + "DATASET-TEMPLATE-NO-USERS-YET": "... No editors yet", + "DATASET-TEMPLATE-VALIDATE-AND-ADD-USER": "Validate and Add Editor", + "DATASET-TEMPLATE-DESCRIPTION-PLACEHOLDER": "Dataset template description", + "UNTITLED": "Untitled", + "QUESTION": "Question", + "TEMPLATE-OUTLINE": "Template outline", + "ERRORS":{ + "USER-NOT-FOUND":"User not found." + } + }, + "PAGE-INFO": { + "PAGE-NAME": "Chapter Name", + "PAGE-NAME-HINT": "Set a name for the desciption chapter.", + "PAGE-DESCRIPTION": "Description", + "PAGE-DESCRIPTION-HINT": "Write a brief desciption of what the chapter is about.", + "ACTIONS": { + "CREATE-FIRST-PAGE": "Create the first chapter", + "CREATE-NEW-SUBSECTION": "Section", + "CREATE-NEW-SECTION": "Chapter", + "CREATE-FIRST-SECTION": "Create the first chapter", + "NOTHING-HERE-HINT": "Nothing here yet.", + "START-CREATING-PAGE-START": "Start by ", + "START-CREATING-PAGE-END": "creating the first chapter.", + "CREATE-SECTION": "Create section" + }, + "PAGE": "Chapter" + }, + "SECTION-INFO": { + "SECTION-NAME": "Section Name", + "SECTION-NAME-HINT": "Set a name for the section.", + "SECTION-DESCRIPTION": "Description", + "SECTION-DESCRIPTION-HINT": "Write a brief desciption of what the section is about.", + "SECTION": "Section" + }, + "PAGES": { + "TITLE": "Chapter Description", + "PAGE-PREFIX": "Chapter", + "PAGE-INPUT-TITLE": "Chapter Title", + "DATASET-DETAILS": "Detalji skupa podataka", + "EXTERNAL-REFERENCES": "Spoljne reference", + "DESCRIPTION": "Opis" + }, + "FORM": { + "TITLE": "Opis obrazca", + "SECTION": { + "TITLE": "Informacije o odeljku", + "FIELDS": { + "ID": "Jedinstveni identifikator odeljka", + "TITLE": "Naslov odeljka", + "PAGE": "Stranica za prikaz", + "ORDER": "Redosled", + "DESCRIPTION": "Opis", + "FIELDS-TITLE": "Polja", + "SUB-SECTIONS-TITLE": "Pododeljci" + }, + "ACTIONS": { + "ADD-SUB-SECTION": "Dodajte Pododeljak +", + "ADD-FIELD": "Dodajte Polje +" + } + }, + "COMPOSITE-FIELD": { + "TITLE": "Informacija o kombinovanim poljima", + "SIMPLE-FIELD-TITLE": "Informacija o polju", + "SUB-FIELDS-TITLE": "Izvedena polja", + "FIELDS": { + "COMPOSITE-CHECKBOX": "Kombinovana polja", + "MULTIPLICITY-CHECKBOX": "Višestrukost", + "COMMENT-CHECKBOX": "Dodajte polje za komentar", + "COMPOSITE-TITLE": "Naziv kombinovanog polja", + "FIELD-TITLE": "Naziv polja", + "DESCRIPTION": "Opis", + "EXTENDED-DESCRIPTION": "Prošireni opis", + "ADDITIONAL-INFORMATION": "Dodatne informacije", + "MULTIPLICITY-MIN": "Višestrukost, minimalno polja", + "MULTIPLICITY-MAX": "Višestrukost, maksimalno polja", + "MULTIPLICITY-PLACEHOLDER": "Multiplicity Placeholder Text", + "MULTIPLICITY-TABLEVIEW": "View inputs in table", + "MULTIPLICITY-ADD-ONE-FIELD": "Add more", + "MULTIPLICITY-ADD-ONE-FIELD-TABLEVIEW": "Add row", + "ORDER": "Redosled", + "COMMENT-PLACEHOLDER": "Navedite", + "COMMENT-HINT": "Navedite dodatne informacije ili obrazložite izbor", + "SEMANTICS": "Semantics", + "EXPORT": "Include in Export" + }, + "ACTIONS": { + "ADD-CHILD-FIELD": "Dodajte izvedeno polje +" + } + }, + "FIELD": { + "FIELDS": { + "RULES-TITLE": "Conditional Questions", + "FIELD-RULES-VALUE": "Vrednost", + "ID": "Jedinstveni identifikator odeljka", + "VIEW-STYLE": "Tip", + "MULTIPLICITY-MIN": "Višestrukost, minimalno", + "MULTIPLICITY-MAX": "Višestrukost, maksimalno", + "ORDER": "Redosled", + "DEFAULT-VALUE": "Podrazumevana vrednost", + "VALIDATION": "Validacija", + "MULTIPLICITY-CHECKBOX": "Višestrukost", + "FIELD-TEXT-AREA-TITLE": "Polje za tekst", + "FIELD-TEXT-AREA-PLACEHOLDER": "Polje za unos", + "FIELD-RICH-TEXT-AREA-TITLE": "Rich Text Area Data", + "FIELD-RICH-TEXT-AREA-PLACEHOLDER": "Input Placeholder Text", + "FIELD-UPLOAD-TITLE": "Upload", + "FIELD-UPLOAD-PLACEHOLDER": "Upload Placeholder Text", + "FIELD-UPLOAD-MAX-FILE-SIZE": "Max File Size (up to {{maxfilesize}} Megabytes)", + "FIELD-UPLOAD-CUSTOM-FILETYPE": "Other file types", + "FIELD-UPLOAD-SELECT-FILETYPE": "Select file types", + "FIELD-UPLOAD-LABEL": "media type name", + "FIELD-UPLOAD-VALUE": "media type value", + "FIELD-BOOLEAN-DECISION-TITLE": "Podaci za odlučivanje", + "FIELD-BOOLEAN-DECISION-PLACEHOLDER": "Polje za unos", + "FIELD-CHECKBOX-TITLE": "Podaci polja za potvrdu", + "FIELD-CHECKBOX-PLACEHOLDER": "Polje za unos", + "FIELD-FREE-TEXT-TITLE": "Podaci za slobodan tekst", + "FIELD-FREE-TEXT-PLACEHOLDER": "Polje za unos", + "FIELD-COMBO-BOX-TYPE": "Tip", + "FIELD-WORD-LIST-TITLE": "Podaci o listi reči", + "FIELD-WORD-LIST-PLACEHOLDER": "Polje za unos", + "FIELD-WORD-LIST-LABEL": "Oznaka", + "FIELD-WORD-LIST-VALUE": "Vrednost", + "FIELD-INTERNAL-DMP-ENTITIES-TYPE": "Tip internog entiteta Plana", + "FIELD-RESEARCHERS-TITLE": "Automatski unos istraživača", + "FIELD-RESEARCHERS-PLACEHOLDER": "Polje za unos", + "FIELD-DATASETS-PLACEHOLDER": "Polje za unos", + "FIELD-DMPS-PLACEHOLDER": "Polje za unos", + "FIELD-RADIO-BOX-TITLE": "Podaci polja za unos", + "FIELD-RADIO-BOX-PLACEHOLDER": "Polje za unos", + "FIELD-RADIO-BOX-LABEL": "Oznaka", + "FIELD-RADIO-BOX-VALUE": "Vrednost", + "FIELD-AUTOCOMPLETE-TITLE": "Automatski unos podataka", + "FIELD-AUTOCOMPLETE-PLACEHOLDER": "Polje za unos", + "FIELD-AUTOCOMPLETE-SOURCE-TITLE": "Izvori", + "FIELD-AUTOCOMPLETE-ADD_SOURCE": "Dodajte izvore", + "FIELD-AUTOCOMPLETE-TYPE": "Tip izvora", + "FIELD-AUTOCOMPLETE-TYPE-UNCACHED": "Nekeširan", + "FIELD-AUTOCOMPLETE-TYPE-CACHED": "Keširan", + "FIELD-AUTOCOMPLETE-LABEL": "Oznaka", + "FIELD-AUTOCOMPLETE-VALUE": "Vrednost", + "FIELD-AUTOCOMPLETE-SOURCE": "Izvor", + "FIELD-AUTOCOMPLETE-URL": "Url", + "FIELD-AUTOCOMPLETE-OPTIONS-ROOT": "Opcija", + "FIELD-AUTOCOMPLETE-HAS-AUTH": "Has Authentication", + "FIELD-AUTOCOMPLETE-AUTH-METHOD": "Method", + "FIELD-AUTOCOMPLETE-AUTH-BODY": "Request Body", + "FIELD-AUTOCOMPLETE-AUTH-TYPE": "Authentication Type", + "FIELD-DATE-PICKER-TITLE": "Izbor datuma", + "FIELD-DATE-PICKER-PLACEHOLDER": "Polje za unos", + "FIELD-DATE-PICKER-LABEL": "Oznaka", + "FIELD-DATE-PICKER-VALUE": "Vrednost", + "FIELD-MULTIPLE-AUTOCOMPLETE": "Višestruki automatski unos", + "FIELD-MULTIPLE-WORDLIST": "Višestruki odabir", + "FIELD-CURRENCY-TITLE": "Currency Data", + "FIELD-CURRENCY-PLACEHOLDER": "Input Placeholder Text", + "FIELD-REGISTRIES-TITLE": "Metadata", + "FIELD-REGISTRIES-PLACEHOLDER": "Input Placeholder Text", + "FIELD-SERVICES-TITLE": "Services Data", + "FIELD-SERVICES-PLACEHOLDER": "Input Placeholder Text", + "FIELD-ORGANIZATIONS-TITLE": "Organizations Data", + "FIELD-ORGANIZATIONS-PLACEHOLDER": "Input placeholder Text", + "FIELD-EXTERNAL-DATASETS-TITLE": "External Datasets Data", + "FIELD-EXTERNAL-DATASETS-PLACEHOLDER": "Input placeholder Text", + "FIELD-DATA-REPOSITORIES-TITLE": "Data Repositories Data", + "FIELD-DATA-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-PUB-REPOSITORIES-TITLE": "Publication repositories", + "FIELD-PUB-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-JOURNALS-REPOSITORIES-TITLE": "Journals", + "FIELD-JOURNALS-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-TAXONOMIES-TITLE": "Taxonomies Data", + "FIELD-TAXONOMIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-LICENSES-TITLE": "Licenses Data", + "FIELD-LICENSES-PLACEHOLDER": "Input placeholder Text", + "FIELD-PUBLICATIONS-TITLE": "Publications Data", + "FIELD-PUBLICATIONS-PLACEHOLDER": "Input placeholder Text", + "FIELD-TAGS-TITLE": "Tags Data", + "FIELD-TAGS-PLACEHOLDER": "Input placeholder Text", + "FIELD-DATASET-IDENTIFIER-TITLE": "Dataset Identifier Data", + "FIELD-DATASET-IDENTIFIER-PLACEHOLDER": "Input placeholder Text", + "FIELD-VALIDATOR-TITLE": "Validator Data", + "FIELD-VALIDATOR-PLACEHOLDER": "Input placeholder Text", + "EXTERNAL-DATASET-TYPE-NAME": "Type", + "EXTERNAL-DATASET-TYPES":{ + "PRODUCED": "Produced dataset", + "REUSED": "Reused dataset", + "OTHER": "Other" + } + }, + "ERROR-MESSAGES": { + "FIELD-OTHER-SOURCES-REQUIRED": "At least one source must be provided.", + "FIELD-RADIO-AT-LEAST-ONE-REQUIRED": "There must be at least one option provided.", + "FIELD-SELECT-AT-LEAST-ONE-REQUIRED": "There must be at least one option provided." + }, + "DEFAULT-VALUES": { + "NONE": "Nijedan", + "BOOLEAN-DECISION": { + "YES": "Da", + "NO": "Ne" + }, + "CHECK-BOX": { + "CHECKED": "Označeno", + "UNCHECKED": "Neoznačeno" + } + }, + "ACTIONS": { + "ADD-RULE": "Dodajte pravilo vidljivosti +" + }, + "STATUS":{ + "CALCULATING-PREVIEW":"... calculating preview", + "PREVIEW-UPDATED":"Preview updated!" + } + }, + "RULE": { + "FIELDS": { + "RULE-TYPE": "Tip pravila", + "TARGET": "Id ciljnog polja", + "VALUE": "Obavezna vrednost", + "RULE-IF": "Ako je vrednost", + "RULE-THEN": "then show Question", + "FIELDSETS": "Questions", + "FIELDS": "Inputs" + }, + "HINTS": { + "ELEMENT-CHILD-OF-TARGET": "This element is parent of selected input.", + "ELEMENT-HIDDEN-FROM-ELEMENT": "This element hides the element or a parent element of the input you are trying to apply visibility rule from." + } + }, + "FORM-VALIDATION": { + "ERROR-MESSAGES": { + "PAGE-MUST-HAVE-SECTION": "Each chapter must have at least one section.", + "NEEDS-MORE-INFORMATION": " needs more information.", + "MUST-HAVE-SECTION-OR-FIELDSET": " must have either section or question.", + "MISSING": "Missing", + "PROVIDE-PAGE-AND-SECTION": "Make sure you provide a chapter and at least one section per chapter." + } + }, + "TABLE-OF-CONTENTS": { + "ERROR-MESSAGES": { + "FIELDSET-MUST-HAVE-PARENT-SECTION": "Question can only be child of section.", + "INPUT-SECTION-SAME-LEVEL": "Cannot have question and section on the same level.", + "DRAG-NOT-SUPPORTED": "Drag n drop of section not supported to target container.", + "PAGE-ELEMENT-ONLY-TOP-LEVEL": "Chapter elements can only be at top level" + } + } + }, + "TOOLKIT": { + "GENERAL-TOOLS": "Questions tools", + "NEW-INPUT-SET": "Add Question", + "CLONE": "Clone", + "DELETE": "Delete" + } + }, + "ACTIONS": { + "SAVE": "Sačuvajte", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-CLOSE": "Save & Close", + "FINALIZE": "Završite", + "UPDATE": "Ažurirajte", + "UPDATE-AND-CONTINUE": "Update & Continue", + "UPDATE-AND-CLOSE": "Update & Close", + "CANCEL": "Otkažite", + "DELETE": "Obrišite", + "ADD-PAGE": "Dodajte stranu +", + "ADD-SECTION": "Dodajte sekciju +", + "VALIDATE": "Potvrdite", + "PREVIEW-AND-FINALIZE": "Preview and finalize", + "BACK-TO-TOP": "Back to top", + "FIELD": { + "MAKE-IT-REQUIRED": "Make input required", + "ADD-VISIBILITY-RULE": "Add Conditional Question", + "DELETE-INPUT": "Delete this input", + "PREVIEW": "Preview", + "NOT-INITIALIZED": "Not initialized yet", + "MOVE-UP": "Move this input above", + "MOVE-DOWN": "Move this input below" + }, + "FIELDSET": { + "ADD-INPUT": "Add input", + "COMMENT-FIELD": "Comment field", + "INCLUDE-COMMENT-FIELD": "A comment field input is appended to the given question.", + "ENABLE-MULTIPLICITY": "User may provide more than one answer to the given question.", + "MULTIPLICITY": "Multiplicity", + "MORE": "More.." + } + }, + "FEEDBACK-MESSAGES": { + "SAVE-SUCCESS": "Changes were saved successfully." + }, + "ERRORS": { + "INVALID-VISIBILITY-RULES": { + "MESSAGE-START": "There were invalid visibilty rules detected in ", + "MESSAGE-END": ". Would you like to fix them?", + "CONFIRM-YES": "Yes, remove invalid rules", + "CONFIRM-NO": "No, keep them.", + "REMOVE-SUCCESS": "Invalid visibility rules were removed successfully." + } + } + }, + "GRANT-LISTING": { + "TITLE": "Grantovi", + "SUBTITLE": "Podnaslov granta", + "ACTIONS": { + "NEW": "Novi grant" + } + }, + "DMP-LISTING": { + "DMP": "Plan upravljanja podacima", + "GRANT": "Grant", + "TITLE": "Planovi upravljanja podacima", + "OWNER": "Vlasnik", + "MEMBER": "Član", + "CREATOR": "Autor", + "EDITED": "Izmenjeno", + "FINALIZED": "Završeno", + "PUBLISHED": "Objavljeno", + "VERSION": "Verzija", + "CONTAINED-DESCRIPTIONS": "Contained Descriptions", + "TEXT-INFO": "Plan upravljanja podacima (eng. Data Management Plan, skraćeno DMP) sadrži informacije o tome kako su skupovi podataka prikupljeni i/ili generisani, obrađeni i analizirani (uz pomoću kojih alata, standarda, metodologija i sl), gde i kako su pohranjene sigurnosne kopije, gde su podaci objavljeni i gde se dugoročno čuvaju. Treba navesti i sve troškove angažovanja saradnika koji su zaduženi za upravljanje podacima, kao i troškove obezbeđivanja servisa za upravljanje podacima.", + "TEXT-INFO-QUESTION": "Ako niste sigurni kako plan upravljanja podacima treba da izgleda, pogledajte javno dostupne Planove i", + "LINK-ZENODO": "LIBER zajednicu u Zenodu", + "GET-IDEA": "da biste dobili inspiraciju!", + "SORT-BY": "Sortirajte po", + "COLUMNS": { + "NAME": "Ime", + "GRANT": "Grant", + "PROFILE": "Obrazac", + "CREATION-TIME": "Vreme formiranja", + "ORGANISATIONS": "Institucije", + "LATEST_VERSION": "Poslednja verzija", + "ACTIONS": "Akcije", + "DATASETS": "Skupovi podataka", + "STATUS": "Status", + "PEOPLE": "Saradnici", + "VERSION": "Verzija" + }, + "ACTIONS": { + "NEW": "Novi Plan", + "NEW-WITH-WIZARD": "Novi Plan kreiran pomoću Čarobnjaka", + "EDIT": "Uredite", + "INVITE": "Pozovite saradnike", + "INVITE-AUTHORS": "Pozovite autore", + "INVITE-SHORT": "Pozovite", + "ADD-DATASET": "Dodajte skup podataka u Plan", + "ADD-DESCRIPTION-SHORT": "Add Description", + "ADD-DESCRIPTION-FOR-SECTION": "Add Description", + "DATASETS": "Prikažite sve skupove podataka", + "NEW-VERSION": "Nova verzija", + "START-NEW-VERSION": "Započnite novu verziju", + "VIEW-VERSION": "Sve verzije Plana", + "CLONE": "Napravite kopiju", + "COPY": "Copy", + "DELETE": "Obrišite", + "DEPOSIT": "Deponujte", + "EXPORT": "Izvezite", + "MAKE-PUBLIC": "Učinite javno dostupnim", + "PUBLISH": "Objavite", + "FINALIZE": "Završite", + "UNFINALIZE": "Poništite finalizaciju", + "ADV-EXP": "Napredan izvoz", + "EXP-AS": "Izvezite kao", + "DOWNLOAD-XML": "Preuzmite XML", + "DOWNLOAD-DOCX": "Preuzmite dokument", + "DOWNLOAD-PDF": "Preuzmite PDF", + "SETTINGS": "Podešavanja", + "GETDOI": "Registrujte DOI" + }, + "TOOLTIP": { + "DMP-STATUS": { + "DRAFT": "Zatvoreno za javnost - radna verzija Plana", + "FINALIZED": "Zatvoreno za javnost - dovršen Plan", + "PUBLISHED": "Javno dostupno - zatvoren Plan" + }, + "LEVEL-OF-ACCESS": "Nivo pristupa", + "INVOLVED-DATASETS": "Uključeni skupovi podataka", + "TEMPLATES-INVOLVED": "Uključeni obrasci za skupove podataka" + }, + "VIEW-ALL-VERSIONS": "Sve verzije", + "EMPTY-LIST": "Još uvek ništa nije dostupno." + }, + "DMP-PUBLIC-LISTING": { + "TITLE": "Objavljeni planovi upravljanja podacima", + "OWNER": "Vlasnik", + "MEMBER": "Član", + "CREATOR": "Autor", + "VIEW-ONLY": "Pregledanje bez izmena", + "TOOLTIP": { + "PUBLISHED": "Javno dostupno - zatvoren Plan", + "INVOLVED-DATASETS": "Uključeni skupovi podataka", + "TEMPLATES-INVOLVED": "Uključeni obrasci za skupove podataka" + }, + "EMPTY-LIST": "Još uvek ništa nije dostupno." + }, + "DMP-UPLOAD": { + "TITLE": "Uvezite plan upravljanja podacima", + "UPLOAD-BUTTON": "Uvezite datoteku", + "UPLOAD-SUCCESS": "Uspešan uvoz", + "ACTIONS": { + "IMPORT": "Uvezite", + "CANCEL": "Otkažite" + }, + "PLACEHOLDER": "Naslov Plana" + }, + "DATASET-WIZARD": { + "TITLE": { + "NEW": "Novi skup podataka" + }, + "EDITOR": { + "FIELDS": { + "EXTERNAL-DATASET-TYPE": "Tip", + "EXTERNAL-AUTOCOMPLETE-SUBTITLE": "Izvor:", + "EXTERNAL-AUTOCOMPLETE-NO-SOURCE": "Izvor nije unet" + } + }, + "FIRST-STEP": { + "TITLE": "Informacije o skupu podataka", + "DMP": "Plan upravljanja podacima", + "PROFILE": "Obrazac za skup podataka", + "SUB-TITLE": "Kreiran:" + }, + "SECOND-STEP": { + "TITLE": "Spoljne reference", + "EXTERNAL-HINT": "Spisak vrednosti iz spoljnih izvora" + }, + "THIRD-STEP": { + "TITLE": "Opis" + }, + "ACTIONS": { + "NEXT": "Sledeći", + "BACK": "Nazad", + "CLOSE": "Zatvorite", + "BACK-TO": "Nazad na", + "DELETE": "Obrišite", + "GO-TO-GRANT": "Pređite na grant za skupove podataka", + "GO-TO-DMP": "Pređite na Plan za skup podataka", + "SAVE": "Sačuvajte", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-ADD": "Sačuvajte i dodajte novi", + "SAVE-AND-CLOSE": "Sačuvajte i zatvorite", + "SAVE-AND-FINALISE": "Sačuvajte i završite", + "FINALIZE": "Završite", + "REVERSE": "Vratite u prethodno stanje", + "INFO": "Skupovi podataka iz dovršenih Planova ne mogu se vratiti u nedovršene", + "LOCK": "Skup podataka je zaključao drugi korisnik", + "DOWNLOAD-PDF": "Preuzmite PDF", + "DOWNLOAD-XML": "Preuzmite XML", + "DOWNLOAD-DOCX": "Preuzmite DOCX", + "COPY-DESCRIPTION": "Copy Description", + "UPDATE-DATASET-PROFILE": "Ažurirajte obrazac", + "VALIDATE":"Validate", + "UNDO-FINALIZATION-QUESTION" :"Undo finalization?", + "CONFIRM" : "Yes", + "REJECT": "No" + }, + "MESSAGES": { + "DATASET-NOT-FOUND": "Skup podataka ne postoji", + "DATASET-NOT-ALLOWED": "Nemate pristup ovom skupu podataka", + "SUCCESS-UPDATE-DATASET-PROFILE": "Obrazac skupa podataka je ažuriran uspešno", + "MISSING-FIELDS": "There are some required fields left unfilled. Please check the DMP and make sure that all required questions are answered and URLs are provided with valid input. (Missing fields are marked in red color.)", + "NO-FILES-SELECTED": "There is no selected file to upload", + "LARGE-FILE-OR-UNACCEPTED-TYPE": "The file is too large or its type is not supported.", + "MAX-FILE-SIZE": "Uploaded files should be up to {{maxfilesize}} MB.", + "ACCEPTED-FILE-TRANSFOMER": "Supported media types are: " + }, + "UPLOAD": { + "UPLOAD-XML": "Uvezite", + "UPLOAD-XML-FILE-TITLE": "Uvezite obrazac skupa podataka", + "UPLOAD-XML-NAME": "Naziv skupa podataka", + "UPLOAD-XML-IMPORT": "Datoteka", + "UPLOAD-XML-FILE-CANCEL": "Otkažite" + }, + "NEW-VERSION-FROM-FILE": { + "NEW-VERSION-XML": "Import", + "NEW-VERSION-XML-FILE-TITLE": "New Version from File for {{datasetName}}", + "NEW-VERSION-XML-FILE-CANCEL": "Cancel", + "NEW-VERSION-XML-SUCCESSFUL": "New Version successfully uploaded" + }, + "DIALOGUE": { + "TITLE": "Kopirajte skup podataka u Plan", + "DMP-SEARCH": { + "PLACEHOLDER": "Pretražite Plan" + }, + "COPY": "Kopirajte", + "CANCEL": "Otkažite", + "NEXT": "Sledeće", + "ERROR-MESSAGE": "Ne sadrži obrazac za podatke" + }, + "LOCKED":{ + "TITLE":"Dataset is locked", + "MESSAGE": "Somebody else is modifying the dataset at this moment. You may view the dataset but you cannot make any changes. If you would like to modify it please come back later." + } + }, + "DMP-OVERVIEW": { + "GRANT": "Grant", + "DMP-AUTHORS": "Autori Plana", + "RESEARCHERS": "Istraživači", + "DESCRIPTIONS-USED": "Descriptions used", + "COLLABORATORS": "Saradnici", + "PUBLIC": "Javno", + "PRIVATE": "Zatvoreno za javnost", + "LOCKED": "Zaključano", + "UNLOCKED": "Otključano", + "YOU": "Vi", + "LOCK": "Zaključajte", + "TOOLTIP": { + "LEVEL-OF-ACCESS": "Nivo pristupa", + "INVOLVED-DATASETS": "Uključeni skupovi podataka", + "TEMPLATES-INVOLVED": "Korišćeni obrasci za skupove podataka" + }, + "ERROR": { + "DELETED-DMP": "Traženi Plan je obrisan", + "FORBIDEN-DMP": "Nije Vam dozvoljeno da pristupite ovom Planu" + }, + "MULTIPLE-DIALOG": { + "ZENODO-LOGIN": "Prijavite se pomoću Zenodo naloga", + "USE-DEFAULT": "Koristite podrazumevani znak" + }, + "DEPOSIT": { + "ACCOUNT-LOGIN": "Which account would you like to use?", + "LOGIN": "Login with {{repository}}", + "NO-REPOSITORIES": "No publishing repositories", + "SELECT-REPOSITORIES": "Select repositories to deposit", + "AUTHORIZE": "Proceed to authorization", + "CANCEL": "Cancel" + }, + "LOCKED-DIALOG":{ + "TITLE": "DMP is locked", + "MESSAGE":"Somebody else is modifying the DMP at this moment. If you would like to modify or view it, please come back later." + }, + "MIN-DESCRIPTIONS-DIALOG": { + "TITLE": "Min({{minMultiplicity}}) datasets needed using this template.", + "MESSAGE": "Add dataset." + } + }, + "DATASET-OVERVIEW": { + "DESCRIPTION-AUTHORS": "Description authors", + "ERROR": { + "DELETED-DATASET": "Traženi skup podataka je obrisan", + "FORBIDEN-DATASET": "Nije Vam dozvoljeno da pristupite ovom skupu podataka" + }, + "LOCKED":{ + "TITLE": "Dataset is locked", + "MESSAGE": "Somebody else is modifying the dataset at this moment. If you would like to modify or view it, please come back later." + }, + "FINALISE-POPUP":{ + "MESSAGE":"You will be directed to Dataset Editor where you can finalize the selected dataset. Would you like to proceed?", + "CONFIRM":"OK", + "CANCEL":"Cancel" + } + }, + "DATASET-LISTING": { + "TITLE": "Skupovi podataka", + "DESCRIPTION": "Description", + "SELECT-DESCRIPTIONS-TO-CLONE": "Select which descriptions to include in the new DMP. Selected descriptions will be editable.", + "SELECT-DESCRIPTIONS-NONE": "Not available Descriptions for this DMP.", + "TEXT-INFO": "Skupovi podataka se opisuju prema predefinisanim obrascima. U {{ APP_NAME }}u, plan može da sadrži onoliko opisa koliko ima skupova podataka. Pretražite", + "TEXT-INFO-REST": "za pregled skupova podataka opisanih u planovima u {{ APP_NAME }}u", + "LINK-PUBLIC-DATASETS": "javno dostupne skupove podataka", + "TEXT-INFO-PAR": "Novi skupovi podataka mogu se dodati u postojeće planove upravljanja podacima u bilo kom trenutku, a za njihovo opisivanje može se koristiti više od jednog obrasca. Možete da generišete kopije skupova podataka, koje možete koristiti i u drugim planovima. Skupovi podataka se mogu obrisati bez negativnih posledica po plan u celini.", + "COLUMNS": { + "NAME": "Ime", + "REFERNCE": "Referenca", + "GRANT": "Grant", + "URI": "Uri", + "STATUS": "Status", + "DESCRIPTION": "Opis", + "CREATED": "Kreirano", + "PUBLISHED": "Objavljeno", + "FINALIZED": "Završeno", + "LAST-EDITED": "Poslednji put izmenjeno", + "ACTIONS": "Akcije", + "DMP": "Plan upravljanja podacima", + "PROFILE": "Obrazac", + "DATAREPOSITORIES": "Repozitorijumi za podatke", + "REGISTRIES": "Spiskovi", + "SERVICES": "Usluge" + }, + "ACTIONS": { + "EDIT": "Uredite", + "MAKE-IT-PUBLIC": "Učinite javno dostupnim", + "VIEW": "Pogledajte", + "NEW": "Novi skup podataka", + "CREATE-NEW": "Kreirajte novi skup podataka", + "EXPORT": "Izvezite", + "INVITE-COLLABORATORS": "Pozovite saradnike", + "INVITE-SHORT": "Invite" + }, + "STATES": { + "EDITED": "Izmenjeno", + "PUBLIC": "Javno", + "FINALIZED": "Završeno", + "PUBLISHED": "Objavljeno" + }, + "TOOLTIP": { + "DATASET-STATUS": { + "DRAFT": "Zatvoreno za javnost - Skup podataka koji se uređuje", + "FINALIZED": "Zatvoreno za javnost - Zatvoren skup podataka" + }, + "DMP": "Plan upravljanja podacima", + "GRANT": "Grant", + "TEMPLATES-INVOLVED": "Obrazac skupa podataka", + "VERSION": "Verzija Plana", + "PART-OF": "Deo", + "TO-DMP": "U Planu", + "DMP-FOR": "Plan za" + }, + "EMPTY-LIST": "Još uvek ništa nije dostupno." + }, + "DATASET-PUBLIC-LISTING": { + "TITLE": "Objavljeni skupovi podataka", + "TOOLTIP": { + "FINALIZED": "Zatvoreno za javnost - zatvoreni skup podataka", + "DMP": "Plan upravljanja podacima", + "GRANT": "Grant", + "TEMPLATES-INVOLVED": "Obrazac za skupove podataka" + }, + "EMPTY-LIST": "Još uvek ništa nije dostupno." + }, + "DATASET-PROFILE-LISTING": { + "TITLE": "Description Templates", + "COLUMNS": { + "NAME": "Ime", + "REFERNCE": "Referenca", + "GRANT": "Grant", + "URI": "Uri", + "ROLE": "Uloga", + "TEMPLATE": "Obrazac", + "ORGANIZATION": "Institucija", + "STATUS": "Položaj", + "VISITED": "Posećeno", + "EDITED": "Izmenjeno", + "DESCRIPTION": "Opis", + "CREATED": "Kreirano", + "ACTIONS": "Akcije", + "DMP": "Plan upravljanja podacima", + "PROFILE": "Obrazac", + "DATAREPOSITORIES": "Repozitorijum za podatke", + "REGISTRIES": "Spiskovi", + "SERVICES": "Usluge" + }, + "ACTIONS": { + "EDIT": "Uredite", + "MAKE-IT-PUBLIC": "Učinite javno dostupnim", + "VIEW": "Pregled", + "CLONE": "Napravite kopiju", + "NEW-VERSION": "Nova verzija", + "NEW-VERSION-FROM-FILE": "New Version from File", + "VIEW-VERSIONS": "All Description Template Versions", + "DELETE": "Delete", + "CREATE-DESCRIPTION-TEMPLATE": "Create Description Template" + } + }, + "DESCRIPTION-TYPES-LISTING": { + "TITLE": "Description Types", + "CREATE-TYPE": "Create Description Type", + "COLUMNS": { + "NAME": "Name", + "STATUS": "Status" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "ACTIONS": { + "DELETE": "Delete" + } + }, + "DATASET-UPLOAD": { + "TITLE": "Uvezite skup podataka", + "UPLOAD-BUTTON": "Uvezite datoteku", + "ACTIONS": { + "IMPORT": "Uvezite", + "CANCEL": "Otkažite" + }, + "PLACEHOLDER": "Naslov skupa podataka", + "DATASET-PROFILE": { + "SELECT": "Odaberi obrazac za skup podataka" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Uspešno uvezeno", + "UNSUCCESSFUL": "Došlo je do greške" + } + }, + "DESCRIPTION-TYPE-EDITOR": { + "NEW": "New Description Type", + "FIELDS": { + "LABEL": "Name" + }, + "ACTIONS": { + "SAVE": "Save", + "FINALIZE": "Finalize", + "CANCEL": "Cancel" + } + }, + "DMP-BLUEPRINT-EDITOR": { + "TITLE": { + "NEW": "New DMP Blueprint", + "NEW-PROFILE-CLONE": "New Clone Of ", + "EDIT": "Uredite" + }, + "FIELDS": { + "TITLE": "Polja", + "LABEL": "Ime", + "TYPE": "Tip", + "DATATYPE": "Tip podataka", + "REQUIRED": "Obavezno", + "FIELD-MULTIPLE-SELECT": "Multiple", + "EXTERNAL-AUTOCOMPLETE": { + "TITLE": "Automatski unos podataka", + "MULTIPLE-AUTOCOMPLETE": "Višestruki automatski unos", + "PLACEHOLDER": "Polje za unos", + "URL": "Url", + "OPTIONS-ROOT": "Izvor opcija", + "LABEL": "Oznaka", + "VALUE": "Vrednost" + } + }, + "ACTIONS": { + "SAVE": "Snimite", + "CANCEL": "Otkažite", + "DELETE": "Obrišite", + "FINALIZE": "Dovršite", + "DOWNLOAD-XML": "Preuzmite XML" + }, + "CONFIRM-DELETE-DIALOG":{ + "MESSAGE": "Would you like to delete this DMP template?", + "CONFIRM-BUTTON": "Yes, delete", + "CANCEL-BUTTON": "No" + } + }, + "GRANT-EDITOR": { + "TITLE": { + "NEW": "Novi Grant", + "EDIT": "Uredite" + }, + "FIELDS": { + "LABEL": "Naslov", + "ABBREVIATION": "Skraćeni naziv", + "URI": "URL", + "START": "Početak", + "END": "Kraj", + "DESCRIPTION": "Opis", + "LOGO": "Logo Granta" + }, + "ACTIONS": { + "SAVE": "Snimite", + "CANCEL": "Otkažite", + "DELETE": "Obrišite", + "GO-TO-DMPS": "Pređite na Planove", + "VISIT-WEBSITE": "Posetite internet stranicu" + } + }, + "DMP-EDITOR": { + "TITLE": { + "NEW": "Novi plan upravljanja podacima", + "EDIT": "Uredite", + "EDIT-DMP": "Uređivanje Planova", + "ADD-DATASET": "Dodavanje skupa podataka", + "EDIT-DESCRIPTION": "Editing Description", + "CLONE-DMP": "Napravite kopiju", + "NEW-VERSION": "Nova verzija", + "CREATE-DATASET": "Kreiranje skupa podataka", + "SUBTITLE": "DOI", + "PREVIEW-DATASET": "Previewing Dataset" + }, + "FIELDS": { + "NAME": "Naslov Plana", + "RELATED-GRANT": "Povezani grantovi", + "DESCRIPTION": "Opis", + "DESCRIPTION-HINT": "Ukratko opišite kontekst i ciljeve plana upravljanja podacima", + "ORGANISATIONS": "Institucije", + "ORGANISATIONS-HINT": "Navedite institucije koje učestvuju u pisanju i reviziji planova upravljanja podacima", + "RESEARCHERS": "Istraživači", + "RESEARCHERS-HINT": "Ovde upišite imena osoba koje su proizvele, obradile i analizirale podatke obuhvaćene planom upravljanja podacima.", + "AUTHORS": "Autori", + "TEMPLATES": "Obrasci", + "TEMPLATE": "Obrasci za Planove", + "DATASET-TEMPLATES": "Povezani obrasci skupova podataka", + "SELECT-TEMPLATE": "Select a template to describe your descriptions", + "PROFILE": "Obrasci za Planove", + "PROJECT": "Projekat", + "GRANT": "Grant", + "GRANTS": "Grantovi", + "GRANTS-HINT": "Pronađite Vaš grant ili dodajte novi", + "FUNDER": "Finansijer", + "FUNDER-HINT": "Odaberite Vašeg finansijera ili dodajte novog", + "FUNDING-ORGANIZATIONS": "Institucija finansijera", + "PROJECT-HINT": "Projects in {{ APP_NAME }} are perceived as distinct activities falling under a grant or common activities under different grants in collaborative schemas, eg open call for contributions. Please complete it for the grant associated to your organization if your project falls under this category. In all other cases, please leave blank and it will be autocompleted.", + "STATUS": "Status Plana", + "EXTERNAL-SOURCE-HINT": "Lista vrednosti obezbeđenih od spoljnih izvora", + "COLLABORATORS": "Saradnici", + "LANGUAGE": "Jezik", + "LANGUAGE-HINT": "Odaberite jezik za Vaš plan upravljanja podacima", + "LICENSE": "Licenca", + "VISIBILITY": "Vidljivost", + "VISIBILITY-HINT": "Izaberite kako će Plan biti prikazan u {{ APP_NAME }}u. Ako izaberete Javno dostupno, Plan će automatski biti dostupan svim korisnicima u kolekciji \"Javno dostupni planovi\".", + "PUBLICATION": "Datum objavljivanja", + "CONTACT": "Kontakt", + "COST": "Troškovi", + "DESCRIPTIONS": "Descriptions" + }, + "ACTIONS": { + "GO-TO-GRANT": "Pređite na grant", + "GO-TO-DATASETS": "Pređite na skupove podataka", + "SAVE-CHANGES": "Sačuvajte izmene", + "SAVE": "Sačuvajte", + "CANCEL": "Otkažite", + "DELETE": "Obrišite", + "DELETE-DATASET": "Obrišite skupove podataka", + "DISCARD": "Odbacite", + "FINALISE": "Dovršite", + "LOCK": "Plan upravljanja podacima je zaključao drugi korisnik", + "PERMISSION": "Nemate dozvolu da uređujete ovaj Plan", + "INSERT-MANUALLY": "Unesite ručno", + "CREATE-DATASET": "Kreirajte novi", + "DISABLED-EXPORT": "Please save your changes to export this DMP" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Dodajte opis", + "ORGANIZATION": "Odaberite instituciju", + "AUTHORS": "Odaberite autore", + "RESEARCHERS": "Odaberite istraživače" + }, + "SNACK-BAR": { + "UNSUCCESSFUL-DOI": "Neuspešno registrovan DOI", + "SUCCESSFUL-DOI": "Uspešno registrovan DOI", + "UNSUCCESSFUL-FINALIZE": "Plan nije dovršen" + }, + "DESCRIPTION-TEMPLATE-LIST": { + "TITLE": "Available Description Templates", + "TEXT": "Descriptions selected: ", + "OK": "OK" + }, + "VISIBILITY": { + "PUBLIC": "Javno dostupno", + "RESTRICTED": "Ograničen pristup" + }, + "STEPPER": { + "USER-GUIDE": "Uputstvo za korisnike", + "MAIN-INFO": "Osnovne informacije", + "FUNDING-INFO": "Informacije o finansiranju", + "DATASET-SELECTION": "Odabir skupova podataka", + "DESCRIPTION-INFO": "Description info", + "LICENSE-INFO": "Informacije o licenci", + "DATASET": "Skup podataka", + "PREVIOUS": "Prethodno", + "NEXT": "Sledeće" + }, + "MAIN-INFO": { + "INTRO": "Plan upravljanja podacima (eng. Data Management Plan) u {{ APP_NAME }}u sadrži osnovne informacije o istraživanju, kao što su svrha i ciljevi istraživanja, ali i informacije o angažovanim istraživačima. Takođe, Plan sadrži i informacije o skupovima istraživačkih podataka koje ukazuju na procedure primenjene u upravljanju podacima.", + "HINT": "Kratki opis Plana sa namenom i ciljevima.", + "TYPING": "Unesite još neko slovo da bismo lakše pronašli tačno ime.", + "UNIQUE-IDENTIFIER": "Unique Identifier", + "RESEARCHER-IDENTIFIER-EXISTS": "Researcher identifier already exists.", + "ORGANISATION-IDENTIFIER-EXSTS": "Organisation identifier already exists.", + "IDENTIFIER-EXISTS-RESEARCHER-LIST": "This identifier is already used by a researcher in the researchers list.", + "IDENTIFIER-EXISTS-ORGANISATION-LIST": "This identifier is already used by an organisation in the organisations list.", + "SAVE":"Save", + "CANCEL": "Cancel" + }, + "FUNDING-INFO": { + "INTRO": "Plan upravljanja podacima (eng. Data Management Plan) se sastoji od Vaših planova za upravljanje podacima i sadrži informacije kako su nastali, kako su analizirani i na koji način su sačuvani podaci. {{ APP_NAME }} je otvoren kolaboracioni alat sa mogućnošću nadogradnje i koji podržava otvorene FAIR principe za upravljanje podacima.", + "FIND": "Niste pronašli?", + "UNIQUE-IDENTIFIER": "Unique Identifier", + "IDENTIFIER-FUNDER-EXISTS": "A funder with the given identifier exists.", + "IDENTIFIER-GRANT-EXISTS": "A grant with the given identifier exists.", + "IDENTIFIER-PROJECT-EXISTS": "A project with the given identifier exists." + }, + "DATASET-INFO": { + "INTRO": "Plan upravljanja podacima (eng. Data Management Plan) u {{ APP_NAME }}u sadrži osnovne informacije o istraživanju, kao što su svrha i ciljevi istraživanja, ali i informacije o angažovanim istraživačima. Plan sadrži i informacije o skupovima istraživačkih podataka koje ukazuju na procedure primenjene u upravljanju podacima.", + "SECOND-INTRO": "Skupovi podataka se opisuju prema predefinisanim obrascima. U {{ APP_NAME }}u, plan može da sadrži onoliko opisa koliko ima skupova podataka.", + "FIND": "Niste mogli da pronađete odgovarajući?", + "HINT": "Select a template to describe your descriptions. You may select more than one template." + }, + "LICENSE-INFO": { + "INTRO": "Svaki plan upravljanja podacima (eng. Data Management Plan) sadrži informaciju o pripadajućoj licenci koja govori o tome koliko je Plan otvoren i dostupan, pa na taj način možete da odredite ko može da ima pristup Vašem skupu podataka i koliko dugo će podaci biti zatvoreni za javnost", + "HINT": "Izaberite licencu", + "TYPING": "Unesite još neko slovo da bismo lakše pronašli tačno ime." + }, + "DATASET-DESCRIPTION": { + "INTRO": "Generalno, Vaše istraživanje bi trebalo da bude u skladu sa 'FAIR' principima, koje znači da su podaci proistekli iz istraživanja pretraživi (eng. findable), dostupni (eng. accessible), interoperabilni (eng. interoperable) i ponovo upotrebljivi (eng. re-usable). Ovi principi su neophodni za implementaciju plana upravljanja podacima i ne zahtevaju nužno primenu specifičnih tehnologija, standarda ili rešenja. Ovaj obrazac ne podrazumeva striktnu tehničku primenu 'FAIR' principa, već koristi 'FAIR' principe kao generalne smernice." + }, + "CHANGES": "nesačuvane promene", + "CLONE-DIALOG": { + "CLONE": "Napravite kopiju", + "SAVE": "Sačuvajte", + "CANCEL": "Otkažite" + }, + "LOCKED":{ + "TITLE":"DMP is locked", + "MESSAGE":"Somebody else is modifying the DMP at this moment. You may view the dataset but you cannot make any changes." + } + }, + "DMP-BLUEPRINT-LISTING": { + "TITLE": "DMP Blueprints", + "CREATE-DMP-BLUEPRINT": "Create DMP Blueprint", + "COLUMNS": { + "NAME": "Ime", + "STATUS": "Status", + "CREATED": "Kreirano", + "PUBLISHED": "Objavljeno", + "LAST-EDITED": "Poslednji put izmenjeno" + }, + "ACTIONS": { + "CLONE": "Clone", + "DOWNLOAD-XML":"Download XML", + "DELETE": "Delete" + }, + "UPLOAD": { + "UPLOAD-XML": "Uvezite", + "UPLOAD-XML-FILE-TITLE": "Uvezite obrazac za plan upravljanja podacima", + "UPLOAD-XML-NAME": "Ime obrasca za Plan", + "UPLOAD-XML-IMPORT": "Datoteka", + "UPLOAD-XML-FILE-CANCEL": "Otkažite" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "MESSAGES":{ + "TEMPLATE-UPLOAD-SUCCESS":"Template successfully uploaded" + } + }, + "DYNAMIC-FORM": { + "FIELDS": { + "LABEL": "Oznaka" + }, + "ACTIONS": { + "PREVIEW": "Pregled", + "ADD-PAGE": "Dodajte stranicu +", + "ADD-SECTION": "Dodajte sekciju +" + } + }, + "CRITERIA": { + "FILTERS": "Filtri", + "GRANTS": { + "LIKE": "Pretraga", + "PERIOD-FROM": "Početak granta", + "PERIOD-TO": "Završetak granta", + "GRANT-STATE-TYPE": "Status granta", + "TYPES": { + "NONE": "", + "ON-GOING": "U toku", + "FINISHED": "Završeno" + } + }, + "DATASET-PROFILE": { + "LIKE": "Pretraži", + "STATUS": "Status" + }, + "DATA-SETS": { + "PERIOD-FROM": "Početak", + "PERIOD-TO": "Kraj", + "STATUS": "Status", + "NONE": "", + "TAGS": "Ključna oznaka", + "SELECT-TAGS": "Odaberi ključnu oznaku", + "LIKE": "Search Descriptions", + "DRAFT-LIKE": "Search Draft Descriptions", + "SELECT-GRANTS": "Odaberite grantove", + "ROLE": "Uloga", + "ORGANIZATION": "Institucija", + "SELECT-ORGANIZATIONS": "Odaberite instituciju", + "SELECT-SPEC": "Odaberite specifikaciju skupa podataka", + "RELATED-GRANT": "Povezani grantovi", + "SELECT-DMP": "Odaberite Plan", + "RELATED-DMP": "Povezani Planovi", + "SELECT-COLLABORATORS": "Odaberite saradnike", + "RELATED-COLLABORATORS": "Povezani saradnici", + "SELECT-DATASET-TEMPLATES": "Odaberite obrasce za skupove podataka", + "RELATED-DATASET-TEMPLATES": "Povezani obrasci za skupove podataka", + "ALL-VERSIONS": "Iz svih verzija" + }, + "DMP": { + "LIKE": "Pretražite Planove", + "GRANTS": "Grantovi", + "SELECT-GRANTS": "Odaberite grantove", + "SELECT-COLLABORATORS": "Odaberite saradnike", + "RELATED-COLLABORATORS": "Povezani saradnici", + "SELECT-DATASET-TEMPLATES": "Odaberite obrasce za skupove podataka", + "RELATED-DATASET-TEMPLATES": "Povezani obrasci za skupove podataka" + }, + "BLUEPRINT": { + "LIKE": "Search", + "STATUS": "Status" + }, + "USERS": { + "LABEL": "Pretražite", + "ROLE": "Uloga", + "SHOW": "Show" + }, + "SELECT": "Odaberite opciju", + "LIKE": "Pretražite" + }, + "DATASET-EDITOR": { + "TITLE": { + "NEW": "Novi plan upravljanja podacima", + "EDIT": "Uredite", + "INTRO": "You are using the Description editor. Answer here questions that describe your data management activities.", + "INTRO-TIP": "Tip: Add new descriptions to describe different types of data or disciplinary data to avoid mixing information." + }, + "FIELDS": { + "NAME": "Naziv skupa podataka", + "TITLE": "Title of Description", + "DESCRIPTION": "Opis", + "PROFILE": "Obrazac", + "URI": "Uri", + "DMP": "Plan", + "SELECT-DMP": "Odaberite Plan", + "DATAREPOSITORIES": "Repozitorijumi podataka", + "REGISTRIES": "Spiskovi", + "SERVICES": "Usluge", + "EXTERNAL-DATASETS": "Spoljni skupovi podataka", + "EXTERNAL-DATASETS-DESCRIPTION": "Skupovi podataka povezani sa skupom opisanim u planu upravljanja podacima. To mogu biti izvedeni skupovi podataka ili rezultati korišćenja izvornog skupa.", + "EXTERNAL-DATASET-TYPE": "Tip spoljnog skupa podataka", + "EXTERNAL-DATASET-INFO": "Informacije o spoljnom skupu podataka", + "DATAREPOSITORIES-INFO": "Informacije o repozitorijumu podataka", + "EXTERNAL-LINK": "Spoljni link", + "TAGS": "Ključne oznake", + "CREATE": "Kreirajte nov" + }, + "ACTIONS": { + "SAVE": "Sačuvajte", + "CANCEL": "Otkažite", + "DELETE": "Obrišite", + "UPDATE": "Ažurirajte", + "DISCARD": { + "DISCARD-NEW-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-NEW-CONFIRM": "Yes, revert changes.", + "DISCARD-NEW-DENY": "No.", + "DISCARD-EDITED-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-EDITED-CONFIRM": "Yes, revert changes and go back.", + "DISCARD-EDITED-DENY": "No." + }, + "DISABLED-EXPORT": "Please save your changes to export this Dataset" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Dopunite opisom", + "EXTERNAL-LINK": "Dodajte spoljni URL link" + }, + "HINT": { + "DESCRIPTION": "Briefly describe the context and purpose of the Description", + "TITLE": "Kratko uputstvo o", + "TITLE-REST": "radi se o njegovoj nameni i ciljevima." + }, + "VERSION-DIALOG": { + "ABOUT": "Verzionisanje je automatsko.", + "QUESTION": "Izgleda da je obrazac za skup podataka zastareo. Da li želite da koristite najnoviju verziju?" + }, + "ERRORS":{ + "ERROR-OCCURED": "An error occured.", + "MESSAGE": "Message: " + }, + "QUESTION": { + "EXTENDED-DESCRIPTION": { + "VIEW-MORE": "View more", + "VIEW-LESS": "View less" + } + }, + "MAX-DESCRIPTION-DIALOG": { + "TITLE": "Max datasets using this template.", + "MESSAGE": "Select another profile." + } + }, + "DATASET-CREATE-WIZARD": { + "ACTIONS": { + "NEXT": "Sledeći", + "BACK": "Nazad", + "SAVE": "Sačuvajte" + }, + "FIRST-STEP": { + "TITLE": "Plan upravljanja podacima", + "PLACEHOLDER": "Odaberite postojeći Plan" + }, + "PREFILL-STEP": { + "TITLE": "Initialize your Dataset", + "PREFILL": "Prefill", + "OR": "OR", + "HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.", + "MANUALLY": "Manually", + "PROFILE": "Dataset Template", + "PREFILLED-DATASET": "Prefilled Dataset", + "SEARCH": "Start typing to search for a dataset or software", + "NEXT": "Next" + } + }, + "INVITATION-EDITOR": { + "TITLE": "Pošaljite poziv", + "AUTOCOMPLETE-USER": "Korisnik", + "AUTOCOMPLETE-EMAIL": "E-mail", + "AUTOCOMPLETE-USER-EMAIL": "Kat ili katxxxprimer.com", + "ACTIONS": { + "SEND-INVITATION": "Pošaljite pozive", + "CANCEL": "Otkažite" + } + }, + "USERS": { + "LISTING": { + "TITLE": "Korisnici", + "EMAIL": "Email", + "LAST-LOGGED-IN": "Poslednja prijava", + "LABEL": "Oznaka", + "ROLES": "Uloge", + "NAME": "Ime", + "PERMISSIONS": "Dozvole", + "EXPORT": "Export users" + }, + "ACTIONS": { + "EDIT": "Edit", + "SAVE": "Save" + } + }, + "TYPES": { + "APP-ROLE": { + "ADMIN": "Administrator", + "USER": "Korisnik", + "TENANT-ADMIN": "Tenant Admin", + "TENANT-USER": "Tenant Korisnik", + "TENANT-MANAGER": "Menadžer", + "TENANT-DESCRIPTION-TEMPLATE-EDITOR": "Description Template Editor" + }, + "DMP-PROFILE-FIELD": { + "DATA-TYPE": { + "DATE": "Podaci", + "NUMBER": "Broj", + "TEXT": "Tekst", + "EXTERNAL-AUTOCOMPLETE": "Spoljni automatski unos" + }, + "TYPE": { + "INPUT": "Ulaz" + } + }, + "DATASET-STATUS": { + "DRAFT": "Radna verzija", + "FINALISED": "Završeno", + "ANY": "Bilo koji", + "DRAFT-DESC": "Registracija radne verzije" + }, + "DATASET-ROLE": { + "OWNER": "Vlasnik", + "MEMBER": "Član", + "ANY": "Bilo koji" + }, + "EXTERNAL-DATASET-TYPE": { + "SOURCE": "Izvor", + "SOURCES": "Izvori", + "SOURCE:": "Izvor:", + "NO-SOURCE": "Nije povezano sa izvorom", + "OUTPUT": "Izlaz", + "SELECT": "Odaberite" + }, + "DMP": { + "FINALISED": "Završeno", + "DRAFT": "Radna verzija" + }, + "DMP-VISIBILITY": { + "VISIBILITY": "Vidljivost", + "PUBLIC": "Objavljeno", + "FINALIZED": "Završeno", + "DRAFT": "Radna verzija", + "ANY": "Bilo koji" + }, + "DATASET-PROFILE-FIELD-VALIDATION-TYPE": { + "NONE": "Nijedan", + "REQUIRED": "Obavezan" + }, + "DATASET-PROFILE-FIELD-VIEW-STYLE": { + "BOOLEAN-DECISION": "Podaci za odlučivanje", + "CHECKBOX": "Podaci polja za potvrdu", + "COMBO-BOX": "Kombinovani okvir", + "INTERNAL-DMP-ENTITIES": "Interna struktura Plana", + "FREE-TEXT": "Slobodan tekst", + "RADIO-BOX": "Polje za unos", + "TEXT-AREA": "Tekst", + "RICH-TEXT-AREA": "Rich Text Area", + "UPLOAD": "Upload", + "DATE-PICKER": "Alat za odabir podataka", + "EXTERNAL-DATASETS": "Spoljni skupovi podataka", + "DATA-REPOSITORIES": "Repozitorijumi podataka", + "PUB-REPOSITORIES": "Publication Repositories", + "JOURNALS-REPOSITORIES": "Journals", + "TAXONOMIES": "Taxonomies", + "LICENSES": "Licenses", + "PUBLICATIONS": "Publications", + "REGISTRIES": "Spiskovi", + "SERVICES": "Usluge", + "TAGS": "Ključne oznake", + "RESEARCHERS": "Istraživači", + "ORGANIZATIONS": "Institucije", + "DATASET-IDENTIFIER": "Identifikatori skupa podataka", + "CURRENCY": "Valuta", + "VALIDATION": "Validator", + "OTHER": "Other", + "SELECT": "Select" + }, + "DATASET-PROFILE-UPLOAD-TYPE": { + "DOWNLOAD": "Download file" + }, + "DATASET-PROFILE-COMBO-BOX-TYPE": { + "WORD-LIST": "Lista reči", + "AUTOCOMPLETE": "Automatski unos", + "EXTERNAL-SOURCE-HINT": "Lista vrednosti obezbeđenih od spoljnih izvora", + "ACTIONS": { + "YES": "Da", + "NO": "Ne" + } + }, + "DATASET-PROFILE-INTERNAL-DMP-ENTITIES-TYPE": { + "RESEARCHERS": "Istraživači", + "DMPS": "Planovi upravljanja podacima", + "DATASETS": "Skupovi podataka", + "EXTERNAL-SOURCE-HINT": "Lista vrednosti obezbeđenih od spoljnih izvora" + }, + "DATASET-PROFILE-VALIDATOR": { + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER": { + "IDENTIFIER-TYPE": "Identifier Type" + }, + "RECENT-ACTIVITY-ORDER": { + "CREATED": "Kreirano", + "LABEL": "Oznaka", + "MODIFIED": "Izmenjeno", + "FINALIZED": "Završeno", + "PUBLISHED": "Objavljeno", + "STATUS": "Status" + } + }, + "ADDRESEARCHERS-EDITOR": { + "TITLE": "Dodajte istraživača", + "FIRST_NAME": "Ime", + "LAST_NAME": "Prezime", + "ACTIONS": { + "SAVE": "Sačuvajte", + "CANCEL": "Otkažite" + } + }, + "ADDORGANIZATION-EDITOR": { + "TITLE": "Dodajte instituciju", + "NAME": "Naziv", + "ACTIONS": { + "SAVE": "Sačuvajte", + "CANCEL": "Otkažite" + } + }, + "ADDEDITCOST-EDITOR": { + "ADD-TITLE": "Dodajte trošak", + "EDIT-TITLE": "Uredite trošak", + "CODE": "Kod", + "DESCRIPTION": "Opis", + "TITLE": "Naslov", + "VALUE": "Vrednost", + "ACTIONS": { + "SAVE": "Sačuvajte", + "CANCEL": "Otkažite" + } + }, + "DMP-WIZARD": { + "FIRST-STEP": { + "DMP": "Uređivač Plana", + "DATASETS": "Skupovi podataka" + }, + "ACTIONS": { + "NEXT": "Sledeći", + "BACK": "Nazad", + "SAVE": "Sačuvajte" + } + }, + "DMP-RELATED-GRANT": { + "RELATED-GRANT": "Povezani grantovi" + }, + "DMP-RELATED-COLLABORATOR": { + "RELATED-COLLABORATOR": "Povezani saradnici", + "SELECT-COLLABORATORS": "Odaberite saradnike" + }, + "DMP-RELATED-ORGANIZATION": { + "RELATED-ORGANIZATION": "Institucija", + "SELECT-ORGANIZATIONS": "Odaberite institucije" + }, + "DATASET-PROFILE": { + "PREVIEW": "Pregled", + "FORM-DESCRIPTION": "Opis forme", + "PAGES-DESCRIPTION": "Opis stranica" + }, + "RECENT-ACTIVITY": { + "MY-TITLE-GRANT": "Skorije aktivnosti u vezi sa grantovima", + "MY-TITLE-DMP": "Skorije aktivnosti u vezi sa Planovima", + "MY-TITLE-DATASET": "Skorije aktivnosti u vezi sa skupovima podataka", + "LAST-VISITED-DMP": "Poslednji posećen Plan", + "LAST-EDITED-DMP": "Poslednji izmenjen Plan", + "LICENSE": "Sledeći Planovi su javno dostupni pod ## licencom" + }, + "FILE-UPLOADER": { + "DEFAULT": "Odaberite datoteku", + "GRANT": "", + "UPLOAD": "Uvezite datoteku" + }, + "URL-LISTING-COMPONENT": { + "SHOW-MORE": "Prikažite više" + }, + "HOMEPAGE": { + "OPEN-DMPS": { + "STATS": "{{ APP_NAME_CAPS }} kontrolna tabla" + }, + "MY-DMPS": { + "STATS": "Moje kontrolne table" + } + }, + "ABOUT": { + "TITLE-DASHED": "-Više o-", + "TITLE": "Više o", + "MAIN-CONTENT": "Naš cilj je da Vaši podaci budu u skladu FAIR principima tj. da budu pretraživi (eng. findable), dostupni (eng. accessible), interoperabilni (eng. interoperable) i ponovo upotrebljivi (eng. re-usable). Ovi principi su neophodni za implementaciju plana upravljanja podacima (eng. Data Management Plan) i ne zahtevaju nužno primenu specifičnih tehnologija, standarda ili rešenja.", + "CONTRIBUTORS": "Saradnici", + "WELCOME": "Dobro došli u {{ APP_NAME_CAPS }}", + "WELCOME-MESSAGE": "Kreirajte, povežite i delite planove upravljanja podacima" + }, + "FOOTER": { + "CONTACT-SUPPORT": "Obratite se tehničkoj podršci", + "FAQ": "Česta pitanja", + "GUIDE": "Vodič za korisnike", + "GLOSSARY": "Rečnik", + "TERMS-OF-SERVICE": "Uslovi korišćenja", + "ABOUT": "Više o", + "COOKIES-POLICY": "Politika kolačića", + "PRIVACY-POLICY": "Politika privatnosti" + }, + "GLOSSARY": { + "TITLE": "Rečnik", + "TITLE-DASHED": "-Rečnik-", + "CLOSE": "Zatvorite" + }, + "FAQ": { + "TITLE": "Česta pitanja", + "TITLE-DASHED": "-Česta pitanja-", + "CLOSE": "Zatvorite" + }, + "GUIDE": { + "TITLE": "Korisničko uputstvo", + "TITLE-DASHED": "-Korisničko uputstvo-", + "CLOSE": "Zatvorite", + "SAVE": "Save" + }, + "PRIVACY-POLICY": { + "TITLE": "-Politika privatnosti-", + "MAIN-CONTENT": "" + }, + "OPENSOURCE-LICENCES": { + "TITLE": "Politika kolačića", + "MAIN-CONTENT": "" + }, + "TERMS-OF-SERVICE": { + "TITLE": "Uslovi korišćenja", + "MAIN-CONTENT": "" + }, + "COOKIES-POLICY": { + "TITLE": "Licence otvorenog koda" + }, + "CONTACT": { + "SUPPORT": { + "TITLE": "Obratite se tehničkoj podršci", + "SUBTITLE": "Kako možemo da Vam pomognemo?", + "SUBJECT": "Tema", + "DESCRIPTION": "Opis", + "CANCEL": "Otkažite", + "SEND": "Pošaljite" + }, + "TITLE-DASHED": "-Obratite se podršci-", + "GUIDE": "Vodič", + "HELP": "Pomoć", + "GLOSSARY": "Rečnik" + }, + "LANGUAGE": { + "TITLE": "Jezik", + "TITLE-DASHED": "-Jezik-", + "CLOSE": "Zatvorite" + }, + "DASHBOARD": { + "MY-GRANTS": "Moji grantovi", + "GRANTS": "Grantovi", + "MY-DMPS": "Moji Planovi", + "TITLE": "Šta je {{ APP_NAME_CAPS }}?", + "DMP-QUESTION": "Šta je Plan u {{ APP_NAME_CAPS }}U?", + "INFO-TEXT": "{{ APP_NAME_CAPS }} je otvorena modularna aplikacija koja omogućava jednostavno upravljanje planovima upravljanja podacima (eng. Data Management Plan), kao i njihovu proveru, praćenje i održavanje. Uz pomoć {{ APP_NAME }}a, svi akteri u istraživanju (istraživači, rukovodioci, nadzorni organi i drugi) mogu da napišu primenljive planove koji se mogu slobodno razmenjivati kroz različite infrastrukture radi realizacije određenih elemenata procesa upravljanja podacima u skladu sa namerama i obavezama vlasnika podataka.", + "INFO-DMP-TEXT": "Plan upravljanja podacima (eng. Data Management Plan, skraćeno DMP) je živi dokument koji opisuje skupove podataka proizvedene ili korišćene tokom i posle istraživačkog ciklusa. Planovi daju osnovne informacije o mogućnostima za replikaciju i naknadnu distribuciju rezultata istraživanja, kao i za njihovo korišćenje u novim kontekstima, čime se potvrđuje njihova validnost i obezbeđuje njihovo ponovno korišćenje u istu ili druge svrhe.", + "NEW-QUESTION": "Nemate iskustvo u kreiranju plana upravljanja podacima? Posetite", + "START-YOUR-FIRST-DMP": "Započnite Vaš prvi plan upravljanja podacima", + "OPEN-AIR-GUIDE": "OpenAIRE vodič za istraživače", + "LEARN-MORE": "kako biste naučili kako da kreirate plan upravljanja podacima (eng. Data Management Plan)!", + "ORGANIZATIONS": "Povezane institucije", + "DMPS": "Planovi upravljanja podacima", + "MY-DATASETS": "Moji skupovi podataka", + "DATASETS": "Skupovi podataka", + "SEARCH": "PRETRAŽITE...", + "DATA-MANAGEMENT-PLANS": "PLANOVI UPRAVLJANJA PODACIMA", + "PERSONAL-USAGE": "Lična upotreba", + "PUBLIC-USAGE": "Javna upotreba", + "DESCRIPTIONS": "Descriptions", + "DATASET-DESCRIPTIONS-DASHBOARD-TEXT": "Skupovi podataka", + "PUBLIC-DMPS": "Javno dostupni Planovi", + "PUBLIC-DATASETS": "Javno dostupni skupovi podataka", + "RELATED-ORGANISATIONS": "Povezane institucije", + "DRAFTS": "Radne verzije", + "ALL": "Sve", + "EMPTY-LIST": "Još uvek ništa nije dostupno.", + "LATEST-ACTIVITY": "Poslednja izmena", + "DMP-ABOUT-BEG": "Plan upravljanja podacima u {{ APP_NAME }}u sadrži osnovne informacije o istraživanju, kao što su svrha i ciljevi istraživanja, angažovani istraživači, kao i dokumentaciju o skupovima istraživačkih podataka, tačnije", + "DMP-ABOUT-END": ", koje ukazuju na procedure primenjene u upravljanju podacima.", + "SELECT-DMP": "Odaberite odgovarajući Plan za Vaš skup podataka", + "ACTIONS": { + "ADD-DESCRIPTION": "Add Description", + "ADD-DATASET": "Dodajte skup podataka", + "ADD-DMP-DESCRIPTION": "Dodajte opis Plana" + }, + "TOUR-GUIDE": { + "DMP": "This is your dashboard. You can view and edit all DMPs that you have either contributed to or created yourself.", + "START-NEW": "Create your DMP with Start new DMP.", + "IMPORT-DMP": "You can import a DMP", + "START-WIZARD": "or create new in {{ APP_NAME }}.", + "DATASET": "This is your dashboard. You can view and edit all Datasets that you have either contributed to or created yourself.", + "NEW-DATASET": "With Add Dataset you can describe new datasets anytime in the research process.", + "GOT-IT": "Got it!", + "LEAVE-TOUR": "Leave Tour" + }, + "ADD-NEW-DATASET": { + "OPTIONS-NOT-ENOUGH": "Are those options not enough?", + "START-NEW-DMP": "Start new DMP" + } + }, + "USER-DIALOG": { + "USER-PROFILE": "Moj profil", + "USER-PROFILE-SETTINGS": "Podešavanja mog profila...", + "EXIT": "Izlaz", + "LOG-OUT": "Odjavite se" + }, + "USER-PROFILE": { + "MERGING-SUCCESS": "Linking of the two profiles was successful.", + "MERGING-EMAILS-DIALOG": { + "TITLE": "Verify linked account", + "MESSAGE": "An email to verify this action has been sent to you. Once accepted, you will be able to see your accounts merged. The last email account that you merge will be the one containing all of your DMP records and activity in {{ APP_NAME }}." + }, + "UNLINK-ACCOUNT": { + "TITLE": "Verify account to be unlinked", + "MESSAGE": "An email to verify this action has been sent to your main account. Once accepted, {{accountToBeUnlinked}} will be no longer connected to your current ARGOS profile." + }, + "UNLINK-ACCOUNT-DIALOG": { + "MESSAGE": "By clicking \"Confirm\", you accept the transfer of your ARGOS activity performed from this account to your main ARGOS account, which is the one that is listed first. By logging in again with the unlinked account, you will be able to start your ARGOS experience from scratch, in an empty dashboard.", + "CONFIRM": "Confirm", + "CANCEL": "Cancel" + }, + "SETTINGS": { + "TITLE": "Podešavanja", + "TIMEZONE": "Vremenska zona", + "CULTURE": "Kultura", + "LANGUAGE": "Jezik", + "CONNECTED-WITH": "Connected with", + "NAME": "Name", + "ORGANIZATION": "Organization", + "ROLE": "Role", + "SELECT-ROLE": "Select Role", + "ACCOUNTS": "Accounts", + "EMAILS": "Emails", + "YOUR-EMAIL": "Your Email" + }, + "ASSOCIATED-DMPS": "Povezani Planovi", + "DMPS": { + "SHOW-ALL": "Prikažite sve", + "CREATOR": "Autor", + "MEMBER": "Član" + }, + "ZENODO": { + "LOGIN": "Prijavite se na Zenodo", + "LOGOUT": "Uklonite Zenodo", + "AUTHORIZE": "Authorize Zenodo", + "TITLE": "Zenodo nalog", + "DESCRIPTION": "Povezani Zenodo nalog:" + }, + "ROLE-ORGANIZATION": { + "FACULTY": "Faculty", + "LIBRARIAN": "Librarian", + "RESEARCHER": "Researcher", + "STUDENT": "Student (BA/BSc, MSc)", + "EARLY-CAREER-RESEARCHER": "Early Career Researcher (PhD candidate, post-graduate)", + "RESEARCH-ADMINISTRATOR": "Research Administrator", + "REPOSITORY-MANAGER": "Repository Manager", + "RESEARCH-INFRASTRUCTURE": "Research Infrastructure", + "SERVICE-PROVIDER": "Service Provider", + "PUBLISHER": "Publisher", + "RESEARCH-FUNDER": "Research Funder", + "POLICY-MAKER": "Policymaker", + "SME-INDUSTRY": "SME/ Industry", + "OTHER": "Other" + }, + "ACTIONS": { + "SAVE": "Save", + "LINK-NEW": "Link {{ APP_NAME_CAPS }} accounts", + "LINK-NEW-ACCOUNT": "Link new account", + "UNLINK-ACCOUNT": "Unlink", + "UNLINK-ACCOUNT-DISABLED": "You can't unlink your main profile's email", + "ADD": "Add", + "CANCEL": "Cancel" + } + }, + "DATASET-REFERENCED-MODELS": { + "SERVICES": { + "TITLE": "Dodaj novu uslugu", + "LABEL": "Oznaka", + "ABBREVIATION": "Skraćenica", + "URI": "Uri" + }, + "DATA-REPOSITORY": { + "TITLE": "Dodajte novi repozitorijum podataka", + "LABEL": "Oznaka", + "ABBREVIATION": "Skraćenica", + "URI": "Uri" + }, + "EXTERNAL-DATASET": { + "TITLE": "Dodajte novi spoljni skup podataka", + "LABEL": "Oznaka", + "ABBREVIATION": "Skraćenica" + }, + "REGISTRY": { + "TITLE": "Dodajte novi registar", + "LABEL": "Oznaka", + "ABBREVIATION": "Skraćenica", + "URI": "Uri" + } + }, + "FACET-SEARCH": { + "FILTER": "Filter", + "GRANT-STATUS": { + "TITLE": "Status granta", + "OPTIONS": { + "ANY": "Bilo koji", + "ACTIVE": "Aktivan", + "INACTIVE": "Neaktivan" + } + }, + "GRANT": { + "TITLE": "Povezan grant", + "FILTER": "Filtrirajte grantove" + }, + "PROFILES": { + "TITLE": "Specifikacija skupa podataka" + }, + "ROLE": { + "TITLE": "Uloga", + "ANY": "Bilo koji", + "OWNER": "Vlasnik", + "MEMBER": "Član" + }, + "DMP-ORGANISATIONS": { + "TITLE": "Institucija", + "FILTER": "Filtrirajte institucije" + } + }, + "DMP-FINALISE-DIALOG": { + "DMP": "Plan upravljanja podacima", + "DATASETS": "Skupovi podataka", + "EMPTY": "Plan još uvek nema nijedan skup podataka", + "SUBMIT": "Pošaljite", + "FINALISE-TITLE": "Da li želite da završite kreiranje sledećih radnih verzija skupova podataka?", + "ALREADY-FINALISED-DATASETS": "Već kreirani skupovi podataka", + "NONE": "Nijedan", + "VALIDATION": { + "AT-LEAST-ONE-DATASET-FINALISED": "Bar jedan skup podataka mora da bude dovršen" + }, + "IMPACT": "Ovim korakom se završava proces kreiranja plana upravljanja podacima i posle toga nećete biti u mogućnosti da ga menjate.", + "AFTER-FINALIZATION": "Kada dovršite rad na Planu, možete ga objaviti i on će biti javno dostupan u {{ APP_NAME }}u.", + "INVALID": "Invalid" + }, + "DRAFTS": { + "FOR-DMP": "Za Plan:", + "FOR-GRANT": "Za grant:" + }, + "QUICKWIZARD": { + "CREATE-ADD": { + "CREATE": { + "TITLE": "Kreirajte novi Plan", + "SUBTITLE": "Kreirajte novi plan i opišite skupove podataka uz pomoć Čarobnjaka.", + "QUICKWIZARD_CREATE": { + "TITLE": "Čarobnjak za kreiranje Planova", + "POST-SELECTION-INFO": "Uz pomoć Čarobnjaka možete da sastavite novi plan upravljanja podacima (eng. Data Management Plan) tako što ćete navesti samo najosnovnije informacije, a potom možete dodati i opis jednog ili više skupova podataka. Nakon toga, Plan možete da uređujete uz pomoć naprednih opcija, a možete da dodate i više skupova podataka ili izmenite one koje ste prethodno dodali.", + "ACTIONS": { + "DELETE": "Obrišite", + "SAVE": "Sačuvajte", + "SAVE-AND-FINALIZE": "Sačuvajte i završite", + "NEXT": "Sledeći", + "BACK": "Nazad", + "CREATE-NEW-GRANT": "Dodajte grant", + "EXIST-GRANT": "Koristite postojeći grant", + "CREATE-NEW-FUNDER": "Dodajte finansijera", + "EXIST-FUNDER": "Koristite postojećeg finansijera", + "CREATE-NEW-PROJECT": "Dodajte projekat", + "EXIST-PROJECT": "Koristite postojeći projekat" + }, + "FIRST-STEP": { + "TITLE": "Grant", + "ABOUT-GRANT": "Pronađite grant sa kojim je povezan plan upravljanja podacima (eng. Data Management Plan) i povežite ga sa informacijama o finasijeru. Ako grant nije u listi ponuđenih ili je Plan povezan sa projektnim predlogom ili u druge svrhe, koristiti \"Dodajte grant\"", + "ABOUT-NEW-GRANT": "Ako je plan upravljanja podacima (eng. Data Management Plan) povezan sa projektnim predlogom, za institucionalne potrebe ili za potrebe istraživačke zajednice ili u svrhu obrazovanja i obuka, dodajte informacije ispod kreiranjem novog granta.", + "ABOUT-FUNDER": "Pronađite finansijera sa kojim bi trebalo da povežete plan upravljanja podacima (eng. Data Management Plan) koji će biti kreiran, a potom odaberite grant sa kojim je finansijer povezan. Ako se finansijer ne nalazi na spisku, koristite \"Dodajte finansijera\"", + "ABOUT-NEW-FUNDER": "Ako kreirate plan upravljanja podacima (eng. Data Management Plan) koji je povezan sa projektnim predlogom, za institucionalne potrebe ili za potrebe istraživačke zajednice ili u svrhu obrazovanja i obuka i ako želite da povežete Plan sa finansijerom koji se ne nalazi na spisku, onda dodajte novog finansijera.", + "ABOUT-PROJECT": "Pronađite projekat sa kojim je povezan plan upravljanja podacima. Ako se projekat ne nalazi na spisku ponuđenih, koristite \"Dodajte projekat\"", + "ABOUT-NEW-PROJECT": "", + "OR": "ili", + "FIELDS": { + "SELECT-GRANT": "Odaberite grant sa kojim je Plan povezan", + "SELECT-FUNDER": "Odaberite finansijera granta sa kojim je Plan povezan", + "SELECT-PROJECT": "Odaberite projekat sa kojim je Plan povezan", + "GRANT-LABEL": "Naziv granta", + "FUNDER-LABEL": "Naziv finansijera", + "PROJECT-LABEL": "Naziv projekta", + "LABEL-HINT": "Dodajte naziv projekta na isti način kao u pozivu za grantove", + "DESCRIPTION": "Opis", + "DESCRIPTION-HINT": "Ukratko opišite ciljeve granta" + } + }, + "SECOND-STEP": { + "TITLE": "Profil Plana", + "ABOUT": "Plan upravljanja podacima (eng. Data Management Plan, skraćeno DMP) se sastoji iz niza pitanja na koja trebalo odgovoriti onoliko detaljno koliko to zahtevaju propozicije projekta i u skladu sa svrhom plana. Sadržaj Plana može da varira u zavisnosti od odabranih obrazaca za skupove podataka koji sadrže skup pitanja prilagođenih zahtevima finansijera, institucija, istraživačkih zajednica.", + "NEW-TITLE": "", + "DMP-NAME": "Plan koji je povezan sa grantom:", + "FIELDS": { + "NAME": "Naslov Plana", + "DESCRIPTION": "Rezime", + "DESCRIPTION-HINT": "Ukratko opišite kontekst i svrhu Plana", + "PROFILE": "Obrazac za skup podataka", + "PROFILE-HINT": "Izaberite obrazac za opis skup/skupova podataka. Ako želite da izaberete više od jednog obrasca, koristite \"Novi plan (napredno)\". Novi skup podataka možete dodati i u bilo kom trenutku nakon kreiranja Plana.", + "HELP": "Ako ne možete da pronađete obrazac ili želite da kreirate sopstveni obrazac za instituciju, zajednicu istraživača ili za potrebe obuke, kontaktirajte nas." + } + }, + "THIRD-STEP": { + "TITLE": "Skup podataka", + "NEW-TITLE": "", + "DATASET-LABEL": "Naslov skupa podataka", + "DATASET-NAME": "Skup podataka:", + "DATASET-NAME-FOR": "Za Plan:", + "LIST-BUTTON-TOOLTIP": "Spisak skupova podataka", + "ADD-BUTTON-TOOLTIP": "Dodajte skup podataka" + } + } + }, + "ADD": { + "TITLE": "Dodajte skup podataka u postojeći Plan", + "DATASET-WIZARD": "Čarobnjak za skup podataka", + "POST-SELECTION-INFO": "Ovaj čarobnjak pojednostavljuje proces dodavanja novih skupova podataka u postojeći plan upravljanja podacima, tako što automatski vodi korisnika kroz proces kreiranja. Potpuni pristup specifikaciji skupa podataka može se naknadno ostvariti pomoću menija za pristup skupovima podataka u sistemu.", + "SUBTITLE": "Čarobnjak omogućava da se opišu dodatni skupovi podataka kojima se upravlja, a u kontekstu plana upravljanja podacima i uz osnovne informacije neophodne za njihov opis.", + "CREATED": "Kreirano" + } + }, + "SAVE-DIALOG": { + "TITLE": "Da li želite da dodate drugi skup podataka?", + "ACTIONS": { + "AFFIRMATIVE": "Da", + "NEGATIVE": "Ne" + } + }, + "HINT": "(Preporučeno podrazumevano ime)" + }, + "DATASET-PROFILE-STATUS": { + "NONE": "Nijedan", + "DRAFT": "Radna verzija", + "FINALIZED": "Završeno", + "DELETED": "Deleted" + }, + "BLUEPRINT-STATUS": { + "NONE": "None", + "DRAFT": "Draft", + "FINALIZED": "Finalized", + "DELETED": "Deleted" + } +} diff --git a/deployment/opendmp/backend/i18n/tr.json b/deployment/opendmp/backend/i18n/tr.json new file mode 100644 index 000000000..f03985955 --- /dev/null +++ b/deployment/opendmp/backend/i18n/tr.json @@ -0,0 +1,1988 @@ +{ + "APP_NAME": "Argos", + "APP_NAME_CAPS": "ARGOS", + "GENERAL": { + "VALIDATION": { + "REQUIRED": "Gerekli", + "GRANT-START-AFTER-END": "Hibe başlangıç tarihi bitiş tarihinden sonra olamaz", + "PATTERN-_": "\"_\" Karakterine izin verilmiyor", + "URL": { + "LABEL": "URL", + "MESSAGE": "Please provide a valid URL" + } + }, + "DELETE-CONFIRMATION": { + "TITLE": "Uyarı", + "MESSAGE": "Bu öğeyi silmek istediğinizden emin misiniz?", + "POSITIVE": "Evet", + "NEGATIVE": "İptal" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Başarıyla Oluşturuldu", + "SUCCESSFUL-UPDATE": "Başarıyla Güncellendi", + "SUCCESSFUL-LOGIN": "Başarılı Giriş", + "SUCCESSFUL-LOGOUT": "Başarılı Çıkış", + "SUCCESSFUL-EMAIL-SEND": "E-posta başarıyla gönderildi", + "SUCCESSFUL-COPY-TO-CLIPBOARD": "Copied to Clipboard", + "UNSUCCESSFUL-LOGOUT": "Başarısız Çıkış", + "UNSUCCESSFUL-LOGIN": "Başarısız Giriş", + "SUCCESSFUL-DATASET-PROFILE-DELETE": "Silme Başarılı", + "UNSUCCESSFUL-DATASET-PROFILE-DELETE": "Veri seti Tanımları ilişkilendirildiği için bu şablon silinemez", + "SUCCESSFUL-DMP-BLUEPRINT-DELETE": "Successful Delete", + "UNSUCCESSFUL-DMP-BLUEPRINT-DELETE": "This blueprint can not deleted, because DMPs are associated with it", + "SUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "Successful Delete", + "UNSUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "This type can not deleted, because Descriptions are associated with it", + "SUCCESSFUL-DELETE": "Başarılı Silme", + "UNSUCCESSFUL-DELETE": "Başarısız Silme", + "UNSUCCESSFUL-EMAIL-SEND": "E-posta gönderilemedi", + "UNSUCCESSFUL-REMOVE-TEMPLATE": "Şablon kaldırılamadı, bir veya daha fazla veri seti bu şablonu kullanıyor" + }, + "ERRORS": { + "HTTP-REQUEST-ERROR": "Beklenmeyen Bir Hata Oluştu" + }, + "NAMES": { + "DATASET": "Veri Seti" + }, + "STATUSES": { + "EDIT": "Düzeltildi", + "FINALISED": "Tamamlandı" + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "WARNING": "Uyarı!", + "THIS-FIELD": "Alan", + "HAS-ERROR": "Hata Var", + "REQUIRED": "Gerekli", + "EMAIL": "Geçersiz e-posta", + "MIN-VALUE": "En düşük değer {{min}} olmalıdır", + "MAX-VALUE": "En yüksek değer {{max}} olmalıdır", + "ACTIONS": { + "CANCEL": "Kapat" + } + }, + "CONFIRMATION-DIALOG": { + "DELETE-ITEM": "Bu öğe silinsin mi?", + "DELETE-USER": "Bu ortak kaldırılsın mı?", + "FINALIZE-ITEM": "Bu öğe sonlandırılsın mı?", + "UNFINALIZE-ITEM": "Tamamlamayı geri al?", + "PUBLISH-ITEM": "Bu öğe yayınlansın mı?", + "ADD-DATASET": "VYP'nıza Veri Seti Tanımı ekleyerek devam etmek istiyor musunuz? \"Veri Seti Tanımı Ekle (sihirbazı)\" menüsünü kullanarak istediğiniz zaman daha fazla Veri Seti Tanımı ekleyebilirsiniz.", + "ZENODO-DOI": "VYP için {{kullanıcı adı}} hesabıyla dijital nesne tanımlayıcı (DOI) oluşturmak ister misiniz?", + "LEAVE-PAGE": "Eğer ayrılırsanız, değişiklikler kaybolacak.", + "LEAVE-WARNING": "Kaydedilmemiş değişiklikleriniz var!", + "PRIVACY-POLICY-NAMES": "Bu VYP'na katılan tüm kişilerin isimleri herkez tarafından görülebilir olacak. Buna katılıyor musunuz?", + "ACTIONS": { + "CONFIRM": "Evet", + "NO": "Hayır", + "DELETE": "Sil", + "REMOVE": "Kaldır", + "CANCEL": "İptal", + "LEAVE": "Ayrıl", + "POLICY-AGREE": "İsimleri herkese görünür yap.", + "REQUIRED": "Onay kutusuna tıklama gerekli." + } + }, + "NOTIFICATION-DIALOG": { + "POPUP": { + "TITLE": "Kayıp Veri Seti", + "MESSAGE": "VYP'nı kaydetme sürecinde en azından bir veri seti oluşturulmalıdır.", + "CLOSE": "Kapat" + } + }, + "START-NEW-DMP-DIALOG": { + "IMPORT": "İçeri aktar", + "FUNCTION-SUPPORTS": "Fonksiyon desteği", + "JSON-FILES": ".json dosyası", + "PRODUCED": "üretilmiş", + "RDA-SPECIFICATIONS": "RDA şartlarına göre", + "MACHINE-ACTIONABLE": "Makine tarafından işlem yapılabilir VYP'ler için", + "UPLOAD-FILE": "Dosya Yükle", + "REPLACE-FILE": "Replace File" + }, + "INVITATION-DIALOG": { + "HINT": "Yazarlar arası virgül koy veya enter'a bas", + "SUCCESS": "Davet gönderme başarılı", + "ERROR": "Davet gönderme başarısız" + }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "Başarıyla oluşturdunuz", + "DMP": "VYP", + "TO-DATASET": "Yönlendireleceksiniz", + "DATASET": "Veri Seti", + "EDITOR": "editor", + "START": "Hadi başlayalım" + }, + "ACTIONS": { + "VIEW-ALL": "Tümünü Gör", + "SHOW-MORE": "Daha fazla göster", + "LOAD-MORE": "Daha fazla göster", + "LOAD-LESS": "Daha az göster", + "SHOW-LESS": "Daha az göster", + "LOG-IN": "Oturum aç", + "TAKE-A-TOUR": "Yardıma mı ihtiyacın var? Hadi tura çıkalım..", + "NO-MORE-AVAILABLE": "No more results available" + }, + "PREPOSITIONS": { + "OF": "nın" + }, + "TITLES": { + "PREFIX": "{{ APP_NAME }} - ", + "GENERAL": "Veri Yönetim Planları Oluşturan", + "ABOUT": "Hakkında", + "PRIVACY": "Gizlilik Politikası", + "OPENSOURCE-LICENCES": "Gizlilik Politikası", + "TERMS": "Kullanım Şartları", + "COOKIES-POLICY": "Kullanım Şartları", + "PLANS": "VYP'larım", + "EXPLORE-PLANS": "Yayınlanmış VYP'ları", + "QUICK-WIZARD": "Yeni VYP (Sihirbaz)", + "PLANS-NEW": "Yeni VYP (Uzman)", + "DMP-NEW": "Yeni VYP", + "DESCRIPTIONS": "My Descriptions", + "EXPLORE": "Published Descriptions", + "DATASETCREATEWIZARD": "Veri Seti Ekle (Sihirbaz)", + "GRANTS": "Hibelerim", + "DMP-BLUEPRINTS": "DMP Blueprints", + "DATASET-PROFILES": "Veri Seti Şablonları", + "DESCRIPTION-TYPES": "Description Types", + "USERS": "Kullanıcılar", + "PROFILE": "Profilim", + "LOGIN": "Giriş", + "DMP-OVERVIEW": "VYP Genel Bakış", + "DMP-EDIT": "VYP Düzenle", + "DATASET-OVERVIEW": "Veri Setine Genel Bakış", + "DATASET-EDIT": "Veri Seti Görüntüle/Düzenle", + "DMP-NEW-VERSION": "VYP Yeni Sürüm", + "DMP-CLONE": "VYP Çoğalt", + "DATASET-NEW": "Yeni Veri Seti", + "GRANT-NEW": "Yeni Hibe", + "GRANT-EDIT": "Hibe Görüntüle/Düzenle", + "DMP-BLUEPRINT-NEW": "New DMP Blueprint", + "DMP-BLUEPRINT-CLONE": "New Clone of DMP Blueprint", + "DMP-BLUEPRINT-EDIT": "Edit DMP Blueprint", + "DATASET-PROFILES-NEW": "Yeni Veri Seti Şablonu", + "DATASET-PROFILES-EDIT": "Veri Seti Şablonu Düzenle", + "DESCRIPTION-TYPE-NEW": "New Description Type", + "DESCRIPTION-TYPE-EDIT": "Edit Description Type", + "EXPLORE-PLANS-OVERVIEW": "Yayınlanmış VYP Genel Bakış", + "DATASET-PUBLIC-EDIT": "Yayınlanan Veri Seti Görüntüle", + "DMP-PUBLIC-EDIT": "Yayınlanmış VYP Görüntüle", + "DATASET-COPY": "Veri Seti Kopyala", + "DATASET-UPDATE": "Veri Seti Güncelle", + "DATASET-PROFILES-NEW-VERSION": "Veri Seti Şablonunun Yeni Sürümü", + "DATASET-PROFILES-CLONE": "Veri Seti Şablonunun Yeni Kopyası", + "LANGUAGE-EDITOR": "Dil Editörü", + "GUIDE-EDITOR": "Kullanıcı Rehberi Editörü", + "LANGUAGE": "Dil", + "SIGN-IN": "Oturum aç" + }, + "FILE-TRANSFOMER": { + "PDF": "PDF", + "XML": "XML", + "JSON": "RDA JSON", + "DOC": "Belge" + }, + "LANGUAGES": { + "en": "İngilizce", + "gr": "Yunanca", + "es": "İspanyolca", + "de": "Almanca", + "tr": "Türkçe", + "sk": "Slovakça", + "sr": "Sırpça", + "pt": "Portekizce", + "hr": "Croatian", + "pl": "Polish" + } + }, + "COOKIE": { + "MESSAGE": "Bu web sitesi kullanıcı deneyimini geliştirmek için çerezler kullanmaktadır.", + "DISMISS": "Kabul", + "DENY": "Çerezleri reddet", + "LINK": "Daha fazla öğren", + "POLICY": "Çerez Politikası" + }, + "EMAIL-CONFIRMATION": { + "EXPIRED-EMAIL": "E-posta davetiyesi süresi doldu", + "CARD-TITLE": "E-posta", + "REQUEST-EMAIL-HEADER": "Neredeyse tamamlandı. Lütfen e-posta adresinizi giriniz.", + "REQUEST-EMAIL-TEXT": "Uygulamayı kullanmak için onaylamanız gerekecek.", + "SUBMIT": "Gönder", + "SENT-EMAIL-HEADER": "E-posta gönderildi! Lütfen gelen kutunuzu kontrol ediniz.", + "EMAIL-FOUND": "E-posta zaten onaylandı" + }, + "HOME": { + "DMPS": "VYP'ları", + "DATASETS": "Veri Setleri", + "LOGIN": { + "TITLE": "Giriş", + "TEXT": "{{ APP_NAME_CAPS }} için kayıtlı bir hesap sahibi olmanıza gerek yoktur" + } + }, + "NAV-BAR": { + "BREADCRUMB-ROOT": "Gösterge Paneli", + "TITLE": "{{ APP_NAME_CAPS }}", + "GRANTS": "Hibeler", + "GRANT": "Hibe", + "DMP": "VYP", + "DMPS": "VYP'ları", + "MY-DMPS": "VYP'larım", + "DATASETS": "Veri Setleri", + "DESCRIPTION": "Description", + "PUBLIC-DATASETS": "{{ APP_NAME_CAPS }}'u Keşfet", + "USERS": "Kullanıcılar", + "DATASETS-ADMIN": "Veri Seti Şablonları", + "DMP-BLUEPRINTS": "DMP Blueprints", + "ABOUT": "Hakkında", + "MY-DATASET-DESCRIPTIONS": "Veri Setlerim", + "DATASET-DESCRIPTION-WIZARD": "Veri Seti Sihirbazı", + "PUBLIC DATASETS": "Yayınlanmış Veri Setleri", + "PUBLIC-DMPS": "YAYINLANMIŞ VYP'LARI", + "HOME": "EV", + "DMP-WIZARD": "VYP Sihirbazı", + "DATASET-TEMPLATES": "VERİ SETİ ŞABLONLARI", + "TEMPLATE": "ŞABLON", + "DMP-BLUEPRINTS-CAPS": "DMP BLUEPRINTS", + "USERS-BREADCRUMB": "KULLANICILAR", + "START-NEW-DMP": "Yeni bir VYP yaz", + "START-NEW-DMP-TXT": "Start fresh or continue work in {{ APP_NAME }}! Create a new DMP or upload an existing DMP to {{ APP_NAME }}", + "START-WIZARD": "Sihirbazı başlat", + "IMPORT-FROM-FILE": "Dosyadan içe aktar.", + "SEARCH": { + "DATASET": "Veri Seti", + "DMP": "VYP", + "GRANT": "Hibe", + "PUBLISHED": "Yayınlandı" + } + }, + "SIDE-BAR": { + "GENERAL": "GENEL", + "ABOUT": "Hakkında", + "DASHBOARD": "Ev", + "DMP": "VERİ YÖNETİM PLANLARI", + "MY-DMPS": "VYP'larım", + "DATASETS": "Veri Setleri", + "GRANTS": "HİBELER", + "NEW DATASET": "Yeni Veri Seti", + "QUICK-WIZARD": "Yeni VYP (Sihirbaz)", + "QUICK-WIZARD-DATASET": "Veri Seti ekle (Sihirbaz)", + "ADD-EXPERT": "Yeni VYP (Uzman)", + "MY-DATASET-DESC": "Veri Seti Tanımlamalarım", + "MY-DESCRIPTIONS": "My Descriptions", + "MY-GRANTS": "Hibelerim", + "HISTORY": "TARİHÇE", + "HISTORY-VISITED": "SON ZİYARET", + "HISTORY-EDITED": "SON DÜZELTME", + "PUBLIC": "YAYINLANDI", + "PUBLIC-DMPS": "Yayınlanmış VYP'ları", + "PUBLIC-DESC": "Public Descriptions", + "ACCOUNT": "HESAP", + "ADMIN": "ADMIN", + "DESCRIPTION-TEMPLATES": "Description Templates", + "DESCRIPTION-TEMPLATE-TYPES": "Description Types", + "DMP-BLUEPRINTS": "DMP Blueprints", + "USERS": "Kullanıcılar", + "LANGUAGE-EDITOR": "Dil Editörü", + "GUIDE-EDITOR": "Kullanıcı Rehberi Editörü", + "CO-BRANDING": "Birlikte Markalama", + "SUPPORT": "Destek", + "FEEDBACK": "Geribildirim Yolla", + "SUPPORTIVE-MATERIAL": "Destekleyici Malzeme" + }, + "DATASET-PROFILE-EDITOR": { + "TITLE": { + "NEW": "Yeni API İstemci", + "NEW-PROFILE": "New Description Template", + "NEW-PROFILE-VERSION": "Yeni Sürümü ", + "NEW-PROFILE-CLONE": "Yeni Kopyası " + }, + "FIELDS": { + "DATASET-TITLE": "Description Template Name", + "DATASET-DESCRIPTION": "Tanım", + "ROLES": "Görev" + }, + "STEPS": { + "GENERAL-INFO": { + "TITLE": "General Info", + "DATASET-TEMPLATE-NAME": "Description template name", + "DATASET-TEMPLATE-NAME-HINT": "A title that determines the Description template.", + "DATASET-TEMPLATE-DESCRIPTION": "Description", + "DATASET-TEMPLATE-DESCRIPTION-HINT": "A brief description of what the Dataset is about, it's scope and objectives.", + "DESCRIPTION-TEMPLATE-TYPE": "Description template type", + "DESCRIPTION-TEMPLATE-SELECT-TYPE": "Select a type", + "DATASET-TEMPLATE-LANGUAGE": "Description template language", + "DATASET-TEMPLATE-SELECT-LANGUAGE": "Select a language", + "DATASET-TEMPLATE-USERS": "Editors", + "DATASET-TEMPLATE-USERS-HINT": "Add editors and save changes to notify them.", + "DATASET-TEMPLATE-REMOVE-USER": "Remove Editor", + "DATASET-TEMPLATE-NO-USERS-YET": "... No editors yet", + "DATASET-TEMPLATE-VALIDATE-AND-ADD-USER": "Validate and Add Editor", + "DATASET-TEMPLATE-DESCRIPTION-PLACEHOLDER": "Dataset template description", + "UNTITLED": "Untitled", + "QUESTION": "Question", + "TEMPLATE-OUTLINE": "Template outline", + "ERRORS":{ + "USER-NOT-FOUND":"User not found." + } + }, + "PAGE-INFO": { + "PAGE-NAME": "Chapter Name", + "PAGE-NAME-HINT": "Set a name for the desciption chapter.", + "PAGE-DESCRIPTION": "Description", + "PAGE-DESCRIPTION-HINT": "Write a brief desciption of what the chapter is about.", + "ACTIONS": { + "CREATE-FIRST-PAGE": "Create the first chapter", + "CREATE-NEW-SUBSECTION": "Section", + "CREATE-NEW-SECTION": "Chapter", + "CREATE-FIRST-SECTION": "Create the first chapter", + "NOTHING-HERE-HINT": "Nothing here yet.", + "START-CREATING-PAGE-START": "Start by ", + "START-CREATING-PAGE-END": "creating the first chapter.", + "CREATE-SECTION": "Create section" + }, + "PAGE": "Chapter" + }, + "SECTION-INFO": { + "SECTION-NAME": "Section Name", + "SECTION-NAME-HINT": "Set a name for the section.", + "SECTION-DESCRIPTION": "Description", + "SECTION-DESCRIPTION-HINT": "Write a brief desciption of what the section is about.", + "SECTION": "Section" + }, + "PAGES": { + "TITLE": "Chapter Description", + "PAGE-PREFIX": "Chapter", + "PAGE-INPUT-TITLE": "Chapter Title", + "DATASET-DETAILS": "Dataset Details", + "EXTERNAL-REFERENCES": "External References", + "DESCRIPTION": "Description" + }, + "FORM": { + "TITLE": "Form Tanımı", + "SECTION": { + "TITLE": "Bölüm Bilgisi", + "FIELDS": { + "ID": "Bölüm Benzersiz Tanımlayıcı", + "TITLE": "Bölüm Adı", + "PAGE": "Görüntülenecek sayfa", + "ORDER": "Düzen", + "DESCRIPTION": "Tanım", + "FIELDS-TITLE": "Alanlar", + "SUB-SECTIONS-TITLE": "Alt-Bölüm" + }, + "ACTIONS": { + "ADD-SUB-SECTION": "Alt-Bölüm Ekle +", + "ADD-FIELD": "Alan Ekle +" + } + }, + "COMPOSITE-FIELD": { + "TITLE": "Karma Alan Bilgisi", + "SIMPLE-FIELD-TITLE": "Alan Bilgisi", + "SUB-FIELDS-TITLE": "Alt Alanlar", + "FIELDS": { + "COMPOSITE-CHECKBOX": "Karma Alan", + "MULTIPLICITY-CHECKBOX": "Çeşitlilik", + "COMMENT-CHECKBOX": "Yorum Alanı Dahil Et", + "COMPOSITE-TITLE": "Karma Alan İsmi", + "FIELD-TITLE": "Alan İsmi", + "DESCRIPTION": "Tanım", + "EXTENDED-DESCRIPTION": "Genişletilmiş Açıklama", + "ADDITIONAL-INFORMATION": "Ek Bilgi", + "MULTIPLICITY-MIN": "En az Çokluk", + "MULTIPLICITY-MAX": "En fazla Çokluk", + "MULTIPLICITY-PLACEHOLDER": "Multiplicity Placeholder Text", + "MULTIPLICITY-TABLEVIEW": "View inputs in table", + "MULTIPLICITY-ADD-ONE-FIELD": "Add more", + "MULTIPLICITY-ADD-ONE-FIELD-TABLEVIEW": "Add row", + "ORDER": "Düzen", + "COMMENT-PLACEHOLDER": "Lütfen Belirtiniz", + "COMMENT-HINT": "Seçiminiz hakkında gerekçe veya ek bilgi veriniz", + "SEMANTICS": "Semantics", + "EXPORT": "Include in Export" + }, + "ACTIONS": { + "ADD-CHILD-FIELD": "Alt Alan Ekle +" + } + }, + "FIELD": { + "FIELDS": { + "RULES-TITLE": "Görünürlük Kuralları", + "FIELD-RULES-VALUE": "Değer", + "ID": "Bölüm Benzersiz Tanımlayıcı", + "VIEW-STYLE": "Tip", + "MULTIPLICITY-MIN": "En az Çokluk", + "MULTIPLICITY-MAX": "En fazla Çokluk", + "ORDER": "Düzen", + "DEFAULT-VALUE": "Varsayılan Değer", + "VALIDATION": "Onaylama", + "MULTIPLICITY-CHECKBOX": "Çeşitlilik", + "FIELD-TEXT-AREA-TITLE": "Metin Alanı Verisi", + "FIELD-TEXT-AREA-PLACEHOLDER": "Girdi Yertutucu", + "FIELD-RICH-TEXT-AREA-TITLE": "Rich Text Area Data", + "FIELD-RICH-TEXT-AREA-PLACEHOLDER": "Input Placeholder Text", + "FIELD-UPLOAD-TITLE": "Upload", + "FIELD-UPLOAD-PLACEHOLDER": "Upload Placeholder Text", + "FIELD-UPLOAD-MAX-FILE-SIZE": "Max File Size (up to {{maxfilesize}} Megabytes)", + "FIELD-UPLOAD-CUSTOM-FILETYPE": "Other file types", + "FIELD-UPLOAD-SELECT-FILETYPE": "Select file types", + "FIELD-UPLOAD-LABEL": "media type name", + "FIELD-UPLOAD-VALUE": "media type value", + "FIELD-BOOLEAN-DECISION-TITLE": "Boolean Kararı Verisi", + "FIELD-BOOLEAN-DECISION-PLACEHOLDER": "Girdi Yertutucu", + "FIELD-CHECKBOX-TITLE": "Onay Kutusu Verisi", + "FIELD-CHECKBOX-PLACEHOLDER": "Input Placeholder Text", + "FIELD-FREE-TEXT-TITLE": "Serbest Metin Verisi", + "FIELD-FREE-TEXT-PLACEHOLDER": "Input Placeholder Text", + "FIELD-COMBO-BOX-TYPE": "Açılan Kutu Tipi", + "FIELD-WORD-LIST-TITLE": "Kelime Listesi Verisi", + "FIELD-WORD-LIST-PLACEHOLDER": "Input Placeholder Text", + "FIELD-WORD-LIST-LABEL": "Etiket", + "FIELD-WORD-LIST-VALUE": "Değer", + "FIELD-INTERNAL-DMP-ENTITIES-TYPE": "Dahili VYP Varlığının Türü", + "FIELD-RESEARCHERS-TITLE": "Araştırmacılar Otomatik Tamamlama", + "FIELD-RESEARCHERS-PLACEHOLDER": "Input Placeholder Text", + "FIELD-DATASETS-PLACEHOLDER": "Input Placeholder Text", + "FIELD-DMPS-PLACEHOLDER": "Input Placeholder Text", + "FIELD-RADIO-BOX-TITLE": "Radyo Secim Verisia", + "FIELD-RADIO-BOX-PLACEHOLDER": "Input Placeholder Text", + "FIELD-RADIO-BOX-LABEL": "Etiket", + "FIELD-RADIO-BOX-VALUE": "Değer", + "FIELD-AUTOCOMPLETE-TITLE": "Otomatik Tamamlama Verisi", + "FIELD-AUTOCOMPLETE-PLACEHOLDER": "Input Placeholder Text", + "FIELD-AUTOCOMPLETE-SOURCE-TITLE": "Kaynaklar", + "FIELD-AUTOCOMPLETE-ADD_SOURCE": "Kaynak Ekle", + "FIELD-AUTOCOMPLETE-TYPE": "Kaynak Tipi", + "FIELD-AUTOCOMPLETE-TYPE-UNCACHED": "Önbellğe Alınmamış", + "FIELD-AUTOCOMPLETE-TYPE-CACHED": "Önbellek", + "FIELD-AUTOCOMPLETE-LABEL": "Etiket", + "FIELD-AUTOCOMPLETE-VALUE": "Değer", + "FIELD-AUTOCOMPLETE-SOURCE": "Kaynak", + "FIELD-AUTOCOMPLETE-URL": "Url", + "FIELD-AUTOCOMPLETE-OPTIONS-ROOT": "Options Root", + "FIELD-AUTOCOMPLETE-HAS-AUTH": "Has Authentication", + "FIELD-AUTOCOMPLETE-AUTH-METHOD": "Method", + "FIELD-AUTOCOMPLETE-AUTH-BODY": "Request Body", + "FIELD-AUTOCOMPLETE-AUTH-TYPE": "Authentication Type", + "FIELD-DATE-PICKER-TITLE": "Tarih Seçici", + "FIELD-DATE-PICKER-PLACEHOLDER": "Input Placeholder Text", + "FIELD-DATE-PICKER-LABEL": "Etiket", + "FIELD-DATE-PICKER-VALUE": "Değer", + "FIELD-MULTIPLE-AUTOCOMPLETE": "Çoklu Otomatik Tamamlama", + "FIELD-MULTIPLE-WORDLIST": "Çoklu Seçim", + "FIELD-CURRENCY-TITLE": "Currency Data", + "FIELD-CURRENCY-PLACEHOLDER": "Input Placeholder Text", + "FIELD-REGISTRIES-TITLE": "Metadata", + "FIELD-REGISTRIES-PLACEHOLDER": "Input Placeholder Text", + "FIELD-SERVICES-TITLE": "Services Data", + "FIELD-SERVICES-PLACEHOLDER": "Input Placeholder Text", + "FIELD-ORGANIZATIONS-TITLE": "Organizations Data", + "FIELD-ORGANIZATIONS-PLACEHOLDER": "Input placeholder Text", + "FIELD-EXTERNAL-DATASETS-TITLE": "External Datasets Data", + "FIELD-EXTERNAL-DATASETS-PLACEHOLDER": "Input placeholder Text", + "FIELD-DATA-REPOSITORIES-TITLE": "Data Repositories Data", + "FIELD-DATA-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-PUB-REPOSITORIES-TITLE": "Publication repositories", + "FIELD-PUB-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-JOURNALS-REPOSITORIES-TITLE": "Journals", + "FIELD-JOURNALS-REPOSITORIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-TAXONOMIES-TITLE": "Taxonomies Data", + "FIELD-TAXONOMIES-PLACEHOLDER": "Input placeholder Text", + "FIELD-LICENSES-TITLE": "Licenses Data", + "FIELD-LICENSES-PLACEHOLDER": "Input placeholder Text", + "FIELD-PUBLICATIONS-TITLE": "Publications Data", + "FIELD-PUBLICATIONS-PLACEHOLDER": "Input placeholder Text", + "FIELD-TAGS-TITLE": "Tags Data", + "FIELD-TAGS-PLACEHOLDER": "Input placeholder Text", + "FIELD-DATASET-IDENTIFIER-TITLE": "Dataset Identifier Data", + "FIELD-DATASET-IDENTIFIER-PLACEHOLDER": "Input placeholder Text", + "FIELD-VALIDATOR-TITLE": "Validator Data", + "FIELD-VALIDATOR-PLACEHOLDER": "Input placeholder Text", + "EXTERNAL-DATASET-TYPE-NAME": "Type", + "EXTERNAL-DATASET-TYPES":{ + "PRODUCED": "Produced dataset", + "REUSED": "Reused dataset", + "OTHER": "Other" + } + }, + "ERROR-MESSAGES": { + "FIELD-OTHER-SOURCES-REQUIRED": "At least one source must be provided.", + "FIELD-RADIO-AT-LEAST-ONE-REQUIRED": "There must be at least one option provided.", + "FIELD-SELECT-AT-LEAST-ONE-REQUIRED": "There must be at least one option provided." + }, + "DEFAULT-VALUES": { + "NONE": "Hiç", + "BOOLEAN-DECISION": { + "YES": "Evet", + "NO": "Hayır" + }, + "CHECK-BOX": { + "CHECKED": "Onaylandı", + "UNCHECKED": "Onaysız" + } + }, + "ACTIONS": { + "ADD-RULE": "Görünürlük Kuralı Ekle +" + }, + "STATUS":{ + "CALCULATING-PREVIEW":"... calculating preview", + "PREVIEW-UPDATED":"Preview updated!" + } + }, + "RULE": { + "FIELDS": { + "RULE-TYPE": "Kural Tipi", + "TARGET": "Hedef Alan Kimliği", + "VALUE": "Gerekli Değer", + "RULE-IF": "If Value is", + "RULE-THEN": "then show Question", + "FIELDSETS": "Questions", + "FIELDS": "Inputs" + }, + "HINTS": { + "ELEMENT-CHILD-OF-TARGET": "This element is parent of selected input.", + "ELEMENT-HIDDEN-FROM-ELEMENT": "This element hides the element or a parent element of the input you are trying to apply visibility rule from." + } + }, + "FORM-VALIDATION": { + "ERROR-MESSAGES": { + "PAGE-MUST-HAVE-SECTION": "Each chapter must have at least one section.", + "NEEDS-MORE-INFORMATION": " needs more information.", + "MUST-HAVE-SECTION-OR-FIELDSET": " must have either section or question.", + "MISSING": "Missing", + "PROVIDE-PAGE-AND-SECTION": "Make sure you provide a chapter and at least one section per chapter." + } + }, + "TABLE-OF-CONTENTS": { + "ERROR-MESSAGES": { + "FIELDSET-MUST-HAVE-PARENT-SECTION": "Question can only be child of section.", + "INPUT-SECTION-SAME-LEVEL": "Cannot have question and section on the same level.", + "DRAG-NOT-SUPPORTED": "Drag n drop of section not supported to target container.", + "PAGE-ELEMENT-ONLY-TOP-LEVEL": "Chapter elements can only be at top level" + } + } + }, + "TOOLKIT": { + "GENERAL-TOOLS": "Questions tools", + "NEW-INPUT-SET": "Add Question", + "CLONE": "Clone", + "DELETE": "Delete" + } + }, + "ACTIONS": { + "SAVE": "Kaydet", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-CLOSE": "Save & Close", + "FINALIZE": "Tamamla", + "UPDATE": "Güncelle", + "UPDATE-AND-CONTINUE": "Update & Continue", + "UPDATE-AND-CLOSE": "Update & Close", + "CANCEL": "İptal", + "DELETE": "Sil", + "ADD-PAGE": "Sayfa Ekle +", + "ADD-SECTION": "Bölüm Ekle +", + "VALIDATE": "Validate", + "PREVIEW-AND-FINALIZE": "Preview & Finalize", + "BACK-TO-TOP": "Back to top", + "FIELD": { + "MAKE-IT-REQUIRED": "Make input required", + "ADD-VISIBILITY-RULE": "Add Conditional Question", + "DELETE-INPUT": "Delete this input", + "PREVIEW": "Preview", + "NOT-INITIALIZED": "Not initialized yet", + "MOVE-UP": "Move this input above", + "MOVE-DOWN": "Move this input below" + }, + "FIELDSET": { + "ADD-INPUT": "Add input", + "COMMENT-FIELD": "Comment field", + "INCLUDE-COMMENT-FIELD": "A comment field input is appended to the given question.", + "ENABLE-MULTIPLICITY": "User may provide more than one answer to the given question.", + "MULTIPLICITY": "Multiplicity", + "MORE": "More.." + } + }, + "FEEDBACK-MESSAGES": { + "SAVE-SUCCESS": "Changes were saved successfully." + }, + "ERRORS": { + "INVALID-VISIBILITY-RULES": { + "MESSAGE-START": "There were invalid visibilty rules detected in ", + "MESSAGE-END": ". Would you like to fix them?", + "CONFIRM-YES": "Yes, remove invalid rules", + "CONFIRM-NO": "No, keep them.", + "REMOVE-SUCCESS": "Invalid visibility rules were removed successfully." + } + } + }, + "GRANT-LISTING": { + "TITLE": "Hibeler", + "SUBTITLE": "Hibe Alt Başlık", + "ACTIONS": { + "NEW": "Yeni Hibe" + } + }, + "DMP-LISTING": { + "DMP": "VYP", + "GRANT": "Hibe", + "TITLE": "Veri Yönetim Planları", + "OWNER": "Sahibi", + "MEMBER": "Üye", + "CREATOR": "Oluşturan", + "EDITED": "Düzeltildi", + "FINALIZED": "Kesinleşmiş", + "PUBLISHED": "Yayınlanmış", + "VERSION": "Sürüm", + "CONTAINED-DESCRIPTIONS": "Contained Descriptions", + "TEXT-INFO": "Bir VYP'deki bilgiler, veri setlerinin nasıl toplandığını ve / veya üretildiğini, nasıl işlendiğini, analiz edildiğini ve hangi araçları, standartları, metodolojileri v.b kullandığnı gösterir. Aynı zamanda veri setlerinin nerede ve nasıl yedeklendiğini, yayınlandığını, korunduğunu ve tüm bu faaliyetler için ayrılmış veri yönetimi hizmetlerini edinme veya oluşturma maliyetleri dahil olmak üzere tüm maliyetleri gösterir.", + "TEXT-INFO-QUESTION": "VYP'nin pratikte nasıl göründüğünden emin değil misiniz? Açık Erişim VYP'lere göz atın ve", + "LINK-ZENODO": "Zenodo'daki LIBER topluluğu", + "GET-IDEA": "Bir Fikir Edinmek!", + "SORT-BY": "Göre Sırala", + "COLUMNS": { + "NAME": "İsim", + "GRANT": "Hibe", + "PROFILE": "Şablon", + "CREATION-TIME": "Oluşturma Zamanı", + "ORGANISATIONS": "Kuruluşlar", + "LATEST_VERSION": "Son Sürüm", + "ACTIONS": "Eylemler", + "DATASETS": "Veri Setleri", + "STATUS": "Durum", + "PEOPLE": "İnsanlar", + "VERSION": "Sürüm" + }, + "ACTIONS": { + "NEW": "Yeni VYP", + "NEW-WITH-WIZARD": "Sihirbaz kullanarak yeni VYP", + "EDIT": "Düzenle", + "INVITE": "Katılımcıları Davet Et", + "INVITE-AUTHORS": "Yazarları Davet Et", + "INVITE-SHORT": "Davet Et", + "ADD-DATASET": "VYP'na Veri Seti Ekle", + "ADD-DESCRIPTION-SHORT": "Add Description", + "ADD-DESCRIPTION-FOR-SECTION": "Add Description", + "DATASETS": "Tüm VYP Veri Seti Tanımlarını Listele", + "NEW-VERSION": "Yeni Sürüm", + "START-NEW-VERSION": "Yeni Sürümü Başlat", + "VIEW-VERSION": "Tüm VYP Sürümleri", + "CLONE": "Çoğalt", + "COPY": "Kopyala", + "DELETE": "Sil", + "DEPOSIT": "Depozito", + "EXPORT": "Dışarı Aktar", + "MAKE-PUBLIC": "Erişime Aç", + "PUBLISH": "Yayınla", + "FINALIZE": "Tamamla", + "UNFINALIZE": "Tamamlamayı Geri Al", + "ADV-EXP": "Gelişmiş Dışarı Aktarma", + "EXP-AS": "Olarak Dışarı Aktar", + "DOWNLOAD-XML": "XML İndir", + "DOWNLOAD-DOCX": "Belgeyi İndir", + "DOWNLOAD-PDF": "PDF'i İndir", + "SETTINGS": "Ayarlar", + "GETDOI": "DOI Al" + }, + "TOOLTIP": { + "DMP-STATUS": { + "DRAFT": "Özel erişim - Düzenlenebilir VYP", + "FINALIZED": "Özel erişim - Kapalı VYP", + "PUBLISHED": "Genel erişim - Kapalı VYP" + }, + "LEVEL-OF-ACCESS": "Erişim Seviyesi", + "INVOLVED-DATASETS": "İlgili Veri Setleri", + "TEMPLATES-INVOLVED": "İlişkilendirilmiş Veri Seti Şablonları" + }, + "VIEW-ALL-VERSIONS": "Tüm sürümleri", + "EMPTY-LIST": "Burada Henüz Bir Şey Yok." + }, + "DMP-PUBLIC-LISTING": { + "TITLE": "Yayınlanmış Veri Yönetim Planları", + "OWNER": "Sahibi", + "MEMBER": "Üye", + "CREATOR": "Oluşturan", + "VIEW-ONLY": "Sadece Görüntüle", + "TOOLTIP": { + "PUBLISHED": "Genel erişim - Kapalı VYP", + "INVOLVED-DATASETS": "İlgili Veri Setleri", + "TEMPLATES-INVOLVED": "İlişkilendirilmiş Veri Seti Şablonları" + }, + "EMPTY-LIST": "Burada Henüz Bir Şey Yok." + }, + "DMP-UPLOAD": { + "TITLE": "Veri Yönetim Planı Şablonu İçeri Aktar", + "UPLOAD-BUTTON": "Yükleme", + "UPLOAD-SUCCESS": "Başarıyla İçeri Aktarıldı", + "ACTIONS": { + "IMPORT": "İçeri Aktar", + "CANCEL": "İptal" + }, + "PLACEHOLDER": "VYP başlığı" + }, + "DATASET-WIZARD": { + "TITLE": { + "NEW": "Yeni Veri Seti Tanımı" + }, + "EDITOR": { + "FIELDS": { + "EXTERNAL-DATASET-TYPE": "Tip", + "EXTERNAL-AUTOCOMPLETE-SUBTITLE": "Kaynak: ", + "EXTERNAL-AUTOCOMPLETE-NO-SOURCE": "Kaynak Sağlanamadı" + } + }, + "FIRST-STEP": { + "TITLE": "Veri Seti Bilgisi", + "DMP": "Veri Yönetim Planı", + "PROFILE": "Veri Seti Şablonu", + "SUB-TITLE": "Oluşturma Tarihi: " + }, + "SECOND-STEP": { + "TITLE": "Dış Bağlantılar", + "EXTERNAL-HINT": "Dış kaynak(lar) tarafından sağlanan değerlerin listesi" + }, + "THIRD-STEP": { + "TITLE": "Tanım" + }, + "ACTIONS": { + "NEXT": "Sonraki", + "BACK": "Geri", + "CLOSE": "Kapat", + "BACK-TO": "Geriye", + "DELETE": "Sil", + "GO-TO-GRANT": "Veri Seti Hibesine Git", + "GO-TO-DMP": "Veri Seti VYP'na Git", + "SAVE": "Kaydet", + "SAVE-AND-CONTINUE": "Save & Continue", + "SAVE-AND-ADD": "Kaydet & Yeni Ekle", + "SAVE-AND-CLOSE": "Kaydet & Kapat", + "SAVE-AND-FINALISE": "Kaydet ve Bitir", + "FINALIZE": "Tamamlan", + "REVERSE": "Tamamlamayı Geri Al", + "INFO": "Sonlandırılmış VYP'larının Veri setleri sonlanmamış durumuna geri alınamaz", + "LOCK": "Veri Seti başka bir kullanıcı tarafından kilitlenmiş", + "DOWNLOAD-PDF": "PDF'i İndir", + "DOWNLOAD-XML": "XML İndir", + "DOWNLOAD-DOCX": "DOCX İndir", + "COPY-DESCRIPTION": "Copy Description", + "UPDATE-DATASET-PROFILE": "Şablonu Güncelle", + "VALIDATE":"Validate", + "UNDO-FINALIZATION-QUESTION" :"Undo finalization?", + "CONFIRM" : "Yes", + "REJECT": "No" + }, + "MESSAGES": { + "DATASET-NOT-FOUND": "Veri Seti mevcut değildir", + "DATASET-NOT-ALLOWED": "Bu Veri Setine erişiminiz yok", + "SUCCESS-UPDATE-DATASET-PROFILE": "Veri Seti Tanımı başarılı olarak güncellendi", + "MISSING-FIELDS": "There are some required fields left unfilled. Please check the DMP and make sure that all required questions are answered and URLs are provided with valid input. (Missing fields are marked in red color.)", + "NO-FILES-SELECTED": "There is no selected file to upload", + "LARGE-FILE-OR-UNACCEPTED-TYPE": "The file is too large or its type is not supported.", + "MAX-FILE-SIZE": "Uploaded files should be up to {{maxfilesize}} MB.", + "ACCEPTED-FILE-TRANSFOMER": "Supported media types are: " + }, + "UPLOAD": { + "UPLOAD-XML": "İçeri Aktar", + "UPLOAD-XML-FILE-TITLE": "Veri Seti Şablonu İçeri Aktar", + "UPLOAD-XML-NAME": "Veri Seti Şablonu İsmi", + "UPLOAD-XML-IMPORT": "Dosya", + "UPLOAD-XML-FILE-CANCEL": "İptal" + }, + "NEW-VERSION-FROM-FILE": { + "NEW-VERSION-XML": "Import", + "NEW-VERSION-XML-FILE-TITLE": "New Version from File for {{datasetName}}", + "NEW-VERSION-XML-FILE-CANCEL": "Cancel", + "NEW-VERSION-XML-SUCCESSFUL": "New Version successfully uploaded" + }, + "DIALOGUE": { + "TITLE": "Veri Seti Tanımını VYP'na Kopyala", + "DMP-SEARCH": { + "PLACEHOLDER": "VYP Arama" + }, + "COPY": "Kopyala", + "CANCEL": "İptal", + "NEXT": "İleri", + "ERROR-MESSAGE": "Bu Veri Seti Şablonunu İçermiyor" + }, + "LOCKED":{ + "TITLE":"Dataset is locked", + "MESSAGE": "Somebody else is modifying the dataset at this moment. You may view the dataset but you cannot make any changes. If you would like to modify it please come back later." + } + }, + "DMP-OVERVIEW": { + "GRANT": "Hibe", + "DMP-AUTHORS": "VYP Yazarı", + "RESEARCHERS": "Araştırmacılar", + "DESCRIPTIONS-USED": "Descriptions used", + "COLLABORATORS": "Ortaklar", + "PUBLIC": "Açık Erişimli", + "PRIVATE": "Gizli", + "LOCKED": "Kilitli", + "UNLOCKED": "Kilidi Açık", + "YOU": "siz", + "LOCK": "Kilit", + "TOOLTIP": { + "LEVEL-OF-ACCESS": "Erişim Seviyesi", + "INVOLVED-DATASETS": "İlgili Veri Seti Tanımları", + "TEMPLATES-INVOLVED": "İlişkilendirilmiş Veri Seti Tanımı Şablonları" + }, + "ERROR": { + "DELETED-DMP": "İstenen VYP silindi", + "FORBIDEN-DMP": "Bu VYP'na erişmenize izin verilmez" + }, + "MULTIPLE-DIALOG": { + "ZENODO-LOGIN": "Zenodo ile oturum aç", + "USE-DEFAULT": "Mevcut Jetonu Kullan" + }, + "DEPOSIT": { + "ACCOUNT-LOGIN": "Which account would you like to use?", + "LOGIN": "Login with {{repository}}", + "NO-REPOSITORIES": "No publishing repositories", + "SELECT-REPOSITORIES": "Select repositories to deposit", + "AUTHORIZE": "Proceed to authorization", + "CANCEL": "Cancel" + }, + "LOCKED-DIALOG":{ + "TITLE": "DMP is locked", + "MESSAGE":"Somebody else is modifying the DMP at this moment. If you would like to modify or view it, please come back later." + }, + "MIN-DESCRIPTIONS-DIALOG": { + "TITLE": "Min({{minMultiplicity}}) datasets needed using this template.", + "MESSAGE": "Add dataset." + } + }, + "DATASET-OVERVIEW": { + "DESCRIPTION-AUTHORS": "Description authors", + "ERROR": { + "DELETED-DATASET": "Seçili Veri Seti silindi", + "FORBIDEN-DATASET": "Bu veri setine erişim izniniz yok" + }, + "LOCKED":{ + "TITLE": "Dataset is locked", + "MESSAGE": "Somebody else is modifying the dataset at this moment. If you would like to modify or view it, please come back later." + }, + "FINALISE-POPUP":{ + "MESSAGE":"You will be directed to Dataset Editor where you can finalize the selected dataset. Would you like to proceed?", + "CONFIRM":"OK", + "CANCEL":"Cancel" + } + }, + "DATASET-LISTING": { + "TITLE": "Veri seti Tanımları", + "DESCRIPTION": "Description", + "SELECT-DESCRIPTIONS-TO-CLONE": "Select which descriptions to include in the new DMP. Selected descriptions will be editable.", + "SELECT-DESCRIPTIONS-NONE": "Not available Descriptions for this DMP.", + "TEXT-INFO": "Veri setleri, veri seti açıklamalarının içeriğini belirleyen önceden tanımlanmış şablonları takiben belgelenir. {{ APP_NAME }}'ta bir VYP, belgelediği veri setleri kadar veri seti açıklaması içerebilir. Gözat ", + "TEXT-INFO-REST": " {{ APP_NAME }} VYP'lerde açıklanan veri setlerine gözat", + "LINK-PUBLIC-DATASETS": "Açık Erişimli Veri Seti Tanımları", + "TEXT-INFO-PAR": "Yeni veri setleri her zaman mevcut VYP'lere eklenebilir ve birden fazla şablonla tanımlanabilir. Ayrıca, veri setleri açıklamaları, hem kopyalanabilir ve diğer VYP'lerde yeniden kullanılabilir hem de mevcut VYP'yi bütün olarak olumsuz etkilemeden silinebilir.", + "COLUMNS": { + "NAME": "İsim", + "REFERNCE": "İlgi", + "GRANT": "Hibe", + "URI": "Uri", + "STATUS": "Durum", + "DESCRIPTION": "Tanım", + "CREATED": "Oluşturuldu", + "PUBLISHED": "Yayınlandı", + "FINALIZED": "Tamamlandı", + "LAST-EDITED": "Son Düzenleyen", + "ACTIONS": "Son Düzenleye", + "DMP": "VTP", + "PROFILE": "Şablon", + "DATAREPOSITORIES": "Veri Deposu", + "REGISTRIES": "Kayıtçılar", + "SERVICES": "Hizmetler" + }, + "ACTIONS": { + "EDIT": "Düzenle", + "MAKE-IT-PUBLIC": "Herkese Açık Yap", + "VIEW": "Göster", + "NEW": "Yeni Veri Seti", + "CREATE-NEW": "Yeni Veri Seti Oluştur", + "EXPORT": "Dışarı Aktar", + "INVITE-COLLABORATORS": "Çalışma Arkadaşlarını Dahil Et", + "INVITE-SHORT": "Dahil Et" + }, + "STATES": { + "EDITED": "Düzeltildi", + "PUBLIC": "Açık Erişimli", + "FINALIZED": "Tamamlandı", + "PUBLISHED": "Yayınlandı" + }, + "TOOLTIP": { + "DATASET-STATUS": { + "DRAFT": "Özel erişim - Düzenlenebilir Veri Seti", + "FINALIZED": "Özel erişim - Kapalı Veri Seti" + }, + "DMP": "VYP", + "GRANT": "Hibe", + "TEMPLATES-INVOLVED": "Veri Seti Şablonu", + "VERSION": "VYP Sürümü", + "PART-OF": "Parçası", + "TO-DMP": "VYP'ye", + "DMP-FOR": "VYP için" + }, + "EMPTY-LIST": "Burada Henüz Bir Şey Yok." + }, + "DATASET-PUBLIC-LISTING": { + "TITLE": "Yayınlanmış Veri Setleri", + "TOOLTIP": { + "FINALIZED": "Özel erişim - Kapalı Veri Seti", + "DMP": "VYP", + "GRANT": "Hibe", + "TEMPLATES-INVOLVED": "Veri Seti Şablonu" + }, + "EMPTY-LIST": "Burada Henüz Bir Şey Yok." + }, + "DATASET-PROFILE-LISTING": { + "TITLE": "Description Templates", + "COLUMNS": { + "NAME": "İsim", + "REFERNCE": "İlgili", + "GRANT": "Hibe", + "URI": "Uri", + "ROLE": "Görev", + "TEMPLATE": "Şablon", + "ORGANIZATION": "Organizasyon", + "STATUS": "Durum", + "VISITED": "Ziyaret edildi", + "EDITED": "Düzeltildi", + "DESCRIPTION": "Tanım", + "CREATED": "Oluşturuldu", + "ACTIONS": "Eylemler", + "DMP": "VYP", + "PROFILE": "Şablon", + "DATAREPOSITORIES": "Veri Deposu", + "REGISTRIES": "Kayıtçılar", + "SERVICES": "Hizmetler" + }, + "ACTIONS": { + "EDIT": "Hizmetler", + "MAKE-IT-PUBLIC": "Herkese açık yap", + "VIEW": "Göster", + "CLONE": "Çoğalt", + "NEW-VERSION": "Yeni Sürüm", + "NEW-VERSION-FROM-FILE": "New Version from File", + "VIEW-VERSIONS": "All Description Template Versions", + "DELETE": "Sil", + "CREATE-DESCRIPTION-TEMPLATE": "Create Description Template" + } + }, + "DESCRIPTION-TYPES-LISTING": { + "TITLE": "Description Types", + "CREATE-TYPE": "Create Description Type", + "COLUMNS": { + "NAME": "Name", + "STATUS": "Status" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "ACTIONS": { + "DELETE": "Delete" + } + }, + "DATASET-UPLOAD": { + "TITLE": "Veri Seti İçeri Aktar", + "UPLOAD-BUTTON": "Yükleme", + "ACTIONS": { + "IMPORT": "İçeri Aktar", + "CANCEL": "İptal" + }, + "PLACEHOLDER": "Veri Seti Başlığı", + "DATASET-PROFILE": { + "SELECT": "Veri Seti Şablonu Seçin" + }, + "SNACK-BAR": { + "SUCCESSFUL-CREATION": "Başarıyla İçeri Aktarıldı", + "UNSUCCESSFUL": "Bir şeyler yanlış gitti" + } + }, + "DESCRIPTION-TYPE-EDITOR": { + "NEW": "New Description Type", + "FIELDS": { + "LABEL": "Name" + }, + "ACTIONS": { + "SAVE": "Save", + "FINALIZE": "Finalize", + "CANCEL": "Cancel" + } + }, + "DMP-BLUEPRINT-EDITOR": { + "TITLE": { + "NEW": "New DMP Blueprint", + "NEW-PROFILE-CLONE": "New Clone Of ", + "EDIT": "Düzenle" + }, + "FIELDS": { + "TITLE": "Alanlar", + "LABEL": "İsim", + "TYPE": "Tip", + "DATATYPE": "Veri Tipi", + "REQUIRED": "Gerekli", + "FIELD-MULTIPLE-SELECT": "Multiple", + "EXTERNAL-AUTOCOMPLETE": { + "TITLE": "Verileri Otomatik Tamamla", + "MULTIPLE-AUTOCOMPLETE": "Çoklu Otomatik Tamamlama", + "PLACEHOLDER": "Girdi Yer tutucu", + "URL": "Url", + "OPTIONS-ROOT": "Options Root", + "LABEL": "Etiket", + "VALUE": "Değer" + } + }, + "ACTIONS": { + "SAVE": "Kaydet", + "CANCEL": "İptal", + "DELETE": "Sil", + "FINALIZE": "Tamamla", + "DOWNLOAD-XML": "XML İndir" + }, + "CONFIRM-DELETE-DIALOG":{ + "MESSAGE": "Would you like to delete this DMP template?", + "CONFIRM-BUTTON": "Yes, delete", + "CANCEL-BUTTON": "No" + } + }, + "GRANT-EDITOR": { + "TITLE": { + "NEW": "Yeni Hibe", + "EDIT": "Düzenle" + }, + "FIELDS": { + "LABEL": "Başlık", + "ABBREVIATION": "Kısaltma", + "URI": "URL", + "START": "Başla", + "END": "Son", + "DESCRIPTION": "Tanım", + "LOGO": "Hibe Simgesi" + }, + "ACTIONS": { + "SAVE": "Kaydet", + "CANCEL": "İptal", + "DELETE": "Sil", + "GO-TO-DMPS": "VYP'na Git", + "VISIT-WEBSITE": "Siteyi Ziyaret Et" + } + }, + "DMP-EDITOR": { + "TITLE": { + "NEW": "Yeni Veri Yönetim Planı", + "EDIT": "Düzenle", + "EDIT-DMP": "VYP'yi düzenleme", + "ADD-DATASET": "Veri Seti ekle", + "EDIT-DESCRIPTION": "Editing Description", + "CLONE-DMP": "Çoğalt", + "NEW-VERSION": "Yeni Sürüm", + "CREATE-DATASET": "Veri Seti Oluştur", + "SUBTITLE": "DOI", + "PREVIEW-DATASET": "Previewing Dataset" + }, + "FIELDS": { + "NAME": "VYP için başlık", + "RELATED-GRANT": "İlgili Hibe", + "DESCRIPTION": "Tanım", + "DESCRIPTION-HINT": "VYP'nin içeriğini ve amacını kısaca açıkla", + "ORGANISATIONS": "Kuruluşlar", + "ORGANISATIONS-HINT": "VYP'larının oluşturulmasına ve düzenlenmesine katkısı bulunan kurumların isimlerini buraya ekleyin", + "RESEARCHERS": "Araştırmacılar", + "RESEARCHERS-HINT": "VYP'de açıklanan verileri üreten, işleyen, analiz eden kişilerin adlarını buraya ekle.", + "AUTHORS": "Yazarlar", + "TEMPLATES": "Şablonlar", + "TEMPLATE": "VYP Şablonu", + "DATASET-TEMPLATES": "İlgili Veri Seti Şablonları", + "SELECT-TEMPLATE": "Select a template to describe your descriptions", + "PROFILE": "VYP Şablonu", + "PROJECT": "Proje", + "GRANT": "Hibe", + "GRANTS": "Hibeler", + "GRANTS-HINT": "Araştırmanın hibesini bul veya yeni bir tane seç", + "FUNDER": "Fon Sağlayıcı", + "FUNDER-HINT": "Araştırmanın fon sağlayıcısını bul veya yeni bir tane seç", + "FUNDING-ORGANIZATIONS": "Fon Sağlayıcı Kurumlar", + "PROJECT-HINT": "Projects in {{ APP_NAME }} are perceived as distinct activities falling under a grant or common activities under different grants in collaborative schemas, eg open call for contributions. Please complete it for the grant associated to your organization if your project falls under this category. In all other cases, please leave blank and it will be autocompleted.", + "STATUS": "VYP Durumu", + "EXTERNAL-SOURCE-HINT": "Dış kaynak(lar) tarafından sağlanan değerlerin listesi", + "COLLABORATORS": "Ortaklar", + "LANGUAGE": "Dil", + "LANGUAGE-HINT": "VYP için dil seç", + "LICENSE": "Lisans", + "VISIBILITY": "Görünürlük", + "VISIBILITY-HINT": "VYP’nin {{ APP_NAME }}’ta nasıl görüneceğini seçin. Geneli seçerek, “Genel VYP” den tüm kullanıcılar tarafından kullanılabilir hale getirebilirsin.", + "PUBLICATION": "Yayın Tarihi", + "CONTACT": "İletişim", + "COST": "Maliyet", + "DESCRIPTIONS": "Descriptions" + }, + "ACTIONS": { + "GO-TO-GRANT": "VYP Hibesine Git", + "GO-TO-DATASETS": "Veri Setlerine Git", + "SAVE-CHANGES": "Değişiklikleri Kaydet", + "SAVE": "Kaydet", + "CANCEL": "İptal", + "DELETE": "Sil", + "DELETE-DATASET": "Veri Seti sil", + "DISCARD": "Çıkar", + "FINALISE": "Tamamla", + "LOCK": "VYP başka bir kullanıcı tarafından kilitlendi", + "PERMISSION": "Bu VYP'nı düzenleme yetkiniz yok", + "INSERT-MANUALLY": "Manuel olarak ekle", + "CREATE-DATASET": "Yeni bir tane oluştur", + "DISABLED-EXPORT": "Please save your changes to export this DMP" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Açıklamaları Doldur", + "ORGANIZATION": "Kurum Seç", + "AUTHORS": "Yazar Seç", + "RESEARCHERS": "Araştırmacı Seç" + }, + "SNACK-BAR": { + "UNSUCCESSFUL-DOI": "Başarısız DOI oluşturma", + "SUCCESSFUL-DOI": "Başarılı DOI oluşumu", + "UNSUCCESSFUL-FINALIZE": "Başarısız VYP bitirme" + }, + "DESCRIPTION-TEMPLATE-LIST": { + "TITLE": "Available Description Templates", + "TEXT": "Descriptions selected: ", + "OK": "OK" + }, + "VISIBILITY": { + "PUBLIC": "Açık Erişimli", + "RESTRICTED": "Kısıtlanmış" + }, + "STEPPER": { + "USER-GUIDE": "Rehber Adımlar", + "MAIN-INFO": "Genel Bilgi", + "FUNDING-INFO": "Fon Bilgisi", + "DATASET-SELECTION": "Veri Seti Seçeneği", + "DESCRIPTION-INFO": "Description info", + "LICENSE-INFO": "Lisans Bilgisi", + "DATASET": "Veri Seti", + "PREVIOUS": "Önceki", + "NEXT": "Sonraki" + }, + "MAIN-INFO": { + "INTRO": "{{ APP_NAME }}'taki bir VYP, araştırma veri setlerinin dokümantasyonu, yani veri yönetimi faaliyetlerinde kullanılan araçları ve izlenen adımları vurgulayan veri seti açıklamaları gibi araştırma hakkında temel bilgilerden oluşur.", + "HINT": "VYP'nin ne hakkında olduğunun, kapsamının ve hedeflerinin kısa bir açıklaması.", + "TYPING": "Doğru olanı bulabilmek için daha fazla harf yazın.", + "UNIQUE-IDENTIFIER": "Unique Identifier", + "RESEARCHER-IDENTIFIER-EXISTS": "Researcher identifier already exists.", + "ORGANISATION-IDENTIFIER-EXSTS": "Organisation identifier already exists.", + "IDENTIFIER-EXISTS-RESEARCHER-LIST": "This identifier is already used by a researcher in the researchers list.", + "IDENTIFIER-EXISTS-ORGANISATION-LIST": "This identifier is already used by an organisation in the organisations list.", + "SAVE":"Save", + "CANCEL": "Cancel" + }, + "FUNDING-INFO": { + "INTRO": "You are using the DMP editor. Add here information about the scope, funding, actors of your DMP and decide on access and re-use issues for the DMP output that you are creating.", + "FIND": "Doğru bir tane bulamadınız mı?", + "UNIQUE-IDENTIFIER": "Unique Identifier", + "IDENTIFIER-FUNDER-EXISTS": "A funder with the given identifier exists.", + "IDENTIFIER-GRANT-EXISTS": "A grant with the given identifier exists.", + "IDENTIFIER-PROJECT-EXISTS": "A project with the given identifier exists." + }, + "DATASET-INFO": { + "INTRO": "{{ APP_NAME }}'taki bir VYP, araştırma veri setlerinin dokümantasyonu, yani, takip edilen adımları ve veri yönetimi faaliyetlerinde kullanılan araçları vurgulayan veri seti açıklamaları gibi araştırmayla ilgili amaç, hedefler ve araştırmacılar gibi önemli bilgilerden oluşur.", + "SECOND-INTRO": "Veri setleri, veri seti açıklamalarının içeriğini belirleyen önceden tanımlanmış şablonları takiben belgelenir. {{ APP_NAME }}'ta bir VYP, belgelediği veri setleri kadar çok veri seti açıklaması içerebilir.", + "FIND": "Uygun bir tane bulamadınız mı?", + "HINT": "Select a template to describe your descriptions. You may select more than one template." + }, + "LICENSE-INFO": { + "INTRO": "Her VYP, ne kadar açık ve kullanılabilir olduğu konusunda belirli lisans bilgileri içerebilir, bu şekilde veri setini kimin görebileceğini ve bu verilerin ne kadar süreyle gizli kalacağını belirleyebilirsin", + "HINT": "Listeden en uygun olanı seçerek VYP'nıza bir lisans atayın.", + "TYPING": "Doğru olanı bulmak için daha fazla harf yaz." + }, + "DATASET-DESCRIPTION": { + "INTRO": "Ιn general terms, your research data should be 'fair', that is findable, accessible, interoperable and re-usable. these principles precede implementation choices and do not necessarily suggest any specific technology, standard, or implementation-solution. this template is not intended as a strict technical implementation of the fair principles, it is rather inspired by fair as a general concept." + }, + "CHANGES": "kaydedilmemiş değişiklik", + "CLONE-DIALOG": { + "CLONE": "Çoğalt", + "SAVE": "Kaydet", + "CANCEL": "İptal" + }, + "LOCKED":{ + "TITLE":"DMP is locked", + "MESSAGE":"Somebody else is modifying the DMP at this moment. You may view the dataset but you cannot make any changes." + } + }, + "DMP-BLUEPRINT-LISTING": { + "TITLE": "DMP Blueprints", + "CREATE-DMP-BLUEPRINT": "Create DMP Blueprint", + "COLUMNS": { + "NAME": "İsim", + "STATUS": "Durum", + "CREATED": "Oluşturuldu", + "PUBLISHED": "Yayınlandı", + "LAST-EDITED": "Son Düzenleme" + }, + "ACTIONS": { + "CLONE": "Clone", + "DOWNLOAD-XML":"Download XML", + "DELETE": "Delete" + }, + "UPLOAD": { + "UPLOAD-XML": "İçeri Aktar", + "UPLOAD-XML-FILE-TITLE": "Veri Yönetim Planı Şablonu İçeri Aktar", + "UPLOAD-XML-NAME": "VYP Şablonu İsmi", + "UPLOAD-XML-IMPORT": "Dosya", + "UPLOAD-XML-FILE-CANCEL": "İptal" + }, + "STATUS":{ + "DRAFT": "Draft", + "FINALIZED": "Finalized" + }, + "MESSAGES":{ + "TEMPLATE-UPLOAD-SUCCESS":"Template successfully uploaded" + } + }, + "DYNAMIC-FORM": { + "FIELDS": { + "LABEL": "Etiket" + }, + "ACTIONS": { + "PREVIEW": "Ön izleme", + "ADD-PAGE": "Sayfa Ekle +", + "ADD-SECTION": "Bölüm Ekle +" + } + }, + "CRITERIA": { + "FILTERS": "Süzgeçler", + "GRANTS": { + "LIKE": "Arama", + "PERIOD-FROM": "Hibe Başlangıç", + "PERIOD-TO": "Hibe Sonu", + "GRANT-STATE-TYPE": "Hibe Durumu", + "TYPES": { + "NONE": "-", + "ON-GOING": "Devam Ediyor", + "FINISHED": "Tamamlandı" + } + }, + "DATASET-PROFILE": { + "LIKE": "Arama", + "STATUS": "Durum" + }, + "DATA-SETS": { + "PERIOD-FROM": "Başla", + "PERIOD-TO": "Bitir", + "STATUS": "Durumu", + "NONE": "-", + "TAGS": "Etiketler", + "SELECT-TAGS": "Etiket Seç", + "LIKE": "Search Descriptions", + "DRAFT-LIKE": "Search Draft Descriptions", + "SELECT-GRANTS": "Hibe Seçimi", + "ROLE": "Görev", + "ORGANIZATION": "Kuruluş", + "SELECT-ORGANIZATIONS": "Kurumları Seç", + "SELECT-SPEC": "Veri Seti Özelliklerini Seçin", + "RELATED-GRANT": "İlgili Hibe", + "SELECT-DMP": "VYP Seç", + "RELATED-DMP": "İlgili VYP'ları", + "SELECT-COLLABORATORS": "Ortakları Seçin", + "RELATED-COLLABORATORS": "İlgili Ortaklar", + "SELECT-DATASET-TEMPLATES": "Veri Seti Şablonu Seçin", + "RELATED-DATASET-TEMPLATES": "İlgili Veri Seti Şablonları", + "ALL-VERSIONS": "Tüm Sürümlerden" + }, + "DMP": { + "LIKE": "VYP'ları Arama", + "GRANTS": "Hibeler", + "SELECT-GRANTS": "Hibe Seçimi", + "SELECT-COLLABORATORS": "Ortakları Seçin", + "RELATED-COLLABORATORS": "İlgili Ortaklar", + "SELECT-DATASET-TEMPLATES": "Veri Seti Şablonu Seçin", + "RELATED-DATASET-TEMPLATES": "İlgili Veri Seti Şablonları" + }, + "BLUEPRINT": { + "LIKE": "Search", + "STATUS": "Status" + }, + "USERS": { + "LABEL": "Arama", + "ROLE": "Görev", + "SHOW": "Göster" + }, + "SELECT": "Bir seçenek seçin", + "LIKE": "Ara" + }, + "DATASET-EDITOR": { + "TITLE": { + "NEW": "Yeni Veri Yönetim Planı", + "EDIT": "Düzenle", + "INTRO": "You are using the Description editor. Answer here questions that describe your data management activities.", + "INTRO-TIP": "Tip: Add new descriptions to describe different types of data or disciplinary data to avoid mixing information." + }, + "FIELDS": { + "NAME": "Veri Setinin Adı", + "TITLE": "Title of Description", + "DESCRIPTION": "Tanım", + "PROFILE": "Şablon", + "URI": "Uri", + "DMP": "VYP", + "SELECT-DMP": "Veri Seti seç", + "DATAREPOSITORIES": "Veri Arşivi", + "REGISTRIES": "Kayıtçılar", + "SERVICES": "Hizmetler", + "EXTERNAL-DATASETS": "Dış Veri Setleri", + "EXTERNAL-DATASETS-DESCRIPTION": "VYP'da tarif edilen veya bunun üretimi için kullanılan veya kullanımının bir türevi veya yan ürünü olan veri setleri", + "EXTERNAL-DATASET-TYPE": "Dış Veri Seti Tipi", + "EXTERNAL-DATASET-INFO": "Dış Veri Seti Bilgisi", + "DATAREPOSITORIES-INFO": "Veri Deposu Bilgisi", + "EXTERNAL-LINK": "Dış bağlantı", + "TAGS": "Etiketler", + "CREATE": "Yeni Oluştur" + }, + "ACTIONS": { + "SAVE": "Kaydet", + "CANCEL": "İptal", + "DELETE": "Sil", + "UPDATE": "Güncelle", + "DISCARD": { + "DISCARD-NEW-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-NEW-CONFIRM": "Yes, revert changes.", + "DISCARD-NEW-DENY": "No.", + "DISCARD-EDITED-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", + "DISCARD-EDITED-CONFIRM": "Yes, revert changes and go back.", + "DISCARD-EDITED-DENY": "No." + }, + "DISABLED-EXPORT": "Please save your changes to export this Dataset" + }, + "PLACEHOLDER": { + "DESCRIPTION": "Açıklamayla Doldur", + "EXTERNAL-LINK": "Dışarıdan bir URL bağlantısı sağla" + }, + "HINT": { + "DESCRIPTION": "Briefly describe the context and purpose of the Description", + "TITLE": "Ne olduğuna dair kısa bir açıklama ", + "TITLE-REST": " Kapsam ve hedeflerle ilgili." + }, + "VERSION-DIALOG": { + "ABOUT": "Sürüm Otomatiktir.", + "QUESTION": "Veri Seti Şablonunuz güncel değil. Son sürüme güncellenmesini ister misiniz?" + }, + "ERRORS":{ + "ERROR-OCCURED": "An error occured.", + "MESSAGE": "Message: " + }, + "QUESTION": { + "EXTENDED-DESCRIPTION": { + "VIEW-MORE": "View more", + "VIEW-LESS": "View less" + } + }, + "MAX-DESCRIPTION-DIALOG": { + "TITLE": "Max datasets using this template.", + "MESSAGE": "Select another profile." + } + }, + "DATASET-CREATE-WIZARD": { + "ACTIONS": { + "NEXT": "Sonraki", + "BACK": "Geri", + "SAVE": "Kaydet" + }, + "FIRST-STEP": { + "TITLE": "VYP", + "PLACEHOLDER": "Mevcut olan bir VYP seçin" + }, + "PREFILL-STEP": { + "TITLE": "Initialize your Dataset", + "PREFILL": "Prefill", + "OR": "OR", + "HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.", + "MANUALLY": "Manually", + "PROFILE": "Dataset Template", + "PREFILLED-DATASET": "Prefilled Dataset", + "SEARCH": "Start typing to search for a dataset or software", + "NEXT": "Next" + } + }, + "INVITATION-EDITOR": { + "TITLE": " için Davetiyeleri Gönder", + "AUTOCOMPLETE-USER": "Kullanıcı", + "AUTOCOMPLETE-EMAIL": "E-Posta", + "AUTOCOMPLETE-USER-EMAIL": "Kat or kat@example.com", + "ACTIONS": { + "SEND-INVITATION": "Davetiyeleri Gönder", + "CANCEL": "İptal" + } + }, + "USERS": { + "LISTING": { + "TITLE": "Kullanıcılar", + "EMAIL": "E-posta", + "LAST-LOGGED-IN": "Son Giriş", + "LABEL": "Etiket", + "ROLES": "Görevler", + "NAME": "isim", + "PERMISSIONS": "İzinler", + "EXPORT": "Kullanıcıları dışa aktar" + }, + "ACTIONS": { + "EDIT": "Düzenle", + "SAVE": "Kaydet" + } + }, + "TYPES": { + "APP-ROLE": { + "ADMIN": "Admin", + "USER": "Kullanıcı", + "TENANT-ADMIN": "Tenant Admin", + "TENANT-USER": "Tenant Kullanıcı", + "TENANT-MANAGER": "Yönetici", + "TENANT-DESCRIPTION-TEMPLATE-EDITOR": "Description Template Editor" + }, + "DMP-PROFILE-FIELD": { + "DATA-TYPE": { + "DATE": "Tarih", + "NUMBER": "Numara", + "TEXT": "Metin", + "EXTERNAL-AUTOCOMPLETE": "Harici Otomatik Tamamlama" + }, + "TYPE": { + "INPUT": "Girdi" + } + }, + "DATASET-STATUS": { + "DRAFT": "Taslak", + "FINALISED": "Tamamlandı", + "ANY": "Herhangi", + "DRAFT-DESC": "Taslak Kayıtlar" + }, + "DATASET-ROLE": { + "OWNER": "Sahibi", + "MEMBER": "Üye", + "ANY": "Herhangi" + }, + "EXTERNAL-DATASET-TYPE": { + "SOURCE": "Kaynak", + "SOURCES": "Kaynaklar", + "SOURCE:": "Kaynak: ", + "NO-SOURCE": "Kaynakla bağlı değil", + "OUTPUT": "Çıktı", + "SELECT": "Seçiniz" + }, + "DMP": { + "FINALISED": "Tamamlandı", + "DRAFT": "Taslak" + }, + "DMP-VISIBILITY": { + "VISIBILITY": "Görünürlük", + "PUBLIC": "Yayınlandı", + "FINALIZED": "Tamamlandı", + "DRAFT": "Taslak", + "ANY": "Herhangi" + }, + "DATASET-PROFILE-FIELD-VALIDATION-TYPE": { + "NONE": "Hiç", + "REQUIRED": "Gerekli" + }, + "DATASET-PROFILE-FIELD-VIEW-STYLE": { + "BOOLEAN-DECISION": "Boolean Kararı", + "CHECKBOX": "Onay Kutusu", + "COMBO-BOX": "Onay Kutusu", + "INTERNAL-DMP-ENTITIES": "Dahili VYP Varlıkları", + "FREE-TEXT": "Serbest Metin", + "RADIO-BOX": "Radio Box", + "TEXT-AREA": "Metin Alanı", + "RICH-TEXT-AREA": "Rich Text Area", + "UPLOAD": "Upload", + "DATE-PICKER": "Tarih Seçici", + "EXTERNAL-DATASETS": "Harici Veri Setleri", + "DATA-REPOSITORIES": "Veri Depoları", + "PUB-REPOSITORIES": "Publication Repositories", + "JOURNALS-REPOSITORIES": "Journals", + "TAXONOMIES": "Taxonomies", + "LICENSES": "Licenses", + "PUBLICATIONS": "Publications", + "REGISTRIES": "Kayıtlar", + "SERVICES": "Hizmetler", + "TAGS": "Etiketler", + "RESEARCHERS": "Araştırmacılar", + "ORGANIZATIONS": "Kurumlar", + "DATASET-IDENTIFIER": "Veri Seti Tanımlayıcısı", + "CURRENCY": "Değer", + "VALIDATION": "Doğrulayıcı", + "OTHER": "Diğer", + "SELECT": "Seçim" + }, + "DATASET-PROFILE-UPLOAD-TYPE": { + "DOWNLOAD": "Download file" + }, + "DATASET-PROFILE-COMBO-BOX-TYPE": { + "WORD-LIST": "Kelime Listesi", + "AUTOCOMPLETE": "Otomatik tamamlama", + "EXTERNAL-SOURCE-HINT": "Dış kaynak(lar) tarafından sağlanan değerlerin listesi", + "ACTIONS": { + "YES": "Evet", + "NO": "Hayır" + } + }, + "DATASET-PROFILE-INTERNAL-DMP-ENTITIES-TYPE": { + "RESEARCHERS": "Araştırmacılar", + "DMPS": "VYP'ları", + "DATASETS": "Veri Setleri", + "EXTERNAL-SOURCE-HINT": "Dış kaynak(lar) tarafından sağlanan değerlerin listesi" + }, + "DATASET-PROFILE-VALIDATOR": { + "ACTION": "Doğrula", + "REPOSITORIES-PLACEHOLDER": "Depolar" + }, + "DATASET-PROFILE-IDENTIFIER": { + "IDENTIFIER-TYPE": "Tanımlayıcı Tipi" + }, + "RECENT-ACTIVITY-ORDER": { + "CREATED": "Oluşturulmuş", + "LABEL": "Etiket", + "MODIFIED": "Değiştirilmiş", + "FINALIZED": "Tamamlandı", + "PUBLISHED": "Yayınlandı", + "STATUS": "Durum" + } + }, + "ADDRESEARCHERS-EDITOR": { + "TITLE": "Araştırmacı Ekle", + "FIRST_NAME": "İsim", + "LAST_NAME": "Soyisim", + "ACTIONS": { + "SAVE": "Kaydet", + "CANCEL": "İptal" + } + }, + "ADDORGANIZATION-EDITOR": { + "TITLE": "Kurum ekle", + "NAME": "İsim", + "ACTIONS": { + "SAVE": "Kaydet", + "CANCEL": "İptal" + } + }, + "ADDEDITCOST-EDITOR": { + "ADD-TITLE": "Maliyet Ekle", + "EDIT-TITLE": "Maliyeti Düzelt", + "CODE": "Kod", + "DESCRIPTION": "Tanımlama", + "TITLE": "Başlık", + "VALUE": "Değer", + "ACTIONS": { + "SAVE": "Kaydet", + "CANCEL": "İptal" + } + }, + "DMP-WIZARD": { + "FIRST-STEP": { + "DMP": "VYP Düzenleyici", + "DATASETS": "Veri Setleri" + }, + "ACTIONS": { + "NEXT": "Sonraki", + "BACK": "Geri", + "SAVE": "Kaydet" + } + }, + "DMP-RELATED-GRANT": { + "RELATED-GRANT": "İlgili Hibe" + }, + "DMP-RELATED-COLLABORATOR": { + "RELATED-COLLABORATOR": "İlgili Ortak", + "SELECT-COLLABORATORS": "Ortakları Seçin" + }, + "DMP-RELATED-ORGANIZATION": { + "RELATED-ORGANIZATION": "Kuruluş", + "SELECT-ORGANIZATIONS": "Kurumları Seç" + }, + "DATASET-PROFILE": { + "PREVIEW": "Ön izleme", + "FORM-DESCRIPTION": "Form Açıklaması", + "PAGES-DESCRIPTION": "Sayfa Açıklaması" + }, + "RECENT-ACTIVITY": { + "MY-TITLE-GRANT": "Son Hibe Etkinliğim", + "MY-TITLE-DMP": "Son VYP Etkinliğim", + "MY-TITLE-DATASET": "Son Veri Seti Etkinliğim", + "LAST-VISITED-DMP": "Son Ziyaret Edilen Veri Yönetim Planı", + "LAST-EDITED-DMP": "Son Düzenlenen Veri Yönetim Planı", + "LICENSE": "Aşağıdaki VYP'ları genele açıktır ve ## altındaki lisans" + }, + "FILE-UPLOADER": { + "DEFAULT": "Dosya Seç", + "GRANT": "", + "UPLOAD": "Yükleme" + }, + "URL-LISTING-COMPONENT": { + "SHOW-MORE": "Daha fazla göster" + }, + "HOMEPAGE": { + "OPEN-DMPS": { + "STATS": "{{ APP_NAME_CAPS }} Gösterge Paneli" + }, + "MY-DMPS": { + "STATS": "Gösterge Panelim" + } + }, + "ABOUT": { + "TITLE-DASHED": "-Hakkında-", + "TITLE": "Hakkında", + "MAIN-CONTENT": "Amacımız, araştırma verilerinizi FAIR (Bulunabilir, Erişilebilir, Birlikte çalışabilir ve Tekrar kullanılabilir) duruma getirmektir. Bu ilkeler uygulama seçeneklerinden önce gelir ve belirli bir teknoloji, standart veya uygulama çözümü önermez.", + "CONTRIBUTORS": "Katılımcılar", + "WELCOME": "{{ APP_NAME_CAPS }}'a Hoş Geldiniz", + "WELCOME-MESSAGE": "Veri Yönetim Planları oluştur, paylaş, bağlantı kur" + }, + "FOOTER": { + "CONTACT-SUPPORT": "İletişim Desteği", + "FAQ": "SSS", + "GUIDE": "Kullanıcı Rehberi", + "GLOSSARY": "Sözlük", + "TERMS-OF-SERVICE": "Kullanım Şartları", + "ABOUT": "Hakkında", + "COOKIES-POLICY": "Çerez Politikası", + "PRIVACY-POLICY": "Gizlilik Politikası" + }, + "GLOSSARY": { + "TITLE": "Sözlük", + "TITLE-DASHED": "-Sözlük-", + "CLOSE": "Kapat" + }, + "FAQ": { + "TITLE": "SSS", + "TITLE-DASHED": "-SSS-", + "CLOSE": "Kapat" + }, + "GUIDE": { + "TITLE": "Kullanıcı Rehberi", + "TITLE-DASHED": "-Kullanıcı Rehberi-", + "CLOSE": "Kapat", + "SAVE": "Kaydet" + }, + "PRIVACY-POLICY": { + "TITLE": "-Gizlilik Politikası-", + "MAIN-CONTENT": "" + }, + "OPENSOURCE-LICENCES": { + "TITLE": "Açık Kaynak Kodu", + "MAIN-CONTENT": "" + }, + "TERMS-OF-SERVICE": { + "TITLE": "Kullanım Şartları", + "MAIN-CONTENT": "" + }, + "COOKIES-POLICY": { + "TITLE": "Çerez Politikası" + }, + "CONTACT": { + "SUPPORT": { + "TITLE": "Çerez Politikası", + "SUBTITLE": "Nasıl yardım edebiliriz?", + "SUBJECT": "Konu", + "DESCRIPTION": "Tanım", + "CANCEL": "İptal", + "SEND": "Gönder" + }, + "TITLE-DASHED": "-iletişim Desteği-", + "GUIDE": "Rehber", + "HELP": "Yardım", + "GLOSSARY": "Sözlük" + }, + "LANGUAGE": { + "TITLE": "Dil", + "TITLE-DASHED": "-Dil-", + "CLOSE": "Kapat" + }, + "DASHBOARD": { + "MY-GRANTS": "Hibelerim", + "GRANTS": "Hibeler", + "MY-DMPS": "VYP'larım", + "TITLE": "{{ APP_NAME_CAPS }} Nedir?", + "DMP-QUESTION": "{{ APP_NAME }}'taki VYP nedir?", + "INFO-TEXT": "{{ APP_NAME_CAPS }} is an open extensible service that simplifies the management, validation, monitoring and maintenance and of Data Management Plans. It allows actors (researchers, managers, supervisors etc) to create actionable DMPs that may be freely exchanged among infrastructures for carrying out specific aspects of the Data management process in accordance with the intentions and commitment of Data owners.", + "INFO-DMP-TEXT": "Bir Veri Yönetim Planı (VYP), bir araştırma ömrü boyunca ve öğrenim ve / veya yeniden kullanılan veri setlerini açıklayan canlı bir belgedir. VYP'ler, araştırmacılara araştırma sonuçları yeniden yeniden dağıtmak ve yeniden kullanım için gerekli bilgileri sağlamayı ve böylece tekrar geçerliliğini ve kullanılmasını sağlamayı amaçlamaktadır.", + "NEW-QUESTION": "İlk VYP'niz mi? Daha fazla bilgi için gözat", + "START-YOUR-FIRST-DMP": "İlk VYP'ni Başlat", + "OPEN-AIR-GUIDE": "Araştırmacılar için OpenAIRE Rehberi", + "LEARN-MORE": "Nasıl yapılacağı hakkında daha fazla bilgi için gözat!", + "ORGANIZATIONS": "Bağlantılı Kurumlar", + "DMPS": "VYP'ları", + "MY-DATASETS": "Veri Setlerim", + "DATASETS": "Veri Setleri", + "SEARCH": "ARAMA...", + "DATA-MANAGEMENT-PLANS": "VERİ YÖNETİM PLANLARI", + "PERSONAL-USAGE": "Kişisel Kullanım", + "PUBLIC-USAGE": "Genel Kullanım", + "DESCRIPTIONS": "Descriptions", + "DATASET-DESCRIPTIONS-DASHBOARD-TEXT": "Veri Setleri", + "PUBLIC-DMPS": "Herkese açık VYP'ler", + "PUBLIC-DATASETS": "Herkese açık Veri Setleri", + "RELATED-ORGANISATIONS": "Bağlantılı Kurumlar", + "DRAFTS": "Taslaklar", + "ALL": "Hepsi", + "EMPTY-LIST": "Henüz bir şey yok", + "LATEST-ACTIVITY": "Son İşlemler", + "DMP-ABOUT-BEG": "{{ APP_NAME }}'taki bir DMP, araştırma veri setlerinin dokümantasyonu, yani, takip edilen adımları ve araştırmayla ilgili amaç, hedefler ve araştırmacılar gibi önemli bilgilerden oluşur. Şöyle ki,", + "DMP-ABOUT-END": ", Veri yönetimi faaliyetlerinde izlenen adımları ve kullanılan araçları vurgulayan", + "SELECT-DMP": "Veri Setiniz için bir VYP seçin", + "ACTIONS": { + "ADD-DESCRIPTION": "Add Description", + "ADD-DATASET": "Veri Seti Ekle", + "ADD-DMP-DESCRIPTION": "VYP Tanımı Ekle" + }, + "TOUR-GUIDE": { + "DMP": "This is your dashboard. You can view and edit all DMPs that you have either contributed to or created yourself.", + "START-NEW": "Create your DMP with Start new DMP.", + "IMPORT-DMP": "You can import a DMP", + "START-WIZARD": "or create new in {{ APP_NAME }}.", + "DATASET": "This is your dashboard. You can view and edit all Datasets that you have either contributed to or created yourself.", + "NEW-DATASET": "With Add Dataset you can describe new datasets anytime in the research process.", + "GOT-IT": "Got it!", + "LEAVE-TOUR": "Leave Tour" + }, + "ADD-NEW-DATASET": { + "OPTIONS-NOT-ENOUGH": "Are those options not enough?", + "START-NEW-DMP": "Start new DMP" + } + }, + "USER-DIALOG": { + "USER-PROFILE": "Profilim", + "USER-PROFILE-SETTINGS": "Profil Ayarlarım...", + "EXIT": "Çıkış ", + "LOG-OUT": "Çıkış Yap" + }, + "USER-PROFILE": { + "MERGING-SUCCESS": "Linking of the two profiles was successful.", + "MERGING-EMAILS-DIALOG": { + "TITLE": "Verify linked account", + "MESSAGE": "An email to verify this action has been sent to you. Once accepted, you will be able to see your accounts merged. The last email account that you merge will be the one containing all of your DMP records and activity in {{ APP_NAME }}." + }, + "UNLINK-ACCOUNT": { + "TITLE": "Verify account to be unlinked", + "MESSAGE": "An email to verify this action has been sent to your main account. Once accepted, {{accountToBeUnlinked}} will be no longer connected to your current ARGOS profile." + }, + "UNLINK-ACCOUNT-DIALOG": { + "MESSAGE": "By clicking \"Confirm\", you accept the transfer of your ARGOS activity performed from this account to your main ARGOS account, which is the one that is listed first. By logging in again with the unlinked account, you will be able to start your ARGOS experience from scratch, in an empty dashboard.", + "CONFIRM": "Confirm", + "CANCEL": "Cancel" + }, + "SETTINGS": { + "TITLE": "Ayarlar", + "TIMEZONE": "Zaman Dilimi", + "CULTURE": "Kültür", + "LANGUAGE": "Dil", + "CONNECTED-WITH": "ile bağlantılı", + "NAME": "İsim", + "ORGANIZATION": "Kurum", + "ROLE": "Rol", + "SELECT-ROLE": "Rol Seçin", + "ACCOUNTS": "Hesaplar", + "EMAILS": "E-Postalar", + "YOUR-EMAIL": "E-Postanız" + }, + "ASSOCIATED-DMPS": "İlişkili VYP'ları", + "DMPS": { + "SHOW-ALL": "Hepsini Göster", + "CREATOR": "Oluşturan", + "MEMBER": "Üye" + }, + "ZENODO": { + "LOGIN": "Zenodo ile oturum aç", + "LOGOUT": "Zenodo'yu Kaldır", + "AUTHORIZE": "Zenodo'yu yetkilendirin", + "TITLE": "Zenodo Hesabı", + "DESCRIPTION": "Bağlantılı Zenodo Hesabı:" + }, + "ROLE-ORGANIZATION": { + "FACULTY": "Faculty", + "LIBRARIAN": "Librarian", + "RESEARCHER": "Researcher", + "STUDENT": "Student (BA/BSc, MSc)", + "EARLY-CAREER-RESEARCHER": "Early Career Researcher (PhD candidate, post-graduate)", + "RESEARCH-ADMINISTRATOR": "Research Administrator", + "REPOSITORY-MANAGER": "Repository Manager", + "RESEARCH-INFRASTRUCTURE": "Research Infrastructure", + "SERVICE-PROVIDER": "Service Provider", + "PUBLISHER": "Publisher", + "RESEARCH-FUNDER": "Research Funder", + "POLICY-MAKER": "Policymaker", + "SME-INDUSTRY": "SME/ Industry", + "OTHER": "Other" + }, + "ACTIONS": { + "SAVE": "Kaydet", + "LINK-NEW": "Link {{ APP_NAME_CAPS }} accounts", + "LINK-NEW-ACCOUNT": "Yeni hesabı bağla", + "UNLINK-ACCOUNT": "Unlink", + "UNLINK-ACCOUNT-DISABLED": "You can't unlink your main profile's email", + "ADD": "Ekle", + "CANCEL": "İptal" + } + }, + "DATASET-REFERENCED-MODELS": { + "SERVICES": { + "TITLE": "Yeni Hizmet Ekle", + "LABEL": "Etiket", + "ABBREVIATION": "Kısaltma", + "URI": "Uri" + }, + "DATA-REPOSITORY": { + "TITLE": "Yeni Veri Deposu Ekle", + "LABEL": "Etiket", + "ABBREVIATION": "Kısaltma", + "URI": "Uri" + }, + "EXTERNAL-DATASET": { + "TITLE": "Yeni Dış Veri Seti Ekle", + "LABEL": "Etiket", + "ABBREVIATION": "Kısaltma" + }, + "REGISTRY": { + "TITLE": "Yeni Kayıt Ekle", + "LABEL": "Etiket", + "ABBREVIATION": "Kısaltma", + "URI": "Uri" + } + }, + "FACET-SEARCH": { + "FILTER": "Süzgeç", + "GRANT-STATUS": { + "TITLE": "Hibe Durumu", + "OPTIONS": { + "ANY": "Herhangi", + "ACTIVE": "Etkin", + "INACTIVE": "Etkin değil" + } + }, + "GRANT": { + "TITLE": "İlgili Hibe", + "FILTER": "Hibeleri Süz" + }, + "PROFILES": { + "TITLE": "Veri seti özellikleri" + }, + "ROLE": { + "TITLE": "Görev", + "ANY": "Herhangi", + "OWNER": "Sahibi", + "MEMBER": "Üye" + }, + "DMP-ORGANISATIONS": { + "TITLE": "Kuruluş", + "FILTER": "Kuruluşları Süz" + } + }, + "DMP-FINALISE-DIALOG": { + "DMP": "VYP", + "DATASETS": "Veri Setleri", + "EMPTY": "Bu VYP için şu ana kadar Veri Seti yoktur", + "SUBMIT": "Gönder", + "FINALISE-TITLE": "Aşağıdaki Taslak Veri Setlerinden herhangi birini sonlandırmak istiyor musunuz?", + "ALREADY-FINALISED-DATASETS": "Hali hazırda Sonlandırılmış Veri Setleri", + "NONE": "Hiç", + "VALIDATION": { + "AT-LEAST-ONE-DATASET-FINALISED": "En azından bir bitirilmiş Veri Setiniz olmalı" + }, + "IMPACT": "Bu işlem VYP'nızı sonlandıracak ve onu tekrar düzenleyemeyeceksiniz.", + "AFTER-FINALIZATION": "VYP'nızı tamamladıktan sonra onu yayınlayabilirsiniz, plan {{ APP_NAME_CAPS }} içinde herkese açık olacaktır.", + "INVALID": "Invalid" + }, + "DRAFTS": { + "FOR-DMP": "VYP için:", + "FOR-GRANT": "Hibe için:" + }, + "QUICKWIZARD": { + "CREATE-ADD": { + "CREATE": { + "TITLE": "Yeni VYP Oluştur", + "SUBTITLE": "CVYP tanımlamasının en temel unsurlarını öne çıkaran sihirbazımız tarafından adım adın yönlendirilerek Veri Seti(Veri Setleri) belirleyin ve yeni bir VYP oluşturun.", + "QUICKWIZARD_CREATE": { + "TITLE": "VYP Sihirbazı", + "POST-SELECTION-INFO": "Bu sihirbaz, yalnızca en gerekli bilgileri sağlayan yeni bir VYP oluşturmanıza ve ardından bu VYP altında yönetilen bir veya daha fazla Veri seti tanımlamanıza olanak tanır. Sihirbazı tamamladıktan sonra, gelişmiş VYP düzenleyicisi ile ileri seviye özelliklere erişerek VYP'nı daha fazla düzenleyebilir ve hatta daha fazla Veri Seti ekleyebilir veya öncekileri düzenleyebilirsiniz.", + "ACTIONS": { + "DELETE": "Sil", + "SAVE": "AKydet", + "SAVE-AND-FINALIZE": "Kaydet ve Bitir", + "NEXT": "Sonraki", + "BACK": "Geri", + "CREATE-NEW-GRANT": "Hibe Ekle", + "EXIST-GRANT": "Var olan Hibeyi kullan", + "CREATE-NEW-FUNDER": "Fon Sağlayıcı Ekle", + "EXIST-FUNDER": "Var olan Fon Sağlayıcıyı Kullan", + "CREATE-NEW-PROJECT": "Proje Ekle", + "EXIST-PROJECT": "Var olan Projeyi Kullan" + }, + "FIRST-STEP": { + "TITLE": "Hibe", + "ABOUT-GRANT": "VYP'nızın ilişkili olduğu hibeyi bulun ve fon sağlayıcıların bilgilerine bağlayın. Eğer hibe listelenmemişse veya bir hibe teklifi veya başka bir amaç için VYP oluşturuyorsanız, \"Hibe Ekle\" seçeneğini kullanın.", + "ABOUT-NEW-GRANT": "Eğer kurumsal veya araştırma topluluğunun kullanımı veya eğitim amaçlı hibe önerisi için bir VYP oluşturuyorsanız yeni bir hibe oluşturarak aşağıya bilgisini ekleyin.", + "ABOUT-FUNDER": "Oluşturulacak VYP ile ilişkilendirmek istediğiniz fonu bulun ve ardından fonun bağlantılı olduğu bir hibeyi seçin. Fon sağlayıcı listede yoksa, \"Fon Sağlayıcı Ekle\" seçeneğini kullanın", + "ABOUT-NEW-FUNDER": "Hibe teklifi, kurumsal veya araştırma topluluğu kullanımı veya eğitimi ve eğitim amaçlı bir VYP oluşturuyorsanız ve bunu listelenmemiş bir fon sağlayıcı ile ilişkilendirmek istiyorsanız yeni bir fonlayıcı oluştur", + "ABOUT-PROJECT": "VYP'nızın ilişkili olduğu projeyi bulun. Proje listede yoksa, 'Proje Ekle' seçeneğini kullanın", + "ABOUT-NEW-PROJECT": "", + "OR": "veya", + "FIELDS": { + "SELECT-GRANT": "VYP'nın ilişkili olduğu hibe'yi seçiniz", + "SELECT-FUNDER": "VYP'nın ilişkili olduğu hibenin fon sağlayıcısını seçiniz", + "SELECT-PROJECT": "VYP'nın ilişkili olduğu projeyi seçiniz", + "GRANT-LABEL": "Hibe Adı", + "FUNDER-LABEL": "Fon Sağlayıcı Adı", + "PROJECT-LABEL": "Proje Adı", + "LABEL-HINT": "Hibe adını, hibe teklifi çağrısında göründüğü şekilde ekleyin", + "DESCRIPTION": "Tanım", + "DESCRIPTION-HINT": "Hibenin hedef ve amaçlarını kısaca açıklayınız" + } + }, + "SECOND-STEP": { + "TITLE": "VYP Profili", + "ABOUT": "Veri Yönetimi Planı, hibeye uygun bir ayrıntı düzeyiyle veya VYP oluşturma amacınızla ilgili olarak cevaplamanız gereken bir dizi sorudan oluşur. Her bir VYP içeriği, fon sağlayıcıların, kurumların, araştırma topluluklarının politika gereksinimlerine yanıt olarak bir dizi özel soru içeren (ler) seçilen Veri seti Tanımı Şablonlarına bağlı olarak değişir.", + "NEW-TITLE": "", + "DMP-NAME": "Hibe İçin VYP : ", + "FIELDS": { + "NAME": "VYP'nın Başlığı", + "DESCRIPTION": "Özet", + "DESCRIPTION-HINT": "VYP'nın içerik ve amacının kısaca tanımlayın", + "PROFILE": "Veri Seti Şablonu", + "PROFILE-HINT": "Veri seti tanımlamalarınızı belirten şablonu seçiniz. Eğer birden fazla Veri seti tanımı şablonu seçmek istiyorsanız \"Yeni VYP (Uzman)\"ı seçiniz. VYP oluşturduktan sonra ne zaman isterseniz yeni Veri seti tanımlamaları ekleyebilirsiniz.", + "HELP": "Bir şablon bulamazsanız veya kurumunuz, araştırma topluluğunuz veya eğitim ihtiyaçlarınız için kişiselleştirilmiş bir şablon oluşturmak istiyorsanız lütfen bizimle iletişime geçin." + } + }, + "THIRD-STEP": { + "TITLE": "Veri Seti", + "NEW-TITLE": "", + "DATASET-LABEL": "Veri Seti Başlığı", + "DATASET-NAME": "Veri Seti: ", + "DATASET-NAME-FOR": " VYP İçin: ", + "LIST-BUTTON-TOOLTIP": "Veri Setleri Listesi", + "ADD-BUTTON-TOOLTIP": "Veri Seti Ekle" + } + } + }, + "ADD": { + "TITLE": "Mevcut VYP'nıza Veri Seti Tanımı Ekle", + "DATASET-WIZARD": "Veri Seti Sihirbazı", + "POST-SELECTION-INFO": "Bu sihirbaz, mevcut VYP'larına yeni veri açıklamaları ekleyerek, size rehberlik eder ve görevi görevi için gereken önemli bilgi parçalarını ister. Veri seti Tanımının tam erişim, daha sonra kaynak veri seti erişim menüleri edinilebilir.", + "SUBTITLE": "Bu sihirbaz, bir VYP bağlamında yönetilen ek veri seti açıklamalarını tanımlamanıza izin verir ve yalnızca açıklamaları için gerekli bilgileri sağlar.", + "CREATED": "Oluşturma tarihi" + } + }, + "SAVE-DIALOG": { + "TITLE": "Başka bir Veri Seti eklemek ister misiniz?", + "ACTIONS": { + "AFFIRMATIVE": "Evet", + "NEGATIVE": "Hayır" + } + }, + "HINT": "(Önerilen Varsayılan İsim)" + }, + "DATASET-PROFILE-STATUS": { + "NONE": "Hiç Biri", + "DRAFT": "Taslak", + "FINALIZED": "Tamamlandı", + "DELETED": "Silindi" + }, + "BLUEPRINT-STATUS": { + "NONE": "None", + "DRAFT": "Draft", + "FINALIZED": "Finalized", + "DELETED": "Deleted" + } +} diff --git a/deployment/opendmp/backend/material/about/About_en.html b/deployment/opendmp/backend/material/about/About_en.html new file mode 100644 index 000000000..2f0fc37ac --- /dev/null +++ b/deployment/opendmp/backend/material/about/About_en.html @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + +
+
+
+

About

+
+
+
+
+

ARGOS is an online tool in support of automated processes to creating, managing, sharing and linking DMPs with research artifacts they correspond to. It is the joint effort of OpenAIRE and EUDAT to deliver an open platform for Data Management Planning that addresses FAIR and Open best practices and assumes no barriers for its use and adoption. It does so by applying common standards for machine-actionable DMPs as defined by the global research data community of RDA and by communicating and consulting with researchers, research communities and funders to better reflect on their needs. +

ARGOS provides a flexible environment and an easy interface for users to navigate and use.

+
+
+
+ + + diff --git a/deployment/opendmp/backend/material/faq/Faq_en.html b/deployment/opendmp/backend/material/faq/Faq_en.html new file mode 100644 index 000000000..82600bf1d --- /dev/null +++ b/deployment/opendmp/backend/material/faq/Faq_en.html @@ -0,0 +1,749 @@ + + + + + + + + + + + + + + + + + +
+
+
+

About ARGOS

+

What is ARGOS?

+

Argos is an open and collaborative platform developed by OpenAIRE to facilitate + Research Data Management (RDM) activities concerning the implementation of Data + Management Plans. It uses OpenAIRE guides created by the RDM Task Force to + familiarize users with basic RDM concepts and guide them throughout the process of + writing DMPs. It also utilises the OpenAIRE pool of services and inferred sources to + make DMPs more dynamic in use and easier to be completed and published. Argos is + based on the OpenDMP open source software and is available through the OpenAIRE + Service catalogue and the EOSC.

+ +
+

Is Argos designed for one specific funder, e.g. the EC/Horizon Europe?

+

+ Argos is a flexible tool, designed to accommodate all research performing + and research funding organisations’ policies and Research Data Management (RDM) needs. + It already supports templates for different authorities. + These templates are created by Admin users in Argos. + In addition, we currently work to provide non-administrative users with the capability + to modify templates according to their own needs. +

+
+

Why use Argos?

+

Argos is easy to use and navigate around. It familiarises users with the DMP process + and provides guidance on basic RDM concepts so that users find useful resources to + learn from without having to leave the Argos environment. Users can invite their + colleagues and collaboratively work on completing a DMP. Moreover, Argos is an + integral part of the OpeAIRE ecosystem and the Research + Graph. Argos integrates + other services of the ecosystem to enable contextualisation of information, which is + especially useful when data are re-used, for example to understand how/ if they can + be repurposed.

+
+

Who is Argos for?

+

Argos is designed as a tool for inclusive use by researchers, students, funders, + research communities and institutions. It can be used in the context of research + projects’ conduct to comply with funders’ RDM requirements, as a tool in support of + literacy programmes in academia or can be independently deployed to meet given + stakeholder demands. Also, it is available in native languages, thanks to the help + of OpenAIRE NOADs, which strengthens common understanding of all researchers + involved in the DMP writing process. + By using Argos, researchers and students are able to create their DMPs in + collaboration with other colleagues, learn basic RDM concepts throughout the process + and publish DMPs as outputs in an open and FAIR manner, among other things by + assigning DOIs and licenses and by maintaining DMPs as living documents through + versioning. + At the same time, Argos can be configured and deployed by funders, institutions and + research communities. They can plug in their own services and/ or make use of + OpenAIRE underlying services that Argos is built with ad-hoc.

+
+

Using Argos

+

+ Argos consists of two main functionalities: DMPs and Datasets. + Argos can be used for: +

+ A. Viewing/ consulting publicly released DMPs and Datasets or Projects + corresponding to + DMPs +

+ Argos offers options for publishing DMPs in two modes, private or public. To view + public DMPs and Datasets, there is no need for login to the platform. +

+ B. Writing and publishing a DMP +

+ Argos helps researchers comply with mandates that may be attached to their grant + proposal/ project funding. They can therefore choose from the most suitable to their + needs template from the Datasets collection and proceed with answering the + corresponding questions. Once finalized, researchers can assign a DOI to their DMP, + publish and eventually cite it. +

+ C. Practicing on writing DMPs and Dataset Descriptions +

+ Argos may be used for educational purposes. The process of Data Management Planning + reflects the data management lifecycle, hence the tool can be used in response to + global RDM training demands. Examples may refer to embedding DMPs and DMP tools in + specific curricula or be embedded in library instructions’ sessions to familiarize + researchers and students the processes of RDM and DMP. +

+
+

Can I exploit ARGOS DMPs?

+

+ Of course. If you want to compare DMPs or analyse DMP data, then we advise you to export the records in .xml. + This schema is the most complete as it includes all information held in a DMP: information provided by the Admin + when structuring the template and input provided by researchers when completing their DMPs. +

+
+

Manage Account

+

Log in and out of Argos

+

+ You can log in Argos by selecting one of the providers from the Login page. Argos + does not require Sign Up. +

+
+

Create an administrator account

+

+ If you are interested in becoming an administrator in Argos and benefit from extra + features relevant to creating tailored templates, please email argos@openaire.eu . +

+ +
+

+ Switch from administrator account +

+

+ There is no need to switch from your administrator account to use Argos. The only + difference between regular users and administrators profiles in Argos is an extra + set of tools at the bottom of the main tool bar that is positioned on the left + handside. +

+
+

+ Change your email +

+

+ Argos does not have Sign Up. To change email, please see “Switch between accounts”. + Alternatevily, you can add more email addresses to your user account by selecting + the “Add alternative email” from your profile. +

+
+

+ Switch between accounts +

+

+ You can switch between email accounts by loging in with different providers from the + Login page. The change depends on whether you have used different email addresses to + sign up with those providers. On the occassion that only one email address is used + for all providers offered by Argos, then no change is expected. You can always add + new email accounts in your profile from the “Add alternative email” in your profile + page. +

+
+

+ Delete your account +

+

+ If you want to delete your Argos profile, please email argos@openaire.eu . +

+
+

+ Accounts access and safety +

+

+ How can I access my account and edit my profile? +

+

+ You can access your profile page and make desired edits from clicking on the avatar + at the very top of the toolbar located on the right handside. +

+
+

+ Can’t login to ARGOS +

+

+ Please try using a different provider from the Login page and contact us at: + argos@openaire.eu . +

+
+

+ Accessing Argos +

+

+ If you are reading this right now, you probably know the answer already! One way to + access Argos is through the OpenAIRE Service + catalogue. Another way is through the + EOSC + Catalogue. But, you can always find Argos at + argos.openaire.eu . + To access Argos software, please visit + https://code-repo.d4science.org/MaDgiK-CITE/argos/src/branch/master + . +

+
+

Argos User Roles

+

+ Who is the author of a DMP? +

+

+ Author of the DMP is everyone contributing to writing the DMP. Both Argos owners and + Argos members are DMP authors. Researchers, however, are not DMP authors. +

+
+

+ What is the difference between owners and + members? +

+

+ Argos DMP owner is the person initiating the DMP. People who are invited to join the + DMP process are members who contribute to writing the DMP. DMP owners have extra + editing rights and they are the ones to finalize the DMP process. Members can view + and edit DMPs and Datasets, but can not perform further actions for its validation + or finalization. +

+
+

+ What is the role of a researcher in Argos? +

+

+ Researchers in Argos are project contributors and usually those who own or have + managed data described in respective DMPs. +

+
+

+ Can a researcher be a DMP author? +

+

+ Of course! This depends on whether the researcher has also been involved in the DMP + writing process. +

+
+

+ What does an Admin user do? +

+

+ Not everyone can become an Admin user in Argos. This happens upon request at + argos@openaire.eu. Admin users are able to create + their own tailored templates from + a specialised editor, configure their own APIs and integrate services with Argos in + collaboration with and support of the Argos development team. Fees may apply + according to the type of requests. +

+
+

Creating DMPs

+

+ I can’t find my project in the list. What should + I do? +

+

+ DMPs that are created as part of the project proposal are not included in Argos. + Only accepted project proposals are listed in the platform. If you can’t find your + project in the list (drop-down menu), please use the “Insert manually” + functionality. +

+
+

+ I can’t find my grant in the list. What should I + do? +

+

+ If you can’t find your grant in the list (drop-down menu), please use the “Insert + manually” functionality. +

+
+

+ How do I edit and design my own DMP + template? +

+

+ You have to be an Admin user to design your own template in Argos. To learn more + about Admin users, check “What does an Admin user do?”. +

+
+

+ Can I create my own templates in Argos? +

+

+ Yes, you can, provided that you are an Admin user. To learn more about Admin users, + check “What does an Admin user do?”. +

+
+

+ What is the difference between “Save”, “Save & + Close”, “Save & Add New”? +

+
+

They all perform the same action, but the difference lies in where you are directed + after you have saved your DMP or Dataset.

+
    +
  • + When choosing Save, information that you have added in the editor is kept + and you + can continue adding more from the same page you were working on. +
  • +
  • + When choosing Save & Close, information that you have added is kept, but the + editor’s window closes and you are redirected to your dashboard. +
  • +
  • + [only for datasets] When choosing Save & Add New, information that you have + added is + kept, and you are redirected to another editor to start a new dataset. +
  • +
+
+
+

+ Can I modify things once I have finalized + them? +

+

+ Yes, you can, as long as you haven’t assigned a DOI to your DMP. You just select + “Undo Finalization”. +

+
+

+ How do I invite collaborators? +

+

+ You may use the “Invite” button to share DMPs with your colleagues and start working + on them together. +

+
+

+ Can scientists collaborate on the same DMP even though they may belong to different institutions (e.g. a hospital, a University, etc, collaborating on a project) and the dataset also "belongs" to different institutions? +

+

+ Of course. Argos supports collaborations across diverse teams. There are two most frequent ways that can address this question: +

+ A. Everyone works on the same DMP, but on different dataset descriptions +

+ In this case, each organisation makes its own dataset description(s) in a single DMP. + That means that the manager (i.e. person responsible for the DMP activity) creates a DMP in ARGOS + and shares it with everyone. If the DMP is shared with co-ownership rights, + then the people will be able to edit it and add their dataset descriptions at any time during the project. + If there is the need to control editing rights of people writing the DMPs, then the manager can create the dataset description(s) + and share these each time with the team members that are responsible for adding input for the specified datasets. +

+ B. Everyone works on their own DMP and content is later merged into one single DMP +

+ In this case, each organisation might work on their own DMP for the same project. + At one point, you need to decide which DMP is going to be the core for the work you perform, share co-ownership + between managers of all DMPs so they can copy all dataset descriptions of their DMPs in this single DMP document. +

+
+

+ How do I create an identical DMP or Dataset as a + copy? +

+

+ DMPs and Datasets can be cloned and used in different research contexts. + Existing DMPs presenting similarities with new ones, can be cloned, changed name and + then edited according to the new project data requirements. + Existing Datasets can be cloned and used in new DMPs that are reusing data described + in their context. +

+
+

+ What is the DMP version? How is it set? +

+

+ Versioning in Argos is both an internal and an external process. That means that + versioning happens both in the Argos environment when editing the DMP, and outside + of Argos when a DMP output is published in Zenodo. At every stage of the DMP + lifecycle, users have the option of keeping versions of the DMPs they are editing. + In Argos, users can create new versions of their DMPs by selecting the “Start New + Version” option to keep track of the evolution of their DMP throughout the writing + process. When published, versioning is associated with a DOI. Published DMPs are + automatically versioned every time a newer version of the same output is uploaded in + Zenodo. +

+
+

+ DMPs and Datasets +

+

+ What is the DMP? +

+

+ A DMP in Argos consists of vital information about the research project on behalf of + which the DMP is created and of more in depth information about the management, + handling and curation of datasets collected, produced or reused during the research + lifetime. A DMP in Argos accommodates documentation of more than one datasets. That + way datasets are provided with the flexibility to be described separately, following + different templates per type of dataset or research community concerned each time, + also possible to be copied and used in multiple DMPs. Datasets are then bundled up + in a DMP and can be shared more broadly. Special attention is given to the handling + of data that are being re-used via OpenAIRE APIs. +

+
+

+ How do I find which Dataset template to use? +

+

+ This depends on the reason why you are creating a DMP in the first place. If it is + for compliance matters with funders, institutions or research communities RDM + policies, then you may select the dataset template of that particular stakeholder. + If you are creating a DMP for training purposes, you may select and work on any + template from the Argos collection. +

+
+

+ How do I create my own Dataset template? +

+

+ Currently, it is not possible for all Argos users to create dataset templates of + their own, so they have to work on predefined templates. Additional rights for + editing Dataset templates according to tailored needs have Admin users. This is + expected to change in the near future. To learn more about Admin users, check “What + does an Admin user do?”. +

+
+

+ Can I create smaller versions of a template for project proposals? +

+

+ Yes, it is possible in Argos to create short versions of templates that can be used + for grant proposals, such as for Horizon Europe. + If you are interested in working with us to create this short version of any ARGOS template, + please contact us: argos@openaire.eu. +

+
+

+ Can I customise an existing template (e.g. for a specific institution)? +

+

+ Yes, you can. In the current version, this is possible for Admin users who have their own deployment on-premises or cloud. + Please note that this subject to change in the near future as we are working on a feature that will allow all users + to customise (remove/add/extend) specific questions on the template they are working on. +

+
+

+ What is a Dataset? +

+

+ A Dataset in Argos is an editor with set up questions that support the creation of + descriptions of how data are / have been handled, managed and curated throughout the + research data lifecycle. The editor holds a collection of Dataset templates each one + with different sets of predefined questions as per funders, institutions, research + communities RDM policy requirements. Researchers and students can choose the + template that corresponds to their RDM needs in order to get funding or get their + degree, respectively. A DMP in Argos may consist of one or more datasets. +

+
+

+ Why do I need more than one Dataset? +

+

+ You don’t necessarily need to have many Datasets in a DMP. However, you might be + producing a plethora of data during your research that are diverse in type and/ or + scope of collection/ re-use, thus presenting diverse management needs. Argos gives + you the flexibility to describe all data produced and/ or re-used in your research + separately. That way it is easy to perform the mapping of information provided in a + DMP to the respective data types or data collections they correspond to. Equally, + reuse of particular datasets in different DMPs is easier. For the latter, please + check “How do I create an identical DMP or Dataset as a copy?”. +

+
+

+ It is not very clear to me when one should choose to add a dataset or to describe several "data products" in the same description. +

+

+ This is something that has to be tackled conceptually, from the author of the DMP. + If those "products" have their own lifetime and rules (IPR, Access rights, etc), they should be described as different datasets. + Alternative formats should not be treated as different datasets, unless they have other differences due to the format, too. + But, for instance, if you have datasets in CSV and JSON formats and under the same terms, they could be seen as one dataset description in the DMP. +

+
+

+ Can I add to my DMP information about datasets published on Zenodo? +

+

+ Argos offers a search to Zenodo for prefilling the DMP you are working with dataset metadata. + This search has been developed according to the rules set by Zenodo + and therefore has the same behaviour as when you are using the search bar on the Zenodo interface. + However, we understand the need to be able to find records with their PID, + hence we introduced some changes and now support searching DOIs from the Argos interface. +

+
+

+ Is it possible to describe a dataset that is not yet in a repository? +

+

+ Of course! You can choose to manually describe your dataset, e.g. for a dataset you are planning to produce, + instead of pre-filling the template with available metadata from a dataset that has already been shared and preserved in a repository. +

+
+

+ What are public DMPs and Datasets? +

+

+ Public DMPs and Public Datasets are collections of openly available Argos outputs. + That means that DMP owners and members are making their DMP and/or Dataset outputs + available to all Argos and non-Argos users who might want to consult or re-use them + under the framework provided by the assigned DMP license. Please also check “Is all + the information I create visible by default?”. +

+
+

+ Is all information I create visible by + default? +

+

+ No, it is not. You can choose how your DMP is displayed in Argos from the + “Visibility” option. Choosing Public will immediately locate your DMP in the “Public + DMPs” collection and make it available to all Argos and non-Argos users. + Choosing Private will keep the DMP visible only to you and to the people invited to + edit the DMP in collaboration with you. Private DMPs are not publicly displayed to + other users. +

+
+

+ What is the difference between the DMP and the dataset export? +

+

+ DMP export contains all vital information for a DMP, including funding and dataset details, + while dataset export is a subset of the DMP export containing information only about a dataset described in the DMP. + Both DMP and Dataset exports are available in .pdf, .docx, .xml. + In addition, DMP export is available in the RDA .json format + to increase interoperability of ARGOS exchanged DMPs. +

+
+

+ Is there a storage allowance limitation for the + DMPs and Dataset files? +

+

+ No, there is no storage limit or fee for either files stored in Argos. +

+
+

+ Publishing DMPs +

+

+ Is it possible to publish DMPs in different repositories (so not Zenodo)? +

+

+ Yes, it is possible. + But, to have different repositories attached to the system, you will need your own on-premises or cloud deployment. + We are already working on that for DSpace and Dataverse repositories. +

+
+

+ Do you know that Zenodo has empty DMPs from ARGOS? +

+

+ Yes, we are aware of that. + Argos has no control over the DMPs that you generate and publish and thus can not be held accountable for empty DMPs. + Please remember that, as on all other occasions where you publish content, you should do so responsinbly. + If you have any questions regarding publishing DMPs, don’t hesitate to contact us at argos@openaire.eu. +

+
+

+ Once I upload a final version of a DMP to Zenodo, do I need to update this first final version from Zenodo or from Argos? +

+

+ Both options are possible according to how you have deposited the DMP in the first place. + If you have deposited your DMP with a token (i.e. from the ARGOS account on Zenodo), + then you won’t have editing rights on the Zenodo record, but you will still be able to make changes + on ARGOS by starting and depositing a new version of the published DMP. + However, if you have deposited your DMP using your own account on Zenodo (i.e. login to Zenodo with your own credentials), + then you are able to also make minor changes, e.g. on the title of the DMP, directly from the Zenodo interface. +

+
+

Troubleshooting

+

+ Can’t finalize a DMP +

+

+ You might be experiencing this problem because there are incomplete mandatory fields + in your DMP. Please check for those fields, fill in with appropriate information and + try again. Should the problem persists, please contact argos@openaire.eu . +

+
+

+ Can’t co-edit a DMP +

+

+ DMPs can be shared with many colleagues in support of collaborative writing, but + DMPs should be worked by one person at a time. Argos will inform you if another + colleague has the DMP you are trying to edit open, so that your team avoids + information loss. +

+
+

+ Deposit is not working +

+

+ You need to have a Zenodo login to perform a deposit. Please sign up in Zenodo or + use the token option to publish your DMPs and get a DOI. +

+
+

Legal and privacy

+

+ Is Argos open source? +

+

+ Yes, it is. The OpenDMP software that Argos has deployed upon is open source code + available under Apache 2.0 license. You may find more information about the software + here. +

+
+

+ Can I contribute to Argos development? +

+

+ Of course! Please feel free to suggest new features and to actively contribute to + Argos development via pull requests in Gitea. +

+
+

+ Is Argos GDPR compliant? +

+

+ Argos takes all necessary steps in handling and protecting personal and sensitive + information. Please check the Argos Terms of Service and Privacy Policy. +

+
+

+ Which is the Argos data policy? +

+

+ Please find all information about Argos Terms of Service and Privacy, here. + Additionally, you may find Argos Cookies policy, here. +

+
+

+ What is the work ownership of information + created in Argos? +

+

+ Unless there are any contractual or institutional agreements stating ownership of + outputs produced in the context of a project/ collaboration, owners of Argos outputs + are DMP contributors, i.e. DMP owners and DMP members, who have been involved with + writing the DMP. +

+
+

+ Which are the terms and policies of Argos? +

+

+ Please find all information about Argos Terms of Service and Privacy, here. + Additionally, you may find Argos Cookies policy, here. +

+ + +
+
+
+ + + diff --git a/deployment/opendmp/backend/material/glossary/Glossary_en.html b/deployment/opendmp/backend/material/glossary/Glossary_en.html new file mode 100644 index 000000000..e1ee6253c --- /dev/null +++ b/deployment/opendmp/backend/material/glossary/Glossary_en.html @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + +
+
+
+

Glossary

+
+
+
+
+

DMP

+

A DMP - short for Data Management Plan - is a document describing the processes that the data have undergone and the tools used for their handling and storage during a research lifecycle. Most importantly, DMPs secure provenance and enable re-use of data by appointing data managers and by including information on how data can be re-used by others in the future. Therefore, a DMP is a living document which is modified according to the data developments of a project before it’s completed and handed over at the end of the project. + Public funders increasingly contain DMPs in their grant proposals or policy funding requirements. A good paradigm is the European Commission demands for the production and delivery of DMPs for projects funded under the Horizon 2020 Funding Programme. On that note, and to encourage good data management practices uptake, many European institutions include DMPs in post-graduate researchers policies and offer relevant support to staff and students. +

+ +

DMP template

+

DMP template contains general but vital information about the name and the duration of the project that the DMP corresponds to, the contributing organisations and individuals as well as the datasets that are under the Dataset Description section. It also offers the possibility of describing datasets other than primary data generated, under “External References” section. A DMP template can have many Dataset Descriptions. +

+ +

Dataset Description

+

Dataset Description documents the management processes of datasets following funder’s or institution’s requirements. A dataset description is essentially a questionnaire template with underlying added value services for interoperability and machine readability of information which is developed based on the given requirements. Management requirements differ from funder to funder and from institution to institution, hence the growing collection of Dataset Descriptions to select from. + Moreover, a Dataset Description links to the documentation of one dataset, hence a DMP template may contain more than one dataset descriptions on the occasion when multiple datasets were used during the project. When documentation of some of the project’s datasets falls under additional requirements (e.g. projects receiving multiple grants from different sources), there is the possibility of describing datasets with more than one Dataset Description template. +

+
+
+
+ + + diff --git a/deployment/opendmp/backend/material/terms-of-service/TermsOfService_en.html b/deployment/opendmp/backend/material/terms-of-service/TermsOfService_en.html new file mode 100644 index 000000000..2bcaaeb33 --- /dev/null +++ b/deployment/opendmp/backend/material/terms-of-service/TermsOfService_en.html @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + +
+
+
+

Terms of Service

+
+
+
+
+

The OpenDMP service was developed to provide a more flexible, collaborative environment with machine actionable solutions in writing, sharing and publishing Data Management Plans (DMPs). It is a product of cooperation between OpenAIRE AMKE and EUDAT CDI and is offered both as a software “OpenDMP '' and as an online service under the name “ARGOS”.

+

+
    +
  1. OpenDMP software is offered under the Free Open Source Software license  Apache 2.0, for further development and use by institutions and interested parties.
  2. +
  3. ARGOS service is offered by OpenAIRE as part of its mission to support Open Science in the European Research Area, focusing on information linking and contextualisation that enriches its Research Graph. Use of ARGOS denotes agreement with the following terms: +
      +
    1. ARGOS is a software interface and a database with no storage capacity to store or preserve research data. The DMPs created are hosted in the OpenAIRE production environment for the sole purpose of exposing the DMP records once finalised (“published”). If assigned a DOI, the DMP records are linked to and preserved in Zenodo, the OpenAIRE’s repository service. The ARGOS service is made available for use free-of-charge for research, educational and informational purposes.
    2. +
    3. Login to ARGOS is possible through a variety of external providers, among which Google, Facebook, Twitter, B2Access and OpenAIRE Login, that share information of their user profiles with ARGOS, according to the rights that have been granted to the given provider by the user. External email addresses that are used in invitations for collaborations are held in ARGOS database that stores information about only the name, surname and email address of the DMP creator and collaborator.  Personal data is collected via the login option and via email invitations sent to external DMP contributors. This personal information as well as the activity of ARGOS users is used only for deriving usage metrics and assessing the service quality. They are stored in ARGOS database for as long as the account is active and they are accessible only from people in the team in charge of quality and risk assessment. They will not be used for other purposes other than the ones stated in this document and they can be deleted at any time should the user claim a relevant request. The aforementioned processes are also facilitated by the use of cookies (see below the “Cookie policy”).
    4. +
    5. Data concerning DMP information will be used by OpenAIRE for research and development purposes, such as identifying DMP models, and for ensuring compliance with policy requirements and monitoring of DMPs uptake linked to OpenAIRE’s Monitoring Dashboards and the Open Science Observatory.
    6. +
    7. The DMP Manager, i.e. the person who creates and manages a DMP, and/ or the contributor, i.e. the person who is invited to collaborate on a DMP, shall ensure that content is accurate and presented in a way that adheres to these Terms of Service and applicable laws, including, but not limited to, privacy, data protection and intellectual property rights.
    8. +
    9. ARGOS service is provided by OpenAIRE “as is”. Although OpenAIRE and its partners take measures for the availability, dependability, and accuracy of the service, access to ARGOS, utilisation of its features and preservation of the data deposited or produced by the service are not guaranteed. OpenAIRE cannot be held responsible for any data loss regarding DMPs, ethical or financial damage or any other direct or indirect impact that any failure of ARGOS service may have on its users.  
    10. +
    11. ARGOS users are exclusively responsible for their use of content, and shall hold OpenAIRE free and harmless in connection with their download and/or use.
    12. +
    13. OpenAIRE may not be held responsible for the content provided or statements made in Data Management Plans created and managed by its users.
    14. +
    15. All content is provided “as-is”. Users of content (“Users”) shall respect applicable license conditions. Download and use of content from ARGOS does not transfer any intellectual property rights in the content to the User.
    16. +
    17. In the case any content is reported as violating third party rights or other legal provisions, ARGOS reserves the right to remove the content from the service until the dispute is legally settled. Any such incidents should be reported at noticeandtakedown@openaire.eu 
    18. +
    19. ARGOS users are held responsible for the data and information they provide in the service. Users may not add information, data or any other type of artifact that may be malicious, intentionally erroneous and potentially harmful for other ARGOS users, IPR owners and/or the general public.
    20. +
    21. In case a user of ARGOS identifies a potential infringement of copyright, harmful or malicious operation, function, code, information or data, shall inform OpenAIRE providing sufficient evidence for the identification of the case and the information and/or data challenged.
    22. +
    23. OpenAIRE reserves the right, without notice, at its sole discretion and without liability, (i) to alter or delete inappropriate content, and (ii) to restrict or remove User access where it considers that use of ARGOS interferes with its operations or violates these Terms of Service or applicable laws.
    24. +
    25. These Terms of Service are subject to change by OpenAIRE at any time and without notice, other than through posting the updated Terms of Service on the OpenAIRE website and indicating the version and date of last update.
    26. +
    +
  4. +
+

For any questions or comments you may have about the current Terms of Service, please contact us: argos@openaire.eu 

+
+
+
+ + + diff --git a/deployment/opendmp/backend/material/user-guide/UserGuide_de.html b/deployment/opendmp/backend/material/user-guide/UserGuide_de.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/deployment/opendmp/backend/material/user-guide/UserGuide_de.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/deployment/opendmp/backend/material/user-guide/UserGuide_en.html b/deployment/opendmp/backend/material/user-guide/UserGuide_en.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/deployment/opendmp/backend/material/user-guide/UserGuide_en.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/deployment/opendmp/backend/material/user-guide/UserGuide_es.html b/deployment/opendmp/backend/material/user-guide/UserGuide_es.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/deployment/opendmp/backend/material/user-guide/UserGuide_es.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/deployment/opendmp/backend/material/user-guide/UserGuide_gr.html b/deployment/opendmp/backend/material/user-guide/UserGuide_gr.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/deployment/opendmp/backend/material/user-guide/UserGuide_gr.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/deployment/opendmp/backend/material/user-guide/UserGuide_pt.html b/deployment/opendmp/backend/material/user-guide/UserGuide_pt.html new file mode 100644 index 000000000..31855cda0 --- /dev/null +++ b/deployment/opendmp/backend/material/user-guide/UserGuide_pt.html @@ -0,0 +1,2445 @@ + + + + + + + + + + + + + + + +
+
+

1.    Terminologia

+

1.1 Termos chave

+ +
+

O botão “Criar novo PGD” permite de forma simples iniciar o seu plano. Esta opção fornece um editor que percorre os elementos essenciais de um PGD, guiando o processo de criação do documento passo a passo.

A partir do "Início"



+
+

A partir de “Adicione um Dataset”



Adicionar um Dataset é uma forma simples de adicionar novos modelos de dados a PGDs pré-existentes.

A partir do “Início”

+

A partir de “Os meus Datasets”



A partir de “Os meus PGDs”



+

A partir do “Editor de Dataset”



+

1.2  Outros termos

+ +
+

2. Navegação

+

2.1 Página Inicial

+

A página inicial poderá ser encontrada em https://argos.openaire.eu/splash/, também acessível através do Catálogo de Serviços do OpenAIRE e EOSC.

+

+ +

2.2    Login

+


Estão disponíveis diferentes opções de login, desde meios de comunicação social a canais de investigação e comunicação académica.

+


Atenção! Não é necessária uma conta de utilizador.

+

2.3   Menu do Utilizador

+

Espaço dedicado e que poderá ser customizado de acordo com o perfil pessoal do utilizador.

+ + + + + + + +
+

Definições do Meu Perfil -  Exibe a página de perfil que contém detalhes  tais como: nome, e-mail, dados da conta Zenodo, etc.

+

PGDs associados - Coleção dos PGDs do utilizador.

+

Log out - Termina a sessão e redireciona para a página de login.

+
+

 

+

2.4   Menu Principal

+

O menu principal está localizado no lado esquerdo do ecrã.

+

Dependendo da forma como os utilizadores vêem a ferramenta, ou seja, se já efetuaram o login ou não, o menu principal altera-se para incluir características que estão apenas disponíveis no painel dos respetivos  utilizadores.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+


Menu Principal – 
Antes de  Iniciar a Sessão

+
+

 

+
+


Menu Principal - Após Iniciar 
a Sessão

+

+

 

+
+

 

+
Início  - Direciona o utilizador para a página inicial/painel. +

 

+
Início  - Direciona o utilizador para a página inicial/painel.
PGDs públicos – Conjunto de PGDs que estão disponíveis publicamente no Argos. +

 

+
Os meus PGDs - Inclui todos os PGDs dos quais o utilizador é proprietário ou colaborador.
Datasets públicos – Conjunto de Datasets que estão disponíveis publicamente no Argos. +

 

+
Os meus Datasets - Inclui todos os Datasets dos quais o utilizador é proprietário ou colaborador.
Co-Branding - Página para visualizar o software e aprender como contribuir para a aplicação. +

 

+
PGDs públicos - Conjunto de PGDs que estão disponíveis publicamente no Argos.
Suporte - Formulário de contacto que permite a comunicação com a equipa do Argos. +

 

+
Datasets públicos - Conjunto de Datasets que estão disponíveis publicamente no Argos.
Enviar comentários - Formulário de feedback para contribuir com sugestões e opiniões sobre a utilização de Argos. +

 

+
Sobre - Informa sobre o âmbito e principais funcionalidades da ferramenta.
Sobre - Informa sobre o âmbito e principais funcionalidades da ferramenta. +

 

+
Condições do Serviço - Providencia o status legal para a utilização do Argos.
Condições do Serviço - Providencia o status legal para a utilização do Argos. +

 

+
Glossário - Inclui os termos usados na ferramenta e explica os componentes básicos.
Glossário - Inclui os termos usados na ferramenta e explica os componentes básicos. +

 

+
Guia do Utilizador - Guia para os utilizadores aprenderem a usar o Argos.
Guia do Utilizador - Guia para os utilizadores aprenderem a usar o Argos. +

 

+
+

Contacto de suporte - Formulário de contacto que permite a comunicação com a equipa do Argos.

+
+

 

+

2.5   Início

+

O “Início” é a informação que aparece depois de entrar no Argos a partir da página inicial.

+

Inclui informação condensada baseada na função Argos e na sua utilização.

+


Início –
Antes de iniciar a sessão

+ + + + + + + +
+


Última Atividade
- Exibe os PGDs e Datasets publicamente disponíveis, de acordo com a data da sua publicação no Argos e a sua etiqueta (PGDs ou Datasets).

+
+
+ + + + + + + +
+


Uso Público
- Mostra o número de PGDs, Datasets, Grants e Organizações publicamente disponíveis e incluídas no Argos.

+

 

+

Atenção! Após iniciar a sessão no Argos, a página inicial torna-se num painel pessoal e, como tal, os números alteram-se de acordo com a atividade do utilizador.

+
+

 

+

Início - Após Iniciar a Sessão



+ + + + + + + +
+


Última Atividade
- Exibe os PGDs e Datasets do utilizador, de acordo com a data da sua última modificação, estado  do documento (rascunho, finalizado, publicado) e a sua etiqueta (PGDs ou Datasets).

+
+

 

+ + + + + + + +
+


Uso Pessoal
- Mostra a atividade do utilizador nos PGDs, Datasets, Grants e Organizações.

+
+

 

+

2.6   Os Meus PGDs / Os Meus Datasets

+
+

Contém todos os PGDs e Datasets de que o utilizador é proprietário ou colaborador. Tanto os PGDs, como os Datasets, são classificados pela data da sua última modificação, o estado do documento (rascunho, finalizado, publicado) e a sua etiqueta (PGDs ou Datasets).

+

Os Meus PGDs

+

Quando a etiqueta é verde trata-se de um PGD, mostrando o papel da pessoa que vê o PGD, o estado do processo de escrita, a versão atual do PGD, o grant associado ao PGD, o número e nome dos Datasets que o PGD tem.

+ + + + + + + + + + +
+


Nova Versão
- Inicia uma nova versão do PGD.

+

Ver todas as Versões do PGD  - Mostra o histórico das diferentes versões do PGD.

+

Eliminar - Remove permanentemente o PGD.

+
+
+

Os Meus Datasets

+

Quando a etiqueta é amarelo trata-se de um Dataset e mostra o papel da pessoa que visualiza o Dataset, o estado do processo de escrita, o grant associado ao PGD e o título do PGD do qual o Dataset faz parte.



+ +
+

2.7   PGDs Públicos / Datasets Públicos

+


Contém informação de PGDs que estão disponíveis em acesso aberto no Argos. Isto significa que os proprietários e membros do PGD estão a disponibilizar os seus PGDs e Datasets associados a todos os utilizadores (Argos e não Argos), que queiram consultá-los ou reutilizá-los no âmbito da licença atribuída.

+

Tanto os PGDs como os Datasets são organizados e apresentados pela data da sua última modificação e pela sua etiqueta (PGDs ou Datasets). Os utilizadores também podem procurar o PGD ou Dataset a partir da barra de pesquisa.

+

PGDs Públicos

+

Quando a etiqueta é verde trata-se de um PGD e exibe o título do PGD, o seu estado, a sua versão, o grant associado, o número e o nome dos Datasets que o PGD contém.

+



+ + +

Datasets Públicos

+

Quando a etiqueta é amarelo trata-se de um Dataset Público e mostra o título do Dataset, o seu estado, o grant associado ao PGD e o papel da pessoa que visualiza o Dataset, o estado do processo de escrita, o grant associado ao PGD e o título do PGD do qual o Dataset faz parte.



+ + + + + + + + +
+

Copiar o Dataset - Cria uma cópia do Dataset.

+
+

 

+

2.8   Criar novo PGD

+


Existem várias formas de criar um novo PGD no Argos.

+

+

Existem 4 etapas envolvidas na criação de um PGD:

+

- Informação Geral;

+

- Informação sobre o Financiamento;

+

- Informação sobre a Licença;

+

- Informação sobre os Datasets.

+

Informação Geral

+



+ +

Informação sobre o Financiamento

+

+ +

Informação sobre a Licença

+


+ +
+

Informação sobre os Datasets

+


+ +
+

2.9  Adicionar Dataset(s)

+
+

Existem duas maneiras de criar Datasets:

+

- Criar o primeiro Dataset do PGD;

+

- Adicionar Datasets aos PGDs existentes.

+


No Argos, os Datasets estão ligados e associados a pelo menos um PGD. Um Dataset não pode existir como registo único.

+

Primeiro Dataset

+

+

Uma vez criado o PGD, o utilizador poderá preencher a descrição dos seus dados no “Editor de Dataset”.

+

 

+ +

São três os passos a seguir para adicionar um Dataset:

+ +
+

Selecione um PGD para o seu Dataset

+


+

Selecione um PGD já existente na lista.

+
+

Selecione um Modelo

+
+

+
+

Selecionar o modelo de dados para descrever o seu Dataset, de acordo com a organização que financia o seu grant.

+


Edite o Dataset

+
+

O “Editor de Dataset” apoia na descrição de informação de acordo com o modelo selecionado.

+


+ + +
+

2.10 Registo de PGDs/Datasets

+

Regista os PGDs e Datasets no Argos, após a sua edição e conclusão.

+

Os utilizadores podem visualizar os PGDs e Datasets que criaram. Ao abrir um registo que tenham criado, são-lhes fornecidas funcionalidades adicionais que estão ligadas à conclusão do processo de escrita dos PGDs.

+

São aplicáveis funcionalidades diferentes consoante o estado do PGD, ou seja, antes ou depois da conclusão do PGD.

+


Antes de concluir o PGD

+

Antes de concluir o PGD, este pode ainda ser editado, eliminado ou duplicado. Os utilizadores podem rever a informação que acrescentaram relativamente a grants, investigadores, descrição do PGD e Datasets e/ou modelos de dados utilizados.

+

Podem ser adicionados novos Datasets em qualquer altura, a partir desta página.

+

Os utilizadores podem exportar o PGD, começar a trabalhar numa nova versão e/ou convidar colegas a colaborar na conclusão do seu plano.

+


Convidar

+



+

Após concluir o PGD


+
+

Após a conclusão do PGD, este poderá ser tornado publicamente visível no Argos e depositado no Zenodo.

+

Os utilizadores podem exportar o PGD finalizado, começar a trabalhar numa nova versão e/ou convidar colegas a colaborar na conclusão do plano.

+

É possível reverter a conclusão do PGD.

+

 

+

Antes de concluir os Datasets

+



+

Antes de concluir o Dataset, este pode ainda ser editado, eliminado ou duplicado.

+

Os utilizadores podem aceder a todo o PGD do qual o Dataset faz parte, a partir dessa página, e rever a informação que acrescentaram relativamente ao grant, investigadores e descrição do Dataset.

+

Os utilizadores podem exportar a descrição do Dataset e convidar os colegas a colaborar na sua conclusão.

+

 

+

 Após concluir os Datasets

+


+


Após a conclusão do Dataset, este poderá ser exportado e partilhado com colegas para revisão.


+

 

+
+ + + + \ No newline at end of file diff --git a/deployment/opendmp/backend/material/user-guide/UserGuide_sk.html b/deployment/opendmp/backend/material/user-guide/UserGuide_sk.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/deployment/opendmp/backend/material/user-guide/UserGuide_sk.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/deployment/opendmp/backend/material/user-guide/UserGuide_sr.html b/deployment/opendmp/backend/material/user-guide/UserGuide_sr.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/deployment/opendmp/backend/material/user-guide/UserGuide_sr.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/deployment/opendmp/backend/material/user-guide/UserGuide_tr.html b/deployment/opendmp/backend/material/user-guide/UserGuide_tr.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/deployment/opendmp/backend/material/user-guide/UserGuide_tr.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/deployment/opendmp/file-transformer-docx/config/app.env b/deployment/opendmp/file-transformer-docx/config/app.env new file mode 100644 index 000000000..6f6879de3 --- /dev/null +++ b/deployment/opendmp/file-transformer-docx/config/app.env @@ -0,0 +1,8 @@ +#Security +IDP_ISSUER_URI=http://localhost:8082/keycloak/realms/OpenDMP + +#PDF +PDF_CONVERTER_URL=http://opendmp.gotenberg:3000 + +#Storage +STORAGE_PATH=/storage \ No newline at end of file diff --git a/deployment/opendmp/file-transformer-docx/config/documents/styles.xml b/deployment/opendmp/file-transformer-docx/config/documents/styles.xml new file mode 100644 index 000000000..4e78e6962 --- /dev/null +++ b/deployment/opendmp/file-transformer-docx/config/documents/styles.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/deployment/opendmp/file-transformer-docx/config/pdf-test.yml b/deployment/opendmp/file-transformer-docx/config/pdf-test.yml new file mode 100644 index 000000000..fbf24008d --- /dev/null +++ b/deployment/opendmp/file-transformer-docx/config/pdf-test.yml @@ -0,0 +1,3 @@ +pdf: + converter: + url: ${PDF_CONVERTER_URL} \ No newline at end of file diff --git a/deployment/opendmp/file-transformer-docx/config/pidLinks.json b/deployment/opendmp/file-transformer-docx/config/pidLinks.json new file mode 100644 index 000000000..d2a011677 --- /dev/null +++ b/deployment/opendmp/file-transformer-docx/config/pidLinks.json @@ -0,0 +1,100 @@ +{ + "pidLinks": [ + { + "pid": "doi", + "link": "https://doi.org/{pid}" + }, + { + "pid": "uniprot", + "link": "https://uniprot.org/uniprotkb/{pid}" + }, + { + "pid": "handle", + "link": "https://hdl.handle.net/{pid}" + }, + { + "pid": "arxiv", + "link": "https://arxiv.org/abs/{pid}" + }, + { + "pid": "ascl", + "link": "https://ascl.net/{pid}" + }, + { + "pid": "orcid", + "link": "https://orcid.org/{pid}" + }, + { + "pid": "pmid", + "link": "https://pubmed.ncbi.nlm.nih.gov/{pid}" + }, + { + "pid": "ads", + "link": "https://ui.adsabs.harvard.edu/#abs/{pid}" + }, + { + "pid": "pmcid", + "link": "https://ncbi.nlm.nih.gov/pmc/{pid}" + }, + { + "pid": "gnd", + "link": "https://d-nb.info/gnd/{pid}" + }, + { + "pid": "urn", + "link": "https://nbn-resolving.org/{pid}" + }, + { + "pid": "sra", + "link": "https://ebi.ac.uk/ena/data/view/{pid}" + }, + { + "pid": "bioproject", + "link": "https://ebi.ac.uk/ena/data/view/{pid}" + }, + { + "pid": "biosample", + "link": "https://ebi.ac.uk/ena/data/view/{pid}" + }, + { + "pid": "ensembl", + "link": "https://ensembl.org/id/{pid}" + }, + { + "pid": "refseq", + "link": "https://ncbi.nlm.nih.gov/entrez/viewer.fcgi?val={pid}" + }, + { + "pid": "genome", + "link": "https://ncbi.nlm.nih.gov/assembly/{pid}" + }, + { + "pid": "geo", + "link": "https://ncbi.nlm.nih.gov/geo/query/acc.cgi?acc={pid}" + }, + { + "pid": "arrayexpress_array", + "link": "https://ebi.ac.uk/arrayexpress/arrays/{pid}" + }, + { + "pid": "arrayexpress_experiment", + "link": "https://ebi.ac.uk/arrayexpress/experiments/{pid}" + }, + { + "pid": "hal", + "link": "https://hal.archives-ouvertes.fr/{pid}" + }, + { + "pid": "swh", + "link": "https://archive.softwareheritage.org/{pid}" + }, + { + "pid": "ror", + "link": "https://ror.org/{pid}" + }, + { + "pid": "viaf", + "link": "https://viaf.org/viaf/{pid}" + } + ] +} \ No newline at end of file diff --git a/deployment/opendmp/file-transformer-docx/config/security-test.yml b/deployment/opendmp/file-transformer-docx/config/security-test.yml new file mode 100644 index 000000000..4445beeea --- /dev/null +++ b/deployment/opendmp/file-transformer-docx/config/security-test.yml @@ -0,0 +1,6 @@ +web: + security: + idp: + resource: + jwt: + audiences: [ "dmp_plugins" ] \ No newline at end of file diff --git a/deployment/opendmp/file-transformer-docx/config/storage-test.yml b/deployment/opendmp/file-transformer-docx/config/storage-test.yml new file mode 100644 index 000000000..283aecd1e --- /dev/null +++ b/deployment/opendmp/file-transformer-docx/config/storage-test.yml @@ -0,0 +1,4 @@ +file: + storage: + temp: ${STORAGE_PATH}/tmp + transient-path: ${STORAGE_PATH}/shared \ No newline at end of file diff --git a/deployment/opendmp/file-transformer-docx/config/word-file-transformer-test.yml b/deployment/opendmp/file-transformer-docx/config/word-file-transformer-test.yml new file mode 100644 index 000000000..9177fbd77 --- /dev/null +++ b/deployment/opendmp/file-transformer-docx/config/word-file-transformer-test.yml @@ -0,0 +1,5 @@ +word-file-transformer: + word-dmp-template: /config/documents/h2020.docx + pid-template: /config/pidLinks.json + word-description-template: /config/documents/h2020_dataset.docx + useSharedStorage: false \ No newline at end of file diff --git a/deployment/opendmp/file-transformer-rda-json/config/app.env b/deployment/opendmp/file-transformer-rda-json/config/app.env new file mode 100644 index 000000000..6f07e1bb0 --- /dev/null +++ b/deployment/opendmp/file-transformer-rda-json/config/app.env @@ -0,0 +1,5 @@ +#Security +IDP_ISSUER_URI=http://localhost:8082/keycloak/realms/OpenDMP + +#Storage +STORAGE_PATH=/storage \ No newline at end of file diff --git a/deployment/opendmp/file-transformer-rda-json/config/rda-file-transformer-test.yml b/deployment/opendmp/file-transformer-rda-json/config/rda-file-transformer-test.yml new file mode 100644 index 000000000..aa371faba --- /dev/null +++ b/deployment/opendmp/file-transformer-rda-json/config/rda-file-transformer-test.yml @@ -0,0 +1,2 @@ +rda-file-transformer: + useSharedStorage: true diff --git a/deployment/opendmp/file-transformer-rda-json/config/security-test.yml b/deployment/opendmp/file-transformer-rda-json/config/security-test.yml new file mode 100644 index 000000000..4445beeea --- /dev/null +++ b/deployment/opendmp/file-transformer-rda-json/config/security-test.yml @@ -0,0 +1,6 @@ +web: + security: + idp: + resource: + jwt: + audiences: [ "dmp_plugins" ] \ No newline at end of file diff --git a/deployment/opendmp/file-transformer-rda-json/config/storage-test.yml b/deployment/opendmp/file-transformer-rda-json/config/storage-test.yml new file mode 100644 index 000000000..283aecd1e --- /dev/null +++ b/deployment/opendmp/file-transformer-rda-json/config/storage-test.yml @@ -0,0 +1,4 @@ +file: + storage: + temp: ${STORAGE_PATH}/tmp + transient-path: ${STORAGE_PATH}/shared \ No newline at end of file diff --git a/deployment/opendmp/file-transformer-rda-json/internal/rda-lang-map.json b/deployment/opendmp/file-transformer-rda-json/internal/rda-lang-map.json new file mode 100644 index 000000000..794787f0e --- /dev/null +++ b/deployment/opendmp/file-transformer-rda-json/internal/rda-lang-map.json @@ -0,0 +1,186 @@ +{ + "aar": "aa", + "abk": "ab", + "afr": "af", + "aka": "ak", + "amh": "am", + "ara": "ar", + "arg": "an", + "asm": "as", + "ava": "av", + "ave": "ae", + "aym": "ay", + "aze": "az", + "bak": "ba", + "bam": "bm", + "bel": "be", + "ben": "bn", + "bis": "bi", + "bod": "bo", + "bos": "bs", + "bre": "br", + "bul": "bg", + "cat": "ca", + "ces": "cs", + "cha": "ch", + "che": "ce", + "chu": "cu", + "chv": "cv", + "cor": "kw", + "cos": "co", + "cre": "cr", + "cym": "cy", + "dan": "da", + "deu": "de", + "div": "dv", + "dzo": "dz", + "ell": "el", + "eng": "en", + "epo": "eo", + "est": "et", + "eus": "eu", + "ewe": "ee", + "fao": "fo", + "fas": "fa", + "fij": "fj", + "fin": "fi", + "fra": "fr", + "fry": "fy", + "ful": "ff", + "gla": "gd", + "gle": "ga", + "glg": "gl", + "glv": "gv", + "grn": "gn", + "guj": "gu", + "hat": "ht", + "hau": "ha", + "hbs": "sh", + "heb": "he", + "her": "hz", + "hin": "hi", + "hmo": "ho", + "hrv": "hr", + "hun": "hu", + "hye": "hy", + "ibo": "ig", + "ido": "io", + "iii": "ii", + "iku": "iu", + "ile": "ie", + "ina": "ia", + "ind": "id", + "ipk": "ik", + "isl": "is", + "ita": "it", + "jav": "jv", + "jpn": "ja", + "kal": "kl", + "kan": "kn", + "kas": "ks", + "kat": "ka", + "kau": "kr", + "kaz": "kk", + "khm": "km", + "kik": "ki", + "kin": "rw", + "kir": "ky", + "kom": "kv", + "kon": "kg", + "kor": "ko", + "kua": "kj", + "kur": "ku", + "lao": "lo", + "lat": "la", + "lav": "lv", + "lim": "li", + "lin": "ln", + "lit": "lt", + "ltz": "lb", + "lub": "lu", + "lug": "lg", + "mah": "mh", + "mal": "ml", + "mar": "mr", + "mkd": "mk", + "mlg": "mg", + "mlt": "mt", + "mon": "mn", + "mri": "mi", + "msa": "ms", + "mya": "my", + "nau": "na", + "nav": "nv", + "nbl": "nr", + "nde": "nd", + "ndo": "ng", + "nep": "ne", + "nld": "nl", + "nno": "nn", + "nob": "nb", + "nor": "no", + "nya": "ny", + "oci": "oc", + "oji": "oj", + "ori": "or", + "orm": "om", + "oss": "os", + "pan": "pa", + "pli": "pi", + "pol": "pl", + "por": "pt", + "pus": "ps", + "que": "qu", + "roh": "rm", + "ron": "ro", + "run": "rn", + "rus": "ru", + "sag": "sg", + "san": "sa", + "sin": "si", + "slk": "sk", + "slv": "sl", + "sme": "se", + "smo": "sm", + "sna": "sn", + "snd": "sd", + "som": "so", + "sot": "st", + "spa": "es", + "sqi": "sq", + "srd": "sc", + "srp": "sr", + "ssw": "ss", + "sun": "su", + "swa": "sw", + "swe": "sv", + "tah": "ty", + "tam": "ta", + "tat": "tt", + "tel": "te", + "tgk": "tg", + "tgl": "tl", + "tha": "th", + "tir": "ti", + "ton": "to", + "tsn": "tn", + "tso": "ts", + "tuk": "tk", + "tur": "tr", + "twi": "tw", + "uig": "ug", + "ukr": "uk", + "urd": "ur", + "uzb": "uz", + "ven": "ve", + "vie": "vi", + "vol": "vo", + "wln": "wa", + "wol": "wo", + "xho": "xh", + "yid": "yi", + "yor": "yo", + "zha": "za", + "zho": "zh", + "zul": "zu" +} \ No newline at end of file diff --git a/deployment/opendmp/frontend/WebAppNginx.conf b/deployment/opendmp/frontend/WebAppNginx.conf new file mode 100644 index 000000000..4613e7026 --- /dev/null +++ b/deployment/opendmp/frontend/WebAppNginx.conf @@ -0,0 +1,39 @@ +server { + + listen 8080; + + sendfile on; + + default_type application/octet-stream; + + error_page 405 =200 $uri; + + + gzip on; + gzip_http_version 1.1; + gzip_disable "MSIE [1-6]\."; + gzip_min_length 1100; + gzip_vary on; + gzip_proxied expired no-cache no-store private auth; + gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript; + gzip_comp_level 9; + + root /usr/share/nginx/html; + + location = / { + return 301 https://$host/splash/; + } + + location /splash/ { + add_header Cache-Control "no-store, no-cache, must-revalidate"; + alias /usr/share/nginx/html/assets/splash/; + + } + + + location / { + try_files $uri $uri/ /index.html =404; + add_header Cache-Control "no-store, no-cache, must-revalidate"; + } + +} diff --git a/deployment/opendmp/frontend/config.json b/deployment/opendmp/frontend/config.json new file mode 100644 index 000000000..ce2b71040 --- /dev/null +++ b/deployment/opendmp/frontend/config.json @@ -0,0 +1,69 @@ +{ + "production": false, + "Server": "http://localhost:8081/api", + "App": "http://localhost:8081/", + "HelpService": { + "Enabled": false, + "Url": "localhost:5000/" + }, + "defaultCulture": "en-US", + "defaultLanguage": "en", + "defaultBlueprintId": "86635178-36a6-484f-9057-a934e4eeecd5", + "keycloak": { + "enabled": true, + "address": "http://localhost:8082/keycloak/", + "realm": "openDMP", + "flow": "standard", + "clientId": "dmp_webapp", + "silentCheckSsoRedirectUri": "http://localhost:8082/assets/silent-check-sso.html", + "scope": "openid profile email address phone dmp_web dmp_notification dmp_annotation identity_provider", + "clientSecret": null, + "grantType": "code" + }, + "inAppNotificationsCountInterval": "30", + "notification_service": { + "enabled": true + // "address": "http://opendmp.notification:8080/" + }, + "annotation_service": { + "enabled": true + }, + "zenodoConfiguration": { + "clientId": "dmp_plugins", + "oauthUrl": "https://sandbox.zenodo.org/oauth/authorize", + "redirectUri": "http://localhost:8081/zenodo/login/external/zenodo" + }, + "logging": { + "enabled": true, + "logLevels": ["warning", "error"] + }, + "matomo": { + "enabled": true, + "url": "https://beta.analytics.openaire.eu/", + "siteId": 361 + }, + "lockInterval": 60000, + "guideAssets": "assets/images/guide", + "allowOrganizationCreator": true, + "useSplash": false, + "orcidPath": "https://orcid.org/", + "maxFileSizeInMB": 10, + "authProviders": { + "defaultAuthProvider": { + "name": "Default", + "providerClass": "defaultIcon" + }, + "authProviders": [ + { + "name": "google", + "providerClass": "googleIcon", + "cultures": ["en"] + }, + { + "name": "facebook", + "providerClass": "facebookIcon", + "cultures": ["en"] + } + ] + } +} diff --git a/deployment/opendmp/frontend/nginx.conf b/deployment/opendmp/frontend/nginx.conf new file mode 100644 index 000000000..41d94b46b --- /dev/null +++ b/deployment/opendmp/frontend/nginx.conf @@ -0,0 +1,31 @@ +user nginx; +worker_processes auto; + +error_log /var/log/nginx/error.log warn; +pid /var/run/nginx.pid; + + +events { + worker_connections 1024; +} + + +http { + include /etc/nginx/mime.types; + default_type application/octet-stream; + + log_format main '$remote_addr - $remote_user [$time_local] "$request" ' + '$status $body_bytes_sent "$http_referer" ' + '"$http_user_agent" "$http_x_forwarded_for"'; + + access_log /var/log/nginx/access.log main; + + sendfile on; + #tcp_nopush on; + + keepalive_timeout 65; + + #gzip on; + + include /etc/nginx/conf.d/*.conf; +} diff --git a/deployment/opendmp/notification/config/app.env b/deployment/opendmp/notification/config/app.env new file mode 100644 index 000000000..4243b68df --- /dev/null +++ b/deployment/opendmp/notification/config/app.env @@ -0,0 +1,41 @@ +#DB +DB_CONNECTION_STRING=jdbc:postgresql://opendmp.postgres:5432/opendmp +DB_USER=opendmp-psql +DB_PASSWORD=opendmp-admin + +#Server +WEB_PORT=8080 + +#Security +IDP_APIKEY_CLIENT_ID=dmp_notification +IDP_APIKEY_CLIENT_SECRET=notification_secret +IDP_APIKEY_SCOPE=dmp_notification-dedicated + +IDP_OPAQUE_CLIENT_ID= +IDP_OPAQUE_CLIENT_SECRET= + +IDP_ISSUER_URI=http://localhost:8082/keycloak/realms/OpenDMP + +#RABBITMQ +RABBIT_HOST=opendmp.rabbitmq +RABBIT_PORT=5672 +RABBIT_USER=guest +RABBIT_PASS=guest + +#EMAIL +MAIL_HOST=smtp.office365.com +MAIL_PORT=587 +MAIL_USERNAME= +MAIL_PASSWORD= +MAIL_AUTH=false +MAIL_TLS=true +MAIL_ADDRESS=dmp_notification@admin.gr + +#CIPHER +CIPHER_SYMETRIC_ENCRYPTION_CONFIGURATION_AES_KEY= +CIPHER_SYMETRIC_ENCRYPTION_CONFIGURATION_AES_IV= +CIPHER_SYMETRIC_ENCRYPTION_QUEUE_AES_KEY= +CIPHER_SYMETRIC_ENCRYPTION_QUEUE_AES_IV= + +#NOTIFICATION +#CACHE_DISAMBIGUATION= \ No newline at end of file diff --git a/deployment/opendmp/notification/config/cipher-test.yml b/deployment/opendmp/notification/config/cipher-test.yml new file mode 100644 index 000000000..dcf9d5b5a --- /dev/null +++ b/deployment/opendmp/notification/config/cipher-test.yml @@ -0,0 +1,12 @@ +cipher: + symetric-encryption: + default-o: null + options: + configuration: + aes: + key: ${CIPHER_SYMETRIC_ENCRYPTION_CONFIGURATION_AES_KEY:} + iv: ${CIPHER_SYMETRIC_ENCRYPTION_CONFIGURATION_AES_IV:} + queue: + aes: + key: ${CIPHER_SYMETRIC_ENCRYPTION_QUEUE_AES_KEY:} + iv: ${CIPHER_SYMETRIC_ENCRYPTION_QUEUE_AES_IV:} \ No newline at end of file diff --git a/deployment/opendmp/notification/config/cors-test.yml b/deployment/opendmp/notification/config/cors-test.yml new file mode 100644 index 000000000..a6ce3d47b --- /dev/null +++ b/deployment/opendmp/notification/config/cors-test.yml @@ -0,0 +1,3 @@ +web: + cors: + allowed-origins: [ http://localhost, http://localhost:8082 ] diff --git a/deployment/opendmp/notification/config/db-test.yml b/deployment/opendmp/notification/config/db-test.yml new file mode 100644 index 000000000..eb529f7e1 --- /dev/null +++ b/deployment/opendmp/notification/config/db-test.yml @@ -0,0 +1,18 @@ +spring: + jpa: + show-sql: true + properties: + hibernate: + show_sql: true + format_sql: false + datasource: + url: ${DB_CONNECTION_STRING} + username: ${DB_USER} + password: ${DB_PASSWORD} + driver-class-name: org.postgresql.Driver + hikari: + connection-timeout: 30000 + minimum-idle: 3 + maximum-pool-size: 5 + idle-timeout: 600000 + max-lifetime: 1800000 diff --git a/deployment/opendmp/notification/config/email-test.yml b/deployment/opendmp/notification/config/email-test.yml new file mode 100644 index 000000000..fb7c94ba0 --- /dev/null +++ b/deployment/opendmp/notification/config/email-test.yml @@ -0,0 +1,14 @@ +spring: + mail: + host: ${MAIL_HOST:} + port: ${MAIL_PORT:} + username: ${MAIL_USERNAME:} + password: ${MAIL_PASSWORD:} + properties: + mail: + smtp: + auth: ${MAIL_AUTH:} + starttls: + enable: ${MAIL_TLS:} +email: + address: ${MAIL_ADDRESS:} \ No newline at end of file diff --git a/deployment/opendmp/notification/config/logging-test.yml b/deployment/opendmp/notification/config/logging-test.yml new file mode 100644 index 000000000..e877dceba --- /dev/null +++ b/deployment/opendmp/notification/config/logging-test.yml @@ -0,0 +1,2 @@ +logging: + config: /config/logging/logback-${spring.profiles.active}.xml diff --git a/deployment/opendmp/notification/config/logging/logback-test.xml b/deployment/opendmp/notification/config/logging/logback-test.xml new file mode 100644 index 000000000..c1392fea0 --- /dev/null +++ b/deployment/opendmp/notification/config/logging/logback-test.xml @@ -0,0 +1,61 @@ + + + + + %date{ISO8601} [%thread] %-5level %logger{36} [%X{req.id}] - %message%n + + + + + /logs/logging.log + + logs/logging.%d{yyyy-MM-dd}.%i.log + + 100MB + + 15 + + + %date{ISO8601} [%thread] %-5level %logger{36} [%X{req.id}] - %message%n + + + + + /logs/auditing.log + + logs/auditing.%d{yyyy-MM-dd}.%i.log + + 100MB + + 15 + + + %date{ISO8601} - %X{req.id} - %message%n + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/deployment/opendmp/notification/config/notification-test.yml b/deployment/opendmp/notification/config/notification-test.yml new file mode 100644 index 000000000..c140a01d2 --- /dev/null +++ b/deployment/opendmp/notification/config/notification-test.yml @@ -0,0 +1,490 @@ +notification: + staticFields: + fields: + - key: "{installation-url}" + type: "String" + value: "http://localhost:4200" + resolver: + global-policies: + - #dmpInvitationExternalUser + type: 065DEECD-21BB-44AF-9983-E660FDF24BC4 + contacts: [ email ] + - #dmpInvitationExistingUser + type: 4904dea2-5079-46d3-83be-3a19c9ab45dc + contacts: [ inapp, email ] + - #dpmModified + type: 4542262A-22F8-4BAA-9DB6-1C8E70AC1DBB + contacts: [ inapp, email ] + - #dmpFinalised + type: 90DB0B46-42DE-BD89-AEBF-6F27EFEB256E + contacts: [ inapp, email ] + - #descriptionModified + type: 4FDBFA80-7A71-4A69-B854-67CBB70648F1 + contacts: [ inapp, email ] + - #descriptionFinalised + type: 33790bad-94d4-488a-8ee2-7f6295ca18ea + contacts: [ inapp, email ] + - #mergeAcountConfirmation + type: BFE68845-CB05-4C5A-A03D-29161A7C9660 + contacts: [ email ] + - #removeCredentialConfirmation + type: C9BC3F16-057E-4BBA-8A5F-36BD835E5604 + contacts: [ email ] + - #dmpDeposit + type: 55736F7A-83AB-4190-AF43-9D031A6F9612 + contacts: [ inapp, email ] + - #descriptionTemplateInvitation + type: 223BB607-EFA1-4CE7-99EC-4BEABFEF9A8B + contacts: [ inapp, email ] + - #contactSupportType + type: 5B1D6C52-88F9-418B-9B8A-6F1F963D9EAD + contacts: [ email ] + - #publicContactSupportType + type: B542B606-ACC6-4629-ADEF-4D8EE2F01222 + contacts: [ email ] + message: + email: + flows: + - #dmpInvitationExternalUser + key: 065DEECD-21BB-44AF-9983-E660FDF24BC4 + subject-path: /notification_templates/dmpinvitationexternaluser/email/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/dmpinvitationexternaluser/email/body.{language}.html + body-field-options: + mandatory: [ "{dmpname}", "{dmprole}", "{installation-url}", "{confirmationToken}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{dmpname}]': null + '[{dmprole}]': null + '[{recipient}]': null + cc: [ ] + cc-mode: 0 + bcc: [ ] + bcc-mode: 0 + allow-attachments: false + cipher-fields: [ ] + - #dmpInvitationExistingUser + key: 4904dea2-5079-46d3-83be-3a19c9ab45dc + subject-path: /notification_templates/dmpinvitationexistinguser/email/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/dmpinvitationexistinguser/email/body.{language}.html + body-field-options: + mandatory: [ "{dmpname}", "{dmprole}", "{reasonName}", "{installation-url}", "{id}"] + optional: + - key: "{recipient}" + value: + formatting: + '[{dmpname}]': null + '[{dmprole}]': null + '[{reasonName}]': null + '[{recipient}]': null + cc: [ ] + cc-mode: 0 + bcc: [ ] + bcc-mode: 0 + allow-attachments: false + cipher-fields: [ ] + - #dmpModified + key: 4542262A-22F8-4BAA-9DB6-1C8E70AC1DBB + subject-path: /notification_templates/dmpmodified/email/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/dmpmodified/email/body.{language}.html + body-field-options: + mandatory: [ "{reasonName}", "{name}", "{installation-url}", "{id}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{reasonName}]': null + '[{name}]': null + '[{recipient}]': null + cc: [ ] + cc-mode: 0 + bcc: [ ] + bcc-mode: 0 + allow-attachments: false + cipher-fields: [ ] + - #dmpFinalised + key: 90DB0B46-42DE-BD89-AEBF-6F27EFEB256E + subject-path: /notification_templates/dmpfinalised/email/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/dmpfinalised/email/body.{language}.html + body-field-options: + mandatory: [ "{reasonName}", "{name}", "{installation-url}", "{id}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{reasonName}]': null + '[{name}]': null + '[{recipient}]': null + cc: [ ] + cc-mode: 0 + bcc: [ ] + bcc-mode: 0 + allow-attachments: false + cipher-fields: [ ] + - #desriptionModified + key: 4FDBFA80-7A71-4A69-B854-67CBB70648F1 + subject-path: /notification_templates/descriptionmodified/email/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/descriptionmodified/email/body.{language}.html + body-field-options: + mandatory: [ "{reasonName}", "{name}", "{installation-url}", "{id}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{reasonName}]': null + '[{name}]': null + '[{recipient}]': null + cc: [ ] + cc-mode: 0 + bcc: [ ] + bcc-mode: 0 + allow-attachments: false + cipher-fields: [ ] + - #descriptionFinalised + key: 33790bad-94d4-488a-8ee2-7f6295ca18ea + subject-path: /notification_templates/descriptionfinalised/email/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/descriptionfinalised/email/body.{language}.html + body-field-options: + mandatory: [ "{reasonName}", "{name}", "{installation-url}", "{id}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{reasonName}]': null + '[{name}]': null + '[{recipient}]': null + cc: [ ] + cc-mode: 0 + bcc: [ ] + bcc-mode: 0 + allow-attachments: false + cipher-fields: [ ] + - #mergeAccountConfirmation + key: BFE68845-CB05-4C5A-A03D-29161A7C9660 + subject-path: /notification_templates/mergeacountconfirmation/email/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/mergeacountconfirmation/email/body.{language}.html + body-field-options: + mandatory: [ "{userName}", "{installation-url}", "{confirmationToken}" ] + optional: + - key: "{expiration_time}" + value: --- + formatting: + '[{userName}]': null + '[{installation-url}]': null + '[{expiration_time}]': null + cc: [ ] + cc-mode: 0 + bcc: [ ] + bcc-mode: 0 + allow-attachments: false + cipher-fields: [ ] + - #removeCredentialConfirmation + key: C9BC3F16-057E-4BBA-8A5F-36BD835E5604 + subject-path: /notification_templates/removecredentialconfirmation/email/subject.{language}.txt + subject-field-options: + mandatory: [ "{installation-url}", "{confirmationToken}" ] + optional: [ ] + body-path: /notification_templates/removecredentialconfirmation/email/body.{language}.html + body-field-options: + mandatory: [ ] + optional: + - key: "{email}" + value: email + - key: "{expiration_time}" + value: -- + formatting: + '[{email}]': null + cc: [ ] + cc-mode: 0 + bcc: [ ] + bcc-mode: 0 + allow-attachments: false + cipher-fields: [ ] + - #dmpDeposit + key: 55736F7A-83AB-4190-AF43-9D031A6F9612 + subject-path: /notification_templates/dmpdeposit/email/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/dmpdeposit/email/body.{language}.html + body-field-options: + mandatory: [ "{reasonName}", "{name}", "{installation-url}", "{id}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{reasonName}]': null + '[{name}]': null + '[{recipient}]': null + cc: [ ] + cc-mode: 0 + bcc: [ ] + bcc-mode: 0 + allow-attachments: false + cipher-fields: [ ] + - #descriptionTemplateInvitation + key: 223BB607-EFA1-4CE7-99EC-4BEABFEF9A8B + subject-path: /notification_templates/descriptiontemplateinvitation/email/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/descriptiontemplateinvitation/email/body.{language}.html + body-field-options: + mandatory: [ "{templateName}", "{installation-url}", "{templateID}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{templateName}]': null + '[{recipient}]': null + cc: [ ] + cc-mode: 0 + bcc: [ ] + bcc-mode: 0 + allow-attachments: false + cipher-fields: [ ] + - #contactSupportType + key: 5B1D6C52-88F9-418B-9B8A-6F1F963D9EAD + subject-path: /notification_templates/contactsupport/email/subject.{language}.txt + subject-field-options: + mandatory: [ "{subject}" ] + optional: [ ] + body-path: /notification_templates/contactsupport/email/body.{language}.html + body-field-options: + mandatory: [ "{description}", "{email}" ] + formatting: + '[{subject}]': null + '[{description}]': null + '[{email}]': null + cc: [ ] + cc-mode: 0 + bcc: [ ] + bcc-mode: 0 + allow-attachments: false + cipher-fields: [ ] + - #publicContactSupportType + key: B542B606-ACC6-4629-ADEF-4D8EE2F01222 + subject-path: /notification_templates/publiccontactsupport/email/subject.{language}.txt + subject-field-options: + mandatory: [ "{subject}" ] + optional: [ ] + body-path: /notification_templates/publiccontactsupport/email/body.{language}.html + body-field-options: + mandatory: [ "{description}", "{email}", "{name}" ] + formatting: + '[{subject}]': null + '[{description}]': null + '[{email}]': null + '[{name}]': null + cc: [ ] + cc-mode: 0 + bcc: [ ] + bcc-mode: 0 + allow-attachments: false + cipher-fields: [ ] + template-cache: + prefix: ${CACHE_DISAMBIGUATION:} + key-pattern: "{prefix}:Notification_Message_Email_Template:{key}:v0" + in-app: + flows: + - #dmpInvitationExistingUser + key: 4904dea2-5079-46d3-83be-3a19c9ab45dc + subject-path: /notification_templates/dmpinvitationexistinguser/inapp/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/dmpinvitationexistinguser/inapp/body.{language}.html + body-field-options: + mandatory: [ "{dmpname}", "{dmprole}", "{reasonName}", "{installation-url}", "{id}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{dmpname}]': null + '[{dmprole}]': null + '[{reasonName}]': null + '[{recipient}]': null + priority-key: null + cipher-fields: [ ] + - #dmpModified + key: 4542262A-22F8-4BAA-9DB6-1C8E70AC1DBB + subject-path: /notification_templates/dmpmodified/inapp/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/dmpmodified/inapp/body.{language}.html + body-field-options: + mandatory: [ "{reasonName}", "{name}", "{installation-url}", "{id}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{reasonName}]': null + '[{name}]': null + '[{installation-url}]': null + '[{id}]': null + '[{recipient}]': null + priority-key: null + cipher-fields: [ ] + - #dmpFinalised + key: 90DB0B46-42DE-BD89-AEBF-6F27EFEB256E + subject-path: /notification_templates/dmpfinalised/inapp/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/dmpfinalised/inapp/body.{language}.html + body-field-options: + mandatory: [ "{reasonName}", "{name}", "{installation-url}", "{id}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{reasonName}]': null + '[{name}]': null + '[{installation-url}]': null + '[{id}]': null + '[{recipient}]': null + priority-key: null + cipher-fields: [ ] + - #desriptionModified + key: 4FDBFA80-7A71-4A69-B854-67CBB70648F1 + subject-path: /notification_templates/descriptionmodified/inapp/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/descriptionmodified/inapp/body.{language}.html + body-field-options: + mandatory: [ "{reasonName}", "{name}", "{installation-url}", "{id}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{reasonName}]': null + '[{name}]': null + '[{installation-url}]': null + '[{id}]': null + '[{recipient}]': null + priority-key: null + cipher-fields: [ ] + - #descriptionFinalised + key: 33790bad-94d4-488a-8ee2-7f6295ca18ea + subject-path: /notification_templates/descriptionfinalised/inapp/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/descriptionfinalised/inapp/body.{language}.html + body-field-options: + mandatory: [ "{reasonName}", "{name}", "{installation-url}", "{id}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{reasonName}]': null + '[{name}]': null + '[{installation-url}]': null + '[{id}]': null + '[{recipient}]': null + priority-key: null + cipher-fields: [ ] + - #mergeAccountConfirmation + key: BFE68845-CB05-4C5A-A03D-29161A7C9660 + subject-path: /notification_templates/mergeacountconfirmation/inapp/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/mergeacountconfirmation/inapp/body.{language}.html + body-field-options: + mandatory: [ "{userName}", "{installation-url}", "{confirmationToken}" ] + optional: + - key: "{expiration_time}" + value: --- + formatting: + '[{userName}]': null + '[{installation-url}]': null + '[{confirmationToken}]': null + '[{expiration_time}]': null + priority-key: null + cipher-fields: [ ] + - #removeCredentialConfirmation + key: C9BC3F16-057E-4BBA-8A5F-36BD835E5604 + subject-path: /notification_templates/removecredentialconfirmation/inapp/subject.{language}.txt + subject-field-options: + mandatory: [ "{installation-url}", "{confirmationToken}" ] + optional: [ ] + body-path: /notification_templates/removecredentialconfirmation/inapp/body.{language}.html + body-field-options: + mandatory: [ ] + optional: + - key: "{email}" + value: email + - key: "{expiration_time}" + value: -- + formatting: + '[{email}]': null + '[{expiration_time}]': null + priority-key: null + cipher-fields: [ ] + - #dmpDeposit + key: 55736F7A-83AB-4190-AF43-9D031A6F9612 + subject-path: /notification_templates/dmpdeposit/inapp/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/dmpdeposit/inapp/body.{language}.html + body-field-options: + mandatory: [ "{reasonName}", "{name}", "{installation-url}", "{id}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{reasonName}]': null + '[{name}]': null + '[{installation-url}]': null + '[{id}]': null + '[{recipient}]': null + priority-key: null + cipher-fields: [ ] + - #descriptionTemplateInvitation + key: 223BB607-EFA1-4CE7-99EC-4BEABFEF9A8B + subject-path: /notification_templates/descriptiontemplateinvitation/inapp/subject.{language}.txt + subject-field-options: + mandatory: [ ] + optional: [ ] + body-path: /notification_templates/descriptiontemplateinvitation/inapp/body.{language}.html + body-field-options: + mandatory: [ "{templateName}", "{installation-url}", "{templateID}" ] + optional: + - key: "{recipient}" + value: + formatting: + '[{templateName}]': null + '[{installation-url}]': null + '[{templateID}]': null + '[{recipient}]': null + priority-key: null + cipher-fields: [ ] + template-cache: + prefix: ${CACHE_DISAMBIGUATION:} + key-pattern: "{prefix}:Notification_Message_InApp_Template:{key}:v0" \ No newline at end of file diff --git a/deployment/opendmp/notification/config/queue-test.yml b/deployment/opendmp/notification/config/queue-test.yml new file mode 100644 index 000000000..c00c16ee5 --- /dev/null +++ b/deployment/opendmp/notification/config/queue-test.yml @@ -0,0 +1,25 @@ +queue: + rabbitmq: + host: ${RABBIT_HOST} + port: ${RABBIT_PORT} + username: ${RABBIT_USER} + password: ${RABBIT_PASS} + enable: true + durable: true + queue: cite_dmp_test_notification_inbox_queue + exchange: cite_dmp_test_queue + listenerEnabled: true + publisherEnabled: true + task: + publisher: + enable: true + options: + exchange: cite_dmp_test_queue + rabbitmq: + enable: true + listener: + enable: true + options: + exchange: cite_dmp_test_queue + rabbitmq: + enable: true diff --git a/deployment/opendmp/notification/config/security-test.yml b/deployment/opendmp/notification/config/security-test.yml new file mode 100644 index 000000000..47f041369 --- /dev/null +++ b/deployment/opendmp/notification/config/security-test.yml @@ -0,0 +1,21 @@ +web: + security: + enabled: true + authorized-endpoints: [ api ] + allowed-endpoints: [ health ] + idp: + api-key: + enabled: true + authorization-header: Authorization + client-id: ${IDP_APIKEY_CLIENT_ID:} + client-secret: ${IDP_APIKEY_CLIENT_SECRET:} + scope: ${IDP_APIKEY_SCOPE:} + resource: + token-type: JWT #| opaque + opaque: + client-id: ${IDP_OPAQUE_CLIENT_ID:} + client-secret: ${IDP_OPAQUE_CLIENT_SECRET:} + jwt: + claims: [ role, x-role ] + issuer-uri: ${IDP_ISSUER_URI:} + audiences: [ "dmp_notification" ] \ No newline at end of file diff --git a/deployment/opendmp/notification/config/server-test.yml b/deployment/opendmp/notification/config/server-test.yml new file mode 100644 index 000000000..4974bc055 --- /dev/null +++ b/deployment/opendmp/notification/config/server-test.yml @@ -0,0 +1,3 @@ +server: + port: ${WEB_PORT} + forward-headers-strategy: FRAMEWORK \ No newline at end of file diff --git a/deployment/opendmp/notification/config/tenant-test.yml b/deployment/opendmp/notification/config/tenant-test.yml new file mode 100644 index 000000000..9f42782a8 --- /dev/null +++ b/deployment/opendmp/notification/config/tenant-test.yml @@ -0,0 +1,10 @@ +tenant: + configEncryptionAesKey: rmpTvZnRWzyisUtFADBcZCn0q7Z75Xdz + configEncryptionAesIv: ec05d521a23f80ad + multitenancy: + is-multitenant: true + default-tenant-code: default + interceptor: + client-claims-prefix: client_ + enforce-trusted-tenant: false + auto-create-tenant-user: true \ No newline at end of file diff --git a/deployment/opendmp/notification/messages/messages.properties b/deployment/opendmp/notification/messages/messages.properties new file mode 100644 index 000000000..93d6cd27a --- /dev/null +++ b/deployment/opendmp/notification/messages/messages.properties @@ -0,0 +1,10 @@ +validation.empty=Value cannot be empty +validation.hashempty=Hash must be set +validation.lowerthanmin=Value must be larger than {value} +validation.largerthanmax=Value must be less than {value} +validation.invalidid=Not valid id +General_ItemNotFound=Item {0} of type {1} not found +Validation_Required={0} is required +Validation_OverPosting=Too much info +Validation_MaxLength={0} too long +Validation_UnexpectedValue=Unexpected value in field {0} \ No newline at end of file diff --git a/deployment/opendmp/notification/messages/messages_el.properties b/deployment/opendmp/notification/messages/messages_el.properties new file mode 100644 index 000000000..4d060cc58 --- /dev/null +++ b/deployment/opendmp/notification/messages/messages_el.properties @@ -0,0 +1,6 @@ +validation.empty=el-Value cannot be empty +validation.hashempty=el-Hash must be set +validation.lowerthanmin=el-Value must be larger than {value} +validation.largerthanmax=el-Value must be less than {value} +validation.invalidid=el-Not valid id +General_ItemNotFound=el-Item {0} of type {1} not found \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/contactsupport/email/body.en.html b/deployment/opendmp/notification/notification_templates/contactsupport/email/body.en.html new file mode 100644 index 000000000..b7607774e --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/contactsupport/email/body.en.html @@ -0,0 +1,14 @@ + + + + + + Simple Transactional Email + + +{description} +
+
+Send by user: {email} + + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/contactsupport/email/subject.en.txt b/deployment/opendmp/notification/notification_templates/contactsupport/email/subject.en.txt new file mode 100644 index 000000000..052f2db8c --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/contactsupport/email/subject.en.txt @@ -0,0 +1 @@ +ARGOS - {subject} \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descriptionfinalised/email/body.en.html b/deployment/opendmp/notification/notification_templates/descriptionfinalised/email/body.en.html new file mode 100644 index 000000000..f34f75c23 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descriptionfinalised/email/body.en.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

{reasonName} just finalised the Description {name}.

+ + + + + + + +
+ + + + + + +
Click here to view it.
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descriptionfinalised/email/subject.en.txt b/deployment/opendmp/notification/notification_templates/descriptionfinalised/email/subject.en.txt new file mode 100644 index 000000000..76e26cfec --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descriptionfinalised/email/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Description Finalised \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descriptionfinalised/inapp/body.en.html b/deployment/opendmp/notification/notification_templates/descriptionfinalised/inapp/body.en.html new file mode 100644 index 000000000..d4b3099e9 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descriptionfinalised/inapp/body.en.html @@ -0,0 +1,12 @@ + + + + + + + +

Dear {recipient},

+

{reasonName} just finalised the Description {name}.

+ Click here to view it. + + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descriptionfinalised/inapp/subject.en.txt b/deployment/opendmp/notification/notification_templates/descriptionfinalised/inapp/subject.en.txt new file mode 100644 index 000000000..76e26cfec --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descriptionfinalised/inapp/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Description Finalised \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descriptionmodified/email/body.en.html b/deployment/opendmp/notification/notification_templates/descriptionmodified/email/body.en.html new file mode 100644 index 000000000..7025e58bf --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descriptionmodified/email/body.en.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

{reasonName} just made changes to the Description {name}.

+ + + + + + + +
+ + + + + + +
Click here to view it.
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descriptionmodified/email/subject.en.txt b/deployment/opendmp/notification/notification_templates/descriptionmodified/email/subject.en.txt new file mode 100644 index 000000000..440dc3c4f --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descriptionmodified/email/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Description Modified \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descriptionmodified/inapp/body.en.html b/deployment/opendmp/notification/notification_templates/descriptionmodified/inapp/body.en.html new file mode 100644 index 000000000..efc0f69cc --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descriptionmodified/inapp/body.en.html @@ -0,0 +1,12 @@ + + + + + + + +

Dear {recipient},

+

{reasonName} just made changes to the Description {name}.

+ Click here to view it. + + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descriptionmodified/inapp/subject.en.txt b/deployment/opendmp/notification/notification_templates/descriptionmodified/inapp/subject.en.txt new file mode 100644 index 000000000..440dc3c4f --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descriptionmodified/inapp/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Description Modified \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descriptiontemplateinvitation/email/body.en.html b/deployment/opendmp/notification/notification_templates/descriptiontemplateinvitation/email/body.en.html new file mode 100644 index 000000000..8c2ac8ab7 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descriptiontemplateinvitation/email/body.en.html @@ -0,0 +1,305 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

You have been invited to co-develop the Template {templateName}.

+

Click the button to redirect to {templateName}.

+ + + + + + + +
+ + + + + + +
{templateName}
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descriptiontemplateinvitation/email/subject.en.txt b/deployment/opendmp/notification/notification_templates/descriptiontemplateinvitation/email/subject.en.txt new file mode 100644 index 000000000..f634a5493 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descriptiontemplateinvitation/email/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Description Template Invite \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descriptiontemplateinvitation/inapp/body.en.html b/deployment/opendmp/notification/notification_templates/descriptiontemplateinvitation/inapp/body.en.html new file mode 100644 index 000000000..81edddeac --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descriptiontemplateinvitation/inapp/body.en.html @@ -0,0 +1,13 @@ + + + + + + + +

Dear {recipient},

+

You have been invited to co-develop the Template {templateName}.

+

Click the button to redirect to {templateName}.

+ {templateName} + + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descriptiontemplateinvitation/inapp/subject.en.txt b/deployment/opendmp/notification/notification_templates/descriptiontemplateinvitation/inapp/subject.en.txt new file mode 100644 index 000000000..f634a5493 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descriptiontemplateinvitation/inapp/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Description Template Invite \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descrptionfinalised/email/body.en.html b/deployment/opendmp/notification/notification_templates/descrptionfinalised/email/body.en.html new file mode 100644 index 000000000..f34f75c23 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descrptionfinalised/email/body.en.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

{reasonName} just finalised the Description {name}.

+ + + + + + + +
+ + + + + + +
Click here to view it.
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descrptionfinalised/email/subject.en.txt b/deployment/opendmp/notification/notification_templates/descrptionfinalised/email/subject.en.txt new file mode 100644 index 000000000..76e26cfec --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descrptionfinalised/email/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Description Finalised \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descrptionfinalised/inapp/body.en.html b/deployment/opendmp/notification/notification_templates/descrptionfinalised/inapp/body.en.html new file mode 100644 index 000000000..f34f75c23 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descrptionfinalised/inapp/body.en.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

{reasonName} just finalised the Description {name}.

+ + + + + + + +
+ + + + + + +
Click here to view it.
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/descrptionfinalised/inapp/subject.en.txt b/deployment/opendmp/notification/notification_templates/descrptionfinalised/inapp/subject.en.txt new file mode 100644 index 000000000..76e26cfec --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/descrptionfinalised/inapp/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Description Finalised \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpdeposit/email/body.en.html b/deployment/opendmp/notification/notification_templates/dmpdeposit/email/body.en.html new file mode 100644 index 000000000..c80220834 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpdeposit/email/body.en.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

{reasonName} just publish the {name}.

+ + + + + + + +
+ + + + + + +
Click here to view it.
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpdeposit/email/subject.en.txt b/deployment/opendmp/notification/notification_templates/dmpdeposit/email/subject.en.txt new file mode 100644 index 000000000..5176c62fa --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpdeposit/email/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Dmp Deposit \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpdeposit/inapp/body.en.html b/deployment/opendmp/notification/notification_templates/dmpdeposit/inapp/body.en.html new file mode 100644 index 000000000..8b5400605 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpdeposit/inapp/body.en.html @@ -0,0 +1,12 @@ + + + + + + + +

Dear {recipient},

+

{reasonName} just publish the {name}.

+ Click here to view it. + + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpdeposit/inapp/subject.en.txt b/deployment/opendmp/notification/notification_templates/dmpdeposit/inapp/subject.en.txt new file mode 100644 index 000000000..5176c62fa --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpdeposit/inapp/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Dmp Deposit \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpfinalised/email/body.en.html b/deployment/opendmp/notification/notification_templates/dmpfinalised/email/body.en.html new file mode 100644 index 000000000..3e00fce2d --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpfinalised/email/body.en.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

{reasonName} just finalised the Dmp {name}.

+ + + + + + + +
+ + + + + + +
Click here to view it.
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpfinalised/email/subject.en.txt b/deployment/opendmp/notification/notification_templates/dmpfinalised/email/subject.en.txt new file mode 100644 index 000000000..9332be920 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpfinalised/email/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Dmp Finalised \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpfinalised/inapp/body.en.html b/deployment/opendmp/notification/notification_templates/dmpfinalised/inapp/body.en.html new file mode 100644 index 000000000..a3ed86e87 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpfinalised/inapp/body.en.html @@ -0,0 +1,12 @@ + + + + + + + +

Dear {recipient},

+

{reasonName} just finalised the Dmp {name}.

+ Click here to view it. + + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpfinalised/inapp/subject.en.txt b/deployment/opendmp/notification/notification_templates/dmpfinalised/inapp/subject.en.txt new file mode 100644 index 000000000..9332be920 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpfinalised/inapp/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Dmp Finalised \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpinvitationexistinguser/email/body.en.html b/deployment/opendmp/notification/notification_templates/dmpinvitationexistinguser/email/body.en.html new file mode 100644 index 000000000..75a586097 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpinvitationexistinguser/email/body.en.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

{reasonName} just add you to collaborate to Data Management plan {dmpname} with role {dmprole}.

+

Click the button to redirect to {dmpname}.

+ + + + + + + +
+ + + + + + +
Join
+
+
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpinvitationexistinguser/email/subject.en.txt b/deployment/opendmp/notification/notification_templates/dmpinvitationexistinguser/email/subject.en.txt new file mode 100644 index 000000000..2c36d1524 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpinvitationexistinguser/email/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Data Management Plan Invite \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpinvitationexistinguser/inapp/body.en.html b/deployment/opendmp/notification/notification_templates/dmpinvitationexistinguser/inapp/body.en.html new file mode 100644 index 000000000..6f79a296a --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpinvitationexistinguser/inapp/body.en.html @@ -0,0 +1,14 @@ + + + + + + Simple Transactional Email + + +

Dear {recipient},

+

{reasonName} just add you to collaborate to Data Management plan {dmpname} with role {dmprole}.

+

Click the button to redirect to {dmpname}.

+ Join + + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpinvitationexistinguser/inapp/subject.en.txt b/deployment/opendmp/notification/notification_templates/dmpinvitationexistinguser/inapp/subject.en.txt new file mode 100644 index 000000000..2c36d1524 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpinvitationexistinguser/inapp/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Data Management Plan Invite \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpinvitationexternaluser/email/body.en.html b/deployment/opendmp/notification/notification_templates/dmpinvitationexternaluser/email/body.en.html new file mode 100644 index 000000000..f1d780241 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpinvitationexternaluser/email/body.en.html @@ -0,0 +1,305 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

You have been invited to collaborate to Data Management plan {dmpname} with role {dmprole}.

+

Click the button to redirect to {dmpname}.

+ + + + + + + +
+ + + + + + +
Join
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpinvitationexternaluser/email/subject.en.txt b/deployment/opendmp/notification/notification_templates/dmpinvitationexternaluser/email/subject.en.txt new file mode 100644 index 000000000..2c36d1524 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpinvitationexternaluser/email/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Data Management Plan Invite \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpmodified/email/body.en.html b/deployment/opendmp/notification/notification_templates/dmpmodified/email/body.en.html new file mode 100644 index 000000000..7a36dccba --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpmodified/email/body.en.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

{reasonName} just made changes to the Dmp {name}.

+ + + + + + + +
+ + + + + + +
Click here to view it.
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpmodified/email/subject.en.txt b/deployment/opendmp/notification/notification_templates/dmpmodified/email/subject.en.txt new file mode 100644 index 000000000..cd9748bae --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpmodified/email/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Dmp Modified \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpmodified/inapp/body.en.html b/deployment/opendmp/notification/notification_templates/dmpmodified/inapp/body.en.html new file mode 100644 index 000000000..1a266243f --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpmodified/inapp/body.en.html @@ -0,0 +1,13 @@ + + + + + + + +

Dear {recipient},

+

{reasonName} just made changes to the Dmp {name}.

+ Click here to view it. + + + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/dmpmodified/inapp/subject.en.txt b/deployment/opendmp/notification/notification_templates/dmpmodified/inapp/subject.en.txt new file mode 100644 index 000000000..cd9748bae --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/dmpmodified/inapp/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Dmp Modified \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/mergeacountconfirmation/email/body.en.html b/deployment/opendmp/notification/notification_templates/mergeacountconfirmation/email/body.en.html new file mode 100644 index 000000000..bc5bfc087 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/mergeacountconfirmation/email/body.en.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+ OpenDMP +

User {userName} have sent you a merge Request.

+

Please confirm that you want to merge your {installation-url} account with that account. +
The link will expire in {expiration_time}.

+ + + + + + +
+ + + + + + +
Confirm Merge Request
+
+
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/mergeacountconfirmation/email/subject.en.txt b/deployment/opendmp/notification/notification_templates/mergeacountconfirmation/email/subject.en.txt new file mode 100644 index 000000000..3c52e9249 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/mergeacountconfirmation/email/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Merge Account Confirmation \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/mergeacountconfirmation/inapp/body.en.html b/deployment/opendmp/notification/notification_templates/mergeacountconfirmation/inapp/body.en.html new file mode 100644 index 000000000..b0c78080f --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/mergeacountconfirmation/inapp/body.en.html @@ -0,0 +1,14 @@ + + + + + + + + OpenDMP +

User {userName} have sent you a merge Request.

+

Please confirm that you want to merge your {installation-url} account with that account. +
The link will expire in {expiration_time}.

+ Confirm Merge Request + + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/mergeacountconfirmation/inapp/subject.en.txt b/deployment/opendmp/notification/notification_templates/mergeacountconfirmation/inapp/subject.en.txt new file mode 100644 index 000000000..3c52e9249 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/mergeacountconfirmation/inapp/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Merge Account Confirmation \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/publiccontactsupport/email/body.en.html b/deployment/opendmp/notification/notification_templates/publiccontactsupport/email/body.en.html new file mode 100644 index 000000000..b7607774e --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/publiccontactsupport/email/body.en.html @@ -0,0 +1,14 @@ + + + + + + Simple Transactional Email + + +{description} +
+
+Send by user: {email} + + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/publiccontactsupport/email/subject.en.txt b/deployment/opendmp/notification/notification_templates/publiccontactsupport/email/subject.en.txt new file mode 100644 index 000000000..052f2db8c --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/publiccontactsupport/email/subject.en.txt @@ -0,0 +1 @@ +ARGOS - {subject} \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/removecredentialconfirmation/email/body.en.html b/deployment/opendmp/notification/notification_templates/removecredentialconfirmation/email/body.en.html new file mode 100644 index 000000000..a43224531 --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/removecredentialconfirmation/email/body.en.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+ OpenDMP +

You have made a request to unlink your email account in ARGOS.

+

Please confirm that you want to unlink your {email} account. +
The link will expire in {expiration_time}.

+ + + + + + +
+ + + + + + +
Confirm Unlink Request
+
+
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/removecredentialconfirmation/email/subject.en.txt b/deployment/opendmp/notification/notification_templates/removecredentialconfirmation/email/subject.en.txt new file mode 100644 index 000000000..e957d468f --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/removecredentialconfirmation/email/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Unlink Email Confirmation \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/removecredentialconfirmation/inapp/body.en.html b/deployment/opendmp/notification/notification_templates/removecredentialconfirmation/inapp/body.en.html new file mode 100644 index 000000000..24f36119e --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/removecredentialconfirmation/inapp/body.en.html @@ -0,0 +1,14 @@ + + + + + + + + OpenDMP +

You have made a request to unlink your email account in ARGOS.

+

Please confirm that you want to unlink your {email} account. +
The link will expire in {expiration_time}.

+ Confirm Unlink Request + + \ No newline at end of file diff --git a/deployment/opendmp/notification/notification_templates/removecredentialconfirmation/inapp/subject.en.txt b/deployment/opendmp/notification/notification_templates/removecredentialconfirmation/inapp/subject.en.txt new file mode 100644 index 000000000..e957d468f --- /dev/null +++ b/deployment/opendmp/notification/notification_templates/removecredentialconfirmation/inapp/subject.en.txt @@ -0,0 +1 @@ +ARGOS - Unlink Email Confirmation \ No newline at end of file diff --git a/deployment/opendmp/zenodo/config/app.env b/deployment/opendmp/zenodo/config/app.env new file mode 100644 index 000000000..ba26b55c3 --- /dev/null +++ b/deployment/opendmp/zenodo/config/app.env @@ -0,0 +1,7 @@ +IDP_ISSUER_URI=http://localhost:8082/keycloak/realms/OpenDMP + +WEB_PORT=8080 + +ZENODO_ACCESS_TOKEN=uUwXiySNn637uWQpcsfOtifsmLfP0lgp0N8uOssppb7ajeJCq5WicHbcC2Vk + +STORAGE_PATH=/storage \ No newline at end of file diff --git a/deployment/opendmp/zenodo/config/security-test.yml b/deployment/opendmp/zenodo/config/security-test.yml new file mode 100644 index 000000000..bb217b74f --- /dev/null +++ b/deployment/opendmp/zenodo/config/security-test.yml @@ -0,0 +1,9 @@ +web: + security: + idp: + resource: + jwt: + claims: [ role, x-role ] + issuer-uri: ${IDP_ISSUER_URI} + validIssuer: ${IDP_ISSUER_URI} + audiences: [ "dmp_plugins" ] \ No newline at end of file diff --git a/deployment/opendmp/zenodo/config/server-test.yml b/deployment/opendmp/zenodo/config/server-test.yml new file mode 100644 index 000000000..90a42d4bd --- /dev/null +++ b/deployment/opendmp/zenodo/config/server-test.yml @@ -0,0 +1,4 @@ +server: + max-http-request-header-size: 16KB + port: ${WEB_PORT} + # forward-headers-strategy: FRAMEWORK \ No newline at end of file diff --git a/deployment/opendmp/zenodo/config/storage-test.yml b/deployment/opendmp/zenodo/config/storage-test.yml new file mode 100644 index 000000000..283aecd1e --- /dev/null +++ b/deployment/opendmp/zenodo/config/storage-test.yml @@ -0,0 +1,4 @@ +file: + storage: + temp: ${STORAGE_PATH}/tmp + transient-path: ${STORAGE_PATH}/shared \ No newline at end of file diff --git a/deployment/opendmp/zenodo/config/zenodo-test.yml b/deployment/opendmp/zenodo/config/zenodo-test.yml new file mode 100644 index 000000000..70ce9a897 --- /dev/null +++ b/deployment/opendmp/zenodo/config/zenodo-test.yml @@ -0,0 +1,17 @@ +zenodo: + community: argos + affiliation: ARGOS + domain: https://argos.openaire.eu/ + logo: /zenodo.jpg + depositConfiguration: + deposit-type: 2 + repository-id: Zenodo + access-token: ${ZENODO_ACCESS_TOKEN} + repository-url: https://sandbox.zenodo.org/api/ + repository-authorization-url: https://sandbox.zenodo.org/oauth/authorize + repository-record-url: https://sandbox.zenodo.org/record/ + repository-access-token-url: https://sandbox.zenodo.org/oauth/token + repository-client-id: + repository-client-secret: + redirect-uri: http://opendmp.zenodo:8080/login/external/zenodo + has-logo: false \ No newline at end of file diff --git a/deployment/opendmp/zenodo/zenodo.jpg b/deployment/opendmp/zenodo/zenodo.jpg new file mode 100644 index 000000000..fb919d4ac Binary files /dev/null and b/deployment/opendmp/zenodo/zenodo.jpg differ diff --git a/deployment/proxy/ProxyNginx.conf b/deployment/proxy/ProxyNginx.conf index 501bab53d..eb73be33f 100644 --- a/deployment/proxy/ProxyNginx.conf +++ b/deployment/proxy/ProxyNginx.conf @@ -15,72 +15,72 @@ server { } } -# server { -# set $app_host $APP_HOST; -# set $app_port $APP_PORT; -# listen 8081; -# server_name ${APP_HOST}${APP_PORT}; -# proxy_pass_header Server; +server { + set $app_host $APP_HOST; + set $app_port $APP_PORT; + listen 8081; + server_name ${APP_HOST}${APP_PORT}; + proxy_pass_header Server; -# add_header X-XSS-Protection "1; mode=block" always; -# add_header X-Content-Type-Options nosniff; -# add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"; -# add_header Referrer-Policy 'strict-origin' always; -# add_header Feature-Policy "usb 'none'; xr-spatial-tracking 'none'" always; -# add_header Permissions-Policy "geolocation=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=()" always; + # add_header X-XSS-Protection "1; mode=block" always; + # add_header X-Content-Type-Options nosniff; + # add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"; + # add_header Referrer-Policy 'strict-origin' always; + # add_header Feature-Policy "usb 'none'; xr-spatial-tracking 'none'" always; + # add_header Permissions-Policy "geolocation=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=()" always; -# location / { + location / { -# proxy_set_header Host $host; -# proxy_set_header X-Real-IP $remote_addr; -# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -# proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Proto $scheme; -# # Fix the “It appears that your reverse proxy set up is broken" error. -# proxy_pass http://opendmp.frontend:8080; -# proxy_read_timeout 90; -# proxy_redirect http://opendmp.frontend:8080 https://${APP_HOST}${APP_PORT}; -# } + # Fix the “It appears that your reverse proxy set up is broken" error. + proxy_pass http://opendmp.frontend:8080; + proxy_read_timeout 90; + proxy_redirect http://opendmp.frontend:8080 http://${APP_HOST}${APP_PORT}; + } -# location /api/ { + location /api/ { -# proxy_set_header Host $host; -# proxy_set_header X-Real-IP $remote_addr; -# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -# proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Proto $scheme; -# # Fix the “It appears that your reverse proxy set up is broken" error. -# proxy_pass http://opendmp.backend:8080; -# proxy_read_timeout 90; -# proxy_redirect http://opendmp.backend:8080 https://${APP_HOST}${APP_PORT}/api; -# } + # Fix the “It appears that your reverse proxy set up is broken" error. + proxy_pass http://opendmp.backend:8080; + proxy_read_timeout 90; + proxy_redirect http://opendmp.backend:8080 http://${APP_HOST}${APP_PORT}/api; + } -# location /api/notification/ { + location /api/notification/ { -# proxy_set_header Host $host; -# proxy_set_header X-Real-IP $remote_addr; -# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -# proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Proto $scheme; -# # Fix the “It appears that your reverse proxy set up is broken" error. -# proxy_pass http://opendmp.notification:8080; -# proxy_read_timeout 90; -# proxy_redirect http://opendmp.notification:8080 https://${APP_HOST}${APP_PORT}/api/notification; -# } + # Fix the “It appears that your reverse proxy set up is broken" error. + proxy_pass http://opendmp.notification:8080; + proxy_read_timeout 90; + proxy_redirect http://opendmp.notification:8080 http://${APP_HOST}${APP_PORT}/api/notification; + } -# location /api/annotation/ { + location /api/annotation/ { -# proxy_set_header Host $host; -# proxy_set_header X-Real-IP $remote_addr; -# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -# proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Proto $scheme; -# # Fix the “It appears that your reverse proxy set up is broken" error. -# proxy_pass http://opendmp.annotation:8080; -# proxy_read_timeout 90; -# proxy_redirect http://opendmp.annotation:8080 https://${APP_HOST}${APP_PORT}/api/annotation; -# } -# } + # Fix the “It appears that your reverse proxy set up is broken" error. + proxy_pass http://opendmp.annotation:8080; + proxy_read_timeout 90; + proxy_redirect http://opendmp.annotation:8080 http://${APP_HOST}${APP_PORT}/api/annotation; + } +} server { set $ms_host $MS_HOST; @@ -122,21 +122,4 @@ server { proxy_redirect http://opendmp.keycloak:8080 http://${MS_HOST}${MS_PORT}/keycloak; } - - # location /elastic/ { - - # proxy_set_header Host $host; - # proxy_set_header X-Real-IP $remote_addr; - # proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - # proxy_set_header X-Forwarded-Proto $scheme; - # proxy_set_header X-Forwarded-Port $server_port; - # proxy_set_header X-Forwarded-Host $host; - # proxy_set_header X-Forwarded-Server $host; - - # # Fix the “It appears that your reverse proxy set up is broken" error. - # proxy_pass http://opendmp.kibana:5601; - # proxy_read_timeout 90; - - # proxy_redirect http://opendmp.kibana:5601 http://${MS_HOST}${MS_PORT}/elastic; - # } } diff --git a/deployment/proxy/proxy.env b/deployment/proxy/proxy.env index 27344e6a3..bd250b7de 100644 --- a/deployment/proxy/proxy.env +++ b/deployment/proxy/proxy.env @@ -1,4 +1,4 @@ APP_HOST=localhost -APP_PORT=:51040 +APP_PORT=:8081 MS_HOST=localhost -MS_PORT=:51041 \ No newline at end of file +MS_PORT=:8082 \ No newline at end of file diff --git a/dmp-backend/web/target/classes/Semantics.json b/dmp-backend/web/target/classes/Semantics.json new file mode 100644 index 000000000..39034c3a7 --- /dev/null +++ b/dmp-backend/web/target/classes/Semantics.json @@ -0,0 +1,458 @@ +[ + { + "category": "rda", + "name": "rda.dataset.data_quality_assurance" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.access_url" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.available_until" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.byte_size" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.data_access" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.description" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.download_url" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.format" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.availability" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.backup_frequency" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.backup_type" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.certified_with" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.description" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.geo_location" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.pid_system" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.storage_type" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.supports_versioning" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.title" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.host.url" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.license.license_ref" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.license.start_date" + }, + { + "category": "rda", + "name": "rda.dataset.distribution.title" + }, + { + "category": "rda", + "name": "rda.dataset.keyword" + }, + { + "category": "rda", + "name": "rda.dataset.language" + }, + { + "category": "rda", + "name": "rda.dataset.metadata.description" + }, + { + "category": "rda", + "name": "rda.dataset.metadata.language" + }, + { + "category": "rda", + "name": "rda.dataset.metadata.metadata_standard_id" + }, + { + "category": "rda", + "name": "rda.dataset.metadata.metadata_standard_id.identifier" + }, + { + "category": "rda", + "name": "rda.dataset.metadata.metadata_standard_id.type" + }, + { + "category": "rda", + "name": "rda.dataset.personal_data" + }, + { + "category": "rda", + "name": "rda.dataset.preservation_statement" + }, + { + "category": "rda", + "name": "rda.dataset.security_and_privacy" + }, + { + "category": "rda", + "name": "rda.dataset.security_and_privacy.description" + }, + { + "category": "rda", + "name": "rda.dataset.security_and_privacy.title" + }, + { + "category": "rda", + "name": "rda.dataset.sensitive_data" + }, + { + "category": "rda", + "name": "rda.dataset.technical_resource.description" + }, + { + "category": "rda", + "name": "rda.dataset.technical_resource.name" + }, + { + "category": "rda", + "name": "rda.dataset.title" + }, + { + "category": "rda", + "name": "rda.dataset.type" + }, + { + "category": "rda", + "name": "rda.dataset.issued" + }, + { + "category": "rda", + "name": "rda.dataset.dataset_id" + }, + { + "category": "rda", + "name": "rda.dataset.dataset_id.identifier" + }, + { + "category": "rda", + "name": "rda.dataset.dataset_id.type" + }, + { + "category": "rda", + "name": "rda.dataset.description" + }, + { + "category": "rda", + "name": "rda.dmp.contact" + }, + { + "category": "rda", + "name": "rda.dmp.contact.contact_id.identifier" + }, + { + "category": "rda", + "name": "rda.dmp.contact.contact_id.type" + }, + { + "category": "rda", + "name": "rda.dmp.contact.mbox" + }, + { + "category": "rda", + "name": "rda.dmp.contact.name" + }, + { + "category": "rda", + "name": "rda.dmp.contributor" + }, + { + "category": "rda", + "name": "rda.dmp.contributor.contributor_id.identifier" + }, + { + "category": "rda", + "name": "rda.dmp.contributor.contributor_id.type" + }, + { + "category": "rda", + "name": "rda.dmp.contributor.mbox" + }, + { + "category": "rda", + "name": "rda.dmp.contributor.name" + }, + { + "category": "rda", + "name": "rda.dmp.contributor.role" + }, + { + "category": "rda", + "name": "rda.dmp.cost" + }, + { + "category": "rda", + "name": "rda.dmp.cost.currency_code" + }, + { + "category": "rda", + "name": "rda.dmp.cost.description" + }, + { + "category": "rda", + "name": "rda.dmp.cost.title" + }, + { + "category": "rda", + "name": "rda.dmp.cost.value" + }, + { + "category": "rda", + "name": "rda.dmp.created" + }, + { + "category": "rda", + "name": "rda.dmp.description" + }, + { + "category": "rda", + "name": "rda.dmp.dmp_id" + }, + { + "category": "rda", + "name": "rda.dmp.dmp_id.identifier" + }, + { + "category": "rda", + "name": "rda.dmp.dmp_id.type" + }, + { + "category": "rda", + "name": "rda.dmp.ethical_issues_description" + }, + { + "category": "rda", + "name": "rda.dmp.ethical_issues_exist" + }, + { + "category": "rda", + "name": "rda.dmp.ethical_issues_report" + }, + { + "category": "rda", + "name": "rda.dmp.language" + }, + { + "category": "rda", + "name": "rda.dmp.modified" + }, + { + "category": "rda", + "name": "rda.dmp.project" + }, + { + "category": "rda", + "name": "rda.dmp.project.description" + }, + { + "category": "rda", + "name": "rda.dmp.project.end" + }, + { + "category": "rda", + "name": "rda.dmp.project.funding" + }, + { + "category": "rda", + "name": "rda.dmp.project.funding.funder_id.identifier" + }, + { + "category": "rda", + "name": "rda.dmp.project.funding.funder_id.type" + }, + { + "category": "rda", + "name": "rda.dmp.project.funding.funding_status" + }, + { + "category": "rda", + "name": "rda.dmp.project.funding.grant_id.identifier" + }, + { + "category": "rda", + "name": "rda.dmp.project.funding.grant_id.type" + }, + { + "category": "rda", + "name": "rda.dmp.project.start" + }, + { + "category": "rda", + "name": "rda.dmp.dmp.project.title" + }, + { + "category": "rda", + "name": "rda.dmp.title" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isCitedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.cites" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isSupplementTo" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isSupplementedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isContinuedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.continues" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isDescribedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.describes" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.hasMetadata" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isMetadataFor" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isNewVersionOf" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isPreviousVersionOf" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isPartOf" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.hasPart" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isReferencedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.references" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isDocumentedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.documents" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isCompiledBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.compiles" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isVariantFormOf" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isOriginalFormof" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isIdenticalTo" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isAlternateIdentifier" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isReviewedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.reviews" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isDerivedFrom" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isSourceOf" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.requires" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isRequiredBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.isObsoletedBy" + }, + { + "category": "zenodo", + "name": "zenodo.related_identifiers.obsoletes" + } +] \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/actuator-devel.yml b/dmp-backend/web/target/classes/config/actuator-devel.yml new file mode 100644 index 000000000..557561f50 --- /dev/null +++ b/dmp-backend/web/target/classes/config/actuator-devel.yml @@ -0,0 +1,3 @@ +endpoints: + prometheus: + sensitive: false \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/actuator.yml b/dmp-backend/web/target/classes/config/actuator.yml new file mode 100644 index 000000000..63dbe1eee --- /dev/null +++ b/dmp-backend/web/target/classes/config/actuator.yml @@ -0,0 +1,25 @@ +management: + endpoint: + metrics: + enabled: true + prometheus: + enabled: true + health: + show-details: always + metrics: + enable: + http: true + jvm: true + jdbc: true + tomcat: true + logback: true + hikaricp: true + cache: true + export: + prometheus: + enabled: true + endpoints: + web: + base-path: / + exposure: + include: prometheus,health,metrics \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/application-devel.yml b/dmp-backend/web/target/classes/config/application-devel.yml new file mode 100644 index 000000000..e69de29bb diff --git a/dmp-backend/web/target/classes/config/application.yml b/dmp-backend/web/target/classes/config/application.yml new file mode 100644 index 000000000..f45286cbb --- /dev/null +++ b/dmp-backend/web/target/classes/config/application.yml @@ -0,0 +1,36 @@ +spring: + jackson: + default-property-inclusion: non_null + deserialization: + fail-on-unknown-properties: false + serialization: + write-dates-as-timestamps: false + config: + import: optional:classpath:config/app.env[.properties], optional:file:../config/app.env[.properties], + optional:classpath:config/db.yml[.yml], optional:classpath:config/db-${spring.profiles.active}.yml[.yml], optional:file:../config/db-${spring.profiles.active}.yml[.yml], + optional:classpath:config/permissions.yml[.yml], optional:classpath:config/permissions-${spring.profiles.active}.yml[.yml], optional:file:../config/permissions-${spring.profiles.active}.yml[.yml], + optional:classpath:config/security.yml[.yml], optional:classpath:config/security-${spring.profiles.active}.yml[.yml], optional:file:../config/security-${spring.profiles.active}.yml[.yml], + optional:classpath:config/server.yml[.yml], optional:classpath:config/server-${spring.profiles.active}.yml[.yml], optional:file:../config/server-${spring.profiles.active}.yml[.yml], + optional:classpath:config/keycloak.yml[.yml], optional:classpath:config/keycloak-${spring.profiles.active}.yml[.yml], optional:file:../config/keycloak-${spring.profiles.active}.yml[.yml], + optional:classpath:config/logging.yml[.yml], optional:classpath:config/logging-${spring.profiles.active}.yml[.yml], optional:file:../config/logging-${spring.profiles.active}.yml[.yml], + optional:classpath:config/cache.yml[.yml], optional:classpath:config/cache-${spring.profiles.active}.yml[.yml], optional:file:../config/cache-${spring.profiles.active}.yml[.yml], + optional:classpath:config/elasticsearch.yml[.yml], optional:classpath:config/elasticsearch-${spring.profiles.active}.yml[.yml], optional:file:../config/elasticsearch-${spring.profiles.active}.yml[.yml], + optional:classpath:config/idpclaims.yml[.yml], optional:classpath:config/idpclaims-${spring.profiles.active}.yml[.yml], optional:file:../config/idpclaims-${spring.profiles.active}.yml[.yml], + optional:classpath:config/external.yml[.yml], optional:classpath:config/external-${spring.profiles.active}.yml[.yml], optional:file:../config/external-${spring.profiles.active}.yml[.yml], + optional:classpath:config/cors.yml[.yml], optional:classpath:config/cors-${spring.profiles.active}.yml[.yml], optional:file:../config/cors-${spring.profiles.active}.yml[.yml], + optional:classpath:config/swagger.yml[.yml], optional:classpath:config/swagger-${spring.profiles.active}.yml[.yml], optional:file:../config/swagger-${spring.profiles.active}.yml[.yml], + optional:classpath:config/deposit.yml[.yml], optional:classpath:config/deposit-${spring.profiles.active}.yml[.yml], optional:file:../config/deposit-${spring.profiles.active}.yml[.yml], + optional:classpath:config/errors.yml[.yml], optional:classpath:config/errors-${spring.profiles.active}.yml[.yml], optional:file:../config/errors-${spring.profiles.active}.yml[.yml], + optional:classpath:config/storage.yml[.yml], optional:classpath:config/storage-${spring.profiles.active}.yml[.yml], optional:file:../config/storage-${spring.profiles.active}.yml[.yml], + optional:classpath:config/tenant.yml[.yml], optional:classpath:config/tenant-${spring.profiles.active}.yml[.yml], optional:file:../config/tenant-${spring.profiles.active}.yml[.yml], + optional:classpath:config/queue.yml[.yml], optional:classpath:config/queue-${spring.profiles.active}.yml[.yml], optional:file:../config/queue-${spring.profiles.active}.yml[.yml], + optional:classpath:config/notification.yml[.yml], optional:classpath:config/notification-${spring.profiles.active}.yml[.yml], optional:file:../config/notification-${spring.profiles.active}.yml[.yml], + optional:classpath:config/locale.yml[.yml], optional:classpath:config/locale-${spring.profiles.active}.yml[.yml], optional:file:../config/locale-${spring.profiles.active}.yml[.yml], + optional:classpath:config/public-api.yml[.yml], optional:classpath:config/public-api-${spring.profiles.active}.yml[.yml], optional:file:../config/public-api-${spring.profiles.active}.yml[.yml], + optional:classpath:config/dashboard.yml[.yml], optional:classpath:config/dashboard-${spring.profiles.active}.yml[.yml], optional:file:../config/dashboard-${spring.profiles.active}.yml[.yml], + optional:classpath:config/transformer.yml[.yml], optional:classpath:config/transformer-${spring.profiles.active}.yml[.yml], optional:file:../config/transformer-${spring.profiles.active}.yml[.yml], + optional:classpath:config/authorization.yml[.yml], optional:classpath:config/authorization-${spring.profiles.active}.yml[.yml], optional:file:../config/authorization-${spring.profiles.active}.yml[.yml], + optional:classpath:config/metrics.yml[.yml], optional:classpath:config/metrics-${spring.profiles.active}.yml[.yml], optional:file:../config/metrics-${spring.profiles.active}.yml[.yml], + optional:classpath:config/lock.yml[.yml], optional:classpath:config/lock-${spring.profiles.active}.yml[.yml], optional:file:../config/lock-${spring.profiles.active}.yml[.yml] + + diff --git a/dmp-backend/web/target/classes/config/authorization.yml b/dmp-backend/web/target/classes/config/authorization.yml new file mode 100644 index 000000000..8fde55603 --- /dev/null +++ b/dmp-backend/web/target/classes/config/authorization.yml @@ -0,0 +1,9 @@ +authorization: + allowedTenantRoles: + - TenantAdmin + - TenantUser + - TenantManager + - TenantDescriptionTemplateEditor + allowedGlobalRoles: + - Admin + - User \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/cache.yml b/dmp-backend/web/target/classes/config/cache.yml new file mode 100644 index 000000000..a34735def --- /dev/null +++ b/dmp-backend/web/target/classes/config/cache.yml @@ -0,0 +1,113 @@ +cache: + manager: + fallbackToNoOpCache: true + caffeineCaches: + - names: [ "userBySubjectId" ] + allowNullValues: true + initialCapacity: 100 + maximumSize: 5000 + enableRecordStats: false + expireAfterWriteSeconds: 20 + - names: [ "supportiveMaterial" ] + allowNullValues: true + initialCapacity: 100 + maximumSize: 500 + enableRecordStats: false + expireAfterWriteSeconds: 600 + - names: [ "Reference" ] + allowNullValues: true + initialCapacity: 100 + maximumSize: 500 + enableRecordStats: false + expireAfterWriteSeconds: 600 + - names: [ "depositConfigById" ] + allowNullValues: true + initialCapacity: 100 + maximumSize: 500 + enableRecordStats: false + expireAfterWriteSeconds: 600 + - names: [ "affiliation" ] + allowNullValues: true + initialCapacity: 100 + maximumSize: 5000 + enableRecordStats: false + expireAfterWriteSeconds: 20 + - names: [ "dashboardStatisticsByUserId" ] + allowNullValues: true + initialCapacity: 100 + maximumSize: 500 + enableRecordStats: false + expireAfterWriteSeconds: 30 + - names: [ "transformer" ] + allowNullValues: true + initialCapacity: 100 + maximumSize: 500 + enableRecordStats: false + expireAfterWriteSeconds: 600 + - names: [ "tokenExchangeKey" ] + allowNullValues: true + initialCapacity: 100 + maximumSize: 500 + enableRecordStats: false + expireAfterWriteSeconds: 60 + - names: [ tenantByCode ] + allowNullValues: true + initialCapacity: 100 + maximumSize: 500 + enableRecordStats: false + expireAfterWriteSeconds: 30 + - names: [ tenantById ] + allowNullValues: true + initialCapacity: 100 + maximumSize: 500 + enableRecordStats: false + expireAfterWriteSeconds: 60 + - names: [ userAllowedTenant ] + allowNullValues: true + initialCapacity: 100 + maximumSize: 500 + enableRecordStats: false + expireAfterWriteSeconds: 60 + - names: [ userTenantRoles ] + allowNullValues: true + initialCapacity: 100 + maximumSize: 500 + enableRecordStats: false + expireAfterWriteSeconds: 60 + mapCaches: + userBySubjectId: + name: userBySubjectId + keyPattern: user_by_subject_$subject$:v0 + tenantByCode: + name: tenantByCode + keyPattern: tenant_by_code_$code$:v0 + tenantById: + name: tenantById + keyPattern: tenant_by_id_$tenantId$:v0 + userAllowedTenant: + name: userAllowedTenant + keyPattern: user_allowed_tenant$tenant_id$_$user_id$:v0 + userTenantRoles: + name: userTenantRoles + keyPattern: user_tenant_roles$tenant_id$_$user_id$:v0 + supportiveMaterial: + name: supportiveMaterial + keyPattern: supportive_material_$type$_$lang$:v0 + Reference: + name: Reference + keyPattern: reference_$type$_$criteria$:v0 + dashboardStatisticsByUserId: + name: dashboardStatisticsByUserId + keyPattern: dashboard_stats_by_usr_$key$:v0 + depositConfigById: + name: depositConfigById + keyPattern: deposit_config_by_id_$repositoryId$:v0 + transformer: + name: transformer + keyPattern: base:v0 + token-exchange-key: + name: tokenExchangeKey + keyPattern: resolve_$keyhash$:v0 + affiliation: + name: affiliation + keyPattern: affiliation_$entity$_$user$_$tenant$_$type$:v0 \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/cors-devel.yml b/dmp-backend/web/target/classes/config/cors-devel.yml new file mode 100644 index 000000000..3e9227ef3 --- /dev/null +++ b/dmp-backend/web/target/classes/config/cors-devel.yml @@ -0,0 +1,3 @@ +web: + cors: + allowed-origins: [ http://localhost, http://localhost:4200 ] diff --git a/dmp-backend/web/target/classes/config/cors.yml b/dmp-backend/web/target/classes/config/cors.yml new file mode 100644 index 000000000..3774f14d4 --- /dev/null +++ b/dmp-backend/web/target/classes/config/cors.yml @@ -0,0 +1,7 @@ +web: + cors: + enabled: true + allowed-methods: [ HEAD, GET, POST, PUT, DELETE, PATCH ] + allowed-headers: [ Authorization, Cache-Control, Content-Type, Content-Disposition, x-tenant ] + exposed-headers: [ Authorization, Cache-Control, Content-Type, Content-Disposition ] + allow-credentials: false diff --git a/dmp-backend/web/target/classes/config/dashboard.yml b/dmp-backend/web/target/classes/config/dashboard.yml new file mode 100644 index 000000000..ed280bb46 --- /dev/null +++ b/dmp-backend/web/target/classes/config/dashboard.yml @@ -0,0 +1,4 @@ +dashboard: + reference-type-counters: + - "7eeffb98-58fb-4921-82ec-e27f32f8e738" + - "5b9c284f-f041-4995-96cc-fad7ad13289c" \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/db-devel.yml b/dmp-backend/web/target/classes/config/db-devel.yml new file mode 100644 index 000000000..e5299bb04 --- /dev/null +++ b/dmp-backend/web/target/classes/config/db-devel.yml @@ -0,0 +1,10 @@ +spring: + datasource: + maxIdle: 10 + minIdle: 5 + maxActive: 10 + jpa: + show-sql: true + properties: + hibernate: + format_sql: false \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/db.yml b/dmp-backend/web/target/classes/config/db.yml new file mode 100644 index 000000000..be3c5fb52 --- /dev/null +++ b/dmp-backend/web/target/classes/config/db.yml @@ -0,0 +1,34 @@ +#database: +# driver-class-name: org.postgresql.Driver +# lock-fail-interval: 120000 +# url: ${DB_URL:} +# username: ${DB_USER:} +# password: ${DB_PASS:} +spring: + jpa: + properties: + org: + hibernate: + flushMode: MANUAL + hibernate: + globally_quoted_identifiers: true + ddl-auto: validate + dialect: org.hibernate.dialect.PostgreSQLDialect + hibernate: + naming: + physical-strategy: eu.eudat.data.namingstrategy.PrefixPhysicalNamingStrategy + implicit-strategy: org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy + datasource: + url: ${DB_URL:} + username: ${DB_USER:} + password: ${DB_PASS:} + driver-class-name: org.postgresql.Driver + hikari: + connection-timeout: 30000 + minimum-idle: 3 + maximum-pool-size: 10 + idle-timeout: 600000 + max-lifetime: 1800000 + +naming-strategy: + prefix: \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/deposit.yml b/dmp-backend/web/target/classes/config/deposit.yml new file mode 100644 index 000000000..79d67a7d0 --- /dev/null +++ b/dmp-backend/web/target/classes/config/deposit.yml @@ -0,0 +1,18 @@ +deposit: + sources: + - url: http://dev04.local.cite.gr:55330/zenodo + repositoryId: Zenodo + pdfTransformerId: docx-file-transformer + rdaTransformerId: rda-file-transformer + issuer-url: ${IDP_ISSUER_URI_TOKEN} + client-id: ${IDP_APIKEY_CLIENT_ID} + client-secret: ${IDP_APIKEY_CLIENT_SECRET} + scope: ${IDP_APIKEY_SCOPE} + - url: http://dev04.local.cite.gr:55330/zenodo1 + repositoryId: Zenodo1 + pdfTransformerId: docx-file-transformer + rdaTransformerId: rda-file-transformer + issuer-url: ${IDP_ISSUER_URI_TOKEN} + client-id: ${IDP_APIKEY_CLIENT_ID} + client-secret: ${IDP_APIKEY_CLIENT_SECRET} + scope: ${IDP_APIKEY_SCOPE} \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/elasticsearch-devel.yml b/dmp-backend/web/target/classes/config/elasticsearch-devel.yml new file mode 100644 index 000000000..d541c7ace --- /dev/null +++ b/dmp-backend/web/target/classes/config/elasticsearch-devel.yml @@ -0,0 +1,6 @@ +elastic: + disableHostnameVerifier: true + serverCertificatePaths: + - classpath:certificates/elasticsearch_dev04.crt +app-elastic: + enableIcuAnalysisPlugin: true \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/elasticsearch.yml b/dmp-backend/web/target/classes/config/elasticsearch.yml new file mode 100644 index 000000000..47c9499a6 --- /dev/null +++ b/dmp-backend/web/target/classes/config/elasticsearch.yml @@ -0,0 +1,21 @@ +elastic: + enabled: ${ELASTIC_ENABLED:} + hosts: + - ${ELASTIC_HOST:} + username: ${ELASTIC_USER:} + password: ${ELASTIC_PASS:} + useSSL: ${ELASTIC_USE_SSL:} + socketTimeoutMillis: 30000 + connectTimeoutMillis: 30000 + defaultResultSize: 100 + defaultCollectAllResultSize: 1000 + defaultScrollSize: 100 + defaultScrollSeconds: 120 + defaultCompositeAggregationResultSize: 200000 + disableHostnameVerifier: false +app-elastic: + enabled: ${ELASTIC_ENABLED:} + dmpIndexName: ${ELASTIC_DMP_INDEX:} + descriptionIndexName: ${ELASTIC_DESCRIPTION_INDEX:} + enableIcuAnalysisPlugin: false + resetBatchSize: 1000 diff --git a/dmp-backend/web/target/classes/config/email-devel.yml b/dmp-backend/web/target/classes/config/email-devel.yml new file mode 100644 index 000000000..9662401bc --- /dev/null +++ b/dmp-backend/web/target/classes/config/email-devel.yml @@ -0,0 +1,7 @@ +email: + invite: classpath:templates/email/email.html + confirmation: classpath:templates/email/emailConfirmation.html + merge: classpath:templates/email/emailMergeConfirmation.html + unlink: classpath:templates/email/emailUnlinkConfirmation.html + dataset: + template: classpath:templates/email/emailAdmin.html \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/email.yml b/dmp-backend/web/target/classes/config/email.yml new file mode 100644 index 000000000..a0c958c8f --- /dev/null +++ b/dmp-backend/web/target/classes/config/email.yml @@ -0,0 +1,53 @@ +spring: + mail: + default-encoding: UTF-8 + host: hermes.local.cite.gr + port: 25 + protocol: smtp + test-connection: false + properties: + mail: + smtp: + auth: false + starttls: + enable: false + +mail: + subject: "Invitation to DMP Plan {dmpname}" + from: opendmp-dev@cite.gr + +admin: + mail: + subject: "You have been invited to the Dataset Template {templateName}" + +email: + invite: file:templates/email/email.html + confirmation: file:templates/email/emailConfirmation.html + merge: file:templates/email/emailMergeConfirmation.html + unlink: classpath:templates/email/emailUnlinkConfirmation.html + dataset: + template: file:templates/email/emailAdmin.html + +conf_email: + expiration_time_seconds: 14400 + subject: "OpenDMP email confirmation" + +contact_email: + mail: ${CONTACT_EMAIL:} + +notification: + finalised: + subject: "[OpenDMP] The {name} has been finalised" + template: classpath:templates/notifications/finalisedNotification.html + modified_finalised: + template: classpath:templates/notifications/modifiedFinalisedNotification.html + modified: + subject: "[OpenDMP] The {name} has been modified" + template: classpath:templates/notifications/modifiedNotification.html + publish: + subject: "[OpenDMP] The {name} has been published" + template: classpath:templates/notifications/publishNotification.html + rateInterval: 30000 + maxRetries: 10 + modifiedFinalised: + subject: "[OpenDMP] The {name} has been modified and finalised" \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/errors.yml b/dmp-backend/web/target/classes/config/errors.yml new file mode 100644 index 000000000..6b3580195 --- /dev/null +++ b/dmp-backend/web/target/classes/config/errors.yml @@ -0,0 +1,61 @@ +error-thesaurus: + hash-conflict: + code: 100 + message: there is a hash conflict for the item modifed. please reload to get the latest changes + forbidden: + code: 101 + message: insufficient rights + system-error: + code: 102 + message: an unexpected system error occured + missing-tenant: + code: 103 + message: tenant scope not provided + model-validation: + code: 106 + message: validation error + tenant-code-required: + code: 108 + message: tenant code required + tenant-name-required: + code: 109 + message: tenant name required + index-already-exists: + code: 110 + message: index already exists + tenant-not-allowed: + code: 113 + message: tenant not allowed + description-template-new-version-conflict: + code: 114 + message: version to update not the latest + dmp-new-version-conflict: + code: 115 + message: version to update not the latest + dmp-is-finalized: + code: 116 + message: To perform this action you will need to revert DMP's finalisation + dmp-can-not-change: + code: 117 + message: dmp can not change + dmp-description-template-can-not-change: + code: 118 + message: dmp description template can not change + invalid-description-template: + code: 118 + message: invalid description template id + description-is-finalized: + code: 119 + message: To perform this action you will need to revert description finalisation + dmp-blueprint-has-no-description-templates: + code: 120 + message: You need to select Has Description Templates field to at least one Section. + dmp-blueprint-new-version-conflict: + code: 121 + message: version to update not the latest + dmp-description-template-can-not-remove: + code: 122 + message: Can not remove description template that is already in use. + tenant-tampering: + code: 123 + message: Tenant tampering diff --git a/dmp-backend/web/target/classes/config/external.yml b/dmp-backend/web/target/classes/config/external.yml new file mode 100644 index 000000000..8c40185a5 --- /dev/null +++ b/dmp-backend/web/target/classes/config/external.yml @@ -0,0 +1,8 @@ +pdf: + converter: + url: ${PDF_CONVERTER_URL:} + +publicapi: + host: devel.opendmp.eu + basePath: /srv + schema: https \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/idpclaims.yml b/dmp-backend/web/target/classes/config/idpclaims.yml new file mode 100644 index 000000000..26e00f2a1 --- /dev/null +++ b/dmp-backend/web/target/classes/config/idpclaims.yml @@ -0,0 +1,58 @@ +idpclient: + claims: + mapping: + Subject: + - type: sub + Name: + - type: name + Client: + - type: client_id + AuthenticationMethod: + - type: amr + NotBefore: + - type: nbf + AuthenticatedAt: + - type: auth_time + ExpiresAt: + - type: exp + Email: + - type: email + Roles: + - type: resource_access + path: dmp_web.roles + - type: tenant_roles + filterBy: "(.*):::TenantCode::" + extractByExpression: "(.*):(.*)" + extractExpressionValue: "[[g1]]" + GlobalRoles: + - type: resource_access + path: dmp_web.roles + TenantRoles: + - type: tenant_roles + filterBy: "(.*):::TenantCode::" + extractByExpression: "(.*):(.*)" + extractExpressionValue: "[[g1]]" + Scope: + - type: scope + AccessToken: + - type: x-access-token + visibility: SENSITIVE + Tenant: + - type: x-tenant + IssuedAt: + - type: iat + Issuer: + - type: iss + Audience: + - type: aud + TokenType: + - type: typ + AuthorizedParty: + - type: azp + Authorities: + - type: authorities + TenantCodes: + - type: tenant_roles + filterBy: "(.*):(.*)" + extractByExpression: "(.*):(.*)" + extractExpressionValue: "[[g2]]" \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/keycloak-devel.yml b/dmp-backend/web/target/classes/config/keycloak-devel.yml new file mode 100644 index 000000000..83303e735 --- /dev/null +++ b/dmp-backend/web/target/classes/config/keycloak-devel.yml @@ -0,0 +1,14 @@ +keycloak-resources: + authorities: + User: + groupId: a04fd333-f127-449e-8fc2-0626570a3899 + groupTitle: role-user + Admin: + groupId: 299f18fe-e271-4625-a4c1-9c3eb313b2ea + groupTitle: role-admin + Manager: + groupId: 1753f7a7-cedb-4ad4-ae5f-96fe9bdabe3e + groupTitle: role-manager + DescriptionTemplateEditor: + groupId: b0ea3cf3-21b0-4c6b-9c42-fb09f0e09dbb + groupTitle: role-description-template-editor \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/keycloak.yml b/dmp-backend/web/target/classes/config/keycloak.yml new file mode 100644 index 000000000..934a3e5f0 --- /dev/null +++ b/dmp-backend/web/target/classes/config/keycloak.yml @@ -0,0 +1,10 @@ +keycloak-client: + serverUrl: ${KEYCLOAK_API_SERVER_URL:} + realm: ${KEYCLOAK_API_REALM:} + username: ${KEYCLOAK_API_USERNAME:} + password: ${KEYCLOAK_API_PASSWORD:} + clientId: ${KEYCLOAK_API_CLIENT_ID:} + clientSecret: ${KEYCLOAK_API_CLIENT_SECRET:} + +keycloak-resources: + authorities: null \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/locale.yml b/dmp-backend/web/target/classes/config/locale.yml new file mode 100644 index 000000000..bc862307f --- /dev/null +++ b/dmp-backend/web/target/classes/config/locale.yml @@ -0,0 +1,4 @@ +locale: + timezone: UTC + language: en + culture: en-001 diff --git a/dmp-backend/web/target/classes/config/lock.yml b/dmp-backend/web/target/classes/config/lock.yml new file mode 100644 index 000000000..a479f50f8 --- /dev/null +++ b/dmp-backend/web/target/classes/config/lock.yml @@ -0,0 +1,2 @@ +lock: + lockInterval: 120000 diff --git a/dmp-backend/web/target/classes/config/logging-devel.yml b/dmp-backend/web/target/classes/config/logging-devel.yml new file mode 100644 index 000000000..59f65e470 --- /dev/null +++ b/dmp-backend/web/target/classes/config/logging-devel.yml @@ -0,0 +1,36 @@ +logging: + config: classpath:logging/logback-${spring.profiles.active}.xml + context: + request: + requestIdKey: req.id + requestRemoteHostKey: req.remoteHost + requestUriKey: req.requestURI + requestQueryStringKey: req.queryString + requestUrlKey : req.requestURL + requestMethodKey: req.method + requestUserAgentKey: req.userAgent + requestForwardedForKey: req.xForwardedFor + requestSchemeKey: req.scheme + requestRemoteAddressKey: req.remoteAddr + requestRemotePortKey: req.remotePort + requestRemoteUserKey: req.remoteUser + principal: + subjectKey: usr.subject + nameKey: usr.name + clientKey: usr.client +audit: + enable: true + requestRemoteHostKey: req.remoteHost + requestUriKey: req.requestURI + requestQueryStringKey: req.queryString + requestUrlKey : req.requestURL + requestMethodKey: req.method + requestUserAgentKey: req.userAgent + requestForwardedForKey: req.xForwardedFor + requestSchemeKey: req.scheme + requestRemoteAddressKey: req.remoteAddr + requestRemotePortKey: req.remotePort + requestRemoteUserKey: req.remoteUser + principalSubjectKey: usr.subject + principalNameKey: usr.name + principalClientKey: usr.client diff --git a/dmp-backend/web/target/classes/config/logging.yml b/dmp-backend/web/target/classes/config/logging.yml new file mode 100644 index 000000000..56e152d3f --- /dev/null +++ b/dmp-backend/web/target/classes/config/logging.yml @@ -0,0 +1,35 @@ +logging: + context: + request: + requestIdKey: req.id + requestRemoteHostKey: req.remoteHost + requestUriKey: req.requestURI + requestQueryStringKey: req.queryString + requestUrlKey : req.requestURL + requestMethodKey: req.method + requestUserAgentKey: req.userAgent + requestForwardedForKey: req.xForwardedFor + requestSchemeKey: req.scheme + requestRemoteAddressKey: req.remoteAddr + requestRemotePortKey: req.remotePort + requestRemoteUserKey: req.remoteUser + principal: + subjectKey: usr.subject + nameKey: usr.name + clientKey: usr.client +audit: + enable: true + requestRemoteHostKey: req.remoteHost + requestUriKey: req.requestURI + requestQueryStringKey: req.queryString + requestUrlKey : req.requestURL + requestMethodKey: req.method + requestUserAgentKey: req.userAgent + requestForwardedForKey: req.xForwardedFor + requestSchemeKey: req.scheme + requestRemoteAddressKey: req.remoteAddr + requestRemotePortKey: req.remotePort + requestRemoteUserKey: req.remoteUser + principalSubjectKey: usr.subject + principalNameKey: usr.name + principalClientKey: usr.client diff --git a/dmp-backend/web/target/classes/config/metrics-devel.yml b/dmp-backend/web/target/classes/config/metrics-devel.yml new file mode 100644 index 000000000..ba506bfab --- /dev/null +++ b/dmp-backend/web/target/classes/config/metrics-devel.yml @@ -0,0 +1,10 @@ +metrics: + task: + referenceTypes: + funderIds: ["538928bb-c7c6-452e-b66d-08e539f5f082"] + grantIds: ["5b9c284f-f041-4995-96cc-fad7ad13289c"] + projectIds: ["3d372db5-a456-45e6-a845-e41e1a8311f8"] + researcherIds: ["5a2112e7-ea99-4cfe-98a1-68665e26726e"] +endpoints: + prometheus: + sensitive: false diff --git a/dmp-backend/web/target/classes/config/metrics.yml b/dmp-backend/web/target/classes/config/metrics.yml new file mode 100644 index 000000000..d3d0f4731 --- /dev/null +++ b/dmp-backend/web/target/classes/config/metrics.yml @@ -0,0 +1,38 @@ +metrics: + task: + enable: true + intervalSeconds: 600 + nexusDate: "2021-01-01T00:00:00.00Z" + usersLoginClient: ${IDP_APIKEY_CLIENT_ID:} + referenceTypes: + funderIds: [] + grantIds: [] + projectIds: [] + researcherIds: [] +management: + endpoint: + metrics: + enabled: true + prometheus: + enabled: true + health: + show-details: always + endpoints: + web: + base-path: / + exposure: + include: prometheus,health,metrics + + metrics: + enabled: true + export: + prometheus: + enabled: true + enable: + http: true + jvm: true + jdbc: true + tomcat: true + logback: true + hikaricp: true + cache: true diff --git a/dmp-backend/web/target/classes/config/notification.yml b/dmp-backend/web/target/classes/config/notification.yml new file mode 100644 index 000000000..2927a1a93 --- /dev/null +++ b/dmp-backend/web/target/classes/config/notification.yml @@ -0,0 +1,15 @@ +notification: + dmpInvitationExternalUserType: 065DEECD-21BB-44AF-9983-E660FDF24BC4 + dmpInvitationExistingUserType: 4904dea2-5079-46d3-83be-3a19c9ab45dc + dmpModifiedType: 4542262A-22F8-4BAA-9DB6-1C8E70AC1DBB + dmpFinalisedType: 90DB0B46-42DE-BD89-AEBF-6F27EFEB256E + descriptionModifiedType: 4FDBFA80-7A71-4A69-B854-67CBB70648F1 + descriptionFinalisedType: 33790bad-94d4-488a-8ee2-7f6295ca18ea + mergeAccountConfirmationType: BFE68845-CB05-4C5A-A03D-29161A7C9660 + removeCredentialConfirmationType: C9BC3F16-057E-4BBA-8A5F-36BD835E5604 + dmpDepositType: 55736F7A-83AB-4190-AF43-9D031A6F9612 + descriptionTemplateInvitationType: 223BB607-EFA1-4CE7-99EC-4BEABFEF9A8B + contactSupportType: 5B1D6C52-88F9-418B-9B8A-6F1F963D9EAD + publicContactSupportType: B542B606-ACC6-4629-ADEF-4D8EE2F01222 + contactSupportEmail: support@dmp.com + emailExpirationTimeSeconds: 14400 \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/permissions.yml b/dmp-backend/web/target/classes/config/permissions.yml new file mode 100644 index 000000000..2142eeca2 --- /dev/null +++ b/dmp-backend/web/target/classes/config/permissions.yml @@ -0,0 +1,1003 @@ +permissions: + extendedClaims: [ ] + policies: + ###### Should Remove after Refactor + AdminRole: + roles: + - Admin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + AuthenticatedRole: + roles: [] + clients: [ ] + allowAnonymous: false + allowAuthenticated: true + + ###### + # Affiliation + DeferredAffiliation: + roles: + - TenantAdmin + - TenantUser + - TenantManager + - TenantDescriptionTemplateEditor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + # public + PublicBrowseDescription: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + PublicBrowseDescriptionTemplate: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + PublicBrowseDmp: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + PublicBrowseDmpReference: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + PublicBrowseDmpUser: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + PublicBrowseReference: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + PublicBrowseUser: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + PublicBrowseDashboardStatistics: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + PublicSendContactSupport: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + PublicBrowseReferenceType: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + BrowsePublicStatistics: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + # Elastic + ManageElastic: + roles: + - Admin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # Queue Events + ManageQueueEvents: + roles: + - Admin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # Deposit + BrowseDeposit: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditDeposit: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + # NotificationTemplate + BrowseNotificationTemplate: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + EditNotificationTemplate: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteNotificationTemplate: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + # Language + BrowseLanguage: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + EditLanguage: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteLanguage: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + # Statistics + BrowseStatistics: + roles: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: true + # Description + BrowseDescription: + roles: + - TenantAdmin + dmp: + roles: + - Owner + - User + - DescriptionContributor + - Reviewer + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditDescription: + roles: + - TenantAdmin + dmp: + roles: + - Owner + - DescriptionContributor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + FinalizeDescription: + roles: + - TenantAdmin + dmp: + roles: + - Owner + - DescriptionContributor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteDescription: + roles: + - TenantAdmin + dmp: + roles: + - Owner + - DescriptionContributor + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + CloneDescription: + roles: + - TenantAdmin + dmp: + roles: + - Owner + - DescriptionContributor + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + # Tag + BrowseTag: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditTag: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteTag: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + # User + BrowseUser: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditUser: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteUser: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ExportUsers: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + BrowseDmpAssociatedUser: + roles: + - TenantAdmin + dmp: + roles: + - Owner + - User + - DescriptionContributor + - Reviewer + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + # DescriptionTemplateType + BrowseDescriptionTemplateType: + roles: + - TenantAdmin + - TenantUser + - TenantManager + - TenantDescriptionTemplateEditor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditDescriptionTemplateType: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteDescriptionTemplateType: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + # StorageFile + BrowseStorageFile: + roles: [ ] + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: true + EditStorageFile: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteStorageFile: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + # DescriptionTemplate + BrowseDescriptionTemplate: + roles: + - TenantAdmin + - TenantUser + - TenantManager + - TenantDescriptionTemplateEditor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditDescriptionTemplate: + roles: + - TenantAdmin + - TenantDescriptionTemplateEditor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteDescriptionTemplate: + roles: + - TenantAdmin + - TenantDescriptionTemplateEditor + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + CloneDescriptionTemplate: + roles: + - TenantAdmin + - TenantDescriptionTemplateEditor + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + CreateNewVersionDescriptionTemplate: + roles: + - TenantAdmin + - TenantDescriptionTemplateEditor + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ImportDescriptionTemplate: + roles: + - TenantAdmin + - TenantDescriptionTemplateEditor + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ExportDescriptionTemplate: + roles: + - TenantAdmin + - TenantDescriptionTemplateEditor + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + # Dmp + BrowseDmp: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditDmp: + roles: + - TenantAdmin + dmp: + roles: + - Owner + - User + - DescriptionContributor + - Reviewer + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + NewDmp: + roles: + - TenantAdmin + - TenantUser + - TenantManager + - TenantDescriptionTemplateEditor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteDmp: + roles: + - TenantAdmin + dmp: + roles: + - Owner + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DepositDmp: + roles: + - TenantAdmin + dmp: + roles: + - Owner + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + CloneDmp: + roles: + - TenantAdmin + dmp: + roles: + - Owner + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ExportDmp: + roles: + - TenantAdmin + dmp: + roles: + - Owner + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + CreateNewVersionDmp: + roles: + - TenantAdmin + dmp: + roles: + - Owner + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + FinalizeDmp: + roles: + - TenantAdmin + dmp: + roles: + - Owner + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + UndoFinalizeDmp: + roles: + - TenantAdmin + dmp: + roles: + - Owner + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + AssignDmpUsers: + roles: + - TenantAdmin + dmp: + roles: + - Owner + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + InviteDmpUsers: + roles: + - TenantAdmin + dmp: + roles: + - Owner + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + # DmpBlueprint + BrowseDmpBlueprint: + roles: + - TenantAdmin + - TenantUser + - TenantManager + - TenantDescriptionTemplateEditor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditDmpBlueprint: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + CloneDmpBlueprint: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + CreateNewVersionDmpBlueprint: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ExportDmpBlueprint: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ImportDmpBlueprint: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteDmpBlueprint: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + # EntityDoi + BrowseEntityDoi: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditEntityDoi: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteEntityDoi: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + + # Reference Permissions + BrowseReference: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditReference: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteReference: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # DmpReference Permissions + BrowseDmpReference: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditDmpReference: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteDmpReference: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # DmpUser Permissions + BrowseDmpUser: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditDmpUser: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteDmpUser: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # SupportiveMaterial Permissions + BrowseSupportiveMaterial: + roles: + - Admin + - User + - TenantAdmin + - TenantUser + - TenantManager + - TenantDescriptionTemplateEditor + clients: [ ] + allowAnonymous: yes + allowAuthenticated: yes + EditSupportiveMaterial: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteSupportiveMaterial: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # ReferenceType Permissions + BrowseReferenceType: + roles: + - TenantAdmin + - TenantUser + - TenantManager + - TenantDescriptionTemplateEditor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditReferenceType: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteReferenceType: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # Tenant Permissions + BrowseTenant: + roles: + - Admin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditTenant: + roles: + - Admin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteTenant: + roles: + - Admin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # TenantUser Permissions + BrowseTenantUser: + roles: + - Admin + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditTenantUser: + roles: + - Admin + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteTenantUser: + roles: + - Admin + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # DmpDescriptionTemplate Permissions + BrowseDmpDescriptionTemplate: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditDmpDescriptionTemplate: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteDmpDescriptionTemplate: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # DescriptionReference Permissions + BrowseDescriptionReference: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditDescriptionReference: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteDescriptionReference: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # DescriptionReference Permissions + BrowseDescriptionTag: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditDescriptionTag: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteDescriptionTag: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + # Prefilling + BrowsePrefilling: + roles: + - TenantAdmin + - TenantUser + - TenantManager + - TenantDescriptionTemplateEditor + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # Lock Permissions + BrowseLock: + roles: + - TenantAdmin + - TenantUser + - TenantManager + - TenantDescriptionTemplateEditor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditLock: + roles: + - TenantAdmin + dmp: + roles: + - Owner + - User + - DescriptionContributor + - Reviewer + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteLock: + roles: + - TenantAdmin + dmp: + roles: + - Owner + - User + - DescriptionContributor + - Reviewer + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # Contact Permissions + SendContactSupport: + roles: [] + clients: [ ] + allowAnonymous: false + allowAuthenticated: true + # ActionConfirmation Permissions + BrowseActionConfirmation: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditActionConfirmation: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeleteActionConfirmation: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # PrefillingSource Permissions + BrowsePrefillingSource: + roles: + - TenantAdmin + - TenantUser + - TenantManager + - TenantDescriptionTemplateEditor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + EditPrefillingSource: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + DeletePrefillingSource: + roles: + - TenantAdmin + claims: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + + # ViewPage Permissions + ViewDescriptionTemplateTypePage: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewMaintenancePage: + roles: + - Admin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewNotificationPage: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewNotificationTemplatePage: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewSupportiveMaterialPage: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewLanguagePage: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewUserPage: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewTenantPage: + roles: + - Admin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewPrefillingSourcePage: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewReferenceTypePage: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewReferencePage: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewEntityLockPage: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewDescriptionTemplatePage: + roles: + - TenantAdmin + - TenantDescriptionTemplateEditor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewDmpBlueprintPage: + roles: + - TenantAdmin + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewPublicDescriptionPage: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + ViewPublicDmpPage: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + ViewMyDescriptionPage: + roles: + - TenantAdmin + - TenantUser + - TenantManager + - TenantDescriptionTemplateEditor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewMyDmpPage: + roles: + - TenantAdmin + - TenantUser + - TenantManager + - TenantDescriptionTemplateEditor + clients: [ ] + allowAnonymous: false + allowAuthenticated: false + ViewHomePage: + roles: [ ] + clients: [ ] + allowAnonymous: true + allowAuthenticated: true + ViewMineInAppNotificationPage: + roles: [ ] + clients: [ ] + allowAnonymous: false + allowAuthenticated: true \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/public-api.yml b/dmp-backend/web/target/classes/config/public-api.yml new file mode 100644 index 000000000..de7b59e8f --- /dev/null +++ b/dmp-backend/web/target/classes/config/public-api.yml @@ -0,0 +1,10 @@ +public-api: + reference-type-map: + funderTypeId: "538928bb-c7c6-452e-b66d-08e539f5f082" + grantTypeId: "5b9c284f-f041-4995-96cc-fad7ad13289c" + registryTypeId: "2beacaad-3223-43ad-ad99-1e5f21328e7b" + serviceTypeId: "9ec2000d-95c7-452e-b356-755fc8e2574c" + dataRepositoryTypeId: "d26b64ba-fda0-4b14-b3ef-9856a492d55a" + datasetTypeId: "a3ce0fb2-d72c-48bb-b322-7401940cb802" + researcherTypeId: "5a2112e7-ea99-4cfe-98a1-68665e26726e" + organizationTypeId: "7eeffb98-58fb-4921-82ec-e27f32f8e738" \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/queue-devel.yml b/dmp-backend/web/target/classes/config/queue-devel.yml new file mode 100644 index 000000000..be18ee0e5 --- /dev/null +++ b/dmp-backend/web/target/classes/config/queue-devel.yml @@ -0,0 +1,19 @@ +queue: + rabbitmq: + enable: true + durable: true + queue: cite_dmp_devel_web_inbox_queue + exchange: cite_dmp_devel_queue + listenerEnabled: true + publisherEnabled: true + task: + publisher: + options: + exchange: cite_dmp_devel_queue + rabbitmq: + enable: true + listener: + options: + exchange: cite_dmp_devel_queue + rabbitmq: + enable: true diff --git a/dmp-backend/web/target/classes/config/queue.yml b/dmp-backend/web/target/classes/config/queue.yml new file mode 100644 index 000000000..1de8f8db6 --- /dev/null +++ b/dmp-backend/web/target/classes/config/queue.yml @@ -0,0 +1,62 @@ +spring: + rabbitmq: + host: ${RABBIT_HOST} + port: ${RABBIT_PORT} + username: ${RABBIT_USER} + password: ${RABBIT_PASS} + ssl: + enabled: false +queue: + rabbitmq: + enable: false + appId: ${QUEUE_APP_ID} + durable: null + queue: null + exchange: null + listenerEnabled: true + publisherEnabled: true + #TODO + connection-recovery: + enable: true + network-recovery-interval: 5000 + unreachable-recovery-interval: 5000 + task: + publisher: + enable: true + options: + exchange: null + forget-me-completed-topic: forgetme.completed + notify-topic: notification.notify + tenant-reactivation-topic: tenant.reactivated + tenant-removal-topic: tenant.remove + tenant-touch-topic: tenant.touch + tenant-user-invite-topic: tenant.invite + user-touch-topic: user.touch + user-removal-topic: user.remove + dmp-touch-topic: dmp.touch + description-touch-topic: description.touch + annotation-entities-touch-topic: annotation.entities.touch + annotation-entities-removal-topic: annotation.entities.remove + what-you-know-about-me-completed-topic: whatyouknowaboutme.completed + generate-file-topic: generate.file + rabbitmq: + enable: true + interval-seconds: 30 + options: + retry-threashold: 100 + retry-delay-step-seconds: 300 + max-retry-delay-seconds: 10800 + too-old-to-send-seconds: 604800 + confirm-timeout-seconds: 30 + listener: + enable: true + options: + exchange: null + rabbitmq: + enable: true + interval-seconds: 30 + options: + retry-threashold: 100 + retry-delay-step-seconds: 300 + max-retry-delay-seconds: 10800 + too-old-to-send-seconds: 604800 \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/reference-type.yml b/dmp-backend/web/target/classes/config/reference-type.yml new file mode 100644 index 000000000..c32be6185 --- /dev/null +++ b/dmp-backend/web/target/classes/config/reference-type.yml @@ -0,0 +1,131 @@ +reference-type: + grant: + fields: + - code: startDate + dataType: Date + - code: endDate + dataType: Date + - code: pid + dataType: Text + - code: tag + dataType: Text + - code: key + dataType: Text + funder: + fields: + - code: uri + dataType: Text + - code: pid + dataType: Text + - code: tag + dataType: Text + - code: key + dataType: Text + researcher: + fields: + - code: pid + dataType: Text + - code: tag + dataType: Text + - code: key + dataType: Text + - code: firstName + dataType: Text + - code: lastName + dataType: Text + - code: uri + dataType: Text + service: + fields: + - code: pid + dataType: Text + - code: tag + dataType: Text + - code: key + dataType: Text + - code: uri + dataType: Text + registry: + fields: + - code: pid + dataType: Text + - code: tag + dataType: Text + - code: key + dataType: Text + - code: uri + dataType: Text + project: + fields: + - code: startDate + dataType: Date + - code: endDate + dataType: Date + organisation: + fields: + - code: tag + dataType: Text + - code: key + dataType: Text + - code: pid + dataType: Text + - code: uri + dataType: Text + - code: pidTypeField + dataType: Text + dataset: + fields: + - code: tag + dataType: Text + - code: key + dataType: Text + - code: pid + dataType: Text + - code: pidTypeField + dataType: Text + dataRepository: + fields: + - code: pid + dataType: Text + - code: tag + dataType: Text + - code: key + dataType: Text + pubRepository: + fields: + - code: pid + dataType: Text + - code: tag + dataType: Text + - code: key + dataType: Text + journal: + fields: + - code: pid + dataType: Text + - code: tag + dataType: Text + - code: key + dataType: Text + publication: + fields: + - code: tag + dataType: Text + - code: key + dataType: Text + - code: pid + dataType: Text + - code: pidTypeField + dataType: Text + licence: + fields: + - code: pid + dataType: Text + - code: tag + dataType: Text + - code: key + dataType: Text + - code: uri + dataType: Text + taxonomy: + fields: \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/security.yml b/dmp-backend/web/target/classes/config/security.yml new file mode 100644 index 000000000..5776031be --- /dev/null +++ b/dmp-backend/web/target/classes/config/security.yml @@ -0,0 +1,15 @@ +web: + security: + enabled: true + authorized-endpoints: [ api ] + allowed-endpoints: [ api/public, api/dmp/public, api/description/public, /api/supportive-material/public, api/language/public, api/contact-support/public, api/dashboard/public, prometheus, health, metrics ] + idp: + api-key: + enabled: false + resource: + token-type: JWT #| opaque + jwt: + claims: [ role, x-role ] + issuer-uri: ${IDP_ISSUER_URI:} + audiences: [ "dmp_web" ] + validIssuer: ${IDP_ISSUER_URI:} \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/server.yml b/dmp-backend/web/target/classes/config/server.yml new file mode 100644 index 000000000..96a0b7cba --- /dev/null +++ b/dmp-backend/web/target/classes/config/server.yml @@ -0,0 +1,12 @@ +server: + port: 8081 + tomcat: + threads: + max: 20 + max-connections: 10000 + +spring: + servlet: + multipart: + max-file-size: 10MB + max-request-size: 10MB \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/storage-devel.yml b/dmp-backend/web/target/classes/config/storage-devel.yml new file mode 100644 index 000000000..14d409b4b --- /dev/null +++ b/dmp-backend/web/target/classes/config/storage-devel.yml @@ -0,0 +1,21 @@ +storage: + service: + defaultLanguage: en + storages: + - type: Temp + basePath: ${FILE_STORAGE}/temp + - type: Main + basePath: ${FILE_STORAGE}/main + - type: Transformer + basePath: ${FILE_STORAGE}/transformer + - type: Deposit + basePath: ${FILE_STORAGE}/deposit + static-files: + semantics: dmp-backend/web/src/main/resources/Semantics.json + material-files: + userGuide: dmp-backend/web/src/main/resources/material/user-guide/ + about: dmp-backend/web/src/main/resources/material/about/ + termsOfService: dmp-backend/web/src/main/resources/material/terms-of-service/ + glossary: dmp-backend/web/src/main/resources/material/glossary/ + faq: dmp-backend/web/src/main/resources/material/faq/ + language: dmp-frontend/src/assets/i18n/ diff --git a/dmp-backend/web/target/classes/config/storage.yml b/dmp-backend/web/target/classes/config/storage.yml new file mode 100644 index 000000000..eece13a50 --- /dev/null +++ b/dmp-backend/web/target/classes/config/storage.yml @@ -0,0 +1,14 @@ +storage: + task: + enable: true + intervalSeconds: 600 + service: + tempStoreLifetimeSeconds: 7200 + material-files: + localizedNameLanguageKey: "{lang}" + userGuideNamePattern: "UserGuide_{lang}.html" + aboutNamePattern: "About_{lang}.html" + termsOfServiceNamePattern: "TermsOfService_{lang}.html" + glossaryNamePattern: "Glossary_{lang}.html" + faqNamePattern: "Faq_{lang}.html" + languageNamePattern: "{lang}.json" diff --git a/dmp-backend/web/target/classes/config/swagger.yml b/dmp-backend/web/target/classes/config/swagger.yml new file mode 100644 index 000000000..60a91ae62 --- /dev/null +++ b/dmp-backend/web/target/classes/config/swagger.yml @@ -0,0 +1,5 @@ +springdoc: + packagesToScan: eu.eudat.publicapi.controllers + pathsToScan: "/api/public/(dmps|datasets)/?.*" + swagger-ui: + docExpansion: none \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/tenant-devel.yml b/dmp-backend/web/target/classes/config/tenant-devel.yml new file mode 100644 index 000000000..9f42782a8 --- /dev/null +++ b/dmp-backend/web/target/classes/config/tenant-devel.yml @@ -0,0 +1,10 @@ +tenant: + configEncryptionAesKey: rmpTvZnRWzyisUtFADBcZCn0q7Z75Xdz + configEncryptionAesIv: ec05d521a23f80ad + multitenancy: + is-multitenant: true + default-tenant-code: default + interceptor: + client-claims-prefix: client_ + enforce-trusted-tenant: false + auto-create-tenant-user: true \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/tenant.yml b/dmp-backend/web/target/classes/config/tenant.yml new file mode 100644 index 000000000..55df880cd --- /dev/null +++ b/dmp-backend/web/target/classes/config/tenant.yml @@ -0,0 +1,8 @@ +tenant: + multitenancy: + is-multitenant: false + interceptor: + white-listed-clients: [ ] + enforce-trusted-tenant: false + auto-create-tenant-user: false + white-listed-endpoints: [ '/api/principal/my-tenants', '/api/principal/me' ] \ No newline at end of file diff --git a/dmp-backend/web/target/classes/config/transformer.yml b/dmp-backend/web/target/classes/config/transformer.yml new file mode 100644 index 000000000..0c16733c6 --- /dev/null +++ b/dmp-backend/web/target/classes/config/transformer.yml @@ -0,0 +1,14 @@ +transformer: + sources: + - url: http://dev04.local.cite.gr:55330/file/docx + transformerId: docx-file-transformer + issuer-url: ${IDP_ISSUER_URI_TOKEN} + client-id: ${IDP_APIKEY_CLIENT_ID} + client-secret: ${IDP_APIKEY_CLIENT_SECRET} + scope: ${IDP_APIKEY_SCOPE} + - url: http://dev04.local.cite.gr:55330/file/rdajson + transformerId: rda-file-transformer + issuer-url: ${IDP_ISSUER_URI_TOKEN} + client-id: ${IDP_APIKEY_CLIENT_ID} + client-secret: ${IDP_APIKEY_CLIENT_SECRET} + scope: ${IDP_APIKEY_SCOPE} \ No newline at end of file diff --git a/dmp-backend/web/target/classes/internal/fetchConfig.xml b/dmp-backend/web/target/classes/internal/fetchConfig.xml new file mode 100644 index 000000000..523058553 --- /dev/null +++ b/dmp-backend/web/target/classes/internal/fetchConfig.xml @@ -0,0 +1,13 @@ + + + + currency + xml + internal/iso-4217.xml + eu.eudat.logic.proxy.fetching.entities.CurrencyModel + currencies + currency + code + + + \ No newline at end of file diff --git a/dmp-backend/web/target/classes/logging/logback-devel.xml b/dmp-backend/web/target/classes/logging/logback-devel.xml new file mode 100644 index 000000000..6a8f18908 --- /dev/null +++ b/dmp-backend/web/target/classes/logging/logback-devel.xml @@ -0,0 +1,66 @@ + + + + + %date{ISO8601} [%thread] %-5level %logger{36} [%X{req.id}] - %message%n + + + + + logs/logging.log + + logs/logging.%d{yyyy-MM-dd}.%i.log + + 100MB + + 15 + + + %date{ISO8601} [%thread] %-5level %logger{36} [%X{req.id}] - %message%n + + + + + logs/auditing.log + + logs/auditing.%d{yyyy-MM-dd}.%i.log + + 100MB + + 15 + + + %date{ISO8601} - %X{req.id} - %message%n + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dmp-backend/web/target/classes/material/about/About_en.html b/dmp-backend/web/target/classes/material/about/About_en.html new file mode 100644 index 000000000..2f0fc37ac --- /dev/null +++ b/dmp-backend/web/target/classes/material/about/About_en.html @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + +
+
+
+

About

+
+
+
+
+

ARGOS is an online tool in support of automated processes to creating, managing, sharing and linking DMPs with research artifacts they correspond to. It is the joint effort of OpenAIRE and EUDAT to deliver an open platform for Data Management Planning that addresses FAIR and Open best practices and assumes no barriers for its use and adoption. It does so by applying common standards for machine-actionable DMPs as defined by the global research data community of RDA and by communicating and consulting with researchers, research communities and funders to better reflect on their needs. +

ARGOS provides a flexible environment and an easy interface for users to navigate and use.

+
+
+
+ + + diff --git a/dmp-backend/web/target/classes/material/faq/Faq_en.html b/dmp-backend/web/target/classes/material/faq/Faq_en.html new file mode 100644 index 000000000..82600bf1d --- /dev/null +++ b/dmp-backend/web/target/classes/material/faq/Faq_en.html @@ -0,0 +1,749 @@ + + + + + + + + + + + + + + + + + +
+
+
+

About ARGOS

+

What is ARGOS?

+

Argos is an open and collaborative platform developed by OpenAIRE to facilitate + Research Data Management (RDM) activities concerning the implementation of Data + Management Plans. It uses OpenAIRE guides created by the RDM Task Force to + familiarize users with basic RDM concepts and guide them throughout the process of + writing DMPs. It also utilises the OpenAIRE pool of services and inferred sources to + make DMPs more dynamic in use and easier to be completed and published. Argos is + based on the OpenDMP open source software and is available through the OpenAIRE + Service catalogue and the EOSC.

+ +
+

Is Argos designed for one specific funder, e.g. the EC/Horizon Europe?

+

+ Argos is a flexible tool, designed to accommodate all research performing + and research funding organisations’ policies and Research Data Management (RDM) needs. + It already supports templates for different authorities. + These templates are created by Admin users in Argos. + In addition, we currently work to provide non-administrative users with the capability + to modify templates according to their own needs. +

+
+

Why use Argos?

+

Argos is easy to use and navigate around. It familiarises users with the DMP process + and provides guidance on basic RDM concepts so that users find useful resources to + learn from without having to leave the Argos environment. Users can invite their + colleagues and collaboratively work on completing a DMP. Moreover, Argos is an + integral part of the OpeAIRE ecosystem and the Research + Graph. Argos integrates + other services of the ecosystem to enable contextualisation of information, which is + especially useful when data are re-used, for example to understand how/ if they can + be repurposed.

+
+

Who is Argos for?

+

Argos is designed as a tool for inclusive use by researchers, students, funders, + research communities and institutions. It can be used in the context of research + projects’ conduct to comply with funders’ RDM requirements, as a tool in support of + literacy programmes in academia or can be independently deployed to meet given + stakeholder demands. Also, it is available in native languages, thanks to the help + of OpenAIRE NOADs, which strengthens common understanding of all researchers + involved in the DMP writing process. + By using Argos, researchers and students are able to create their DMPs in + collaboration with other colleagues, learn basic RDM concepts throughout the process + and publish DMPs as outputs in an open and FAIR manner, among other things by + assigning DOIs and licenses and by maintaining DMPs as living documents through + versioning. + At the same time, Argos can be configured and deployed by funders, institutions and + research communities. They can plug in their own services and/ or make use of + OpenAIRE underlying services that Argos is built with ad-hoc.

+
+

Using Argos

+

+ Argos consists of two main functionalities: DMPs and Datasets. + Argos can be used for: +

+ A. Viewing/ consulting publicly released DMPs and Datasets or Projects + corresponding to + DMPs +

+ Argos offers options for publishing DMPs in two modes, private or public. To view + public DMPs and Datasets, there is no need for login to the platform. +

+ B. Writing and publishing a DMP +

+ Argos helps researchers comply with mandates that may be attached to their grant + proposal/ project funding. They can therefore choose from the most suitable to their + needs template from the Datasets collection and proceed with answering the + corresponding questions. Once finalized, researchers can assign a DOI to their DMP, + publish and eventually cite it. +

+ C. Practicing on writing DMPs and Dataset Descriptions +

+ Argos may be used for educational purposes. The process of Data Management Planning + reflects the data management lifecycle, hence the tool can be used in response to + global RDM training demands. Examples may refer to embedding DMPs and DMP tools in + specific curricula or be embedded in library instructions’ sessions to familiarize + researchers and students the processes of RDM and DMP. +

+
+

Can I exploit ARGOS DMPs?

+

+ Of course. If you want to compare DMPs or analyse DMP data, then we advise you to export the records in .xml. + This schema is the most complete as it includes all information held in a DMP: information provided by the Admin + when structuring the template and input provided by researchers when completing their DMPs. +

+
+

Manage Account

+

Log in and out of Argos

+

+ You can log in Argos by selecting one of the providers from the Login page. Argos + does not require Sign Up. +

+
+

Create an administrator account

+

+ If you are interested in becoming an administrator in Argos and benefit from extra + features relevant to creating tailored templates, please email argos@openaire.eu . +

+ +
+

+ Switch from administrator account +

+

+ There is no need to switch from your administrator account to use Argos. The only + difference between regular users and administrators profiles in Argos is an extra + set of tools at the bottom of the main tool bar that is positioned on the left + handside. +

+
+

+ Change your email +

+

+ Argos does not have Sign Up. To change email, please see “Switch between accounts”. + Alternatevily, you can add more email addresses to your user account by selecting + the “Add alternative email” from your profile. +

+
+

+ Switch between accounts +

+

+ You can switch between email accounts by loging in with different providers from the + Login page. The change depends on whether you have used different email addresses to + sign up with those providers. On the occassion that only one email address is used + for all providers offered by Argos, then no change is expected. You can always add + new email accounts in your profile from the “Add alternative email” in your profile + page. +

+
+

+ Delete your account +

+

+ If you want to delete your Argos profile, please email argos@openaire.eu . +

+
+

+ Accounts access and safety +

+

+ How can I access my account and edit my profile? +

+

+ You can access your profile page and make desired edits from clicking on the avatar + at the very top of the toolbar located on the right handside. +

+
+

+ Can’t login to ARGOS +

+

+ Please try using a different provider from the Login page and contact us at: + argos@openaire.eu . +

+
+

+ Accessing Argos +

+

+ If you are reading this right now, you probably know the answer already! One way to + access Argos is through the OpenAIRE Service + catalogue. Another way is through the + EOSC + Catalogue. But, you can always find Argos at + argos.openaire.eu . + To access Argos software, please visit + https://code-repo.d4science.org/MaDgiK-CITE/argos/src/branch/master + . +

+
+

Argos User Roles

+

+ Who is the author of a DMP? +

+

+ Author of the DMP is everyone contributing to writing the DMP. Both Argos owners and + Argos members are DMP authors. Researchers, however, are not DMP authors. +

+
+

+ What is the difference between owners and + members? +

+

+ Argos DMP owner is the person initiating the DMP. People who are invited to join the + DMP process are members who contribute to writing the DMP. DMP owners have extra + editing rights and they are the ones to finalize the DMP process. Members can view + and edit DMPs and Datasets, but can not perform further actions for its validation + or finalization. +

+
+

+ What is the role of a researcher in Argos? +

+

+ Researchers in Argos are project contributors and usually those who own or have + managed data described in respective DMPs. +

+
+

+ Can a researcher be a DMP author? +

+

+ Of course! This depends on whether the researcher has also been involved in the DMP + writing process. +

+
+

+ What does an Admin user do? +

+

+ Not everyone can become an Admin user in Argos. This happens upon request at + argos@openaire.eu. Admin users are able to create + their own tailored templates from + a specialised editor, configure their own APIs and integrate services with Argos in + collaboration with and support of the Argos development team. Fees may apply + according to the type of requests. +

+
+

Creating DMPs

+

+ I can’t find my project in the list. What should + I do? +

+

+ DMPs that are created as part of the project proposal are not included in Argos. + Only accepted project proposals are listed in the platform. If you can’t find your + project in the list (drop-down menu), please use the “Insert manually” + functionality. +

+
+

+ I can’t find my grant in the list. What should I + do? +

+

+ If you can’t find your grant in the list (drop-down menu), please use the “Insert + manually” functionality. +

+
+

+ How do I edit and design my own DMP + template? +

+

+ You have to be an Admin user to design your own template in Argos. To learn more + about Admin users, check “What does an Admin user do?”. +

+
+

+ Can I create my own templates in Argos? +

+

+ Yes, you can, provided that you are an Admin user. To learn more about Admin users, + check “What does an Admin user do?”. +

+
+

+ What is the difference between “Save”, “Save & + Close”, “Save & Add New”? +

+
+

They all perform the same action, but the difference lies in where you are directed + after you have saved your DMP or Dataset.

+
    +
  • + When choosing Save, information that you have added in the editor is kept + and you + can continue adding more from the same page you were working on. +
  • +
  • + When choosing Save & Close, information that you have added is kept, but the + editor’s window closes and you are redirected to your dashboard. +
  • +
  • + [only for datasets] When choosing Save & Add New, information that you have + added is + kept, and you are redirected to another editor to start a new dataset. +
  • +
+
+
+

+ Can I modify things once I have finalized + them? +

+

+ Yes, you can, as long as you haven’t assigned a DOI to your DMP. You just select + “Undo Finalization”. +

+
+

+ How do I invite collaborators? +

+

+ You may use the “Invite” button to share DMPs with your colleagues and start working + on them together. +

+
+

+ Can scientists collaborate on the same DMP even though they may belong to different institutions (e.g. a hospital, a University, etc, collaborating on a project) and the dataset also "belongs" to different institutions? +

+

+ Of course. Argos supports collaborations across diverse teams. There are two most frequent ways that can address this question: +

+ A. Everyone works on the same DMP, but on different dataset descriptions +

+ In this case, each organisation makes its own dataset description(s) in a single DMP. + That means that the manager (i.e. person responsible for the DMP activity) creates a DMP in ARGOS + and shares it with everyone. If the DMP is shared with co-ownership rights, + then the people will be able to edit it and add their dataset descriptions at any time during the project. + If there is the need to control editing rights of people writing the DMPs, then the manager can create the dataset description(s) + and share these each time with the team members that are responsible for adding input for the specified datasets. +

+ B. Everyone works on their own DMP and content is later merged into one single DMP +

+ In this case, each organisation might work on their own DMP for the same project. + At one point, you need to decide which DMP is going to be the core for the work you perform, share co-ownership + between managers of all DMPs so they can copy all dataset descriptions of their DMPs in this single DMP document. +

+
+

+ How do I create an identical DMP or Dataset as a + copy? +

+

+ DMPs and Datasets can be cloned and used in different research contexts. + Existing DMPs presenting similarities with new ones, can be cloned, changed name and + then edited according to the new project data requirements. + Existing Datasets can be cloned and used in new DMPs that are reusing data described + in their context. +

+
+

+ What is the DMP version? How is it set? +

+

+ Versioning in Argos is both an internal and an external process. That means that + versioning happens both in the Argos environment when editing the DMP, and outside + of Argos when a DMP output is published in Zenodo. At every stage of the DMP + lifecycle, users have the option of keeping versions of the DMPs they are editing. + In Argos, users can create new versions of their DMPs by selecting the “Start New + Version” option to keep track of the evolution of their DMP throughout the writing + process. When published, versioning is associated with a DOI. Published DMPs are + automatically versioned every time a newer version of the same output is uploaded in + Zenodo. +

+
+

+ DMPs and Datasets +

+

+ What is the DMP? +

+

+ A DMP in Argos consists of vital information about the research project on behalf of + which the DMP is created and of more in depth information about the management, + handling and curation of datasets collected, produced or reused during the research + lifetime. A DMP in Argos accommodates documentation of more than one datasets. That + way datasets are provided with the flexibility to be described separately, following + different templates per type of dataset or research community concerned each time, + also possible to be copied and used in multiple DMPs. Datasets are then bundled up + in a DMP and can be shared more broadly. Special attention is given to the handling + of data that are being re-used via OpenAIRE APIs. +

+
+

+ How do I find which Dataset template to use? +

+

+ This depends on the reason why you are creating a DMP in the first place. If it is + for compliance matters with funders, institutions or research communities RDM + policies, then you may select the dataset template of that particular stakeholder. + If you are creating a DMP for training purposes, you may select and work on any + template from the Argos collection. +

+
+

+ How do I create my own Dataset template? +

+

+ Currently, it is not possible for all Argos users to create dataset templates of + their own, so they have to work on predefined templates. Additional rights for + editing Dataset templates according to tailored needs have Admin users. This is + expected to change in the near future. To learn more about Admin users, check “What + does an Admin user do?”. +

+
+

+ Can I create smaller versions of a template for project proposals? +

+

+ Yes, it is possible in Argos to create short versions of templates that can be used + for grant proposals, such as for Horizon Europe. + If you are interested in working with us to create this short version of any ARGOS template, + please contact us: argos@openaire.eu. +

+
+

+ Can I customise an existing template (e.g. for a specific institution)? +

+

+ Yes, you can. In the current version, this is possible for Admin users who have their own deployment on-premises or cloud. + Please note that this subject to change in the near future as we are working on a feature that will allow all users + to customise (remove/add/extend) specific questions on the template they are working on. +

+
+

+ What is a Dataset? +

+

+ A Dataset in Argos is an editor with set up questions that support the creation of + descriptions of how data are / have been handled, managed and curated throughout the + research data lifecycle. The editor holds a collection of Dataset templates each one + with different sets of predefined questions as per funders, institutions, research + communities RDM policy requirements. Researchers and students can choose the + template that corresponds to their RDM needs in order to get funding or get their + degree, respectively. A DMP in Argos may consist of one or more datasets. +

+
+

+ Why do I need more than one Dataset? +

+

+ You don’t necessarily need to have many Datasets in a DMP. However, you might be + producing a plethora of data during your research that are diverse in type and/ or + scope of collection/ re-use, thus presenting diverse management needs. Argos gives + you the flexibility to describe all data produced and/ or re-used in your research + separately. That way it is easy to perform the mapping of information provided in a + DMP to the respective data types or data collections they correspond to. Equally, + reuse of particular datasets in different DMPs is easier. For the latter, please + check “How do I create an identical DMP or Dataset as a copy?”. +

+
+

+ It is not very clear to me when one should choose to add a dataset or to describe several "data products" in the same description. +

+

+ This is something that has to be tackled conceptually, from the author of the DMP. + If those "products" have their own lifetime and rules (IPR, Access rights, etc), they should be described as different datasets. + Alternative formats should not be treated as different datasets, unless they have other differences due to the format, too. + But, for instance, if you have datasets in CSV and JSON formats and under the same terms, they could be seen as one dataset description in the DMP. +

+
+

+ Can I add to my DMP information about datasets published on Zenodo? +

+

+ Argos offers a search to Zenodo for prefilling the DMP you are working with dataset metadata. + This search has been developed according to the rules set by Zenodo + and therefore has the same behaviour as when you are using the search bar on the Zenodo interface. + However, we understand the need to be able to find records with their PID, + hence we introduced some changes and now support searching DOIs from the Argos interface. +

+
+

+ Is it possible to describe a dataset that is not yet in a repository? +

+

+ Of course! You can choose to manually describe your dataset, e.g. for a dataset you are planning to produce, + instead of pre-filling the template with available metadata from a dataset that has already been shared and preserved in a repository. +

+
+

+ What are public DMPs and Datasets? +

+

+ Public DMPs and Public Datasets are collections of openly available Argos outputs. + That means that DMP owners and members are making their DMP and/or Dataset outputs + available to all Argos and non-Argos users who might want to consult or re-use them + under the framework provided by the assigned DMP license. Please also check “Is all + the information I create visible by default?”. +

+
+

+ Is all information I create visible by + default? +

+

+ No, it is not. You can choose how your DMP is displayed in Argos from the + “Visibility” option. Choosing Public will immediately locate your DMP in the “Public + DMPs” collection and make it available to all Argos and non-Argos users. + Choosing Private will keep the DMP visible only to you and to the people invited to + edit the DMP in collaboration with you. Private DMPs are not publicly displayed to + other users. +

+
+

+ What is the difference between the DMP and the dataset export? +

+

+ DMP export contains all vital information for a DMP, including funding and dataset details, + while dataset export is a subset of the DMP export containing information only about a dataset described in the DMP. + Both DMP and Dataset exports are available in .pdf, .docx, .xml. + In addition, DMP export is available in the RDA .json format + to increase interoperability of ARGOS exchanged DMPs. +

+
+

+ Is there a storage allowance limitation for the + DMPs and Dataset files? +

+

+ No, there is no storage limit or fee for either files stored in Argos. +

+
+

+ Publishing DMPs +

+

+ Is it possible to publish DMPs in different repositories (so not Zenodo)? +

+

+ Yes, it is possible. + But, to have different repositories attached to the system, you will need your own on-premises or cloud deployment. + We are already working on that for DSpace and Dataverse repositories. +

+
+

+ Do you know that Zenodo has empty DMPs from ARGOS? +

+

+ Yes, we are aware of that. + Argos has no control over the DMPs that you generate and publish and thus can not be held accountable for empty DMPs. + Please remember that, as on all other occasions where you publish content, you should do so responsinbly. + If you have any questions regarding publishing DMPs, don’t hesitate to contact us at argos@openaire.eu. +

+
+

+ Once I upload a final version of a DMP to Zenodo, do I need to update this first final version from Zenodo or from Argos? +

+

+ Both options are possible according to how you have deposited the DMP in the first place. + If you have deposited your DMP with a token (i.e. from the ARGOS account on Zenodo), + then you won’t have editing rights on the Zenodo record, but you will still be able to make changes + on ARGOS by starting and depositing a new version of the published DMP. + However, if you have deposited your DMP using your own account on Zenodo (i.e. login to Zenodo with your own credentials), + then you are able to also make minor changes, e.g. on the title of the DMP, directly from the Zenodo interface. +

+
+

Troubleshooting

+

+ Can’t finalize a DMP +

+

+ You might be experiencing this problem because there are incomplete mandatory fields + in your DMP. Please check for those fields, fill in with appropriate information and + try again. Should the problem persists, please contact argos@openaire.eu . +

+
+

+ Can’t co-edit a DMP +

+

+ DMPs can be shared with many colleagues in support of collaborative writing, but + DMPs should be worked by one person at a time. Argos will inform you if another + colleague has the DMP you are trying to edit open, so that your team avoids + information loss. +

+
+

+ Deposit is not working +

+

+ You need to have a Zenodo login to perform a deposit. Please sign up in Zenodo or + use the token option to publish your DMPs and get a DOI. +

+
+

Legal and privacy

+

+ Is Argos open source? +

+

+ Yes, it is. The OpenDMP software that Argos has deployed upon is open source code + available under Apache 2.0 license. You may find more information about the software + here. +

+
+

+ Can I contribute to Argos development? +

+

+ Of course! Please feel free to suggest new features and to actively contribute to + Argos development via pull requests in Gitea. +

+
+

+ Is Argos GDPR compliant? +

+

+ Argos takes all necessary steps in handling and protecting personal and sensitive + information. Please check the Argos Terms of Service and Privacy Policy. +

+
+

+ Which is the Argos data policy? +

+

+ Please find all information about Argos Terms of Service and Privacy, here. + Additionally, you may find Argos Cookies policy, here. +

+
+

+ What is the work ownership of information + created in Argos? +

+

+ Unless there are any contractual or institutional agreements stating ownership of + outputs produced in the context of a project/ collaboration, owners of Argos outputs + are DMP contributors, i.e. DMP owners and DMP members, who have been involved with + writing the DMP. +

+
+

+ Which are the terms and policies of Argos? +

+

+ Please find all information about Argos Terms of Service and Privacy, here. + Additionally, you may find Argos Cookies policy, here. +

+ + +
+
+
+ + + diff --git a/dmp-backend/web/target/classes/material/glossary/Glossary_en.html b/dmp-backend/web/target/classes/material/glossary/Glossary_en.html new file mode 100644 index 000000000..e1ee6253c --- /dev/null +++ b/dmp-backend/web/target/classes/material/glossary/Glossary_en.html @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + +
+
+
+

Glossary

+
+
+
+
+

DMP

+

A DMP - short for Data Management Plan - is a document describing the processes that the data have undergone and the tools used for their handling and storage during a research lifecycle. Most importantly, DMPs secure provenance and enable re-use of data by appointing data managers and by including information on how data can be re-used by others in the future. Therefore, a DMP is a living document which is modified according to the data developments of a project before it’s completed and handed over at the end of the project. + Public funders increasingly contain DMPs in their grant proposals or policy funding requirements. A good paradigm is the European Commission demands for the production and delivery of DMPs for projects funded under the Horizon 2020 Funding Programme. On that note, and to encourage good data management practices uptake, many European institutions include DMPs in post-graduate researchers policies and offer relevant support to staff and students. +

+ +

DMP template

+

DMP template contains general but vital information about the name and the duration of the project that the DMP corresponds to, the contributing organisations and individuals as well as the datasets that are under the Dataset Description section. It also offers the possibility of describing datasets other than primary data generated, under “External References” section. A DMP template can have many Dataset Descriptions. +

+ +

Dataset Description

+

Dataset Description documents the management processes of datasets following funder’s or institution’s requirements. A dataset description is essentially a questionnaire template with underlying added value services for interoperability and machine readability of information which is developed based on the given requirements. Management requirements differ from funder to funder and from institution to institution, hence the growing collection of Dataset Descriptions to select from. + Moreover, a Dataset Description links to the documentation of one dataset, hence a DMP template may contain more than one dataset descriptions on the occasion when multiple datasets were used during the project. When documentation of some of the project’s datasets falls under additional requirements (e.g. projects receiving multiple grants from different sources), there is the possibility of describing datasets with more than one Dataset Description template. +

+
+
+
+ + + diff --git a/dmp-backend/web/target/classes/material/terms-of-service/TermsOfService_en.html b/dmp-backend/web/target/classes/material/terms-of-service/TermsOfService_en.html new file mode 100644 index 000000000..2bcaaeb33 --- /dev/null +++ b/dmp-backend/web/target/classes/material/terms-of-service/TermsOfService_en.html @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + +
+
+
+

Terms of Service

+
+
+
+
+

The OpenDMP service was developed to provide a more flexible, collaborative environment with machine actionable solutions in writing, sharing and publishing Data Management Plans (DMPs). It is a product of cooperation between OpenAIRE AMKE and EUDAT CDI and is offered both as a software “OpenDMP '' and as an online service under the name “ARGOS”.

+

+
    +
  1. OpenDMP software is offered under the Free Open Source Software license  Apache 2.0, for further development and use by institutions and interested parties.
  2. +
  3. ARGOS service is offered by OpenAIRE as part of its mission to support Open Science in the European Research Area, focusing on information linking and contextualisation that enriches its Research Graph. Use of ARGOS denotes agreement with the following terms: +
      +
    1. ARGOS is a software interface and a database with no storage capacity to store or preserve research data. The DMPs created are hosted in the OpenAIRE production environment for the sole purpose of exposing the DMP records once finalised (“published”). If assigned a DOI, the DMP records are linked to and preserved in Zenodo, the OpenAIRE’s repository service. The ARGOS service is made available for use free-of-charge for research, educational and informational purposes.
    2. +
    3. Login to ARGOS is possible through a variety of external providers, among which Google, Facebook, Twitter, B2Access and OpenAIRE Login, that share information of their user profiles with ARGOS, according to the rights that have been granted to the given provider by the user. External email addresses that are used in invitations for collaborations are held in ARGOS database that stores information about only the name, surname and email address of the DMP creator and collaborator.  Personal data is collected via the login option and via email invitations sent to external DMP contributors. This personal information as well as the activity of ARGOS users is used only for deriving usage metrics and assessing the service quality. They are stored in ARGOS database for as long as the account is active and they are accessible only from people in the team in charge of quality and risk assessment. They will not be used for other purposes other than the ones stated in this document and they can be deleted at any time should the user claim a relevant request. The aforementioned processes are also facilitated by the use of cookies (see below the “Cookie policy”).
    4. +
    5. Data concerning DMP information will be used by OpenAIRE for research and development purposes, such as identifying DMP models, and for ensuring compliance with policy requirements and monitoring of DMPs uptake linked to OpenAIRE’s Monitoring Dashboards and the Open Science Observatory.
    6. +
    7. The DMP Manager, i.e. the person who creates and manages a DMP, and/ or the contributor, i.e. the person who is invited to collaborate on a DMP, shall ensure that content is accurate and presented in a way that adheres to these Terms of Service and applicable laws, including, but not limited to, privacy, data protection and intellectual property rights.
    8. +
    9. ARGOS service is provided by OpenAIRE “as is”. Although OpenAIRE and its partners take measures for the availability, dependability, and accuracy of the service, access to ARGOS, utilisation of its features and preservation of the data deposited or produced by the service are not guaranteed. OpenAIRE cannot be held responsible for any data loss regarding DMPs, ethical or financial damage or any other direct or indirect impact that any failure of ARGOS service may have on its users.  
    10. +
    11. ARGOS users are exclusively responsible for their use of content, and shall hold OpenAIRE free and harmless in connection with their download and/or use.
    12. +
    13. OpenAIRE may not be held responsible for the content provided or statements made in Data Management Plans created and managed by its users.
    14. +
    15. All content is provided “as-is”. Users of content (“Users”) shall respect applicable license conditions. Download and use of content from ARGOS does not transfer any intellectual property rights in the content to the User.
    16. +
    17. In the case any content is reported as violating third party rights or other legal provisions, ARGOS reserves the right to remove the content from the service until the dispute is legally settled. Any such incidents should be reported at noticeandtakedown@openaire.eu 
    18. +
    19. ARGOS users are held responsible for the data and information they provide in the service. Users may not add information, data or any other type of artifact that may be malicious, intentionally erroneous and potentially harmful for other ARGOS users, IPR owners and/or the general public.
    20. +
    21. In case a user of ARGOS identifies a potential infringement of copyright, harmful or malicious operation, function, code, information or data, shall inform OpenAIRE providing sufficient evidence for the identification of the case and the information and/or data challenged.
    22. +
    23. OpenAIRE reserves the right, without notice, at its sole discretion and without liability, (i) to alter or delete inappropriate content, and (ii) to restrict or remove User access where it considers that use of ARGOS interferes with its operations or violates these Terms of Service or applicable laws.
    24. +
    25. These Terms of Service are subject to change by OpenAIRE at any time and without notice, other than through posting the updated Terms of Service on the OpenAIRE website and indicating the version and date of last update.
    26. +
    +
  4. +
+

For any questions or comments you may have about the current Terms of Service, please contact us: argos@openaire.eu 

+
+
+
+ + + diff --git a/dmp-backend/web/target/classes/material/user-guide/UserGuide_de.html b/dmp-backend/web/target/classes/material/user-guide/UserGuide_de.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/dmp-backend/web/target/classes/material/user-guide/UserGuide_de.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/dmp-backend/web/target/classes/material/user-guide/UserGuide_en.html b/dmp-backend/web/target/classes/material/user-guide/UserGuide_en.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/dmp-backend/web/target/classes/material/user-guide/UserGuide_en.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/dmp-backend/web/target/classes/material/user-guide/UserGuide_es.html b/dmp-backend/web/target/classes/material/user-guide/UserGuide_es.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/dmp-backend/web/target/classes/material/user-guide/UserGuide_es.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/dmp-backend/web/target/classes/material/user-guide/UserGuide_gr.html b/dmp-backend/web/target/classes/material/user-guide/UserGuide_gr.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/dmp-backend/web/target/classes/material/user-guide/UserGuide_gr.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/dmp-backend/web/target/classes/material/user-guide/UserGuide_pt.html b/dmp-backend/web/target/classes/material/user-guide/UserGuide_pt.html new file mode 100644 index 000000000..31855cda0 --- /dev/null +++ b/dmp-backend/web/target/classes/material/user-guide/UserGuide_pt.html @@ -0,0 +1,2445 @@ + + + + + + + + + + + + + + + +
+
+

1.    Terminologia

+

1.1 Termos chave

+ +
+

O botão “Criar novo PGD” permite de forma simples iniciar o seu plano. Esta opção fornece um editor que percorre os elementos essenciais de um PGD, guiando o processo de criação do documento passo a passo.

A partir do "Início"



+
+

A partir de “Adicione um Dataset”



Adicionar um Dataset é uma forma simples de adicionar novos modelos de dados a PGDs pré-existentes.

A partir do “Início”

+

A partir de “Os meus Datasets”



A partir de “Os meus PGDs”



+

A partir do “Editor de Dataset”



+

1.2  Outros termos

+ +
+

2. Navegação

+

2.1 Página Inicial

+

A página inicial poderá ser encontrada em https://argos.openaire.eu/splash/, também acessível através do Catálogo de Serviços do OpenAIRE e EOSC.

+

+ +

2.2    Login

+


Estão disponíveis diferentes opções de login, desde meios de comunicação social a canais de investigação e comunicação académica.

+


Atenção! Não é necessária uma conta de utilizador.

+

2.3   Menu do Utilizador

+

Espaço dedicado e que poderá ser customizado de acordo com o perfil pessoal do utilizador.

+ + + + + + + +
+

Definições do Meu Perfil -  Exibe a página de perfil que contém detalhes  tais como: nome, e-mail, dados da conta Zenodo, etc.

+

PGDs associados - Coleção dos PGDs do utilizador.

+

Log out - Termina a sessão e redireciona para a página de login.

+
+

 

+

2.4   Menu Principal

+

O menu principal está localizado no lado esquerdo do ecrã.

+

Dependendo da forma como os utilizadores vêem a ferramenta, ou seja, se já efetuaram o login ou não, o menu principal altera-se para incluir características que estão apenas disponíveis no painel dos respetivos  utilizadores.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+


Menu Principal – 
Antes de  Iniciar a Sessão

+
+

 

+
+


Menu Principal - Após Iniciar 
a Sessão

+

+

 

+
+

 

+
Início  - Direciona o utilizador para a página inicial/painel. +

 

+
Início  - Direciona o utilizador para a página inicial/painel.
PGDs públicos – Conjunto de PGDs que estão disponíveis publicamente no Argos. +

 

+
Os meus PGDs - Inclui todos os PGDs dos quais o utilizador é proprietário ou colaborador.
Datasets públicos – Conjunto de Datasets que estão disponíveis publicamente no Argos. +

 

+
Os meus Datasets - Inclui todos os Datasets dos quais o utilizador é proprietário ou colaborador.
Co-Branding - Página para visualizar o software e aprender como contribuir para a aplicação. +

 

+
PGDs públicos - Conjunto de PGDs que estão disponíveis publicamente no Argos.
Suporte - Formulário de contacto que permite a comunicação com a equipa do Argos. +

 

+
Datasets públicos - Conjunto de Datasets que estão disponíveis publicamente no Argos.
Enviar comentários - Formulário de feedback para contribuir com sugestões e opiniões sobre a utilização de Argos. +

 

+
Sobre - Informa sobre o âmbito e principais funcionalidades da ferramenta.
Sobre - Informa sobre o âmbito e principais funcionalidades da ferramenta. +

 

+
Condições do Serviço - Providencia o status legal para a utilização do Argos.
Condições do Serviço - Providencia o status legal para a utilização do Argos. +

 

+
Glossário - Inclui os termos usados na ferramenta e explica os componentes básicos.
Glossário - Inclui os termos usados na ferramenta e explica os componentes básicos. +

 

+
Guia do Utilizador - Guia para os utilizadores aprenderem a usar o Argos.
Guia do Utilizador - Guia para os utilizadores aprenderem a usar o Argos. +

 

+
+

Contacto de suporte - Formulário de contacto que permite a comunicação com a equipa do Argos.

+
+

 

+

2.5   Início

+

O “Início” é a informação que aparece depois de entrar no Argos a partir da página inicial.

+

Inclui informação condensada baseada na função Argos e na sua utilização.

+


Início –
Antes de iniciar a sessão

+ + + + + + + +
+


Última Atividade
- Exibe os PGDs e Datasets publicamente disponíveis, de acordo com a data da sua publicação no Argos e a sua etiqueta (PGDs ou Datasets).

+
+
+ + + + + + + +
+


Uso Público
- Mostra o número de PGDs, Datasets, Grants e Organizações publicamente disponíveis e incluídas no Argos.

+

 

+

Atenção! Após iniciar a sessão no Argos, a página inicial torna-se num painel pessoal e, como tal, os números alteram-se de acordo com a atividade do utilizador.

+
+

 

+

Início - Após Iniciar a Sessão



+ + + + + + + +
+


Última Atividade
- Exibe os PGDs e Datasets do utilizador, de acordo com a data da sua última modificação, estado  do documento (rascunho, finalizado, publicado) e a sua etiqueta (PGDs ou Datasets).

+
+

 

+ + + + + + + +
+


Uso Pessoal
- Mostra a atividade do utilizador nos PGDs, Datasets, Grants e Organizações.

+
+

 

+

2.6   Os Meus PGDs / Os Meus Datasets

+
+

Contém todos os PGDs e Datasets de que o utilizador é proprietário ou colaborador. Tanto os PGDs, como os Datasets, são classificados pela data da sua última modificação, o estado do documento (rascunho, finalizado, publicado) e a sua etiqueta (PGDs ou Datasets).

+

Os Meus PGDs

+

Quando a etiqueta é verde trata-se de um PGD, mostrando o papel da pessoa que vê o PGD, o estado do processo de escrita, a versão atual do PGD, o grant associado ao PGD, o número e nome dos Datasets que o PGD tem.

+ + + + + + + + + + +
+


Nova Versão
- Inicia uma nova versão do PGD.

+

Ver todas as Versões do PGD  - Mostra o histórico das diferentes versões do PGD.

+

Eliminar - Remove permanentemente o PGD.

+
+
+

Os Meus Datasets

+

Quando a etiqueta é amarelo trata-se de um Dataset e mostra o papel da pessoa que visualiza o Dataset, o estado do processo de escrita, o grant associado ao PGD e o título do PGD do qual o Dataset faz parte.



+ +
+

2.7   PGDs Públicos / Datasets Públicos

+


Contém informação de PGDs que estão disponíveis em acesso aberto no Argos. Isto significa que os proprietários e membros do PGD estão a disponibilizar os seus PGDs e Datasets associados a todos os utilizadores (Argos e não Argos), que queiram consultá-los ou reutilizá-los no âmbito da licença atribuída.

+

Tanto os PGDs como os Datasets são organizados e apresentados pela data da sua última modificação e pela sua etiqueta (PGDs ou Datasets). Os utilizadores também podem procurar o PGD ou Dataset a partir da barra de pesquisa.

+

PGDs Públicos

+

Quando a etiqueta é verde trata-se de um PGD e exibe o título do PGD, o seu estado, a sua versão, o grant associado, o número e o nome dos Datasets que o PGD contém.

+



+ + +

Datasets Públicos

+

Quando a etiqueta é amarelo trata-se de um Dataset Público e mostra o título do Dataset, o seu estado, o grant associado ao PGD e o papel da pessoa que visualiza o Dataset, o estado do processo de escrita, o grant associado ao PGD e o título do PGD do qual o Dataset faz parte.



+ + + + + + + + +
+

Copiar o Dataset - Cria uma cópia do Dataset.

+
+

 

+

2.8   Criar novo PGD

+


Existem várias formas de criar um novo PGD no Argos.

+

+

Existem 4 etapas envolvidas na criação de um PGD:

+

- Informação Geral;

+

- Informação sobre o Financiamento;

+

- Informação sobre a Licença;

+

- Informação sobre os Datasets.

+

Informação Geral

+



+ +

Informação sobre o Financiamento

+

+ +

Informação sobre a Licença

+


+ +
+

Informação sobre os Datasets

+


+ +
+

2.9  Adicionar Dataset(s)

+
+

Existem duas maneiras de criar Datasets:

+

- Criar o primeiro Dataset do PGD;

+

- Adicionar Datasets aos PGDs existentes.

+


No Argos, os Datasets estão ligados e associados a pelo menos um PGD. Um Dataset não pode existir como registo único.

+

Primeiro Dataset

+

+

Uma vez criado o PGD, o utilizador poderá preencher a descrição dos seus dados no “Editor de Dataset”.

+

 

+ +

São três os passos a seguir para adicionar um Dataset:

+ +
+

Selecione um PGD para o seu Dataset

+


+

Selecione um PGD já existente na lista.

+
+

Selecione um Modelo

+
+

+
+

Selecionar o modelo de dados para descrever o seu Dataset, de acordo com a organização que financia o seu grant.

+


Edite o Dataset

+
+

O “Editor de Dataset” apoia na descrição de informação de acordo com o modelo selecionado.

+


+ + +
+

2.10 Registo de PGDs/Datasets

+

Regista os PGDs e Datasets no Argos, após a sua edição e conclusão.

+

Os utilizadores podem visualizar os PGDs e Datasets que criaram. Ao abrir um registo que tenham criado, são-lhes fornecidas funcionalidades adicionais que estão ligadas à conclusão do processo de escrita dos PGDs.

+

São aplicáveis funcionalidades diferentes consoante o estado do PGD, ou seja, antes ou depois da conclusão do PGD.

+


Antes de concluir o PGD

+

Antes de concluir o PGD, este pode ainda ser editado, eliminado ou duplicado. Os utilizadores podem rever a informação que acrescentaram relativamente a grants, investigadores, descrição do PGD e Datasets e/ou modelos de dados utilizados.

+

Podem ser adicionados novos Datasets em qualquer altura, a partir desta página.

+

Os utilizadores podem exportar o PGD, começar a trabalhar numa nova versão e/ou convidar colegas a colaborar na conclusão do seu plano.

+


Convidar

+



+

Após concluir o PGD


+
+

Após a conclusão do PGD, este poderá ser tornado publicamente visível no Argos e depositado no Zenodo.

+

Os utilizadores podem exportar o PGD finalizado, começar a trabalhar numa nova versão e/ou convidar colegas a colaborar na conclusão do plano.

+

É possível reverter a conclusão do PGD.

+

 

+

Antes de concluir os Datasets

+



+

Antes de concluir o Dataset, este pode ainda ser editado, eliminado ou duplicado.

+

Os utilizadores podem aceder a todo o PGD do qual o Dataset faz parte, a partir dessa página, e rever a informação que acrescentaram relativamente ao grant, investigadores e descrição do Dataset.

+

Os utilizadores podem exportar a descrição do Dataset e convidar os colegas a colaborar na sua conclusão.

+

 

+

 Após concluir os Datasets

+


+


Após a conclusão do Dataset, este poderá ser exportado e partilhado com colegas para revisão.


+

 

+
+ + + + \ No newline at end of file diff --git a/dmp-backend/web/target/classes/material/user-guide/UserGuide_sk.html b/dmp-backend/web/target/classes/material/user-guide/UserGuide_sk.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/dmp-backend/web/target/classes/material/user-guide/UserGuide_sk.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/dmp-backend/web/target/classes/material/user-guide/UserGuide_sr.html b/dmp-backend/web/target/classes/material/user-guide/UserGuide_sr.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/dmp-backend/web/target/classes/material/user-guide/UserGuide_sr.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/dmp-backend/web/target/classes/material/user-guide/UserGuide_tr.html b/dmp-backend/web/target/classes/material/user-guide/UserGuide_tr.html new file mode 100644 index 000000000..b15c3d1c9 --- /dev/null +++ b/dmp-backend/web/target/classes/material/user-guide/UserGuide_tr.html @@ -0,0 +1,2523 @@ + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

 

+
+
    +
  1. +

    Entities & Terminology

    +
  2. +
      +
    1. +

      Key entities

      +
    2. +

       

      +

      Data Management Plan (DMP) is a collection of dataset descriptions, associated with an activity (“project” or “grant”). A DMP may be versioned, is exportable to various forms, currently machine readable (xml, json) and human readable (pdf/openxml) and can be assigned a DOI and published in Zenodo.

      +

       

      +

      Dataset in Argos describes data according to a set of rules that is the dataset template.

      +

       

      +

      Dataset Template is the set of rules that describe what Datasets contain and how they are handled. Dataset Templates are modified by Admins and contain attributes/fields, behavioral rules (e.g. toggling visibility of fields) and validation rules. Dataset Templates are linked to DMPs so that users are provided with specific formats of descriptions.

      +

       

      +

      Project is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Grant is a logical entity that defines the context where one or more Data Management Plans may be formed in.

      +

       

      +

      Users are associated to DMPs and other entities (e.g. Datasets, Organizations) for authorization and may map to researchers.

      +

       

      +

      Import - Import function supports upload of .json files that are produced according to RDA specifications for machine-actionable DMPs

      +

       

      +

      +

       

      +

      + + + + + + +
      +

      Start New DMP is an easy way to start writing a DMP. It provides an editor that goes through the essential elements of a DMP and guides the process of its creation step by step.

      +

       

      +

      From “Homepage”

      +

      +

       

      +

      From Dashboard

      +

      +

      or

      +

      +

       

      +

      From “Add Dataset”

      +

      +
      +

       

      +

       

      +

      + + + + + + +
      +

      Add Dataset is an easy way to add new datasets to pre-existing DMPs.

      +

       

      +

      From Dashboard

      +

      +

       

      +

      From “My Datasets”

      +

      +

       

      +

      From “My DMPs”

      +

      +

       

      +

      From Dataset Editor

      +

      +
      +

       

      +
    3. +

      Secondary entities

      +
    4. +

       

      +

      Repository  - an electronic database or an information system where data are stored and maintained

      +

       

      +

      Data set - a collection of data which are bind together under a specific format

      +

       

      +

      Registry - a database of entities and descriptions

      +

       

      +

      Service - a software of specific operations and tasks that interacts with other software and hardware

      +

       

      +

      Researcher - an individual practicing research

      +

       

      +

      Funding organization - an organisation that funds research programmes and/ or researchers’ activities

      +

       

      +
    +
  3. +

    Navigation

    +
  4. +
      +
    1. +

      Homepage

      +
    2. +

       

      +

      The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

      +

       

      +

      +

       

      +

      About - informs about the scope and main functions of the tool (How it works, ROADMAP, FAQs, Contributors)

      +

       

      +

      Resources - provides useful information about using Argos and includes dissemination material (Media Kit, User Guide, Co-branding)

      +

       

      +

      Contact - a contact form that facilitates communication with Argos team

      +

       

      +

      Sign in - enters the tool as a user

      +
    3. +

      Login

      +
    4. +

       

      +

      Different login options are available to choose from social media to research and scholarly communication channels.

      +

      +

       

      +

      Note! No user account is required.

      +

       

      +
    5. +

      User Account Menu

      +
    6. +

       

      +

      A dedicated, customisable space of the user’s personal profile.

      +

       

      +

      + + + + + + + +
      +

      +
      +

      My profile settings -  displays the profile page which contains details such as name, email, zenodo account details etc.

      +

       

      +

      Associated DMPs - a collection of users’ DMPs

      +

       

      +

      Log out - terminates the session, and redirects to the login page.

      +
      +

       

      +

       

      +
    7. +

      Main Menu

      +
    8. +

       

      +

      The main menu is located on the left side of the screen. Depending on how users view the tool, i.e. whether they have logged in or not, the main menu changes to include features that are available only in individuals’ dashboards.

      +

       

      +

      + + + + + + + +
      +

      Main menu - not logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      Co-Branding - a page to view the software and learn how to contribute

      +

       

      +

      Support - a contact form that facilitates communication with Argos team

      +

       

      +

      Send feedback - a feedback form to contribute thoughts and opinions about using Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +
      +

      Main menu - logged in

      +

       

      +

      +

       

      +

      Home  - gets you back to the homepage / dashboard

      +

       

      +

      My DMPs - includes all DMPs which the user is either the owner or the collaborator of

      +

       

      +

      My Datasets - includes all Datasets which the user is either the owner or the collaborator of

      +

       

      +

      Public DMPs - a collection of DMPs publicly available in Argos

      +

       

      +

      Public Datasets - a collection of Datasets publicly available in Argos

      +

       

      +

      About - informs about the scope and main functions of the tool

      +

       

      +

      Terms of Service - provides the legal status for using of ARGOS

      +

       

      +

      Glossary - includes the terminology used in the tool and explains basic components

      +

       

      +

      User Guide - a guide for users to learn how to use Argos

      +

       

      +

      Contact support - a contact form that facilitates communication with Argos team

      +

       

      +
      +
    9. +

      Dashboard

      +
    10. +

       

      +

      Dashboard is the console that appears after entering Argos from the Homepage and includes condensed information based on Argos function and their use.

      +

       

      +

      Dashboard - Not logged in

      +

       

      +

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays publicly available DMPs and Datasets according to the date of their publication in Argos and their Label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Public Usage - shows the number of publicly available DMPs, Datasets, Grants and Organizations included in Argos

      +

       

      +

      Note! When logged in to ARGOS the Homepage becomes a personal Dashboard, hence the numbers change to correspond to information provided by the individual’s activity.

      +
      +

       

      +

      Dashboard - Logged in

      +

       

      +

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Latest Activity - displays users’ DMPs and Datasets classified according to the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets)

      +
      +

       

      +

      + + + + + + + +
      +

      +
      +

      Personal Usage - shows users activity in DMPs, Datasets, Grants and Organizations

      +
      +

       

      +
    11. +

      My DMPs / My Datasets

      +
    12. +

       

      +

      Contains all DMPs and Datasets which the user is either the owner or the collaborator of. Both DMPs and Datasets on the user dashboard are classified by the date of their last modification, the status of the document (draft, finalized, published) and their label (DMPs or Datasets).

      +

       

      +

      My DMPs

      +

      Each DMP card is green and shows the role of the person viewing the DMP, the status of the writing process, the version of the current DMP, the grant associated with the DMP, the number and name of datasets that the DMP has.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Add Dataset - adds more Datasets to existing DMPs

      +

       

      +

      Invite - provides people with edit rights on the document

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

       

      +

      + + + + + + + +
      +

      +
      +

      New version - starts a new version of the DMP

      +

      All DMP Versions  - shows the history of the different versions of the existing DMP

      +

      Delete - permanently removes DMPs

      +

       

      +
      +

       

      +

       

      +

      My Datasets

      +

      Each Dataset card is yellow and shows the role of the person viewing the Dataset, the status of the writing process, the grant associated with the DMP and the tite of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Invite - Sends email or searches the Argos Users Catalogue to find colleagues/ collaborators. Invitation sent provides people with edit rights on the document.

      +

       

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +

      Delete - permanently removes Datasets

      +
      +
    13. +

      Public DMPs / Public Datasets

      +
    14. +

       

      +

      Contains DMPs outputs that are openly available in Argos. That means that DMP owners and members are making their DMP and/or Dataset outputs available to all Argos and non-Argos users who might want to consult or re-use them under the framework provided by the assigned DMP license.

      +

      Both DMPs and Datasets on the user dashboard are classified by the date of their last modification and their label (DMPs or Datasets). Users can also search for the DMP or Dataset from the search bar.

      +

       

      +

      Public DMPs

      +

      Each Public DMP card is green and displays the title of the DMP, its status (published), the version of the DMP, the grant associated with it, the number and name of datasets that the DMP contains.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      Clone - creates an exact replica of the DMP

      +

      + + + + + + + +
      +

      +
      +

      All DMP Versions - shows the history of the different versions of the existing DMP

      +

       

      +
      +

       

      +

       

      +

      Public Datasets

      +

      Each Public Dataset card is yellow and displays the title of the dataset, the status of the dataset (published), the grant associated with the DMP and the title of the DMP that the dataset is part of.

      +

       

      +

      +

       

      +

      Export - supports download of the DMP outputs in the following formats: PDF, Document, XML, RDA JSON (can be imported to other RDA compliant DMP tools)

      +

       

      +

      + + + + + + + +
      +

      +
      +

      Copy Dataset - creates a copy of the dataset

      +
      +
    15. +

      Create DMPs

      +
    16. +

       

      +

      There are many ways to create new DMPs in Argos.

      +

       

      +

      Start new DMP - Start Wizard

      +

      +

       

      +

      There are four steps involved in creating a DMP: Main Info - Funding Info - License Info - Dataset Info

      +

       

      +

       

      +
        +
      1. Main Info
      2. +

         

        +

        +

        +

         

        +

         

        +

        Title - title of the DMP

        +

         

        +

        Description - brief description of what the DMP is about, it’s scope and objectives

        +

         

        +

        Language - the language of the DMP

        +

         

        +

        Visibility - how the DMP is displayed in Argos. By choosing Public, the DMP is automatically made available to all users from the “Public DMPs” collection.

        +

         

        +

        Researchers - the people that have produced, processed, analysed the data described in the DMP

        +

         

        +

        Organizations - the names of the organizations contributing to the creation and revision of the DMPs

        +

         

        +

        Contact - the contact details of the DMP owner

        +

         

        +

         

        +
      3. Funding Info
      4. +

         

        +

        +

         

        +

        Funding organizations - A drop-down menu where users may find the organisation that their research is funded by. In case that the name of a funding organisation can not be found in Argos, users may create a new record with the name and details of the funding organisation (“Insert it manually”).

        +

         

        +

        Grants - A drop-down menu to select the grant that is associated with the research project of the given funding organisation. In case that the grant can not be found in Argos, users may create a new record with the number and name of the grant (“Insert it manually”).

        +

         

        +

        Project - This field is to be completed only for projects where multiple grants apply. Otherwise, it is left blank and is later filled automatically by Argos metadata.

        +

         

        +

        Note!  There may be many projects associated with a grant number.

        +

         

        +

         

        +
      5. License Info
      6. +

         

        +

        +

        License - A list of licenses to choose from and assign to DMPs

        +

         

        +

         

        +
      7. Dataset Info
      8. +

         

        +

        +

         

        +

        Dataset Info - Select a template to describe your datasets. You may select more than one template.

        +

         

        +

        Save DMPs

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made to the DMP and continues work on the same page

        +

         

        +

        Save & Add Dataset - keeps all changes made to the DMP and the Dataset editor starts to describe the first dataset of the DMP

        + +
      +
    17. +

      Add Dataset(s)

      +
    18. +

      There are two ways to create datasets: when creating the first dataset of the DMP and when adding datasets to existing DMPs. Add datasets are linked to and are associated with at least one DMP in Argos. A dataset can not exist as an orphan record.

      +

       

      +

      First dataset

      +

      +

      Once the DMP is created, the user can fill in the description for their data in the Dataset Editor.

      +

       

      +

      Add dataset - Adds more Dataset to existing DMPs

      +

      There are three steps involved in adding a Dataset: Select a DMP for your Dataset - Select Template - Edit Dataset

      +

       

      +
        +
      1. Select a DMP for your Dataset
      2. +

        +

        Selects an existing DMP from the drop-down menu

        +

         

        +
      3. Select Template
      4. +

        +

        Selects the template of the Dataset that users are required to describe their datasets with by corresponding to their grant funding organisations.

        +

         

        +
      5. Edit Dataset
      6. +

        +

        A Dataset Editor to add information that describes management activities according to the selected template.

        +

         

        +

        Save Datasets

        +

        There are many ways to Save a DMP in Argos. They all serve the same function, but the difference lies in the follow up action.

        +

         

        +

        +

         

        +

        Discard - undo all changes made to the dataset

        +

         

        +

        Save - keeps all changes made and continues work on the same page

        +

         

        +

        Save & Close - keeps all changes made, but the editor’s window closes and the user is redirected to their dashboard

        +

         

        +

        Save & Add New - keeps all changes made and a new editor starts to describe a new dataset

        +
      +
    19. +

      DMPs/ Datasets records

      +
    20. +

      Records of DMPs and Datasets in Argos after editing and after finalization.

      +

      Users can view the DMPs and Datasets they create from their dashboard. By opening a record they have created, they are provided with additional functionalities that are binded to the completion of the DMP writing process. Different functionalities apply according to the status of the DMP, i.e. before or after the DMP finalization.

      +

       

      +

       

      +

      DMPs before finalization

      +

      +

       

      +

      Before finalization, the DMP can be further edited, deleted or cloned. Users can review information that they have added regarding grant, researchers, DMP description and datasets used. New datasets can be added at any time from this page. Users can export the DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP.

      +

       

      +

       

      +

      Invite

      +

      +

       

      +

       

      +

      DMPs after finalization

      +

      +

       

      +

      After the DMP finalization, the DMP can be made publicly visible in Argos and deposited in Zenodo. Users can export the finalized DMP, they can start working on a new version and/ or invite colleagues to collaborate on completing the DMP. Finalization is possible to be reverted.

      +

       

      +

       

      +

      Datasets before finalization

      +

      Argos offers different options before and after the Dataset finalization.

      +

       

      +

      +

       

      +

      Before finalization, the Dataset can be further edited, deleted or cloned. Users can access the whole DMP that the dataset is part of from that page and review information that they have added regarding grant, researchers and Dataset description. Users can export the description of the dataset and invite colleagues to collaborate on its completion.

      +

       

      +

       

      +

      Datasets after finalization

      +

      +

       

      +

      After finalization, the Dataset can be exported and shared with colleagues for review.

      +

       

      +

       

      +

       

      +

       

      +

       

      +
    +
+
+
+
+
+ + + + + + diff --git a/dmp-backend/web/target/classes/messages.properties b/dmp-backend/web/target/classes/messages.properties new file mode 100644 index 000000000..ec9508b6f --- /dev/null +++ b/dmp-backend/web/target/classes/messages.properties @@ -0,0 +1,29 @@ +datamanagementplanrequest.length.negative=table length cannot be negative +datamanagementplanrequest.offset.negative=table offset cannot be negative +grantTableRequest.periodStart.overlapping=Period Start cannot overlap Period End +grantTableRequest.offset.negative=table offset cannot be negative +grantTableRequest.length.negative=table length cannot be negative +datasetprofile.label.null=Dataset Profile Label cannot be null +project.startDate.overlapping=Period Start cannot overlap Period +dataset.public=Dataset Has Been Made Public +datamanagementplannewversion.version.notacceptable=There is already a newer version than the one you submitted +datamanagementplannewversion.version.notnext=The version you submitted is not the Subsequent value +project.external.edit = Editing External Projects Is Not Allowed + +validation.empty=Value cannot be empty +validation.hashempty=Hash must be set +validation.lowerthanmin=Value must be larger than {value} +validation.largerthanmax=Value must be less than {value} +validation.invalidid=Not valid id +General_ItemNotFound=Item {0} of type {1} not found +Validation_Required={0} is required +Validation_OverPosting=Too much info +Validation_MaxLength={0} too long +Validation_UnexpectedValue=Unexpected value in field {0} +Validation_Unique= {0} must be unique +Validation.LowerThanMin= value must be equal or larger than {0} +Validation.LessThenEqual= value {0} must be equal or less than {1} +Validation.LargerThenEqual= value {0} must be equal or larger than {1} +Validation.MissingFields= missing fields: {0} +Validation.InvalidDescriptionTemplateMultiplicity= {0} can not be used +Validation.InvalidDescriptionTemplateMultiplicityOnDMP= Description Templates has multiplicity errors \ No newline at end of file diff --git a/dmp-backend/web/target/classes/messages_el.properties b/dmp-backend/web/target/classes/messages_el.properties new file mode 100644 index 000000000..096430c06 --- /dev/null +++ b/dmp-backend/web/target/classes/messages_el.properties @@ -0,0 +1,16 @@ +datamanagementplanrequest.length.negative=Το μέγεθος του table δεν μπορει να ειναι αρνητικο +datamanagementplanrequest.offset.negative=Το offset του table δεν μπορει να ειναι αρνητικο +grantTableRequest.periodStart.overlapping=Η Αρχικη Περιοδος δεν μπορει να ειναι Μεγαλυτερη της τελικης +grantTableRequest.offset.negative=Το offset του table δεν μπορει να ειναι αρνητικο +grantTableRequest.length.negative=Το μέγεθος του table δεν μπορει να ειναι αρνητικο +datasetprofile.label.null=Το ονομα του ορισμου ενος Dataset δεν μπορει να ειναι κενο +project.startDate.overlapping=Η Αρχικη Περιοδος δεν μπορει να ειναι Μεγαλυτερη της τελικης +dataset.public=Το Dataset δημοσιοποιηθηκε σε ολους +project.external.edit = Δεν επιτρέπεται η επεξεργασία εξωτερικών Projects + +validation.empty=el-Value cannot be empty +validation.hashempty=el-Hash must be set +validation.lowerthanmin=el-Value must be larger than {value} +validation.largerthanmax=el-Value must be less than {value} +validation.invalidid=el-Not valid id +General_ItemNotFound=el-Item {0} of type {1} not found \ No newline at end of file diff --git a/dmp-backend/web/target/classes/templates/email/email.html b/dmp-backend/web/target/classes/templates/email/email.html new file mode 100644 index 000000000..e85ecdd4c --- /dev/null +++ b/dmp-backend/web/target/classes/templates/email/email.html @@ -0,0 +1,305 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

You have been invited to collaborate to Data Management plan {dmpname} with role {dmprole}.

+

Click the button to redirect to {dmpname}.

+ + + + + + + +
+ + + + + + +
Join
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/dmp-backend/web/target/classes/templates/email/emailAdmin.html b/dmp-backend/web/target/classes/templates/email/emailAdmin.html new file mode 100644 index 000000000..7214de36b --- /dev/null +++ b/dmp-backend/web/target/classes/templates/email/emailAdmin.html @@ -0,0 +1,305 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

You have been invited to co-develop the Template {templateName}.

+

Click the button to redirect to {templateName}.

+ + + + + + + +
+ + + + + + +
{templateName}
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/dmp-backend/web/target/classes/templates/email/emailConfirmation.html b/dmp-backend/web/target/classes/templates/email/emailConfirmation.html new file mode 100644 index 000000000..3d46fc62d --- /dev/null +++ b/dmp-backend/web/target/classes/templates/email/emailConfirmation.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+ OpenDMP +

Thank you for joining OpenDMP!

+

Please confirm that your email address is correct to continue. +
The link will expire in {expiration_time}.

+ + + + + + +
+ + + + + + +
Confirm Email Address
+
+
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/dmp-backend/web/target/classes/templates/email/emailMergeConfirmation.html b/dmp-backend/web/target/classes/templates/email/emailMergeConfirmation.html new file mode 100644 index 000000000..01f0536d6 --- /dev/null +++ b/dmp-backend/web/target/classes/templates/email/emailMergeConfirmation.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+ OpenDMP +

User {userName} have sent you a merge Request.

+

Please confirm that you want to merge your {host} account with that account. +
The link will expire in {expiration_time}.

+ + + + + + +
+ + + + + + +
Confirm Merge Request
+
+
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/dmp-backend/web/target/classes/templates/email/emailUnlinkConfirmation.html b/dmp-backend/web/target/classes/templates/email/emailUnlinkConfirmation.html new file mode 100644 index 000000000..ee547f813 --- /dev/null +++ b/dmp-backend/web/target/classes/templates/email/emailUnlinkConfirmation.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+ OpenDMP +

You have made a request to unlink your email account in ARGOS.

+

Please confirm that you want to unlink your {email} account. +
The link will expire in {expiration_time}.

+ + + + + + +
+ + + + + + +
Confirm Unlink Request
+
+
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/dmp-backend/web/target/classes/templates/notifications/finalisedNotification.html b/dmp-backend/web/target/classes/templates/notifications/finalisedNotification.html new file mode 100644 index 000000000..7316beb27 --- /dev/null +++ b/dmp-backend/web/target/classes/templates/notifications/finalisedNotification.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

{reasonName} just finalised the {name}.

+ + + + + + + +
+ + + + + + +
Click here to view it.
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/dmp-backend/web/target/classes/templates/notifications/modifiedFinalisedNotification.html b/dmp-backend/web/target/classes/templates/notifications/modifiedFinalisedNotification.html new file mode 100644 index 000000000..1cfb61e82 --- /dev/null +++ b/dmp-backend/web/target/classes/templates/notifications/modifiedFinalisedNotification.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

{reasonName} just made changes and finalised the {name}.

+ + + + + + + +
+ + + + + + +
Click here to view it.
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/dmp-backend/web/target/classes/templates/notifications/modifiedNotification.html b/dmp-backend/web/target/classes/templates/notifications/modifiedNotification.html new file mode 100644 index 000000000..87460d2da --- /dev/null +++ b/dmp-backend/web/target/classes/templates/notifications/modifiedNotification.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

{reasonName} just made changes to the {name}.

+ + + + + + + +
+ + + + + + +
Click here to view it.
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/dmp-backend/web/target/classes/templates/notifications/publishNotification.html b/dmp-backend/web/target/classes/templates/notifications/publishNotification.html new file mode 100644 index 000000000..d23a1d6d8 --- /dev/null +++ b/dmp-backend/web/target/classes/templates/notifications/publishNotification.html @@ -0,0 +1,304 @@ + + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + This is preheader text. Some clients will show this text as a preview. + + + + + + + + +
+ + + + +
+

Dear {recipient},

+

{reasonName} just publish the {name}.

+ + + + + + + +
+ + + + + + +
Click here to view it.
+
+ +
+
+ + + + + + +
+
 
+ + \ No newline at end of file diff --git a/dmp-backend/web/target/test-classes/ExternalUrlsTEST.xml b/dmp-backend/web/target/test-classes/ExternalUrlsTEST.xml new file mode 100644 index 000000000..5dba8d692 --- /dev/null +++ b/dmp-backend/web/target/test-classes/ExternalUrlsTEST.xml @@ -0,0 +1,80 @@ + + + + + + + + + + 1 + + + + ALL + + + + + + + + + https://eestore.paas2.uninett.no/api/datarepo/ + 1 + + + + + ALL + + + + + + + + + 1 + + + + ALL + + + + + + + + + 1 + + + + ALL + + + + + + + + + + 1 + + + + ALL + + + + + + + + + + + diff --git a/dmp-backend/web/target/test-classes/dmpTEST.properties b/dmp-backend/web/target/test-classes/dmpTEST.properties new file mode 100644 index 000000000..5835a2e25 --- /dev/null +++ b/dmp-backend/web/target/test-classes/dmpTEST.properties @@ -0,0 +1,48 @@ +##########################Security########################################## +#security.portmapping.http = 7081 +#security.portmapping.https = 7444 +##########################/Security######################################## + +##########################Persistence########################################## +persistence.jdbc.driver = org.postgresql.Driver +persistence.jdbc.url = jdbc:postgresql://host:port/DB_NAME +persistence.dbusername = USE-a-VALID-USER +persistence.dbpassword = USE-a-VALID-PASS +##########################/Persistence########################################## + +###################Allowed Proxy Service Host ############################ +proxy.allowed.host = https://eestore.paas2.uninett.no +####################################################### + +########################Persistence/Hibernate Generic############################# +persistence.hibernate.show_sql = false +persistence.hibernate.hbm2dll = validate +persistence.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect +#persistence.hibernate.dialect = org.hibernate.spatial.dialect.postgis.PostgisDialect +########################Persistence/Hibernate Generic############################# + + +########################Persistence/Hibernate/Batch############################## +persistence.hibernate.jdbc.batch_size = 30 +persistence.hibernate.order_inserts = true +persistence.hibernate.order_updates = true +persistence.hibernate.batch_versioned_data = true +persistence.hibernate.jdbc.batch_versioned_data = DELAYED_ACQUISITION_AND_RELEASE_AFTER_TRANSACTION +########################Persistence/Hibernate/Batch############################## + + +########################Persistence/Hibernate/Connection pool#################### +persistence.hibernate.connectionpool.provider_class = org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider +persistence.hibernate.connectionpool.c3p0.min_size = 5 +persistence.hibernate.connectionpool.c3p0.max_size = 100 +persistence.hibernate.connectionpool.c3p0.timeout = 0 +persistence.hibernate.connectionpool.c3p0.max_statements = 50 +persistence.hibernate.connectionpool.c3p0.acquire_retry_attempts = 30 +persistence.hibernate.connectionpool.c3p0.acquire_retry_delay = 1000 +persistence.hibernate.connectionpool.c3p0.idle_test_period = 3000 +persistence.hibernate.connectionpool.c3p0.break_after_acquire_failure = false +persistence.hibernate.connectionpool.c3p0.idle_connection_test_period = 3600 +persistence.hibernate.connectionpool.c3p0.test_connection_on_checkin = true +persistence.hibernate.connectionpool.c3p0.test_connection_on_checkout = false +persistence.hibernate.connectionpool.c3p0.preferred_test_query = select 1 +########################Persistence/Hibernate/Connection pool#################### \ No newline at end of file